reactos.git
14 years ago[win32k]
Giannis Adamopoulos [Sat, 19 Dec 2009 16:23:05 +0000 (16:23 +0000)]
[win32k]
- Don't store SYSTEM_CURSORINFO inside WINSTATION_OBJECT. Use a global variable instead
- Remove IntGetCursorLocation. Use directly gpsi->ptCursor

svn path=/trunk/; revision=44655

14 years ago[win32k]
Gregor Schneider [Sat, 19 Dec 2009 13:08:53 +0000 (13:08 +0000)]
[win32k]
- Simplify GdiExtSelectClipRgn slightly
- Add missing line break

svn path=/trunk/; revision=44654

14 years ago[paint]
Gregor Schneider [Fri, 18 Dec 2009 20:33:22 +0000 (20:33 +0000)]
[paint]
Andrew Faulds <ajfweb AT googlemail DOT com>: Add support for deletion of rectangular selections
See issue #5043 for more details.

svn path=/trunk/; revision=44651

14 years ago[kernel32]
Gregor Schneider [Fri, 18 Dec 2009 19:54:43 +0000 (19:54 +0000)]
[kernel32]
Viliam Lejcik (lejcik AT gmail DOT com>: Various locale fixes (missing checks, wrong or no errors set etc.)
See issue #4898 for more details.

svn path=/trunk/; revision=44650

14 years ago[SETUPAPI]
Johannes Anderwald [Fri, 18 Dec 2009 10:49:25 +0000 (10:49 +0000)]
[SETUPAPI]
- Don't store deleted pointers in a list
- Found by Hervé Poussineau (hpoussin at reactos dot org)

svn path=/trunk/; revision=44649

14 years ago[MMIXER_TEST
Johannes Anderwald [Fri, 18 Dec 2009 10:42:57 +0000 (10:42 +0000)]
[MMIXER_TEST
- Add support for Opening/Querying/Closing registry keys within the mmixer library

svn path=/trunk/; revision=44648

14 years ago[WDMAUD.DRV]
Johannes Anderwald [Fri, 18 Dec 2009 10:42:29 +0000 (10:42 +0000)]
[WDMAUD.DRV]
- Add support for Opening/Querying/Closing registry keys within the mmixer library

svn path=/trunk/; revision=44647

14 years ago[MMIXER]
Johannes Anderwald [Fri, 18 Dec 2009 10:25:41 +0000 (10:25 +0000)]
[MMIXER]
- Open all filters before starting enumeration. The advantage is that some filters are not opened twice
- Query the Mixer Name from Registry by opening the device interface registry key and querying for the value of FriendlyName. If it cannot be found, try to find the key under the sub key 'Device Parameters'

svn path=/trunk/; revision=44646

14 years ago[SETUPAPI]
Johannes Anderwald [Fri, 18 Dec 2009 04:37:15 +0000 (04:37 +0000)]
[SETUPAPI]
- Implement SetupDiInstallDeviceInterfaces, SetupDiCreateDeviceInterfaceRegKeyW which are required to store device specific information

svn path=/trunk/; revision=44644

14 years agoAdd service table definitions. They are only used for arm atm, because we have them...
Timo Kreuzer [Fri, 18 Dec 2009 00:11:11 +0000 (00:11 +0000)]
Add service table definitions. They are only used for arm atm, because we have them asm.h, too and include that file on x86. Patch by Alex, fixed by me.

svn path=/trunk/; revision=44643

14 years agoFix a redefinition error on ARM Build. By teh omnipotent Alex
Daniel Reimer [Thu, 17 Dec 2009 23:07:19 +0000 (23:07 +0000)]
Fix a redefinition error on ARM Build. By teh omnipotent Alex

svn path=/trunk/; revision=44642

14 years agoAdd the missing KeContextSwitches to the PRCB.
Timo Kreuzer [Thu, 17 Dec 2009 22:38:54 +0000 (22:38 +0000)]
Add the missing KeContextSwitches to the PRCB.

svn path=/trunk/; revision=44641

14 years ago[NTOSKRNL]
Timo Kreuzer [Thu, 17 Dec 2009 20:58:58 +0000 (20:58 +0000)]
[NTOSKRNL]
"Fix things": Add architecture specific macros KeGetTrapFrame, KeGetExceptionFrame and KeGetContextSwitches. Should fix kernel build on arm. Patch by Alex, modified by me.

svn path=/trunk/; revision=44640

14 years agoHey Arch, next time you mess with code specific for an architecture you know nothing...
Timo Kreuzer [Thu, 17 Dec 2009 13:41:06 +0000 (13:41 +0000)]
Hey Arch, next time you mess with code specific for an architecture you know nothing about, try to get at least the portable stuff right.
Fix _byteswap_ushort.

svn path=/trunk/; revision=44637

14 years agoMerge from amd64 branch
Timo Kreuzer [Wed, 16 Dec 2009 23:39:20 +0000 (23:39 +0000)]
Merge from amd64 branch

37868 Add CONTEXT flags for x64.
39347 Move rtl byteswap functions to wdm.h and add intrinsic definitions.
41030 fix definition of 64bit SLIST_HEADER. winnt.h: add 64bit SLIST_HEADER.
41071 Fix definition of NdisQueryPacketLength.
43447 Fix MmSizeOfMdl prototype.
43777 Fix definition of KdDebuggerNotPresent for gcc, the MS definition is broken, don't know if it's needed that way for msvc.
44178 Fix definition of _CONTEXT.
44491 Add LIST_ENTRY32/64, STRING32/64
44500 Add NT_TIB32/64.
44623 New definition of C_ASSERT and _STATIC_ASSERT using a function prototype. This way we avoid duplicate definition errors like with a typedef and unused function warning like with the extern.
44631 Fix C_ASSERT yet another time.

svn path=/trunk/; revision=44632

14 years agofix _byteswap_ushort for old gccs
Timo Kreuzer [Wed, 16 Dec 2009 22:46:32 +0000 (22:46 +0000)]
fix _byteswap_ushort for old gccs

svn path=/trunk/; revision=44630

14 years agoUse C_ASSERTS only for X86 and AMD64
Timo Kreuzer [Wed, 16 Dec 2009 22:06:25 +0000 (22:06 +0000)]
Use C_ASSERTS only for X86 and AMD64

svn path=/trunk/; revision=44629

14 years agoimplement _byteswap_ushort for arm
Timo Kreuzer [Wed, 16 Dec 2009 21:58:31 +0000 (21:58 +0000)]
implement _byteswap_ushort for arm

svn path=/trunk/; revision=44628

14 years agoMake some ntdll exports architecture specific, as they are not exported by arm. Use...
Timo Kreuzer [Wed, 16 Dec 2009 21:41:18 +0000 (21:41 +0000)]
Make some ntdll exports architecture specific, as they are not exported by arm. Use pspec for ARM, too.

svn path=/trunk/; revision=44627

14 years agoFix prototype of MmSetAddressRangeModified
Timo Kreuzer [Wed, 16 Dec 2009 21:12:54 +0000 (21:12 +0000)]
Fix prototype of MmSetAddressRangeModified

svn path=/trunk/; revision=44626

14 years agoSome build fixes for ReactOS ARM. Credits go to Alex Ionescu and Timo Kreuzer while...
Daniel Reimer [Wed, 16 Dec 2009 20:59:06 +0000 (20:59 +0000)]
Some build fixes for ReactOS ARM. Credits go to Alex Ionescu and Timo Kreuzer while I just tried to keep up. :-P
- Undefine Unicode which is defined by default in cegcc.
- Add a missing include in ke.h
- Implement _CountLeadingZeros, _CountTrailingZeros, _BitScanForward for ARM.

svn path=/trunk/; revision=44625

14 years ago[advapi32]
Gregor Schneider [Wed, 16 Dec 2009 20:26:18 +0000 (20:26 +0000)]
[advapi32]
- Extend LsaLookupNames2 stub, fix file header
- Should prevent the advapi32 lsa test crash

svn path=/trunk/; revision=44622

14 years ago[NTDLL]
Timo Kreuzer [Wed, 16 Dec 2009 17:32:30 +0000 (17:32 +0000)]
[NTDLL]
Convert to spec. Taken from wine with massive changes by me.

@ ros-arm-bringup: I couldn't verify it works for arm, so I kept the arm def file.

svn path=/trunk/; revision=44621

14 years agoFix built a bit more.
Timo Kreuzer [Tue, 15 Dec 2009 23:49:10 +0000 (23:49 +0000)]
Fix built a bit more.

svn path=/trunk/; revision=44616

14 years agofix build
Johannes Anderwald [Tue, 15 Dec 2009 23:28:54 +0000 (23:28 +0000)]
fix build

svn path=/trunk/; revision=44615

14 years agoMerge from amd64 branch:
Timo Kreuzer [Tue, 15 Dec 2009 23:23:01 +0000 (23:23 +0000)]
Merge from amd64 branch:

40122 mmsystem.h: 64bit build fixes. (Samuel Serapión)
40123 mmsystem.h: Even more 64bit fixes.  (Samuel Serapión)
40155 mmddk.h/mmsystem.h: Fix ACMDRVSTREAMINSTANCE, ACMDRVSTREAMHEADER, PORTALLOC, WAVEOPENDESC, MIDIOPENDESC, MIXEROPENDESC structures. Fix ACMFILTERENUMCBA/W, ACMFILTERTAGENUMCBA/W, ACMFORMATENUMCA/W, ACMFORMATTAGENUMCBA/W callbacks. Fix acmDriverEnum, acmFilterEnumA/W, acmFormatEnumA/W, acmFormatTagEnumA/W, acmStreamOpen, CloseDriver, OpenDriver, SendDriverMessage, mmTaskSignal, mmGetCurrentTask (Samuel Serapión)
40995 sqltypes.h: 64bit fixes for sqltype.h, also resort and cleanup (Timo Kreuzer)
40996 msacm.h: Fix tag of ACMFILTERCHOOSEA (Timo Kreuzer)
41029 sql.h: Fix SQLFetchScroll prototype. (Timo Kreuzer)
41045 commdlg.h: fix and update definition of OPENFILENAMEAW (Timo Kreuzer)
41449 basetsd.h: Disable wine hack for amd64 (Timo Kreuzer)
43506 wincrypt.h: Fix definition of CryptReleaseContext (Timo Kreuzer)
43840 wingdi.h: Fix LOGBRUSH definition. (Samuel Serapión)
43907 commctrl.h: Fix bad cast. (Timo Kreuzer)
44039 mmddk.h: Fix mmTaskCreate and mciGetDriverData prototypes per MSDN (Timo Kreuzer)
44040 windef.h/winsock.h/winsock2.h: Fix 32bit build. (Samuel Serapión)
44044 ws2spi.h: Fix ws2_32 64bit build (Samuel Serapión)
44294 winnt.h: Fix SLIST_ENTRY for WIN64 (Timo Kreuzer)
44338 winnt.h: fix build. (Samuel Serapión)
44460 winuser.h: Define PHDEVNOTIFY, PDLGITEMTEMPLATEA/W, LPDLGITEMTEMPLATEA/W, PPAINTSTRUCT, PMENUITEMTEMPLATE, PUSEROBJECTFLAGS, PMINIMIZEDMETRICS, PNONCLIENTMETRICSA/W, LPMOUSEINPUT, LPKEYBDINPUT, LPHARDWAREINPUT. Add HARDWAREHOOKSTRUCT structure. (Samuel Serapión)

svn path=/trunk/; revision=44614

14 years ago* Added wavebar
Johannes Anderwald [Tue, 15 Dec 2009 22:39:18 +0000 (22:39 +0000)]
* Added wavebar
* Added format, duration, buffer, position labels
- Now wave_in/out objects are opened only when pressed rec/play buttons.
- The slider bar now real points to audio samples in the buffer
- Some other little Gui changes
- by Marco Pagliaricci (IRC: rendar)

svn path=/trunk/; revision=44613

14 years ago[MAIN]
Timo Kreuzer [Tue, 15 Dec 2009 19:06:23 +0000 (19:06 +0000)]
[MAIN]
Use UlongToPtr instead of casting.

svn path=/trunk/; revision=44608

14 years agoJerome Gardou <jerome DOT gardou AT laposte DOT net>:
Gregor Schneider [Tue, 15 Dec 2009 18:39:13 +0000 (18:39 +0000)]
Jerome Gardou <jerome DOT gardou AT laposte DOT net>:
[kernel32] Set the SYNCHRONIZE access mask when using FILE_SYNCHRONOUS_IO options

svn path=/trunk/; revision=44607

14 years ago[MSVCRT20]
Timo Kreuzer [Tue, 15 Dec 2009 17:51:31 +0000 (17:51 +0000)]
[MSVCRT20]
Fix _getmainargs params in spec file

svn path=/trunk/; revision=44606

14 years agoMerge from amd64 branch:
Timo Kreuzer [Tue, 15 Dec 2009 15:16:01 +0000 (15:16 +0000)]
Merge from amd64 branch:

[SPIDER]
44002 Fix 64 bit build. (Samuel Serapión)

[PAINT]
43858 Fix 64 bit warnings. (Samuel Serapión)

[RAPPS]
43906 Fix 64 bit build. (Samuel Serapión)

[SNDREC32]
44389 Fix 64 bit build. (Samuel Serapión)

[TFTP]
41097 Fix pointer to DWORD cast. (Timo Kreuzer)

[COMCTL32]
36172 Build as unicode. (Samuel Serapión)

[USERMGR]
41098 Fix 2 POINTER<->DWORD casts. (Timo Kreuzer)

[d3d9]
38149 Fix pointer<->ULONG cast. (Timo Kreuzer)
43839 Fix 64 bit Build. (Samuel Serapión)

[DSOUND]
40753 Make DSDRIVERDESC.dnDevNode a DWORD_PTR and DSPROPERTY.InstanceId a ULONG_PTR. (Timo Kreuzer)

[LSASRV]
44037 Fix 64 bit Build. (Samuel Serapión)

[MMDRV]
40125 Fix 64bit build. (Samuel Serapión)

[MSGINA]
40993 fix 64bit build (Timo Kreuzer)

[NETSHELL]
41001 Don't cast the 1st parameter of InterlockedExchange to volatile void **, but to void ** (Timo Kreuzer)

[OPENGL32]
36502 No need to assert an offset thats only used in i386 specific code. (Samuel Serapión)

[POWRPROF]
41044 Don't cast NULL to DWORD. (Timo Kreuzer)
43860 Don't cast NULL to an integer type. (Samuel Serapión)

[PSAPI]
38150 Fix a cast (Timo Kreuzer)

[SHELL32]
38355 Use Get/SetWindowLongPtr (Samuel Serapión)
41047 Get rid of deprecated LargeInteger functions and use native int64 math instead. (Timo Kreuzer)
41048 DialogProc returns INT_PTR and not BOOL. Don't cast a pointer to LONG. Use INT_PTR instead of int for pointer math. (Timo Kreuzer)
41049 Change return type of OpenMRUListW and CreateMRUListW to HANDLE, add a comment that CREATEMRULISTW is already defined differently in explorer_new/undoc.h (Timo Kreuzer)
44601 Fix a prototype. Convert RtlLargeInteger to native int64. Fixes 64bit built. (Timo Kreuzer)

[WDMAUD.DRV]
41101 Don't cast DWORD to PVOID, use UlongToPtr instead. (Timo Kreuzer)

[WS2_32]
35777 fix ws2_32 spec file (Timo kreuzer)
44044 Fix ws2_32 64bit build (1 of 2) (Samuel Serapión)
44045 Fix ws2_32 64bit build (2 of 2) (Samuel Serapión)

[WS2_32_NEW]
44389 Fix 64 bit built. (Samuel Serapión)

svn path=/trunk/; revision=44602

14 years ago[Win32k]
James Tabor [Tue, 15 Dec 2009 01:11:46 +0000 (01:11 +0000)]
[Win32k]
- Remove LastChild.

svn path=/trunk/; revision=44597

14 years ago[IMAGEHLP]
Timo Kreuzer [Mon, 14 Dec 2009 23:35:40 +0000 (23:35 +0000)]
[IMAGEHLP]
Don't use explicit 32 bit version of IMAGE_OPTIONAL_HEADER

svn path=/trunk/; revision=44596

14 years agomodified Makefile
KJK::Hyperion [Mon, 14 Dec 2009 23:02:28 +0000 (23:02 +0000)]
modified   Makefile
   New ${checkpoint} command to create an empty "checkpoint" file, to store the last modified date of a make target

modified   tools/rbuild/backend/mingw/rules.mak
   Rules that output more than one file at once don't mix well with parallel builds: serialize dependency checks through the use of checkpoint files. Fixes intermittent widl issues in highly parallel builds
   Bonus internal rbuild function that I had to commit one day or another

See issue #4994 for more details.

svn path=/trunk/; revision=44594

14 years agorevert last commit (sorry, wrong direction)
Timo Kreuzer [Mon, 14 Dec 2009 22:58:51 +0000 (22:58 +0000)]
revert last commit (sorry, wrong direction)

svn path=/trunk/; revision=44592

14 years ago[win32k]
Giannis Adamopoulos [Mon, 14 Dec 2009 22:58:03 +0000 (22:58 +0000)]
[win32k]
- Don't store LastChild in WINDOW_OBJECT

svn path=/trunk/; revision=44591

14 years agouse tabs in rbuild file (copied from trunk)
Timo Kreuzer [Mon, 14 Dec 2009 22:57:33 +0000 (22:57 +0000)]
use tabs in rbuild file (copied from trunk)

svn path=/trunk/; revision=44590

14 years ago[KSUSER]
Timo Kreuzer [Mon, 14 Dec 2009 22:52:08 +0000 (22:52 +0000)]
[KSUSER]
Remove broken HeapAlloc prototype

svn path=/trunk/; revision=44589

14 years agoremove unneccessary file entry for spec file
Timo Kreuzer [Mon, 14 Dec 2009 22:29:15 +0000 (22:29 +0000)]
remove unneccessary file entry for spec file

svn path=/trunk/; revision=44587

14 years ago[LIBXSLT]
Timo Kreuzer [Mon, 14 Dec 2009 19:47:13 +0000 (19:47 +0000)]
[LIBXSLT]
Add HAVE_STAT definition. fixes a warning.

svn path=/trunk/; revision=44583

14 years ago- Setup registry entries for the default user shell
Johannes Anderwald [Mon, 14 Dec 2009 19:36:22 +0000 (19:36 +0000)]
- Setup registry entries for the default user shell
- May fix bug 5020

svn path=/trunk/; revision=44582

14 years ago[user32]
Giannis Adamopoulos [Mon, 14 Dec 2009 15:41:58 +0000 (15:41 +0000)]
[user32]
SetClipboardData: fix return value
Fixes one user32:clipbloard test

svn path=/trunk/; revision=44577

14 years ago[Win32k]
James Tabor [Mon, 14 Dec 2009 06:48:40 +0000 (06:48 +0000)]
[Win32k]
- Continuing the moving into WND structure with minor desktop structure changes.
- Tested: wine user32 tests, AbiWord 2.6.8, FF 3.5, OOo 2.4.3 and Seamonkey 2.0.

svn path=/trunk/; revision=44576

14 years ago[Win32k]
James Tabor [Mon, 14 Dec 2009 05:02:56 +0000 (05:02 +0000)]
[Win32k]
- Michael Martin found a create window and crash exit issue by testing programs from http://www.magma.ca/~wjr/ PEview. Fixed by replacing UserFreeWindowInfo with co_UserDestroyWindow at cleanup exit.
- Added more window death and thread checks.
- Started the morphing into WND structure from window object.
- Tested: wine user32 tests, AbiWord 2.6.8, Seamonkey 2.0, FF 3.5 and OOo 2.4.3.

svn path=/trunk/; revision=44575

14 years ago- Silence debug prints.
James Tabor [Sun, 13 Dec 2009 21:55:06 +0000 (21:55 +0000)]
- Silence debug prints.

svn path=/trunk/; revision=44574

14 years ago[win32k]
Giannis Adamopoulos [Sun, 13 Dec 2009 20:57:03 +0000 (20:57 +0000)]
[win32k]
- Remove an unused reactos only syscall

svn path=/trunk/; revision=44573

14 years ago- Fix build
Johannes Anderwald [Sun, 13 Dec 2009 20:11:11 +0000 (20:11 +0000)]
- Fix build

svn path=/trunk/; revision=44572

14 years ago[user32]
Giannis Adamopoulos [Sun, 13 Dec 2009 20:01:21 +0000 (20:01 +0000)]
[user32]
Optimize GetWindow by moving it completely to user mode

[win32k]
Remove reactos only syscall NtUserGetWindow

svn path=/trunk/; revision=44571

14 years agoSlovak translations by Mario Kacmar. Added: SndRec32, RunOnce. Updated: Paint. Bug...
Dmitry Gorbachev [Sun, 13 Dec 2009 18:09:08 +0000 (18:09 +0000)]
Slovak translations by Mario Kacmar. Added: SndRec32, RunOnce. Updated: Paint. Bug #5021.

svn path=/trunk/; revision=44570

14 years ago[reg] Update reg.c to current Wine
Gregor Schneider [Sun, 13 Dec 2009 17:27:13 +0000 (17:27 +0000)]
[reg] Update reg.c to current Wine

svn path=/trunk/; revision=44569

14 years agoShow respect to Romanian language. (Encoding: UTF-8, with no byte order mark.)
Dmitry Gorbachev [Sun, 13 Dec 2009 16:54:23 +0000 (16:54 +0000)]
Show respect to Romanian language. (Encoding: UTF-8, with no byte order mark.)

svn path=/trunk/; revision=44568

14 years ago- Create a startmenu entry for sndrec32
Johannes Anderwald [Sun, 13 Dec 2009 16:31:01 +0000 (16:31 +0000)]
- Create a startmenu entry for sndrec32
- Add resource string for all languages except rumanian (encoding issue)

svn path=/trunk/; revision=44567

14 years agoAlexander Yastrebov <menone7 AT gmail DOT com>:
Gregor Schneider [Sun, 13 Dec 2009 16:25:50 +0000 (16:25 +0000)]
Alexander Yastrebov <menone7 AT gmail DOT com>:
- Simplify and fix error checking in RegQuery/SetEx functions
- Add handling for missing termination characters
- Fixes one advapi32 winetest
See issue #4993 for more details.

svn path=/trunk/; revision=44566

14 years ago- Add sndrec32 to bootcd 1/2
Johannes Anderwald [Sun, 13 Dec 2009 16:09:14 +0000 (16:09 +0000)]
- Add sndrec32 to bootcd 1/2

svn path=/trunk/; revision=44564

14 years ago[REG]
Johannes Anderwald [Sun, 13 Dec 2009 16:05:15 +0000 (16:05 +0000)]
[REG]
- Fix a memory leak and bug in the deletion routine. If the buffer value_name was had been smaller than the longest key, then deletion of all values would have failed.
- Fixed by Amine Khaldi
[XCOPY]
- Remove unnecessary assignment
- By Amine Khaldi

svn path=/trunk/; revision=44563

14 years ago[WDMAUD.DRV]
Johannes Anderwald [Sun, 13 Dec 2009 15:36:19 +0000 (15:36 +0000)]
[WDMAUD.DRV]
- Integrate mmixer library into wdmaud.drv
- Library is not yet used

svn path=/trunk/; revision=44562

14 years ago[Win32k]
James Tabor [Sun, 13 Dec 2009 13:14:45 +0000 (13:14 +0000)]
[Win32k]
- Class.c: Restore module address from cloned class if it is a default user class. See bug 4778
- Remove unneeded debug prints.
- Tested: wine user32 class test, AbiWord 2.6.8, FF 3.5 and OOo 2.4.3.

svn path=/trunk/; revision=44561

14 years ago- Add mmixer to build
Johannes Anderwald [Sun, 13 Dec 2009 11:33:23 +0000 (11:33 +0000)]
- Add mmixer to build

svn path=/trunk/; revision=44560

14 years ago[MMIXER]
Johannes Anderwald [Sun, 13 Dec 2009 11:32:44 +0000 (11:32 +0000)]
[MMIXER]
- Add more error checks
- Fix a bug MMixerGetControlsFromPinByConnectionIndex which pre-early stopped the enumeration of mixer controls
- Only add guids which can be later be resolved to mixer control
- Check if no a topology connection has no links connected

svn path=/trunk/; revision=44559

14 years ago[regedit] Amine Khaldi: Remove unused variables
Gregor Schneider [Sat, 12 Dec 2009 22:09:05 +0000 (22:09 +0000)]
[regedit] Amine Khaldi: Remove unused variables

svn path=/trunk/; revision=44557

14 years agoPatch for LdrFixupImports() by Alexander Yastrebov, bug #4954.
Dmitry Gorbachev [Sat, 12 Dec 2009 20:53:23 +0000 (20:53 +0000)]
Patch for LdrFixupImports() by Alexander Yastrebov, bug #4954.

svn path=/trunk/; revision=44556

14 years agoDocument what r44552 is all about.
Colin Finck [Sat, 12 Dec 2009 19:38:03 +0000 (19:38 +0000)]
Document what r44552 is all about.

svn path=/trunk/; revision=44555

14 years agoAdd missing dependencies.
Colin Finck [Sat, 12 Dec 2009 18:51:16 +0000 (18:51 +0000)]
Add missing dependencies.
Found out using "make -j 70" :-)

svn path=/trunk/; revision=44554

14 years agoSet a lower maximum number of iterations in AtapiSoftReset.
Colin Finck [Sat, 12 Dec 2009 17:14:26 +0000 (17:14 +0000)]
Set a lower maximum number of iterations in AtapiSoftReset.
This reduces the UniATA bootup time in VMware (which doesn't seem to clear the IDE_STATUS_BUSY flag) from 70 seconds to around 8.

Tested successfully under QEMU, VBox, VMware and an Athlon XP-based system.

svn path=/trunk/; revision=44552

14 years ago[PORTCLS]
Johannes Anderwald [Sat, 12 Dec 2009 16:27:17 +0000 (16:27 +0000)]
[PORTCLS]
- Return correct status code from InterruptSync::CallSynchronizedRoutine

svn path=/trunk/; revision=44551

14 years ago[ntoskrnl]
Gregor Schneider [Sat, 12 Dec 2009 15:21:56 +0000 (15:21 +0000)]
[ntoskrnl]
- Use the PORT_MESSAGE ZeroInit and Type fields the way they are supposed to be used
- Ref: http://www.reactos.org/archives/public/ros-dev/2009-December/012466.html

svn path=/trunk/; revision=44549

14 years agoFix typo in _aullrem(), reported by zhangbonian (zhangbonian17*at*163*dot*com), bug...
Dmitry Gorbachev [Sat, 12 Dec 2009 14:28:45 +0000 (14:28 +0000)]
Fix typo in _aullrem(), reported by zhangbonian (zhangbonian17*at*163*dot*com), bug #5015.

svn path=/trunk/; revision=44548

14 years ago[PORTCLS]
Johannes Anderwald [Sat, 12 Dec 2009 13:51:11 +0000 (13:51 +0000)]
[PORTCLS]
- Fix a bug
- Found by Amine Khaldi

svn path=/trunk/; revision=44547

14 years ago[MMIXER_TEST]
Johannes Anderwald [Sat, 12 Dec 2009 13:40:54 +0000 (13:40 +0000)]
[MMIXER_TEST]
- Commit a simple test application to test the mmixer library
- Debug Outputs are appreciated

svn path=/trunk/; revision=44546

14 years ago[PORTCLS]
Johannes Anderwald [Sat, 12 Dec 2009 13:27:05 +0000 (13:27 +0000)]
[PORTCLS]
- Fix possible dereferencing of null pointer
- Found by Amine Khaldi

svn path=/trunk/; revision=44545

14 years ago[advapi32] Print the used name when failing to open a control pipe
Gregor Schneider [Sat, 12 Dec 2009 12:57:46 +0000 (12:57 +0000)]
[advapi32] Print the used name when failing to open a control pipe

svn path=/trunk/; revision=44544

14 years ago[ntoskrnl]
Gregor Schneider [Sat, 12 Dec 2009 12:32:09 +0000 (12:32 +0000)]
[ntoskrnl]
- The field ZeroInit should be initialized to zero - do that by assigning the message type directly
- Fixes the hanging ntdll port winetest (it didn't get a CLIENT_DIED notification because the call to LpcRequestPort failed)

svn path=/trunk/; revision=44543

14 years ago[ntoskrnl/lpc] - Fix a typo, correct paths
Gregor Schneider [Sat, 12 Dec 2009 12:23:55 +0000 (12:23 +0000)]
[ntoskrnl/lpc] - Fix a typo, correct paths

svn path=/trunk/; revision=44542

14 years ago[Win32k]
James Tabor [Sat, 12 Dec 2009 00:19:37 +0000 (00:19 +0000)]
[Win32k]
- Create a Gre function for GetKerningPairs.

svn path=/trunk/; revision=44541

14 years ago[videoprt] Split complicated asserts for easier problem understanding as seen in...
Gregor Schneider [Fri, 11 Dec 2009 16:09:01 +0000 (16:09 +0000)]
[videoprt] Split complicated asserts for easier problem understanding as seen in bug #4354

svn path=/trunk/; revision=44539

14 years ago[MMIXER]
Johannes Anderwald [Fri, 11 Dec 2009 14:01:39 +0000 (14:01 +0000)]
[MMIXER]
- Add mixerline for audio filters which expose their topology on the same filter such as usb audio cards
- Retrieve pin name of the target pin in order to display the correct name for the destination audio mixer line

svn path=/trunk/; revision=44538

14 years ago[msfs] Silence debug print
Gregor Schneider [Fri, 11 Dec 2009 10:45:27 +0000 (10:45 +0000)]
[msfs] Silence debug print

svn path=/trunk/; revision=44535

14 years agoJan Roeloffzen <jroeloffzen AT hotmail DOT com>: Change "MBR" to "bootsector" (nl)
Gregor Schneider [Fri, 11 Dec 2009 10:06:04 +0000 (10:06 +0000)]
Jan Roeloffzen <jroeloffzen AT hotmail DOT com>: Change "MBR" to "bootsector" (nl)
See issue #5011 for more details.

svn path=/trunk/; revision=44534

14 years ago[msfs] Mail slot file system driver bring up 2/2:
Gregor Schneider [Fri, 11 Dec 2009 09:45:07 +0000 (09:45 +0000)]
[msfs] Mail slot file system driver bring up 2/2:
- Don't allow to create two mail slots with the same name
- Pass a timeout return status when no message are found after waiting
- Clients aren't allowed to query mail slot info, this works now - add the code back

svn path=/trunk/; revision=44533

14 years ago[Win32k]
James Tabor [Fri, 11 Dec 2009 00:33:59 +0000 (00:33 +0000)]
[Win32k]
- Message.c: Formating, filter out the noise from the ambient.
- Message.c:co_IntDoSendMessage: Fix return if no WND structure was allocated for window object. Add check if window exiting. Add Hook and message type checks.

svn path=/trunk/; revision=44532

14 years ago[msfs] Mail slot file system driver bring up 1/x:
Gregor Schneider [Thu, 10 Dec 2009 20:26:58 +0000 (20:26 +0000)]
[msfs] Mail slot file system driver bring up 1/x:
- Allow clients to query mail slot info
- Read the size of the first message in the slot
- Update headers, some cleanup
- Fixes 11 kernel32 mail slot test failures

svn path=/trunk/; revision=44529

14 years agoBulgarian translations by CCTAHEB (sstpr/AT/narod/DOT/ru).
Dmitry Gorbachev [Thu, 10 Dec 2009 19:36:33 +0000 (19:36 +0000)]
Bulgarian translations by CCTAHEB (sstpr/AT/narod/DOT/ru).
Newly translated: doskey, spider.
Updated: winemine, servman, ipconfig, rapps, 3dtext, shutdown, usetup, explorer.

svn path=/trunk/; revision=44528

14 years ago[kernel32]
Gregor Schneider [Thu, 10 Dec 2009 15:50:07 +0000 (15:50 +0000)]
[kernel32]
- Passing 0 flags to EnumSystemLocales behaves like passing LCID_SUPPORTED, so be it
- Ref: http://msdn.microsoft.com/en-us/library/dd317828%28VS.85%29.aspx
- Fixes mlang winetest crash, now it hangs after executing some hundred tests, bug #4999

svn path=/trunk/; revision=44527

14 years ago[MMIXER]
Johannes Anderwald [Thu, 10 Dec 2009 12:27:16 +0000 (12:27 +0000)]
[MMIXER]
- Store MixerList in MixerContext member
- Fix a lot of bugs
- MMixer is now able to enumerate mixers and their associated controls

svn path=/trunk/; revision=44522

14 years agoAmendment to r44518: changing a debug print in LdrpGetOrLoadModule wasn't part of...
Gregor Schneider [Thu, 10 Dec 2009 11:07:23 +0000 (11:07 +0000)]
Amendment to r44518: changing a debug print in LdrpGetOrLoadModule wasn't part of the plan

svn path=/trunk/; revision=44519

14 years ago[ntdll] Fix debug print, output the flags if available
Gregor Schneider [Thu, 10 Dec 2009 11:02:45 +0000 (11:02 +0000)]
[ntdll] Fix debug print, output the flags if available

svn path=/trunk/; revision=44518

14 years ago[RApps]
Dmitry Gorbachev [Thu, 10 Dec 2009 10:16:21 +0000 (10:16 +0000)]
[RApps]

- Convert all 'Eurocentrist' files from a variety of Windows encodings to one multicultural UTF-8.
- Add missing "stupid BOMs".
- Sort records according to their locale IDs.
- Fix Russian grammar / spellings, add two translations.
- Other minor style / typo fixes.

Dear RApps translators and committers, please keep these (and future) *.txt
files (which describe available to download programs in different languages)
in UTF-8. Otherwise, soon it will be hard to maintain files with a mixture of
different encodings in them. Also, don't forget about the byte order mark at
the beginning.

svn path=/trunk/; revision=44517

14 years agoAdd VER_SET_CONDITION macro
Ged Murphy [Thu, 10 Dec 2009 09:28:48 +0000 (09:28 +0000)]
Add VER_SET_CONDITION macro

svn path=/trunk/; revision=44516

14 years agoApply r44496 change to raddr2line, too. Remove unused argument.
Dmitry Gorbachev [Thu, 10 Dec 2009 08:55:11 +0000 (08:55 +0000)]
Apply r44496 change to raddr2line, too. Remove unused argument.

svn path=/trunk/; revision=44515

14 years agoUncomment SYSTEM_THREAD_EXCEPTION_NOT_HANDLED case.
Dmitry Gorbachev [Thu, 10 Dec 2009 08:54:53 +0000 (08:54 +0000)]
Uncomment SYSTEM_THREAD_EXCEPTION_NOT_HANDLED case.

svn path=/trunk/; revision=44514

14 years agoSimplified and Traditional Chinese Updates by Elton Chung. (MANY fixes by me and...
Daniel Reimer [Thu, 10 Dec 2009 08:49:25 +0000 (08:49 +0000)]
Simplified and Traditional Chinese Updates by Elton Chung. (MANY fixes by me and still have to skip dxdiag zh-TW.rc due to codepage 950 errors!)
Updated the style and fixed some typos in the rapps texts.
Bug 4968: spanish files by Javier Remacha. (Almost the same number of fixes by me.)
NOTE: I will not commit any untested Translations anymore!

svn path=/trunk/; revision=44513

14 years ago[Win32k]
James Tabor [Thu, 10 Dec 2009 01:18:26 +0000 (01:18 +0000)]
[Win32k]
- Add a bypass flag to skip the Path support in IntGdiMoveToEx. See bug report 4364. This fixes 11 gdi path wine tests.

svn path=/trunk/; revision=44507

14 years ago[freeldr] Rework operating system menu, by storing each selection in a structure...
Hervé Poussineau [Wed, 9 Dec 2009 22:03:39 +0000 (22:03 +0000)]
[freeldr] Rework operating system menu, by storing each selection in a structure instead of distinct arrays.
As a bonus, entries like LiveCD\reactos="ReactOS" /DEBUGPORT=COM1 /SOS /MININT now work

svn path=/trunk/; revision=44498

14 years ago- remove leftover
Kamil Hornicek [Wed, 9 Dec 2009 21:53:49 +0000 (21:53 +0000)]
- remove leftover

svn path=/trunk/; revision=44497

14 years agoUpdate log2lines to the latest version. Jan Roeloffzen, bug #4342.
Dmitry Gorbachev [Wed, 9 Dec 2009 21:51:19 +0000 (21:51 +0000)]
Update log2lines to the latest version. Jan Roeloffzen, bug #4342.

svn path=/trunk/; revision=44496

14 years ago[kernel32] UnhandledExceptionFilter:
Gregor Schneider [Wed, 9 Dec 2009 21:48:09 +0000 (21:48 +0000)]
[kernel32] UnhandledExceptionFilter:
- Print the exception address in the same style the stack frames are printed: module start offset and address separated
- Print CPU registers before starting over with trace addresses

svn path=/trunk/; revision=44495

14 years agoMake the text box a bit bigger for languages which are less short than English :-P
Daniel Reimer [Wed, 9 Dec 2009 21:30:05 +0000 (21:30 +0000)]
Make the text box a bit bigger for languages which are less short than English :-P
Add a German Translation by me and a Polish one by niski.

svn path=/trunk/; revision=44494

14 years ago[SNDREC32]
Timo Kreuzer [Wed, 9 Dec 2009 21:25:39 +0000 (21:25 +0000)]
[SNDREC32]
Make resources MUI ready.

svn path=/trunk/; revision=44493

14 years agoAdd sndrec32 to build
Timo Kreuzer [Wed, 9 Dec 2009 17:52:20 +0000 (17:52 +0000)]
Add sndrec32 to build

svn path=/trunk/; revision=44492

14 years ago[WINEBUILD]
Timo Kreuzer [Wed, 9 Dec 2009 17:01:35 +0000 (17:01 +0000)]
[WINEBUILD]
Sync winebuild to Wine_1_1_34
Lots of reactos hacks are gone now. ARM is natively supported now. Windows headers are no longer included, winglue.h is gone, the code that was previously removed is back again, there is no point in removing unused features. still there: the fastcall and pedll modifications. Added a ros-diff.

svn path=/trunk/; revision=44490