[ros-diffs] [tkreuzer] 54001: Merge commit 'bac0f132bfc6b05187701ded5273b9819d8585bb'

2011-10-05 Thread tkreuzer
Author: tkreuzer Date: Wed Oct 5 08:44:13 2011 New Revision: 54001 URL: http://svn.reactos.org/svn/reactos?rev=54001&view=rev Log: Merge commit 'bac0f132bfc6b05187701ded5273b9819d8585bb' Modified: trunk/reactos/boot/freeldr/freeldr/mm/heap_new.c Modified: trunk/reactos/boot/freeldr/freeldr/

[ros-diffs] [osiejka] 54002: [TRANSLATION] - rasdlg romanian translation, patch by Stefan Fulea; See issue #6499 for more details.

2011-10-05 Thread osiejka
Author: osiejka Date: Wed Oct 5 08:54:51 2011 New Revision: 54002 URL: http://svn.reactos.org/svn/reactos?rev=54002&view=rev Log: [TRANSLATION] - rasdlg romanian translation, patch by Stefan Fulea; See issue #6499 for more details. Added: trunk/reactos/dll/win32/rasdlg/lang/ro-RO.rc (with

[ros-diffs] [tfaber] 54003: [KERNEL32_WINETEST] - Restore a ros-diff lost during wine sync. Should fix kernel32:volume crash - Better mark ros diffs in testlist.c and also bring it somewhat into sync

2011-10-05 Thread tfaber
Author: tfaber Date: Wed Oct 5 09:29:32 2011 New Revision: 54003 URL: http://svn.reactos.org/svn/reactos?rev=54003&view=rev Log: [KERNEL32_WINETEST] - Restore a ros-diff lost during wine sync. Should fix kernel32:volume crash - Better mark ros diffs in testlist.c and also bring it somewhat into s

[ros-diffs] [tfaber] 54004: [GDI32_WINETEST][KERNEL32_WINETEST] - Fix MSVC build. Sent and applied upstream.

2011-10-05 Thread tfaber
Author: tfaber Date: Wed Oct 5 09:35:25 2011 New Revision: 54004 URL: http://svn.reactos.org/svn/reactos?rev=54004&view=rev Log: [GDI32_WINETEST][KERNEL32_WINETEST] - Fix MSVC build. Sent and applied upstream. Modified: trunk/rostests/winetests/gdi32/bitmap.c trunk/rostests/winetests/gdi

[ros-diffs] [tkreuzer] 54005: [FREELDR] Fix a bug, spotted by Brian Palmer

2011-10-05 Thread tkreuzer
Author: tkreuzer Date: Wed Oct 5 13:41:50 2011 New Revision: 54005 URL: http://svn.reactos.org/svn/reactos?rev=54005&view=rev Log: [FREELDR] Fix a bug, spotted by Brian Palmer Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/pcmem.c Modified: trunk/reactos/boot/freeldr/freeldr/arch/i3

[ros-diffs] [rharabien] 54006: [WIN32K] - Rewrite keyboard input processing to match windows behavior - Deduplicate code, add comments, mark functions static - Support keyboard LEDs in SendInput API -

2011-10-05 Thread rharabien
Author: rharabien Date: Wed Oct 5 14:09:51 2011 New Revision: 54006 URL: http://svn.reactos.org/svn/reactos?rev=54006&view=rev Log: [WIN32K] - Rewrite keyboard input processing to match windows behavior - Deduplicate code, add comments, mark functions static - Support keyboard LEDs in SendInput A

[ros-diffs] [rharabien] 54007: [I8042PRT] - Do not treat all extended keys as power keys in HandlePowerKeys. Fixes WM_KEYDOWN not being send right after extended key has been pressed. See issue #3212

2011-10-05 Thread rharabien
Author: rharabien Date: Wed Oct 5 14:13:00 2011 New Revision: 54007 URL: http://svn.reactos.org/svn/reactos?rev=54007&view=rev Log: [I8042PRT] - Do not treat all extended keys as power keys in HandlePowerKeys. Fixes WM_KEYDOWN not being send right after extended key has been pressed. See issue #

[ros-diffs] [cgutman] 54008: [NTOSKRNL] - Wait to reinitialize drivers until all drivers have loaded

2011-10-05 Thread cgutman
Author: cgutman Date: Wed Oct 5 14:13:22 2011 New Revision: 54008 URL: http://svn.reactos.org/svn/reactos?rev=54008&view=rev Log: [NTOSKRNL] - Wait to reinitialize drivers until all drivers have loaded Modified: trunk/reactos/ntoskrnl/io/iomgr/driver.c Modified: trunk/reactos/ntoskrnl/io/i

[ros-diffs] [rharabien] 54009: - Fix build

2011-10-05 Thread rharabien
Author: rharabien Date: Wed Oct 5 14:17:21 2011 New Revision: 54009 URL: http://svn.reactos.org/svn/reactos?rev=54009&view=rev Log: - Fix build Modified: trunk/reactos/subsystems/win32/win32k/ntuser/timer.c Modified: trunk/reactos/subsystems/win32/win32k/ntuser/timer.c URL: http://svn.reac

[ros-diffs] [gadamopoulos] 54010: [user32_apitest] - Add some message tests for DeferWindowPos

2011-10-05 Thread gadamopoulos
Author: gadamopoulos Date: Wed Oct 5 14:44:45 2011 New Revision: 54010 URL: http://svn.reactos.org/svn/reactos?rev=54010&view=rev Log: [user32_apitest] - Add some message tests for DeferWindowPos Modified: trunk/rostests/apitests/user32/DeferWindowPos.c Modified: trunk/rostests/apitests/use

[ros-diffs] [rharabien] 54011: [WIN32K] - Fix AltGr keys sending WM_SYSCHAR* messages - Improve debug messages

2011-10-05 Thread rharabien
Author: rharabien Date: Wed Oct 5 15:48:39 2011 New Revision: 54011 URL: http://svn.reactos.org/svn/reactos?rev=54011&view=rev Log: [WIN32K] - Fix AltGr keys sending WM_SYSCHAR* messages - Improve debug messages Modified: trunk/reactos/subsystems/win32/win32k/ntuser/keyboard.c Modified: tru

[ros-diffs] [akhaldi] 54012: [SOL/SPIDER] * Reduce the scope of some variables.

2011-10-05 Thread akhaldi
Author: akhaldi Date: Wed Oct 5 17:54:07 2011 New Revision: 54012 URL: http://svn.reactos.org/svn/reactos?rev=54012&view=rev Log: [SOL/SPIDER] * Reduce the scope of some variables. Modified: trunk/reactos/base/applications/games/solitaire/solitaire.cpp trunk/reactos/base/applications/gam

[ros-diffs] [rharabien] 54013: [KBDGR] - 1, 4, 5 keys should support CAPSLOCK. See issue #5296 for more details.

2011-10-05 Thread rharabien
Author: rharabien Date: Wed Oct 5 18:11:21 2011 New Revision: 54013 URL: http://svn.reactos.org/svn/reactos?rev=54013&view=rev Log: [KBDGR] - 1, 4, 5 keys should support CAPSLOCK. See issue #5296 for more details. Modified: trunk/reactos/dll/keyboard/kbdgr/kbdgr.c Modified: trunk/reactos/dl

[ros-diffs] [rharabien] 54014: [WIN32K] - Don't send unicode characters in WM_CHAR to ascii windows

2011-10-05 Thread rharabien
Author: rharabien Date: Wed Oct 5 19:11:00 2011 New Revision: 54014 URL: http://svn.reactos.org/svn/reactos?rev=54014&view=rev Log: [WIN32K] - Don't send unicode characters in WM_CHAR to ascii windows Modified: trunk/reactos/subsystems/win32/win32k/ntuser/keyboard.c Modified: trunk/reactos/

[ros-diffs] [tfaber] 54015: [SETUPAPI] - Fix installation failure of services without a load order group

2011-10-05 Thread tfaber
Author: tfaber Date: Wed Oct 5 19:15:08 2011 New Revision: 54015 URL: http://svn.reactos.org/svn/reactos?rev=54015&view=rev Log: [SETUPAPI] - Fix installation failure of services without a load order group Modified: trunk/reactos/dll/win32/setupapi/install.c Modified: trunk/reactos/dll/win3

[ros-diffs] [cgutman] 54016: [HAL] - Implement support for scatter/gather DMA - Tested with Intel's NDIS 5.1 PRO/1000 driver (but more testing would be helpful to weed out bugs) [NDIS] - Report NDIS 5

2011-10-05 Thread cgutman
Author: cgutman Date: Wed Oct 5 20:36:20 2011 New Revision: 54016 URL: http://svn.reactos.org/svn/reactos?rev=54016&view=rev Log: [HAL] - Implement support for scatter/gather DMA - Tested with Intel's NDIS 5.1 PRO/1000 driver (but more testing would be helpful to weed out bugs) [NDIS] - Report N

[ros-diffs] [cgutman] 54017: [NETSHELL] - Fix a typo - Intel PRO/1000 shows a link speed of 1 Gbps now

2011-10-05 Thread cgutman
Author: cgutman Date: Wed Oct 5 20:58:54 2011 New Revision: 54017 URL: http://svn.reactos.org/svn/reactos?rev=54017&view=rev Log: [NETSHELL] - Fix a typo - Intel PRO/1000 shows a link speed of 1 Gbps now Modified: trunk/reactos/dll/win32/netshell/lanstatusui.c Modified: trunk/reactos/dll/wi

[ros-diffs] [fireball] 54018: [RTL] - Post-r52687 implementation of RtlIsDosDeviceName_U is more advanced than pre-r52687 one and covers more corner cases which may not be tested by existing winetests

2011-10-05 Thread fireball
Author: fireball Date: Wed Oct 5 22:20:30 2011 New Revision: 54018 URL: http://svn.reactos.org/svn/reactos?rev=54018&view=rev Log: [RTL] - Post-r52687 implementation of RtlIsDosDeviceName_U is more advanced than pre-r52687 one and covers more corner cases which may not be tested by existing win