[ros-diffs] [jimtabor] 45667: [Win32k|Gdi32] - Fix GdiBatch, the limit is for user space not system. Revert 45659.

2010-02-22 Thread jimtabor
Author: jimtabor Date: Tue Feb 23 05:18:24 2010 New Revision: 45667 URL: http://svn.reactos.org/svn/reactos?rev=45667&view=rev Log: [Win32k|Gdi32] - Fix GdiBatch, the limit is for user space not system. Revert 45659. Modified: trunk/reactos/dll/win32/gdi32/objects/region.c trunk/reactos/s

[ros-diffs] [jimtabor] 45666: [Win32k] - Fix the new GetClipRgn clipping wine test for EqualRgn and clip region note.

2010-02-22 Thread jimtabor
Author: jimtabor Date: Tue Feb 23 04:17:37 2010 New Revision: 45666 URL: http://svn.reactos.org/svn/reactos?rev=45666&view=rev Log: [Win32k] - Fix the new GetClipRgn clipping wine test for EqualRgn and clip region note. Modified: trunk/reactos/subsystems/win32/win32k/objects/cliprgn.c tru

[ros-diffs] [jimtabor] 45665: [User32] - ReactOS uses DCX_KEEPCLIPRGN to prevent the deletion of regions so user support can manage them. Comctl32 depends on this since it does not delete the regions

2010-02-22 Thread jimtabor
Author: jimtabor Date: Tue Feb 23 04:14:09 2010 New Revision: 45665 URL: http://svn.reactos.org/svn/reactos?rev=45665&view=rev Log: [User32] - ReactOS uses DCX_KEEPCLIPRGN to prevent the deletion of regions so user support can manage them. Comctl32 depends on this since it does not delete the re

[ros-diffs] [jimtabor] 45664: [Win32k] - Properly assign error code when a real status error occurred. - Free the non user event container for WaitForInputIdle.

2010-02-22 Thread jimtabor
Author: jimtabor Date: Tue Feb 23 04:08:16 2010 New Revision: 45664 URL: http://svn.reactos.org/svn/reactos?rev=45664&view=rev Log: [Win32k] - Properly assign error code when a real status error occurred. - Free the non user event container for WaitForInputIdle. Modified: trunk/reactos/subsys

[ros-diffs] [ekohl] 45663: Split the initial status code for drivers and services. You can easily test services by uncommenting '#define USE_SERVICE_STATUS_PENDING'.

2010-02-22 Thread ekohl
Author: ekohl Date: Tue Feb 23 00:17:03 2010 New Revision: 45663 URL: http://svn.reactos.org/svn/reactos?rev=45663&view=rev Log: Split the initial status code for drivers and services. You can easily test services by uncommenting '#define USE_SERVICE_STATUS_PENDING'. Modified: trunk/reactos

[ros-diffs] [cfinck] 45662: Put Vizzini's "csq.h" in the Public Domain with permission from the author: I talked to vizini it's public domain do what you will

2010-02-22 Thread cfinck
Author: cfinck Date: Mon Feb 22 23:00:00 2010 New Revision: 45662 URL: http://svn.reactos.org/svn/reactos?rev=45662&view=rev Log: Put Vizzini's "csq.h" in the Public Domain with permission from the author: I talked to vizini it's public domain do what you will slap your name on it

[ros-diffs] [dgorbachev] 45661: Clean up RPCSS.

2010-02-22 Thread dgorbachev
Author: dgorbachev Date: Mon Feb 22 22:36:07 2010 New Revision: 45661 URL: http://svn.reactos.org/svn/reactos?rev=45661&view=rev Log: Clean up RPCSS. Modified: trunk/reactos/base/services/rpcss/rpcss_main.c trunk/reactos/base/services/rpcss/rpcss_ros.diff trunk/reactos/base/services/r

[ros-diffs] [cwittich] 45660: fix build

2010-02-22 Thread cwittich
Author: cwittich Date: Mon Feb 22 20:49:58 2010 New Revision: 45660 URL: http://svn.reactos.org/svn/reactos?rev=45660&view=rev Log: fix build Modified: trunk/reactos/include/psdk/bdaiface.idl Modified: trunk/reactos/include/psdk/bdaiface.idl URL: http://svn.reactos.org/svn/reactos/trunk/r

[ros-diffs] [tkreuzer] 45659: [GDI32] - Quickfix the region leak, by commenting out the user mode part in DeleteRegion. Thanks to Caemyr for finding the guilty revision.

2010-02-22 Thread tkreuzer
Author: tkreuzer Date: Mon Feb 22 20:27:35 2010 New Revision: 45659 URL: http://svn.reactos.org/svn/reactos?rev=45659&view=rev Log: [GDI32] - Quickfix the region leak, by commenting out the user mode part in DeleteRegion. Thanks to Caemyr for finding the guilty revision. Modified: trunk/reac

[ros-diffs] [ekohl] 45658: Revert remaining parts of patches 45626 and 45633.

2010-02-22 Thread ekohl
Author: ekohl Date: Mon Feb 22 20:26:54 2010 New Revision: 45658 URL: http://svn.reactos.org/svn/reactos?rev=45658&view=rev Log: Revert remaining parts of patches 45626 and 45633. Modified: trunk/reactos/base/services/umpnpmgr/umpnpmgr.c trunk/reactos/base/system/services/services.c Modi

[ros-diffs] [janderwald] 45657: [PSDK] - Add BDA interfaces

2010-02-22 Thread janderwald
Author: janderwald Date: Mon Feb 22 20:03:09 2010 New Revision: 45657 URL: http://svn.reactos.org/svn/reactos?rev=45657&view=rev Log: [PSDK] - Add BDA interfaces Added: trunk/reactos/include/psdk/bdaiface.idl Modified: trunk/reactos/include/psdk/psdk.rbuild Added: trunk/reactos/include/p

[ros-diffs] [ekohl] 45656: Reenable critical debug messages.

2010-02-22 Thread ekohl
Author: ekohl Date: Mon Feb 22 19:56:51 2010 New Revision: 45656 URL: http://svn.reactos.org/svn/reactos?rev=45656&view=rev Log: Reenable critical debug messages. Modified: trunk/reactos/base/system/services/rpcserver.c Modified: trunk/reactos/base/system/services/rpcserver.c URL: http://sv

[ros-diffs] [fireball] 45655: [NTOS]: Enable high/low memory events notifications.

2010-02-22 Thread fireball
Author: fireball Date: Mon Feb 22 17:44:13 2010 New Revision: 45655 URL: http://svn.reactos.org/svn/reactos?rev=45655&view=rev Log: [NTOS]: Enable high/low memory events notifications. Modified: trunk/reactos/ntoskrnl/mm/ARM3/pfnlist.c Modified: trunk/reactos/ntoskrnl/mm/ARM3/pfnlist.c URL:

[ros-diffs] [fireball] 45654: [NTOS]: Temporarily disable last part of MiInsertZeroListAtBack which seems to cause issues in the 1st stage.

2010-02-22 Thread fireball
Author: fireball Date: Mon Feb 22 14:39:30 2010 New Revision: 45654 URL: http://svn.reactos.org/svn/reactos?rev=45654&view=rev Log: [NTOS]: Temporarily disable last part of MiInsertZeroListAtBack which seems to cause issues in the 1st stage. Modified: trunk/reactos/ntoskrnl/mm/ARM3/pfnlist.c