[ros-diffs] [jimtabor] 54104: [Win32k] - Restore global class operations. [ComCtl32] - Use local class since this has higher priority over all global classes. [Themes] - Tested with XP Luna and two ot

2011-10-13 Thread jimtabor
Author: jimtabor Date: Thu Oct 13 11:57:38 2011 New Revision: 54104 URL: http://svn.reactos.org/svn/reactos?rev=54104&view=rev Log: [Win32k] - Restore global class operations. [ComCtl32] - Use local class since this has higher priority over all global classes. [Themes] - Tested with XP Luna and tw

[ros-diffs] [khornicek] 54105: [SYSSETUP] Allow creating of shortcuts with icon indexes != 0. [EXPLORER] Shuffle the resources a bit so icons with indexes 0 and 1 match those in windows explorer. See

2011-10-13 Thread khornicek
Author: khornicek Date: Thu Oct 13 12:38:24 2011 New Revision: 54105 URL: http://svn.reactos.org/svn/reactos?rev=54105&view=rev Log: [SYSSETUP] Allow creating of shortcuts with icon indexes != 0. [EXPLORER] Shuffle the resources a bit so icons with indexes 0 and 1 match those in windows explorer.

[ros-diffs] [tkreuzer] 54106: [GDI32_APITEST] - Add tests for CreateDIBitmap - more tests for AddFontResource, GetPixel, SetSysColors

2011-10-13 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 13 12:52:25 2011 New Revision: 54106 URL: http://svn.reactos.org/svn/reactos?rev=54106&view=rev Log: [GDI32_APITEST] - Add tests for CreateDIBitmap - more tests for AddFontResource, GetPixel, SetSysColors Added: trunk/rostests/apitests/gdi32/CreateDIBitmap.c (

[ros-diffs] [rharabien] 54107: [WIN32K] - Right ALT on some keyboard sends LCONTROL and RALT key events - Shift has never extended bit in key messages - Fixes about 32 user32:input winetest - Don't al

2011-10-13 Thread rharabien
Author: rharabien Date: Thu Oct 13 13:23:57 2011 New Revision: 54107 URL: http://svn.reactos.org/svn/reactos?rev=54107&view=rev Log: [WIN32K] - Right ALT on some keyboard sends LCONTROL and RALT key events - Shift has never extended bit in key messages - Fixes about 32 user32:input winetest - Don'

[ros-diffs] [khornicek] 54108: fix build

2011-10-13 Thread khornicek
Author: khornicek Date: Thu Oct 13 13:38:22 2011 New Revision: 54108 URL: http://svn.reactos.org/svn/reactos?rev=54108&view=rev Log: fix build Modified: trunk/rostests/apitests/gdi32/gdi32_apitest.rbuild Modified: trunk/rostests/apitests/gdi32/gdi32_apitest.rbuild URL: http://svn.reactos.o

[ros-diffs] [rharabien] 54109: [USER32|WIN32K] - Convert wParam in WM_*CHAR messages to ANSI in GetMessageA instead of win32k. Fixes wrong characters used in cmake notepad which is ANSI.

2011-10-13 Thread rharabien
Author: rharabien Date: Thu Oct 13 14:01:01 2011 New Revision: 54109 URL: http://svn.reactos.org/svn/reactos?rev=54109&view=rev Log: [USER32|WIN32K] - Convert wParam in WM_*CHAR messages to ANSI in GetMessageA instead of win32k. Fixes wrong characters used in cmake notepad which is ANSI. Modifie

[ros-diffs] [rharabien] 54110: [NOTEPAD] - Characters in ANSI windows are fixed so finally mark notepad as unicode

2011-10-13 Thread rharabien
Author: rharabien Date: Thu Oct 13 14:02:21 2011 New Revision: 54110 URL: http://svn.reactos.org/svn/reactos?rev=54110&view=rev Log: [NOTEPAD] - Characters in ANSI windows are fixed so finally mark notepad as unicode Modified: trunk/reactos/base/applications/notepad/CMakeLists.txt Modified:

[ros-diffs] [khornicek] 54111: [GDI32_WINETEST] Bail out of compare_emf_bits earlier. This way we only record one skipped test, but it allows us to actually complete the metafile tests. Restore format

2011-10-13 Thread khornicek
Author: khornicek Date: Thu Oct 13 14:11:50 2011 New Revision: 54111 URL: http://svn.reactos.org/svn/reactos?rev=54111&view=rev Log: [GDI32_WINETEST] Bail out of compare_emf_bits earlier. This way we only record one skipped test, but it allows us to actually complete the metafile tests. Restore f

[ros-diffs] [tkreuzer] 54112: [ASM] Improve .proc / .endproc syntax, so that the full symbolic name is passed, which allows to create fastcall symbols. Remove the need to pass the function name to .en

2011-10-13 Thread tkreuzer
Author: tkreuzer Date: Thu Oct 13 15:16:29 2011 New Revision: 54112 URL: http://svn.reactos.org/svn/reactos?rev=54112&view=rev Log: [ASM] Improve .proc / .endproc syntax, so that the full symbolic name is passed, which allows to create fastcall symbols. Remove the need to pass the function name

[ros-diffs] [rharabien] 54113: [EXPLORER] - If Start Menu is open, WIN key hides it

2011-10-13 Thread rharabien
Author: rharabien Date: Thu Oct 13 15:50:24 2011 New Revision: 54113 URL: http://svn.reactos.org/svn/reactos?rev=54113&view=rev Log: [EXPLORER] - If Start Menu is open, WIN key hides it Modified: trunk/reactos/base/shell/explorer/taskbar/desktopbar.cpp trunk/reactos/base/shell/explorer/ta

[ros-diffs] [fireball] 54114: - Add a new RtlIsDosPathName_Ustr test which shows a flaw in the existing implementation.

2011-10-13 Thread fireball
Author: fireball Date: Thu Oct 13 17:42:19 2011 New Revision: 54114 URL: http://svn.reactos.org/svn/reactos?rev=54114&view=rev Log: - Add a new RtlIsDosPathName_Ustr test which shows a flaw in the existing implementation. Modified: trunk/rostests/winetests/ntdll/path.c Modified: trunk/roste

[ros-diffs] [janderwald] 54115: [HID] - Implement HidD_GetIndexedString, HidD_GetMsGenreDescriptor, HidD_GetConfiguration, HidD_SetConfiguration, HidP_GetUsagesEx

2011-10-13 Thread janderwald
Author: janderwald Date: Thu Oct 13 17:51:13 2011 New Revision: 54115 URL: http://svn.reactos.org/svn/reactos?rev=54115&view=rev Log: [HID] - Implement HidD_GetIndexedString, HidD_GetMsGenreDescriptor, HidD_GetConfiguration, HidD_SetConfiguration, HidP_GetUsagesEx Modified: branches/usb-brin

[ros-diffs] [fireball] 54116: [RTL] - Fix two bugs revealed by the newly added test in r54114. * Original length of the passed string should be used when checking for out-of-buffer access in the loop

2011-10-13 Thread fireball
Author: fireball Date: Thu Oct 13 18:15:50 2011 New Revision: 54116 URL: http://svn.reactos.org/svn/reactos?rev=54116&view=rev Log: [RTL] - Fix two bugs revealed by the newly added test in r54114. * Original length of the passed string should be used when checking for out-of-buffer access in the

[ros-diffs] [khornicek] 54117: [WINED3D] Finally recognize Mesa's GDI driver as HW_VENDOR_SOFTWARE. This commit was blessed by the Wine team.

2011-10-13 Thread khornicek
Author: khornicek Date: Thu Oct 13 19:57:31 2011 New Revision: 54117 URL: http://svn.reactos.org/svn/reactos?rev=54117&view=rev Log: [WINED3D] Finally recognize Mesa's GDI driver as HW_VENDOR_SOFTWARE. This commit was blessed by the Wine team. Modified: trunk/reactos/dll/directx/wine/wined3d

[ros-diffs] [rharabien] 54118: [WIN32K] - Add more clipboard internal functions for use by Print Screen support

2011-10-13 Thread rharabien
Author: rharabien Date: Thu Oct 13 20:49:03 2011 New Revision: 54118 URL: http://svn.reactos.org/svn/reactos?rev=54118&view=rev Log: [WIN32K] - Add more clipboard internal functions for use by Print Screen support Modified: trunk/reactos/subsystems/win32/win32k/include/clipboard.h trunk/r

[ros-diffs] [osiejka] 54119: [TRANSLATION] - serialui, setupapi, shimgvw and tapiui romanian translation, patch by Stefan Fulea; See issue #6558 for more details.

2011-10-13 Thread osiejka
Author: osiejka Date: Thu Oct 13 21:32:37 2011 New Revision: 54119 URL: http://svn.reactos.org/svn/reactos?rev=54119&view=rev Log: [TRANSLATION] - serialui, setupapi, shimgvw and tapiui romanian translation, patch by Stefan Fulea; See issue #6558 for more details. Added: trunk/reactos/dll/wi

[ros-diffs] [cgutman] 54120: [KBDCLASS] - Add a small hack to bind all keyboard port devices to the same keyboard class device when no default setting is present (circumvents win32k not supporting mul

2011-10-13 Thread cgutman
Author: cgutman Date: Thu Oct 13 21:38:07 2011 New Revision: 54120 URL: http://svn.reactos.org/svn/reactos?rev=54120&view=rev Log: [KBDCLASS] - Add a small hack to bind all keyboard port devices to the same keyboard class device when no default setting is present (circumvents win32k not supportin

[ros-diffs] [akhaldi] 54121: [RTL] * Fix unix build.

2011-10-13 Thread akhaldi
Author: akhaldi Date: Thu Oct 13 21:48:10 2011 New Revision: 54121 URL: http://svn.reactos.org/svn/reactos?rev=54121&view=rev Log: [RTL] * Fix unix build. Modified: trunk/reactos/lib/rtl/CMakeLists.txt Modified: trunk/reactos/lib/rtl/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/tr

[ros-diffs] [cgutman] 54122: [USBDRV] - Rename usbdriver to usbdrv (Freeloader can't load files that aren't 8.3 - needs looking into) - Include usbdrv in build

2011-10-13 Thread cgutman
Author: cgutman Date: Thu Oct 13 22:07:31 2011 New Revision: 54122 URL: http://svn.reactos.org/svn/reactos?rev=54122&view=rev Log: [USBDRV] - Rename usbdriver to usbdrv (Freeloader can't load files that aren't 8.3 - needs looking into) - Include usbdrv in build Added: trunk/reactos/drivers/u

[ros-diffs] [cgutman] 54123: [BOOTDATA] - Enable usbdrv.sys in 1st stage setup and the system hive - USB keyboards and mice work now (file bugs if you have problems)

2011-10-13 Thread cgutman
Author: cgutman Date: Thu Oct 13 22:16:52 2011 New Revision: 54123 URL: http://svn.reactos.org/svn/reactos?rev=54123&view=rev Log: [BOOTDATA] - Enable usbdrv.sys in 1st stage setup and the system hive - USB keyboards and mice work now (file bugs if you have problems) Modified: trunk/reactos/b

[ros-diffs] [gadamopoulos] 54124: [win32k] - Fix and simplify retrieving the current process window station. All processes that enter win32k have a window station (including csrss)

2011-10-13 Thread gadamopoulos
Author: gadamopoulos Date: Thu Oct 13 22:16:58 2011 New Revision: 54124 URL: http://svn.reactos.org/svn/reactos?rev=54124&view=rev Log: [win32k] - Fix and simplify retrieving the current process window station. All processes that enter win32k have a window station (including csrss) Modified:

[ros-diffs] [rharabien] 54125: [WIN32K/CSRSS] - Spawn keyboard and mouse input threads in csrss user-mode process so they are valid Win32 threads and have TEB

2011-10-13 Thread rharabien
Author: rharabien Date: Thu Oct 13 22:22:49 2011 New Revision: 54125 URL: http://svn.reactos.org/svn/reactos?rev=54125&view=rev Log: [WIN32K/CSRSS] - Spawn keyboard and mouse input threads in csrss user-mode process so they are valid Win32 threads and have TEB Modified: trunk/reactos/subsyst

[ros-diffs] [rharabien] 54126: [WIN32K] - Added Print Screen support in previous comit accidentally... - Fix build and warning about global object being removed

2011-10-13 Thread rharabien
Author: rharabien Date: Thu Oct 13 22:24:02 2011 New Revision: 54126 URL: http://svn.reactos.org/svn/reactos?rev=54126&view=rev Log: [WIN32K] - Added Print Screen support in previous comit accidentally... - Fix build and warning about global object being removed Modified: trunk/reactos/subsys

[ros-diffs] [rharabien] 54127: [CSRSS] - Remove DbgBreakPoint

2011-10-13 Thread rharabien
Author: rharabien Date: Thu Oct 13 22:26:00 2011 New Revision: 54127 URL: http://svn.reactos.org/svn/reactos?rev=54127&view=rev Log: [CSRSS] - Remove DbgBreakPoint Modified: trunk/reactos/subsystems/win32/csrss/win32csr/dllmain.c Modified: trunk/reactos/subsystems/win32/csrss/win32csr/dllmai

[ros-diffs] [rharabien] 54128: [WIN32K/CSRSS] - Remove outdated comments - Make Raw Input Thread CSRSS thread too Thanks to Smiley and ThFabba for investigating TEB issue

2011-10-13 Thread rharabien
Author: rharabien Date: Thu Oct 13 22:38:58 2011 New Revision: 54128 URL: http://svn.reactos.org/svn/reactos?rev=54128&view=rev Log: [WIN32K/CSRSS] - Remove outdated comments - Make Raw Input Thread CSRSS thread too Thanks to Smiley and ThFabba for investigating TEB issue Modified: trunk/reac

[ros-diffs] [jimtabor] 54129: - Fix timers.

2011-10-13 Thread jimtabor
Author: jimtabor Date: Fri Oct 14 02:44:48 2011 New Revision: 54129 URL: http://svn.reactos.org/svn/reactos?rev=54129&view=rev Log: - Fix timers. Modified: trunk/reactos/subsystems/win32/csrss/win32csr/dllmain.c Modified: trunk/reactos/subsystems/win32/csrss/win32csr/dllmain.c URL: http://s

[ros-diffs] [dgorbachev] 54130: [UNIATA] Nathan Lineback <~lineback~AT~toastytech~DOT~com~>: - Apply the Linux fix to UniATA. Bug #6500.

2011-10-13 Thread dgorbachev
Author: dgorbachev Date: Fri Oct 14 05:33:49 2011 New Revision: 54130 URL: http://svn.reactos.org/svn/reactos?rev=54130&view=rev Log: [UNIATA] Nathan Lineback <~lineback~AT~toastytech~DOT~com~>: - Apply the Linux fix to UniATA. Bug #6500. Modified: trunk/reactos/drivers/storage/ide/uniata/id_