[ros-diffs] [jimtabor] 40494: - Remove NtGdi calls from user32 headers.

2009-04-13 Thread jimtabor
Author: jimtabor Date: Tue Apr 14 03:27:52 2009 New Revision: 40494 URL: http://svn.reactos.org/svn/reactos?rev=40494&view=rev Log: - Remove NtGdi calls from user32 headers. Modified: trunk/reactos/dll/win32/user32/include/user32.h Modified: trunk/reactos/dll/win32/user32/include/user

[ros-diffs] [jimtabor] 40562: - Ref bug 4074: Need to test it again to see if it crashes further down the line.

2009-04-17 Thread jimtabor
Author: jimtabor Date: Sat Apr 18 00:34:09 2009 New Revision: 40562 URL: http://svn.reactos.org/svn/reactos?rev=40562&view=rev Log: - Ref bug 4074: Need to test it again to see if it crashes further down the line. Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c Modi

[ros-diffs] [jimtabor] 40621: - Update CancelDC and DrawEscape.

2009-04-20 Thread jimtabor
Author: jimtabor Date: Tue Apr 21 04:14:56 2009 New Revision: 40621 URL: http://svn.reactos.org/svn/reactos?rev=40621&view=rev Log: - Update CancelDC and DrawEscape. Modified: trunk/reactos/dll/win32/gdi32/misc/stubs.c Modified: trunk/reactos/dll/win32/gdi32/misc/stubs.c URL:

[ros-diffs] [jimtabor] 40622: - Update DrawEscape, thanks Tommy.

2009-04-20 Thread jimtabor
Author: jimtabor Date: Tue Apr 21 04:29:00 2009 New Revision: 40622 URL: http://svn.reactos.org/svn/reactos?rev=40622&view=rev Log: - Update DrawEscape, thanks Tommy. Modified: trunk/reactos/dll/win32/gdi32/misc/stubs.c Modified: trunk/reactos/dll/win32/gdi32/misc/stubs.c URL:

[ros-diffs] [jimtabor] 40626: - Add more EMF records types.

2009-04-20 Thread jimtabor
Author: jimtabor Date: Tue Apr 21 07:10:54 2009 New Revision: 40626 URL: http://svn.reactos.org/svn/reactos?rev=40626&view=rev Log: - Add more EMF records types. Modified: trunk/reactos/include/psdk/wingdi.h trunk/reactos/include/reactos/win32k/ntuser.h Modified: trunk/reactos/inc

[ros-diffs] [jimtabor] 40627: - Revert part of 40626.

2009-04-20 Thread jimtabor
Author: jimtabor Date: Tue Apr 21 07:15:05 2009 New Revision: 40627 URL: http://svn.reactos.org/svn/reactos?rev=40627&view=rev Log: - Revert part of 40626. Modified: trunk/reactos/include/reactos/win32k/ntuser.h Modified: trunk/reactos/include/reactos/win32k/ntuser.h URL:

[ros-diffs] [jimtabor] 40820: - Implement ReplyMessage and kernel support for InSendMessage and GetMessageTime.

2009-05-06 Thread jimtabor
Author: jimtabor Date: Wed May 6 22:49:53 2009 New Revision: 40820 URL: http://svn.reactos.org/svn/reactos?rev=40820&view=rev Log: - Implement ReplyMessage and kernel support for InSendMessage and GetMessageTime. Modified: trunk/reactos/dll/win32/user32/windows/message.c trunk/rea

[ros-diffs] [jimtabor] 40824: - This helps gimp 2.4.6 start-up. But there is another bug in msvcrt.dll that throws an exception. I must apologize for not doing this sooner.

2009-05-06 Thread jimtabor
Author: jimtabor Date: Thu May 7 09:49:35 2009 New Revision: 40824 URL: http://svn.reactos.org/svn/reactos?rev=40824&view=rev Log: - This helps gimp 2.4.6 start-up. But there is another bug in msvcrt.dll that throws an exception. I must apologize for not doing this sooner. Modified: t

[ros-diffs] [jimtabor] 40891: - Move update thread information hooks.

2009-05-11 Thread jimtabor
Author: jimtabor Date: Tue May 12 05:31:07 2009 New Revision: 40891 URL: http://svn.reactos.org/svn/reactos?rev=40891&view=rev Log: - Move update thread information hooks. Modified: trunk/reactos/subsystems/win32/win32k/include/hook.h trunk/reactos/subsystems/win32/win32k/include/win

[ros-diffs] [jimtabor] 40892: - Remove client thread information from w32 thread information.

2009-05-11 Thread jimtabor
Author: jimtabor Date: Tue May 12 05:56:39 2009 New Revision: 40892 URL: http://svn.reactos.org/svn/reactos?rev=40892&view=rev Log: - Remove client thread information from w32 thread information. Modified: trunk/reactos/include/reactos/win32k/ntuser.h trunk/reactos/subsystems/w

[ros-diffs] [jimtabor] 50845: [Win32k] - Remove unused class list pointer and clear the class registered flag.

2011-02-20 Thread jimtabor
Author: jimtabor Date: Sun Feb 20 22:20:23 2011 New Revision: 50845 URL: http://svn.reactos.org/svn/reactos?rev=50845&view=rev Log: [Win32k] - Remove unused class list pointer and clear the class registered flag. Modified: trunk/reactos/subsystems/win32/win32k/include/win32.h t

[ros-diffs] [jimtabor] 50846: [Win32k] - Restore original patch 50154.

2011-02-20 Thread jimtabor
Author: jimtabor Date: Sun Feb 20 22:20:42 2011 New Revision: 50846 URL: http://svn.reactos.org/svn/reactos?rev=50846&view=rev Log: [Win32k] - Restore original patch 50154. Modified: trunk/reactos/subsystems/win32/win32k/include/msgqueue.h trunk/reactos/subsystems/win32/win32k/nt

[ros-diffs] [jimtabor] 50847: [Win32k|User32] - WM_MDICREATE originates from user space so treat it as it should, fixes bug 5903.

2011-02-20 Thread jimtabor
Author: jimtabor Date: Sun Feb 20 22:20:51 2011 New Revision: 50847 URL: http://svn.reactos.org/svn/reactos?rev=50847&view=rev Log: [Win32k|User32] - WM_MDICREATE originates from user space so treat it as it should, fixes bug 5903. Modified: trunk/reactos/dll/win32/user32/windows/messa

[ros-diffs] [jimtabor] 50853: [Win32k] - Fix crash with win wine test. Win test works on my tree here and hardware as well.

2011-02-21 Thread jimtabor
Author: jimtabor Date: Mon Feb 21 09:01:07 2011 New Revision: 50853 URL: http://svn.reactos.org/svn/reactos?rev=50853&view=rev Log: [Win32k] - Fix crash with win wine test. Win test works on my tree here and hardware as well. Modified: trunk/reactos/subsystems/win32/win32k/ntuser/messa

[ros-diffs] [jimtabor] 50933: [Win32k|User32] - Clarify the meaning and the use of 0, 1 and 2 for user window regions, wine never did. Noticing patches not corresponding in correctness and understandi

2011-02-27 Thread jimtabor
Author: jimtabor Date: Mon Feb 28 06:31:44 2011 New Revision: 50933 URL: http://svn.reactos.org/svn/reactos?rev=50933&view=rev Log: [Win32k|User32] - Clarify the meaning and the use of 0, 1 and 2 for user window regions, wine never did. Noticing patches not corresponding in correctness

[ros-diffs] [jimtabor] 50934: [Win32k|User32] - Use User32 GetWindowRgnBox, still passing both wine msg SetWindowRgn and win winregion tests, see bug 5959.

2011-02-28 Thread jimtabor
Author: jimtabor Date: Mon Feb 28 09:10:43 2011 New Revision: 50934 URL: http://svn.reactos.org/svn/reactos?rev=50934&view=rev Log: [Win32k|User32] - Use User32 GetWindowRgnBox, still passing both wine msg SetWindowRgn and win winregion tests, see bug 5959. Modified: trunk/reactos/dll/w

[ros-diffs] [jimtabor] 50936: [Win32k|User32] - Use User32 GetWindowRgnBox, still passing both wine msg SetWindowRgn and win winregion tests, see bug 5959.

2011-02-28 Thread jimtabor
Author: jimtabor Date: Mon Feb 28 16:45:57 2011 New Revision: 50936 URL: http://svn.reactos.org/svn/reactos?rev=50936&view=rev Log: [Win32k|User32] - Use User32 GetWindowRgnBox, still passing both wine msg SetWindowRgn and win winregion tests, see bug 5959. Modified: trunk/reactos/dll/w

[ros-diffs] [jimtabor] 50961: [Win32k] - Fix the select of the clip region for a window. Apologies to Rafal Harabien select works like select, also don't assume the original author is always right.

2011-03-03 Thread jimtabor
Author: jimtabor Date: Thu Mar 3 13:59:17 2011 New Revision: 50961 URL: http://svn.reactos.org/svn/reactos?rev=50961&view=rev Log: [Win32k] - Fix the select of the clip region for a window. Apologies to Rafal Harabien select works like select, also don't assume the original author

[ros-diffs] [jimtabor] 50962: [Win32k] - Missed the clearing of the clip region for the window at the end of of its life. The mouse is looking for the window, doing so, scanning through all of them, e

2011-03-03 Thread jimtabor
Author: jimtabor Date: Thu Mar 3 17:32:20 2011 New Revision: 50962 URL: http://svn.reactos.org/svn/reactos?rev=50962&view=rev Log: [Win32k] - Missed the clearing of the clip region for the window at the end of of its life. The mouse is looking for the window, doing so, scanning through al

[ros-diffs] [jimtabor] 50986: [Win32k] - Fix a crash in WidenPath, tested with Area.exe.

2011-03-06 Thread jimtabor
Author: jimtabor Date: Mon Mar 7 06:24:38 2011 New Revision: 50986 URL: http://svn.reactos.org/svn/reactos?rev=50986&view=rev Log: [Win32k] - Fix a crash in WidenPath, tested with Area.exe. Modified: trunk/reactos/subsystems/win32/win32k/objects/path.c Modified: trunk/reactos/subsys

[ros-diffs] [jimtabor] 50987: [GDI32] - Remove the old SetDIBBits, it severed us well.... Hold on to the win32k call. - Tested, Area.exe, wine gdi32 bitmaps test, AbiWord 2.8.6, OOo 2.4.3, SM 2.0.11 a

2011-03-06 Thread jimtabor
Author: jimtabor Date: Mon Mar 7 07:24:43 2011 New Revision: 50987 URL: http://svn.reactos.org/svn/reactos?rev=50987&view=rev Log: [GDI32] - Remove the old SetDIBBits, it severed us well Hold on to the win32k call. - Tested, Area.exe, wine gdi32 bitmaps test, AbiWord 2.8.6, OOo 2.4.3

[ros-diffs] [jimtabor] 51008: [Win32k] - Fix an uncovered bug. This should fix coolplayer and winamp type applications. Does not fix drawing issues.

2011-03-10 Thread jimtabor
Author: jimtabor Date: Thu Mar 10 13:09:56 2011 New Revision: 51008 URL: http://svn.reactos.org/svn/reactos?rev=51008&view=rev Log: [Win32k] - Fix an uncovered bug. This should fix coolplayer and winamp type applications. Does not fix drawing issues. Modified: trunk/reactos/subsystems/w

[ros-diffs] [jimtabor] 51009: [GDI32] - Protect SetDIBitsToDevice with seh and track it. This is for vbrun60spXX. Code fix ups and cleanup.

2011-03-10 Thread jimtabor
Author: jimtabor Date: Thu Mar 10 13:45:09 2011 New Revision: 51009 URL: http://svn.reactos.org/svn/reactos?rev=51009&view=rev Log: [GDI32] - Protect SetDIBitsToDevice with seh and track it. This is for vbrun60spXX. Code fix ups and cleanup. Modified: trunk/reactos/dll/win32/gdi32/inc

[ros-diffs] [jimtabor] 51021: [Win32k] - Move the drag detection routine to kernel space, this will decrease the number of kernel calls that is noticeable with slower systems running an emulator.

2011-03-11 Thread jimtabor
Author: jimtabor Date: Sat Mar 12 01:29:08 2011 New Revision: 51021 URL: http://svn.reactos.org/svn/reactos?rev=51021&view=rev Log: [Win32k] - Move the drag detection routine to kernel space, this will decrease the number of kernel calls that is noticeable with slower systems runnin

[ros-diffs] [jimtabor] 51089: [Win32k] - Implement the set of DeferWindowPos functions. Regedit (one of many application) uses it and allocated three when it should be four. This was a good test to ve

2011-03-18 Thread jimtabor
Author: jimtabor Date: Fri Mar 18 22:41:22 2011 New Revision: 51089 URL: http://svn.reactos.org/svn/reactos?rev=51089&view=rev Log: [Win32k] - Implement the set of DeferWindowPos functions. Regedit (one of many application) uses it and allocated three when it should be four. This was a

[ros-diffs] [jimtabor] 51093: [Win32k] - Fix sign for BeginDeferWindowPos(-1) test, see bug 6025.

2011-03-19 Thread jimtabor
Author: jimtabor Date: Sun Mar 20 00:21:45 2011 New Revision: 51093 URL: http://svn.reactos.org/svn/reactos?rev=51093&view=rev Log: [Win32k] - Fix sign for BeginDeferWindowPos(-1) test, see bug 6025. Modified: trunk/reactos/subsystems/win32/win32k/ntuser/simplecall.c Modified: t

[ros-diffs] [jimtabor] 51094: [Win32k] - Move the appropriate code from window.c to winpos.c, decreasing the size in window.c. Adding proper checks for maximums and desktop/message windows. - Started

2011-03-19 Thread jimtabor
Author: jimtabor Date: Sun Mar 20 01:09:15 2011 New Revision: 51094 URL: http://svn.reactos.org/svn/reactos?rev=51094&view=rev Log: [Win32k] - Move the appropriate code from window.c to winpos.c, decreasing the size in window.c. Adding proper checks for maximums and desktop/message win

[ros-diffs] [jimtabor] 51095: [User32] - Finishing with setting window class types from the window proc. Next step will be checking it in the User32 message exchange instead of using the class structu

2011-03-19 Thread jimtabor
Author: jimtabor Date: Sun Mar 20 01:29:39 2011 New Revision: 51095 URL: http://svn.reactos.org/svn/reactos?rev=51095&view=rev Log: [User32] - Finishing with setting window class types from the window proc. Next step will be checking it in the User32 message exchange instead of using the c

[ros-diffs] [jimtabor] 51099: - Fix a miss var for testing.

2011-03-20 Thread jimtabor
Author: jimtabor Date: Sun Mar 20 11:29:51 2011 New Revision: 51099 URL: http://svn.reactos.org/svn/reactos?rev=51099&view=rev Log: - Fix a miss var for testing. Modified: trunk/reactos/subsystems/win32/win32k/ntuser/simplecall.c Modified: trunk/reactos/subsystems/win32/win32k/nt

[ros-diffs] [jimtabor] 51100: [User32_ApiTests] - Patch by Thomas Faber: Tests for new DeferWindowPos implementation. See bug 6025.

2011-03-20 Thread jimtabor
Author: jimtabor Date: Sun Mar 20 12:59:07 2011 New Revision: 51100 URL: http://svn.reactos.org/svn/reactos?rev=51100&view=rev Log: [User32_ApiTests] - Patch by Thomas Faber: Tests for new DeferWindowPos implementation. See bug 6025. Added: trunk/rostests/apitests/user32/DeferWindowP

[ros-diffs] [jimtabor] 51102: [Win32k] - Setup RectInRegion for internal use.

2011-03-20 Thread jimtabor
Author: jimtabor Date: Mon Mar 21 02:20:24 2011 New Revision: 51102 URL: http://svn.reactos.org/svn/reactos?rev=51102&view=rev Log: [Win32k] - Setup RectInRegion for internal use. Modified: trunk/reactos/subsystems/win32/win32k/include/region.h trunk/reactos/subsystems/win32/wi

[ros-diffs] [jimtabor] 51145: [Csrss|Win32k] - Enable the desktop class and set the ReactOS variant of csrss back to local desktop class. Now all class tests pass, see bug 4778.

2011-03-25 Thread jimtabor
Author: jimtabor Date: Sat Mar 26 00:43:56 2011 New Revision: 51145 URL: http://svn.reactos.org/svn/reactos?rev=51145&view=rev Log: [Csrss|Win32k] - Enable the desktop class and set the ReactOS variant of csrss back to local desktop class. Now all class tests pass, see bug 4778. Modi

[ros-diffs] [jimtabor] 51147: [GDI32] - Patch by Thomas Faber: GetTextExtentPoint32 must not assume null termination of lpString.

2011-03-25 Thread jimtabor
Author: jimtabor Date: Sat Mar 26 02:10:04 2011 New Revision: 51147 URL: http://svn.reactos.org/svn/reactos?rev=51147&view=rev Log: [GDI32] - Patch by Thomas Faber: GetTextExtentPoint32 must not assume null termination of lpString. Modified: trunk/reactos/dll/win32/gdi32/objects/te

[ros-diffs] [jimtabor] 51148: [User32] - Cleanup edit and add back missing break in combo.

2011-03-25 Thread jimtabor
Author: jimtabor Date: Sat Mar 26 05:31:59 2011 New Revision: 51148 URL: http://svn.reactos.org/svn/reactos?rev=51148&view=rev Log: [User32] - Cleanup edit and add back missing break in combo. Modified: trunk/reactos/dll/win32/user32/controls/combo.c trunk/reactos/dll/win32/us

[ros-diffs] [jimtabor] 51170: [GDI32] - Finish object attribute support.

2011-03-26 Thread jimtabor
Author: jimtabor Date: Sun Mar 27 05:40:30 2011 New Revision: 51170 URL: http://svn.reactos.org/svn/reactos?rev=51170&view=rev Log: [GDI32] - Finish object attribute support. Modified: trunk/reactos/dll/win32/gdi32/misc/misc.c trunk/reactos/dll/win32/gdi32/objects/brush.c t

[ros-diffs] [jimtabor] 51179: [GDI32|User32|Win32k] - Fix ScrollDC ApiTest.

2011-03-27 Thread jimtabor
Author: jimtabor Date: Mon Mar 28 00:17:21 2011 New Revision: 51179 URL: http://svn.reactos.org/svn/reactos?rev=51179&view=rev Log: [GDI32|User32|Win32k] - Fix ScrollDC ApiTest. Modified: trunk/reactos/dll/win32/gdi32/misc/misc.c trunk/reactos/dll/win32/user32/windows/paint.c t

[ros-diffs] [jimtabor] 51185: [Win32k] - Finish object attribute support part 2. - Removed DC from the list, ReactOS handles this in a different way. Comment out Brush and Pen switches until proper ha

2011-03-28 Thread jimtabor
Author: jimtabor Date: Tue Mar 29 02:57:48 2011 New Revision: 51185 URL: http://svn.reactos.org/svn/reactos?rev=51185&view=rev Log: [Win32k] - Finish object attribute support part 2. - Removed DC from the list, ReactOS handles this in a different way. Comment out Brush and Pen switches u

[ros-diffs] [jimtabor] 51186: [User32] - Fix select old brush in FillRect.

2011-03-28 Thread jimtabor
Author: jimtabor Date: Tue Mar 29 05:11:02 2011 New Revision: 51186 URL: http://svn.reactos.org/svn/reactos?rev=51186&view=rev Log: [User32] - Fix select old brush in FillRect. Modified: trunk/reactos/dll/win32/user32/windows/draw.c Modified: trunk/reactos/dll/win32/user32/windows/dr

[ros-diffs] [jimtabor] 51187: [User32|Win32k] - Properly implement RealGetWindowClass, fixes the ApiTest. Keeping the Ansi support for now, will use it as a reference.

2011-03-28 Thread jimtabor
Author: jimtabor Date: Tue Mar 29 05:53:34 2011 New Revision: 51187 URL: http://svn.reactos.org/svn/reactos?rev=51187&view=rev Log: [User32|Win32k] - Properly implement RealGetWindowClass, fixes the ApiTest. Keeping the Ansi support for now, will use it as a reference. Modified: t

[ros-diffs] [jimtabor] 51200: [Win32k] - Move IntGdiSetBrushOwner and IntGdiSetRegionOwner out of the export section.

2011-03-29 Thread jimtabor
Author: jimtabor Date: Tue Mar 29 23:44:22 2011 New Revision: 51200 URL: http://svn.reactos.org/svn/reactos?rev=51200&view=rev Log: [Win32k] - Move IntGdiSetBrushOwner and IntGdiSetRegionOwner out of the export section. Modified: trunk/reactos/subsystems/win32/win32k/objects/bru

[ros-diffs] [jimtabor] 51201: [User32|Win32k] - Update NtUser pump functions, based on known values. Move one more function to the right place.

2011-03-29 Thread jimtabor
Author: jimtabor Date: Wed Mar 30 01:00:28 2011 New Revision: 51201 URL: http://svn.reactos.org/svn/reactos?rev=51201&view=rev Log: [User32|Win32k] - Update NtUser pump functions, based on known values. Move one more function to the right place. Modified: trunk/reactos/include/rea

[ros-diffs] [jimtabor] 51202: [User32] - Connect the rest of the pump hooks and start tracking from application testing.

2011-03-29 Thread jimtabor
Author: jimtabor Date: Wed Mar 30 01:26:54 2011 New Revision: 51202 URL: http://svn.reactos.org/svn/reactos?rev=51202&view=rev Log: [User32] - Connect the rest of the pump hooks and start tracking from application testing. Modified: trunk/reactos/dll/win32/user32/windows/message.c Modi

[ros-diffs] [jimtabor] 51203: [User32|Win32k] - Move EnableWindow to Win32k. - Fix sign in class function.

2011-03-30 Thread jimtabor
Author: jimtabor Date: Wed Mar 30 08:19:52 2011 New Revision: 51203 URL: http://svn.reactos.org/svn/reactos?rev=51203&view=rev Log: [User32|Win32k] - Move EnableWindow to Win32k. - Fix sign in class function. Modified: trunk/reactos/dll/win32/user32/windows/class.c trunk/reactos

[ros-diffs] [jimtabor] 51216: [Win32k] - Fix wine post message test, corrected the peek message window selection. - Add a check for dead windows and new message queue flags. - Other miscellaneous fix

2011-03-31 Thread jimtabor
Author: jimtabor Date: Thu Mar 31 21:20:06 2011 New Revision: 51216 URL: http://svn.reactos.org/svn/reactos?rev=51216&view=rev Log: [Win32k] - Fix wine post message test, corrected the peek message window selection. - Add a check for dead windows and new message queue flags. - O

[ros-diffs] [jimtabor] 51237: [Win32k] - Fix the return checks for co_MsqWaitForNewMessages, now the wait_idle test no longer randomly crash, also tested the testkbd check from bug 3212. Setup co_MsqW

2011-04-02 Thread jimtabor
Author: jimtabor Date: Sun Apr 3 02:14:14 2011 New Revision: 51237 URL: http://svn.reactos.org/svn/reactos?rev=51237&view=rev Log: [Win32k] - Fix the return checks for co_MsqWaitForNewMessages, now the wait_idle test no longer randomly crash, also tested the testkbd check from bug 3212. S

[ros-diffs] [jimtabor] 51239: [Win32k] - Fix DDE test crash. it's a band-aide. - Fix the last two post quite message test, all pass now.

2011-04-03 Thread jimtabor
Author: jimtabor Date: Sun Apr 3 12:22:00 2011 New Revision: 51239 URL: http://svn.reactos.org/svn/reactos?rev=51239&view=rev Log: [Win32k] - Fix DDE test crash. it's a band-aide. - Fix the last two post quite message test, all pass now. Modified: trunk/reactos/subsystems/win

[ros-diffs] [jimtabor] 51245: [Win32k] - Fix GetPeekMessage apitest that was broken when fixing the last two post quite message test.

2011-04-03 Thread jimtabor
Author: jimtabor Date: Sun Apr 3 21:12:40 2011 New Revision: 51245 URL: http://svn.reactos.org/svn/reactos?rev=51245&view=rev Log: [Win32k] - Fix GetPeekMessage apitest that was broken when fixing the last two post quite message test. Modified: trunk/reactos/subsystems/win32/win32k/nt

[ros-diffs] [jimtabor] 51248: [User32|Win32k] - Working on wine win test_capture_4, pass all the tests in test_capture_4_proc but still waiting forever in MenuTrackMenu:WaitMessage!

2011-04-04 Thread jimtabor
Author: jimtabor Date: Mon Apr 4 07:18:54 2011 New Revision: 51248 URL: http://svn.reactos.org/svn/reactos?rev=51248&view=rev Log: [User32|Win32k] - Working on wine win test_capture_4, pass all the tests in test_capture_4_proc but still waiting forever in MenuTrackMenu:WaitMessage! Modi

[ros-diffs] [jimtabor] 51249: - Fix build.

2011-04-04 Thread jimtabor
Author: jimtabor Date: Mon Apr 4 07:22:41 2011 New Revision: 51249 URL: http://svn.reactos.org/svn/reactos?rev=51249&view=rev Log: - Fix build. Modified: trunk/reactos/dll/win32/user32/windows/menu.c Modified: trunk/reactos/dll/win32/user32/windows/menu.c URL: http://svn.reactos.org

[ros-diffs] [jimtabor] 51263: [Win32k] - Fix to unfocused explorer minimize hang, spotted by R3dDr4g0n .

2011-04-05 Thread jimtabor
Author: jimtabor Date: Wed Apr 6 01:31:50 2011 New Revision: 51263 URL: http://svn.reactos.org/svn/reactos?rev=51263&view=rev Log: [Win32k] - Fix to unfocused explorer minimize hang, spotted by R3dDr4g0n . Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c Modified: t

[ros-diffs] [jimtabor] 51264: [Win32k] - The Reak fix to unfocused explorer minimize hang, spotted by R3dDr4g0n .

2011-04-06 Thread jimtabor
Author: jimtabor Date: Wed Apr 6 12:23:54 2011 New Revision: 51264 URL: http://svn.reactos.org/svn/reactos?rev=51264&view=rev Log: [Win32k] - The Reak fix to unfocused explorer minimize hang, spotted by R3dDr4g0n . Modified: trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c t

[ros-diffs] [jimtabor] 51265: [User32|Win32k] - Pass all the wine test_capture_1/2/3/4. - Fix the menu tracking pop up hang issue by looking for deceased windows that pass on while in the start of tra

2011-04-06 Thread jimtabor
Author: jimtabor Date: Wed Apr 6 12:53:52 2011 New Revision: 51265 URL: http://svn.reactos.org/svn/reactos?rev=51265&view=rev Log: [User32|Win32k] - Pass all the wine test_capture_1/2/3/4. - Fix the menu tracking pop up hang issue by looking for deceased windows that pass on while in the s

[ros-diffs] [jimtabor] 51266: - Turn on test_capture_4.

2011-04-06 Thread jimtabor
Author: jimtabor Date: Wed Apr 6 12:56:46 2011 New Revision: 51266 URL: http://svn.reactos.org/svn/reactos?rev=51266&view=rev Log: - Turn on test_capture_4. Modified: trunk/rostests/winetests/user32/win.c Modified: trunk/rostests/winetests/user32/win.c URL: http://svn.reactos.org

[ros-diffs] [jimtabor] 51282: [Win32k] - Fix crash in msg test_interthread_message test. Noticed it once and not sure how to track it.

2011-04-08 Thread jimtabor
Author: jimtabor Date: Fri Apr 8 18:48:28 2011 New Revision: 51282 URL: http://svn.reactos.org/svn/reactos?rev=51282&view=rev Log: [Win32k] - Fix crash in msg test_interthread_message test. Noticed it once and not sure how to track it. Modified: trunk/reactos/subsystems/win32/win32k/nt

[ros-diffs] [jimtabor] 51290: [Win32k] - Added more missed mouse injection flag and extra data being passed in and from set cursor position. Wine mouse low level hook msg tests now see it and check th

2011-04-09 Thread jimtabor
Author: jimtabor Date: Sat Apr 9 07:08:17 2011 New Revision: 51290 URL: http://svn.reactos.org/svn/reactos?rev=51290&view=rev Log: [Win32k] - Added more missed mouse injection flag and extra data being passed in and from set cursor position. Wine mouse low level hook msg tests now see it

[ros-diffs] [jimtabor] 51305: [Win32k] - Revert parts of 51283, thanks to Giannis for setting me straight on SetCursorPos and without breaking setting the Track window for TrackMouseEvent. Pass the ne

2011-04-09 Thread jimtabor
Author: jimtabor Date: Sat Apr 9 20:32:52 2011 New Revision: 51305 URL: http://svn.reactos.org/svn/reactos?rev=51305&view=rev Log: [Win32k] - Revert parts of 51283, thanks to Giannis for setting me straight on SetCursorPos and without breaking setting the Track window for TrackMouseEvent.

[ros-diffs] [jimtabor] 51306: - Fix build

2011-04-09 Thread jimtabor
Author: jimtabor Date: Sat Apr 9 20:41:04 2011 New Revision: 51306 URL: http://svn.reactos.org/svn/reactos?rev=51306&view=rev Log: - Fix build Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c URL:

[ros-diffs] [jimtabor] 51315: [Win32k] - PATCH: Arty's fixes based on CMake branch testing. Just the timer code. See bug 6103.

2011-04-10 Thread jimtabor
Author: jimtabor Date: Mon Apr 11 03:24:14 2011 New Revision: 51315 URL: http://svn.reactos.org/svn/reactos?rev=51315&view=rev Log: [Win32k] - PATCH: Arty's fixes based on CMake branch testing. Just the timer code. See bug 6103. Modified: trunk/reactos/subsystems/win32/win32k/ntuse

[ros-diffs] [jimtabor] 51403: [Win32k] - Replace patch point for forced DC removal. See bug 6119.

2011-04-19 Thread jimtabor
Author: jimtabor Date: Tue Apr 19 17:18:05 2011 New Revision: 51403 URL: http://svn.reactos.org/svn/reactos?rev=51403&view=rev Log: [Win32k] - Replace patch point for forced DC removal. See bug 6119. Modified: trunk/reactos/subsystems/win32/win32k/objects/gdiobj.c Modified: trunk/rea

[ros-diffs] [jimtabor] 51405: [Win32k] - This should fix the dcattr leaked when deleting a DC, See bug 6119.

2011-04-19 Thread jimtabor
Author: jimtabor Date: Tue Apr 19 18:18:19 2011 New Revision: 51405 URL: http://svn.reactos.org/svn/reactos?rev=51405&view=rev Log: [Win32k] - This should fix the dcattr leaked when deleting a DC, See bug 6119. Modified: trunk/reactos/subsystems/win32/win32k/objects/dclife.c Modified: t

[ros-diffs] [jimtabor] 51408: [Unicows] - Import wine unicows for Adobe Reader 7.1.0. See bug 5560.

2011-04-19 Thread jimtabor
Author: jimtabor Date: Wed Apr 20 04:55:08 2011 New Revision: 51408 URL: http://svn.reactos.org/svn/reactos?rev=51408&view=rev Log: [Unicows] - Import wine unicows for Adobe Reader 7.1.0. See bug 5560. Added: trunk/reactos/dll/win32/unicows/ trunk/reactos/dll/win32/unicows/unicows.rb

[ros-diffs] [jimtabor] 51414: - Add Unicows to packing list.

2011-04-21 Thread jimtabor
Author: jimtabor Date: Thu Apr 21 16:43:52 2011 New Revision: 51414 URL: http://svn.reactos.org/svn/reactos?rev=51414&view=rev Log: - Add Unicows to packing list. Modified: trunk/reactos/boot/bootdata/packages/reactos.dff Modified: trunk/reactos/boot/bootdata/packages/reactos.dff URL:

[ros-diffs] [jimtabor] 51450: [User32|Win32k] - Isolated Alt-Tab/Esc issues. Placed update_input_key_state when posting to a queue like wine. This fixed the shift key checks. The Alt-Space is handled

2011-04-25 Thread jimtabor
Author: jimtabor Date: Mon Apr 25 15:18:39 2011 New Revision: 51450 URL: http://svn.reactos.org/svn/reactos?rev=51450&view=rev Log: [User32|Win32k] - Isolated Alt-Tab/Esc issues. Placed update_input_key_state when posting to a queue like wine. This fixed the shift key checks. The Alt-Spac

[ros-diffs] [jimtabor] 51451: [Win32k] - Need this file too.

2011-04-25 Thread jimtabor
Author: jimtabor Date: Mon Apr 25 15:31:49 2011 New Revision: 51451 URL: http://svn.reactos.org/svn/reactos?rev=51451&view=rev Log: [Win32k] - Need this file too. Modified: trunk/reactos/subsystems/win32/win32k/ntuser/input.c Modified: trunk/reactos/subsystems/win32/win32k/ntuser/inp

[ros-diffs] [jimtabor] 51459: [User32|Win32csr] - Move AppSwitch to User32.

2011-04-25 Thread jimtabor
Author: jimtabor Date: Mon Apr 25 23:14:06 2011 New Revision: 51459 URL: http://svn.reactos.org/svn/reactos?rev=51459&view=rev Log: [User32|Win32csr] - Move AppSwitch to User32. Added: trunk/reactos/dll/win32/user32/controls/appswitch.c - copied, changed from r51458, trunk/rea

[ros-diffs] [jimtabor] 51460: [Win32Csr] - Hack ReactOS to boot again! See bug 5655.

2011-04-25 Thread jimtabor
Author: jimtabor Date: Tue Apr 26 00:01:03 2011 New Revision: 51460 URL: http://svn.reactos.org/svn/reactos?rev=51460&view=rev Log: [Win32Csr] - Hack ReactOS to boot again! See bug 5655. Modified: trunk/reactos/subsystems/win32/csrss/win32csr/dllmain.c Modified: trunk/reactos/subsys

[ros-diffs] [jimtabor] 51461: [User32] - Sync up menu without the Right to Left support. Still missing needed changes for adding it. - Patches by Alexandre Julliard and Dmitry Timoshkov.

2011-04-25 Thread jimtabor
Author: jimtabor Date: Tue Apr 26 03:31:15 2011 New Revision: 51461 URL: http://svn.reactos.org/svn/reactos?rev=51461&view=rev Log: [User32] - Sync up menu without the Right to Left support. Still missing needed changes for adding it. - Patches by Alexandre Julliard and Dmitry Timos

[ros-diffs] [jimtabor] 51468: [Win32k] - Fix KsStudios actions with Hooks.

2011-04-27 Thread jimtabor
Author: jimtabor Date: Wed Apr 27 23:09:45 2011 New Revision: 51468 URL: http://svn.reactos.org/svn/reactos?rev=51468&view=rev Log: [Win32k] - Fix KsStudios actions with Hooks. Modified: trunk/reactos/subsystems/win32/win32k/ntuser/defwnd.c Modified: trunk/reactos/subsystems/win32/wi

[ros-diffs] [jimtabor] 51509: [Win32k] - Clear and set send erase background bit when sending WM_ERASEBKGND and if return zero reset the bit. This prevents a message loop in riched20 when calling GetU

2011-04-30 Thread jimtabor
Author: jimtabor Date: Sat Apr 30 21:14:11 2011 New Revision: 51509 URL: http://svn.reactos.org/svn/reactos?rev=51509&view=rev Log: [Win32k] - Clear and set send erase background bit when sending WM_ERASEBKGND and if return zero reset the bit. This prevents a message loop in riched20

[ros-diffs] [jimtabor] 51512: [Win32k] - Update key state when key and hardware is set before the event set. This allows input.c to post and set key states.

2011-04-30 Thread jimtabor
Author: jimtabor Date: Sat Apr 30 22:17:55 2011 New Revision: 51512 URL: http://svn.reactos.org/svn/reactos?rev=51512&view=rev Log: [Win32k] - Update key state when key and hardware is set before the event set. This allows input.c to post and set key states. Modified: trunk/rea

[ros-diffs] [jimtabor] 51521: [Win32k] - Patch by Erich HooverSend: WM_SYSKEYDOWN and WM_SYSKEYUP when the 'F10' key is used. See wine bug 19383 and http://www.winehq.org/pipermail/wine-patches/2009-O

2011-05-01 Thread jimtabor
Author: jimtabor Date: Sun May 1 11:51:22 2011 New Revision: 51521 URL: http://svn.reactos.org/svn/reactos?rev=51521&view=rev Log: [Win32k] - Patch by Erich HooverSend: WM_SYSKEYDOWN and WM_SYSKEYUP when the 'F10' key is used. See wine bug 19383 and http://www.winehq.org/pipermai

[ros-diffs] [jimtabor] 51540: [Win32k] - Fix shift key handling, see bug 6175.

2011-05-02 Thread jimtabor
Author: jimtabor Date: Mon May 2 07:40:04 2011 New Revision: 51540 URL: http://svn.reactos.org/svn/reactos?rev=51540&view=rev Log: [Win32k] - Fix shift key handling, see bug 6175. Modified: trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c Modified: trunk/reactos/subsystems/w

[ros-diffs] [jimtabor] 51562: [Win32k] - Fix TranslateAccelerator and added the missing routines. User32 wine msg test_accelerators works. - Test application: http://www.transmissionzero.co.uk/computi

2011-05-02 Thread jimtabor
Author: jimtabor Date: Mon May 2 22:44:48 2011 New Revision: 51562 URL: http://svn.reactos.org/svn/reactos?rev=51562&view=rev Log: [Win32k] - Fix TranslateAccelerator and added the missing routines. User32 wine msg test_accelerators works. - Test application: http://www.transmissionzero.c

[ros-diffs] [jimtabor] 51564: Turn on test_accelerators.

2011-05-02 Thread jimtabor
Author: jimtabor Date: Tue May 3 00:21:08 2011 New Revision: 51564 URL: http://svn.reactos.org/svn/reactos?rev=51564&view=rev Log: Turn on test_accelerators. Modified: trunk/rostests/winetests/user32/msg.c Modified: trunk/rostests/winetests/user32/msg.c URL: http://svn.reactos.org

[ros-diffs] [jimtabor] 51565: - Turn on User32 msg test_menu_messages. The Alt-E/F keys work now. This is what the test is for. WM_SYSCHAR is translated but not being passed back to Alt-Space and frie

2011-05-02 Thread jimtabor
Author: jimtabor Date: Tue May 3 02:01:59 2011 New Revision: 51565 URL: http://svn.reactos.org/svn/reactos?rev=51565&view=rev Log: - Turn on User32 msg test_menu_messages. The Alt-E/F keys work now. This is what the test is for. WM_SYSCHAR is translated but not being passed back to Alt-S

[ros-diffs] [jimtabor] 51571: [Win32k] - Move up the chain to convert F10 to system key mode before going into the queue, so when in menu tracking, the message can be removed and processed, see bug 10

2011-05-03 Thread jimtabor
Author: jimtabor Date: Wed May 4 01:31:47 2011 New Revision: 51571 URL: http://svn.reactos.org/svn/reactos?rev=51571&view=rev Log: [Win32k] - Move up the chain to convert F10 to system key mode before going into the queue, so when in menu tracking, the message can be removed and processed,

[ros-diffs] [jimtabor] 51574: [User32] - Fix loop when using arrow keys in menu mode, other miscellaneous code changes.

2011-05-04 Thread jimtabor
Author: jimtabor Date: Wed May 4 12:18:57 2011 New Revision: 51574 URL: http://svn.reactos.org/svn/reactos?rev=51574&view=rev Log: [User32] - Fix loop when using arrow keys in menu mode, other miscellaneous code changes. Modified: trunk/reactos/dll/win32/user32/windows/menu.c Modi

[ros-diffs] [jimtabor] 51583: [Win32k] - Move hook call close to the keyboard message post. This allows the registering of Aly keys before the hook call. This fixes all but one GetKeyState Api Test. -

2011-05-04 Thread jimtabor
Author: jimtabor Date: Wed May 4 23:37:35 2011 New Revision: 51583 URL: http://svn.reactos.org/svn/reactos?rev=51583&view=rev Log: [Win32k] - Move hook call close to the keyboard message post. This allows the registering of Aly keys before the hook call. This fixes all but one GetKeyState

[ros-diffs] [jimtabor] 51587: [User32|Win32k] - Standardize keyboard flags for the input thread and send input. Next round will update the rest of user32 defwnd.c, combo.c and appswitch.c. - Add the m

2011-05-05 Thread jimtabor
Author: jimtabor Date: Thu May 5 12:43:31 2011 New Revision: 51587 URL: http://svn.reactos.org/svn/reactos?rev=51587&view=rev Log: [User32|Win32k] - Standardize keyboard flags for the input thread and send input. Next round will update the rest of user32 defwnd.c, combo.c and appswitch.c. -

[ros-diffs] [jimtabor] 51615: [User32] - Add missing wine sync for system command sub functions.

2011-05-06 Thread jimtabor
Author: jimtabor Date: Sat May 7 02:59:20 2011 New Revision: 51615 URL: http://svn.reactos.org/svn/reactos?rev=51615&view=rev Log: [User32] - Add missing wine sync for system command sub functions. Modified: trunk/reactos/dll/win32/user32/windows/defwnd.c Modified: trunk/reactos/dll/w

[ros-diffs] [jimtabor] 51637: - Bug 5320 was closed.

2011-05-07 Thread jimtabor
Author: jimtabor Date: Sat May 7 23:44:30 2011 New Revision: 51637 URL: http://svn.reactos.org/svn/reactos?rev=51637&view=rev Log: - Bug 5320 was closed. Modified: trunk/reactos/subsystems/win32/win32k/ntuser/windc.c Modified: trunk/reactos/subsystems/win32/win32k/ntuser/windc.c URL:

[ros-diffs] [jimtabor] 51676: [User32] - DispatchMessage does not allow pointers to be passed forward so need to check for non synchronous messages. Added the same check for the other functions in Use

2011-05-11 Thread jimtabor
Author: jimtabor Date: Wed May 11 19:59:03 2011 New Revision: 51676 URL: http://svn.reactos.org/svn/reactos?rev=51676&view=rev Log: [User32] - DispatchMessage does not allow pointers to be passed forward so need to check for non synchronous messages. Added the same check for the other funct

[ros-diffs] [jimtabor] 51773: [ApiTest] - Add a test for stack corruption when in window procedure call out.

2011-05-15 Thread jimtabor
Author: jimtabor Date: Sun May 15 21:15:38 2011 New Revision: 51773 URL: http://svn.reactos.org/svn/reactos?rev=51773&view=rev Log: [ApiTest] - Add a test for stack corruption when in window procedure call out. Added: trunk/rostests/apitests/user32/WndProc.c (with props) Modi

[ros-diffs] [jimtabor] 51831: [User32] - Add Switch Class support. See bug 5378. Original patch by David Quintana. Alt-Tab works the same as windows, Alt-Esc needs more work.

2011-05-20 Thread jimtabor
Author: jimtabor Date: Sat May 21 00:12:48 2011 New Revision: 51831 URL: http://svn.reactos.org/svn/reactos?rev=51831&view=rev Log: [User32] - Add Switch Class support. See bug 5378. Original patch by David Quintana. Alt-Tab works the same as windows, Alt-Esc needs more work. Modi

[ros-diffs] [jimtabor] 51832: [User32] - Uses KF_Xxx flags instead of made up ones. Someone let wine know there are standard flags to use.

2011-05-20 Thread jimtabor
Author: jimtabor Date: Sat May 21 00:22:25 2011 New Revision: 51832 URL: http://svn.reactos.org/svn/reactos?rev=51832&view=rev Log: [User32] - Uses KF_Xxx flags instead of made up ones. Someone let wine know there are standard flags to use. Modified: trunk/reactos/dll/win32/user32/cont

[ros-diffs] [jimtabor] 51833: [User32] - When active or inactive set the appropriate action so the correct keyboard mode can be returned.

2011-05-20 Thread jimtabor
Author: jimtabor Date: Sat May 21 00:24:38 2011 New Revision: 51833 URL: http://svn.reactos.org/svn/reactos?rev=51833&view=rev Log: [User32] - When active or inactive set the appropriate action so the correct keyboard mode can be returned. Modified: trunk/reactos/dll/win32/user32/win

[ros-diffs] [jimtabor] 51834: [Win32csr] - Hack fix to allow Alt-Tab/Esc to be supported. More investigation is required, see bug 6198.

2011-05-20 Thread jimtabor
Author: jimtabor Date: Sat May 21 00:35:53 2011 New Revision: 51834 URL: http://svn.reactos.org/svn/reactos?rev=51834&view=rev Log: [Win32csr] - Hack fix to allow Alt-Tab/Esc to be supported. More investigation is required, see bug 6198. Modified: trunk/reactos/subsystems/win32/c

[ros-diffs] [jimtabor] 51835: [Win32k|User32] - Move creation of the scrollbar Gray brush from user32 to win32k. - Noticed a color and pattern (patchy white pattern) difference when using GreCreateBit

2011-05-20 Thread jimtabor
Author: jimtabor Date: Sat May 21 06:34:02 2011 New Revision: 51835 URL: http://svn.reactos.org/svn/reactos?rev=51835&view=rev Log: [Win32k|User32] - Move creation of the scrollbar Gray brush from user32 to win32k. - Noticed a color and pattern (patchy white pattern) difference when u

[ros-diffs] [jimtabor] 51945: [Win32k|User32] - Remove NtUserGetLastInputInfo.

2011-05-26 Thread jimtabor
Author: jimtabor Date: Fri May 27 01:36:41 2011 New Revision: 51945 URL: http://svn.reactos.org/svn/reactos?rev=51945&view=rev Log: [Win32k|User32] - Remove NtUserGetLastInputInfo. Modified: trunk/reactos/dll/win32/user32/windows/input.c trunk/reactos/include/reactos/win32k/ntus

[ros-diffs] [jimtabor] 51971: [Win32k] - Get screen saver running. Need more work on WinLogon register issues and problems. - Miscellaneous changes and cleanups.

2011-05-27 Thread jimtabor
Author: jimtabor Date: Fri May 27 23:18:57 2011 New Revision: 51971 URL: http://svn.reactos.org/svn/reactos?rev=51971&view=rev Log: [Win32k] - Get screen saver running. Need more work on WinLogon register issues and problems. - Miscellaneous changes and cleanups. Modified: trunk/rea

[ros-diffs] [jimtabor] 51972: - No need to do extra work when the process starts.

2011-05-27 Thread jimtabor
Author: jimtabor Date: Sat May 28 00:32:15 2011 New Revision: 51972 URL: http://svn.reactos.org/svn/reactos?rev=51972&view=rev Log: - No need to do extra work when the process starts. Modified: trunk/reactos/subsystems/win32/win32k/main/dllmain.c Modified: trunk/reactos/subsystems/w

[ros-diffs] [jimtabor] 51973: [ScreenSaver] - Fixed screen saver load and save plus the registry problems.

2011-05-28 Thread jimtabor
Author: jimtabor Date: Sat May 28 11:39:36 2011 New Revision: 51973 URL: http://svn.reactos.org/svn/reactos?rev=51973&view=rev Log: [ScreenSaver] - Fixed screen saver load and save plus the registry problems. Modified: trunk/reactos/base/system/winlogon/screensaver.c trunk/reactos

[ros-diffs] [jimtabor] 52163: [Win32k] - Fix hot tracking but does not clear it properly. See bug 6257. - Ported NC_HandleNCHitTest from wine, will sync User32 later.

2011-06-09 Thread jimtabor
Author: jimtabor Date: Thu Jun 9 20:00:43 2011 New Revision: 52163 URL: http://svn.reactos.org/svn/reactos?rev=52163&view=rev Log: [Win32k] - Fix hot tracking but does not clear it properly. See bug 6257. - Ported NC_HandleNCHitTest from wine, will sync User32 later. Modified: trunk/rea

[ros-diffs] [jimtabor] 52188: [Win32k] - Fixed mouse tracking. See bug 6257.

2011-06-11 Thread jimtabor
Author: jimtabor Date: Sat Jun 11 12:56:29 2011 New Revision: 52188 URL: http://svn.reactos.org/svn/reactos?rev=52188&view=rev Log: [Win32k] - Fixed mouse tracking. See bug 6257. Modified: trunk/reactos/subsystems/win32/win32k/ntuser/msgqueue.c Modified: trunk/reactos/subsystems/w

[ros-diffs] [jimtabor] 52434: - Fix debug build.

2011-06-23 Thread jimtabor
Author: jimtabor Date: Thu Jun 23 22:25:50 2011 New Revision: 52434 URL: http://svn.reactos.org/svn/reactos?rev=52434&view=rev Log: - Fix debug build. Modified: trunk/reactos/drivers/network/afd/afd/main.c Modified: trunk/reactos/drivers/network/afd/afd/main.c URL: http://svn.reactos

[ros-diffs] [jimtabor] 52512: - Fix Release build.

2011-07-03 Thread jimtabor
Author: jimtabor Date: Sun Jul 3 08:46:07 2011 New Revision: 52512 URL: http://svn.reactos.org/svn/reactos?rev=52512&view=rev Log: - Fix Release build. Modified: trunk/reactos/lib/drivers/oskittcp/oskittcp/interface.c Modified: trunk/reactos/lib/drivers/oskittcp/oskittcp/interface.c

[ros-diffs] [jimtabor] 54691: [User32] - Add back hack for CMD scroll bar tracking. Miscellaneous cosmetic changes. Still working on scroll regressions.

2011-12-18 Thread jimtabor
Author: jimtabor Date: Mon Dec 19 06:45:37 2011 New Revision: 54691 URL: http://svn.reactos.org/svn/reactos?rev=54691&view=rev Log: [User32] - Add back hack for CMD scroll bar tracking. Miscellaneous cosmetic changes. Still working on scroll regressions. Modified: trunk/reactos/dll/w

[ros-diffs] [jimtabor] 54784: - Add ICM DC Attribute flags.

2011-12-29 Thread jimtabor
Author: jimtabor Date: Fri Dec 30 01:28:02 2011 New Revision: 54784 URL: http://svn.reactos.org/svn/reactos?rev=54784&view=rev Log: - Add ICM DC Attribute flags. Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h URL:

[ros-diffs] [jimtabor] 54785: - Fix absolutes.

2011-12-29 Thread jimtabor
Author: jimtabor Date: Fri Dec 30 02:52:43 2011 New Revision: 54785 URL: http://svn.reactos.org/svn/reactos?rev=54785&view=rev Log: - Fix absolutes. Modified: trunk/reactos/subsystems/win32/win32k/objects/dcstate.c Modified: trunk/reactos/subsystems/win32/win32k/objects/dcstate.c URL:

[ros-diffs] [jimtabor] 55059: - Add surrogate pair macros.

2012-01-21 Thread jimtabor
Author: jimtabor Date: Sun Jan 22 00:44:51 2012 New Revision: 55059 URL: http://svn.reactos.org/svn/reactos?rev=55059&view=rev Log: - Add surrogate pair macros. Modified: trunk/reactos/include/psdk/winnls.h Modified: trunk/reactos/include/psdk/winnls.h URL: http://svn.reactos.org

  1   2   3   4   5   6   7   8   9   10   >