[ros-diffs] [jmorlan] 47319: [WIN32CSR] Implement FILE_SHARE_* flags for console handles. Fixes some more winetests.

2010-05-23 Thread jmorlan
Author: jmorlan Date: Sun May 23 11:10:02 2010 New Revision: 47319 URL: http://svn.reactos.org/svn/reactos?rev=47319&view=rev Log: [WIN32CSR] Implement FILE_SHARE_* flags for console handles. Fixes some more winetests. Modified: trunk/reactos/dll/win32/kernel32/misc/console.c trunk/react

[ros-diffs] [fireball] 47320: - Initial cursor icons support, work in progress. When it's finished, improvements and optimisations are welcome.

2010-05-23 Thread fireball
Author: fireball Date: Sun May 23 12:22:09 2010 New Revision: 47320 URL: http://svn.reactos.org/svn/reactos?rev=47320&view=rev Log: - Initial cursor icons support, work in progress. When it's finished, improvements and optimisations are welcome. Modified: branches/arwinss/reactos/dll/win32/w

[ros-diffs] [fireball] 47321: [VENDOR/WINE] - Import Wine-1.2-rc1 gdi32, user32, winex11.drv, wineserver.

2010-05-23 Thread fireball
Author: fireball Date: Sun May 23 12:42:47 2010 New Revision: 47321 URL: http://svn.reactos.org/svn/reactos?rev=47321&view=rev Log: [VENDOR/WINE] - Import Wine-1.2-rc1 gdi32, user32, winex11.drv, wineserver. Modified: vendor/wine/dlls/gdi32/current/bidi.c vendor/wine/dlls/gdi32/current/di

[ros-diffs] [gadamopoulos] 47322: [kernel32_winetest] - kernel32 tests need a resource file

2010-05-23 Thread gadamopoulos
Author: gadamopoulos Date: Sun May 23 12:59:41 2010 New Revision: 47322 URL: http://svn.reactos.org/svn/reactos?rev=47322&view=rev Log: [kernel32_winetest] - kernel32 tests need a resource file Modified: trunk/rostests/winetests/kernel32/kernel32.rbuild Modified: trunk/rostests/winetests/ker

[ros-diffs] [fireball] 47323: - Sync up to Wine-1.2-rc1. - Further refactoring of cursor icons code according to recent Wine's improvements.

2010-05-23 Thread fireball
Author: fireball Date: Sun May 23 13:16:16 2010 New Revision: 47323 URL: http://svn.reactos.org/svn/reactos?rev=47323&view=rev Log: - Sync up to Wine-1.2-rc1. - Further refactoring of cursor icons code according to recent Wine's improvements. Modified: branches/arwinss/reactos/dll/win32/gdi3

[ros-diffs] [ekohl] 47324: [WINLOGON] - Set the APPDATA environment variable without loading shell32.dll. This should fix bug #5398.

2010-05-23 Thread ekohl
Author: ekohl Date: Sun May 23 13:35:08 2010 New Revision: 47324 URL: http://svn.reactos.org/svn/reactos?rev=47324&view=rev Log: [WINLOGON] - Set the APPDATA environment variable without loading shell32.dll. This should fix bug #5398. Modified: trunk/reactos/base/system/winlogon/environment.c

[ros-diffs] [mjmartin] 47325: [win32k] - For the Low Level Mouse Hook (WH_MOUSE_LL), input can come from the mouse driver or mouse_event. Both of which result in a call to UserSetCursorPos. UserMode S

2010-05-23 Thread mjmartin
Author: mjmartin Date: Sun May 23 13:53:01 2010 New Revision: 47325 URL: http://svn.reactos.org/svn/reactos?rev=47325&view=rev Log: [win32k] - For the Low Level Mouse Hook (WH_MOUSE_LL), input can come from the mouse driver or mouse_event. Both of which result in a call to UserSetCursorPos. UserM

[ros-diffs] [jmorlan] 47326: [KERNEL32], [WIN32CSR] Implement the CREATE_NO_WINDOW flag which creates a console with an invisible window.

2010-05-23 Thread jmorlan
Author: jmorlan Date: Sun May 23 17:56:37 2010 New Revision: 47326 URL: http://svn.reactos.org/svn/reactos?rev=47326&view=rev Log: [KERNEL32], [WIN32CSR] Implement the CREATE_NO_WINDOW flag which creates a console with an invisible window. Modified: trunk/reactos/dll/win32/kernel32/misc/cons

[ros-diffs] [spetreolle] 47327: Perform case insensitive comparison against the selected language id.

2010-05-23 Thread spetreolle
Author: spetreolle Date: Sun May 23 18:26:11 2010 New Revision: 47327 URL: http://svn.reactos.org/svn/reactos?rev=47327&view=rev Log: Perform case insensitive comparison against the selected language id. Modified: trunk/reactos/base/setup/usetup/interface/usetup.c Modified: trunk/reactos/bas

[ros-diffs] [ilardig] 47328: [REGEDIT] - Don't display "finished" message if search is aborted. Patch by Katayama Hirofumi. See issue #5421 for more details.

2010-05-23 Thread ilardig
Author: ilardig Date: Sun May 23 19:01:06 2010 New Revision: 47328 URL: http://svn.reactos.org/svn/reactos?rev=47328&view=rev Log: [REGEDIT] - Don't display "finished" message if search is aborted. Patch by Katayama Hirofumi. See issue #5421 for more details. Modified: trunk/reactos/base/appl

[ros-diffs] [ilardig] 47329: [INTL] - Polish translation of Metric and Imperial by Olaf Siejka.

2010-05-23 Thread ilardig
Author: ilardig Date: Sun May 23 19:07:56 2010 New Revision: 47329 URL: http://svn.reactos.org/svn/reactos?rev=47329&view=rev Log: [INTL] - Polish translation of Metric and Imperial by Olaf Siejka. Modified: trunk/reactos/dll/cpl/intl/lang/pl-PL.rc Modified: trunk/reactos/dll/cpl/intl/lang/p

[ros-diffs] [ekohl] 47330: [SMSS] - Remove the system environment variable PROCESSOR_ARCHITECTURE from the hivesys*.inf files. - Let SMSS add the system environment variables PROCESSOR_ARCHITECTURE an

2010-05-23 Thread ekohl
Author: ekohl Date: Sun May 23 19:28:06 2010 New Revision: 47330 URL: http://svn.reactos.org/svn/reactos?rev=47330&view=rev Log: [SMSS] - Remove the system environment variable PROCESSOR_ARCHITECTURE from the hivesys*.inf files. - Let SMSS add the system environment variables PROCESSOR_ARCHITECTU

[ros-diffs] [jmorlan] 47331: [KERNEL32], [WIN32CSR] More fixes for console winetest - BasepInitConsole: Initialize console input EXE name - GetConsoleProcessList: Use capture buffer; only copy IDs if

2010-05-23 Thread jmorlan
Author: jmorlan Date: Sun May 23 19:40:54 2010 New Revision: 47331 URL: http://svn.reactos.org/svn/reactos?rev=47331&view=rev Log: [KERNEL32], [WIN32CSR] More fixes for console winetest - BasepInitConsole: Initialize console input EXE name - GetConsoleProcessList: Use capture buffer; only copy IDs

[ros-diffs] [fireball] 47332: - Implement some base support for window-based cursor icons support. Still work in progress. RosDrv_CreateCursorIcon is unused and will be removed soon, instead creation

2010-05-23 Thread fireball
Author: fireball Date: Sun May 23 20:36:11 2010 New Revision: 47332 URL: http://svn.reactos.org/svn/reactos?rev=47332&view=rev Log: - Implement some base support for window-based cursor icons support. Still work in progress. RosDrv_CreateCursorIcon is unused and will be removed soon, instead cre

[ros-diffs] [ekohl] 47333: [SMSS] - Remove the system environment variable OS from the hivesys*.inf files. - Change the type of the system environment variable PATHEXT in the hivesys*.inf files from R

2010-05-23 Thread ekohl
Author: ekohl Date: Sun May 23 21:27:04 2010 New Revision: 47333 URL: http://svn.reactos.org/svn/reactos?rev=47333&view=rev Log: [SMSS] - Remove the system environment variable OS from the hivesys*.inf files. - Change the type of the system environment variable PATHEXT in the hivesys*.inf files f

[ros-diffs] [ekohl] 47334: [REGEDIT] Ignore the case when sorting value names.

2010-05-23 Thread ekohl
Author: ekohl Date: Sun May 23 22:41:03 2010 New Revision: 47334 URL: http://svn.reactos.org/svn/reactos?rev=47334&view=rev Log: [REGEDIT] Ignore the case when sorting value names. Modified: trunk/reactos/base/applications/regedit/listview.c Modified: trunk/reactos/base/applications/regedit/

[ros-diffs] [jmorlan] 47335: [WIN32CSR] - Make consistent use of RECT/SMALL_RECT structures: a RECT uses pixel coordinates relative to the window client area and is endpoint-exclusive; a SMALL_RECT us

2010-05-23 Thread jmorlan
Author: jmorlan Date: Mon May 24 00:38:16 2010 New Revision: 47335 URL: http://svn.reactos.org/svn/reactos?rev=47335&view=rev Log: [WIN32CSR] - Make consistent use of RECT/SMALL_RECT structures: a RECT uses pixel coordinates relative to the window client area and is endpoint-exclusive; a SMALL_R

[ros-diffs] [ekohl] 47336: [SMSS] - Add the system environment variables PROCESSOR_LEVEL and PROCESSOR_REVISION.

2010-05-23 Thread ekohl
Author: ekohl Date: Mon May 24 01:41:16 2010 New Revision: 47336 URL: http://svn.reactos.org/svn/reactos?rev=47336&view=rev Log: [SMSS] - Add the system environment variables PROCESSOR_LEVEL and PROCESSOR_REVISION. Modified: trunk/reactos/base/system/smss/initenv.c Modified: trunk/reactos/ba

[ros-diffs] [jmorlan] 47337: [WIN32CSR] fix tuiconsole

2010-05-23 Thread jmorlan
Author: jmorlan Date: Mon May 24 02:04:56 2010 New Revision: 47337 URL: http://svn.reactos.org/svn/reactos?rev=47337&view=rev Log: [WIN32CSR] fix tuiconsole Modified: trunk/reactos/subsystems/win32/csrss/win32csr/tuiconsole.c Modified: trunk/reactos/subsystems/win32/csrss/win32csr/tuiconsole