[ros-diffs] [gadamopoulos] 69369: [SHELL32] - Fix SH_ParseGuidDisplayName which was completely broken when I committed it. - Use GUIDFromStringW instead of SHCLSIDFromStringW in _ILCreateGuidFromStrW.

2015-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Sun Sep 27 10:52:10 2015 New Revision: 69369 URL: http://svn.reactos.org/svn/reactos?rev=69369&view=rev Log: [SHELL32] - Fix SH_ParseGuidDisplayName which was completely broken when I committed it. - Use GUIDFromStringW instead of SHCLSIDFromStringW in _ILCreateGuidFromS

[ros-diffs] [gadamopoulos] 69370: [SHELL32] - Improve a change from r27016. Running the control panel applets in the context of explorer is not correct. We should really use ShellExecute here.

2015-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Sun Sep 27 11:31:52 2015 New Revision: 69370 URL: http://svn.reactos.org/svn/reactos?rev=69370&view=rev Log: [SHELL32] - Improve a change from r27016. Running the control panel applets in the context of explorer is not correct. We should really use ShellExecute here. M

[ros-diffs] [gadamopoulos] 69371: Fix gcc build

2015-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Sun Sep 27 11:47:08 2015 New Revision: 69371 URL: http://svn.reactos.org/svn/reactos?rev=69371&view=rev Log: Fix gcc build Modified: trunk/reactos/dll/win32/shell32/folders/CControlPanelFolder.cpp Modified: trunk/reactos/dll/win32/shell32/folders/CControlPanelFolde

[ros-diffs] [akhaldi] 69372: [DIRECTX] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

2015-09-27 Thread akhaldi
Author: akhaldi Date: Sun Sep 27 14:00:29 2015 New Revision: 69372 URL: http://svn.reactos.org/svn/reactos?rev=69372&view=rev Log: [DIRECTX] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 Modified: trunk/reactos/dll/directx/bdaplgin/bdaplgin.cpp trunk/reac

[ros-diffs] [gadamopoulos] 69373: [SHELL32] - Don't duplicate the code for getting the name of a drive. CDrivesFolder already does it (and it does it better). Make the drive properties call it to get

2015-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Sun Sep 27 14:27:09 2015 New Revision: 69373 URL: http://svn.reactos.org/svn/reactos?rev=69373&view=rev Log: [SHELL32] - Don't duplicate the code for getting the name of a drive. CDrivesFolder already does it (and it does it better). Make the drive properties call it t

[ros-diffs] [gadamopoulos] 69374: [SHELL32] - Fix for drive free/total space in My Computer. Patch by Barrett Karish. CORE-10264

2015-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Sun Sep 27 15:09:28 2015 New Revision: 69374 URL: http://svn.reactos.org/svn/reactos?rev=69374&view=rev Log: [SHELL32] - Fix for drive free/total space in My Computer. Patch by Barrett Karish. CORE-10264 Modified: trunk/reactos/dll/win32/shell32/folders/CDrivesFolde

[ros-diffs] [hbelusca] 69375: [NTVDM] - Start implementing a user menu for mounting/unmounting floppy disks at runtime. Menu state refresh & proper localization remain to be done. - Add a temporary "S

2015-09-27 Thread hbelusca
Author: hbelusca Date: Sun Sep 27 15:24:26 2015 New Revision: 69375 URL: http://svn.reactos.org/svn/reactos?rev=69375&view=rev Log: [NTVDM] - Start implementing a user menu for mounting/unmounting floppy disks at runtime. Menu state refresh & proper localization remain to be done. - Add a tempora

[ros-diffs] [hbelusca] 69376: [NTVDM]: Fix GCC build by using _ARRAYSIZE (which is the old-school sizeof(foo)/sizeof(foo[0]) macro) instead of ARRAYSIZE (which does the same but in a more complicated

2015-09-27 Thread hbelusca
Author: hbelusca Date: Sun Sep 27 16:12:45 2015 New Revision: 69376 URL: http://svn.reactos.org/svn/reactos?rev=69376&view=rev Log: [NTVDM]: Fix GCC build by using _ARRAYSIZE (which is the old-school sizeof(foo)/sizeof(foo[0]) macro) instead of ARRAYSIZE (which does the same but in a more compli

[ros-diffs] [hbelusca] 69377: [KERNEL32]: Use the _ARRAYSIZE macro in the ENV_NAME_ENTRY macro, for the same reasons mentioned in r69376.

2015-09-27 Thread hbelusca
Author: hbelusca Date: Sun Sep 27 16:16:26 2015 New Revision: 69377 URL: http://svn.reactos.org/svn/reactos?rev=69377&view=rev Log: [KERNEL32]: Use the _ARRAYSIZE macro in the ENV_NAME_ENTRY macro, for the same reasons mentioned in r69376. Modified: trunk/reactos/dll/win32/kernel32/client/vd

[ros-diffs] [rnaumann] 69378: [NTVDM] Update German translation

2015-09-27 Thread rnaumann
Author: rnaumann Date: Sun Sep 27 16:28:27 2015 New Revision: 69378 URL: http://svn.reactos.org/svn/reactos?rev=69378&view=rev Log: [NTVDM] Update German translation Modified: trunk/reactos/subsystems/mvdm/ntvdm/lang/de-DE.rc Modified: trunk/reactos/subsystems/mvdm/ntvdm/lang/de-DE.rc URL:

[ros-diffs] [rnaumann] 69379: [ICONS]Massive icon improvements by Jared Smudde. CORE-10023

2015-09-27 Thread rnaumann
Author: rnaumann Date: Sun Sep 27 16:59:28 2015 New Revision: 69379 URL: http://svn.reactos.org/svn/reactos?rev=69379&view=rev Log: [ICONS]Massive icon improvements by Jared Smudde. CORE-10023 Modified: trunk/reactos/base/applications/control/resources/config.ico trunk/reactos/base/applic

[ros-diffs] [rnaumann] 69380: [SHELL32]Update some toolbar button bitmaps. By Jared Smudde. CORE-10232

2015-09-27 Thread rnaumann
Author: rnaumann Date: Sun Sep 27 17:15:09 2015 New Revision: 69380 URL: http://svn.reactos.org/svn/reactos?rev=69380&view=rev Log: [SHELL32]Update some toolbar button bitmaps. By Jared Smudde. CORE-10232 Modified: trunk/reactos/dll/win32/shell32/res/bitmaps/214.bmp trunk/reactos/dll/win3

[ros-diffs] [rnaumann] 69381: [WINMINE] Improve the mine bitmap. By Jared Smudde. CORE-10251

2015-09-27 Thread rnaumann
Author: rnaumann Date: Sun Sep 27 17:35:54 2015 New Revision: 69381 URL: http://svn.reactos.org/svn/reactos?rev=69381&view=rev Log: [WINMINE] Improve the mine bitmap. By Jared Smudde. CORE-10251 Modified: trunk/reactos/base/applications/games/winmine/rc/mines.bmp Modified: trunk/reactos/base

[ros-diffs] [hbelusca] 69382: [NTVDM]: Update the read/write flag of the mounted image: fixes errors when trying to write to the read-only image. Now we correctly return a "write-protected" disk error

2015-09-27 Thread hbelusca
Author: hbelusca Date: Sun Sep 27 17:39:29 2015 New Revision: 69382 URL: http://svn.reactos.org/svn/reactos?rev=69382&view=rev Log: [NTVDM]: Update the read/write flag of the mounted image: fixes errors when trying to write to the read-only image. Now we correctly return a "write-protected" disk

[ros-diffs] [tfaber] 69383: [NTOS:EX] - Remove push lock asserts that are prone to race conditions CORE-10267 #resolve

2015-09-27 Thread tfaber
Author: tfaber Date: Sun Sep 27 17:40:23 2015 New Revision: 69383 URL: http://svn.reactos.org/svn/reactos?rev=69383&view=rev Log: [NTOS:EX] - Remove push lock asserts that are prone to race conditions CORE-10267 #resolve Modified: trunk/reactos/ntoskrnl/include/internal/ex.h Modified: trunk/

[ros-diffs] [akhaldi] 69384: [MMDEVAPI_WINETEST] Add missing dxsdk dependency.

2015-09-27 Thread akhaldi
Author: akhaldi Date: Sun Sep 27 18:25:34 2015 New Revision: 69384 URL: http://svn.reactos.org/svn/reactos?rev=69384&view=rev Log: [MMDEVAPI_WINETEST] Add missing dxsdk dependency. Modified: trunk/rostests/winetests/mmdevapi/CMakeLists.txt Modified: trunk/rostests/winetests/mmdevapi/CMakeLis

[ros-diffs] [akhaldi] 69385: [CPLS] Properly track resource file dependencies. CORE-9806

2015-09-27 Thread akhaldi
Author: akhaldi Date: Sun Sep 27 18:30:39 2015 New Revision: 69385 URL: http://svn.reactos.org/svn/reactos?rev=69385&view=rev Log: [CPLS] Properly track resource file dependencies. CORE-9806 Modified: trunk/reactos/dll/cpl/access/CMakeLists.txt trunk/reactos/dll/cpl/appwiz/CMakeLists.txt

[ros-diffs] [akhaldi] 69386: [SHELLEXTS] Properly track resource file dependencies. CORE-9806

2015-09-27 Thread akhaldi
Author: akhaldi Date: Sun Sep 27 18:37:23 2015 New Revision: 69386 URL: http://svn.reactos.org/svn/reactos?rev=69386&view=rev Log: [SHELLEXTS] Properly track resource file dependencies. CORE-9806 Modified: trunk/reactos/dll/shellext/deskadp/CMakeLists.txt trunk/reactos/dll/shellext/deskmo

[ros-diffs] [akhaldi] 69387: [SHELLEXTS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

2015-09-27 Thread akhaldi
Author: akhaldi Date: Sun Sep 27 18:40:24 2015 New Revision: 69387 URL: http://svn.reactos.org/svn/reactos?rev=69387&view=rev Log: [SHELLEXTS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 Modified: trunk/reactos/dll/shellext/deskadp/lang/sk-SK.rc trunk/r

[ros-diffs] [pschweitzer] 69388: [NTDLL_APITEST] Add more tests for RtlGenerate8dot3Name(). Not sure how many more are failing in ReactOS: they all pass in my WC (teasing :-)) CORE-10223

2015-09-27 Thread pschweitzer
Author: pschweitzer Date: Sun Sep 27 20:41:14 2015 New Revision: 69388 URL: http://svn.reactos.org/svn/reactos?rev=69388&view=rev Log: [NTDLL_APITEST] Add more tests for RtlGenerate8dot3Name(). Not sure how many more are failing in ReactOS: they all pass in my WC (teasing :-)) CORE-10223 Modifi

[ros-diffs] [pschweitzer] 69389: [RTL] Major bugfixing session for RtlGenerate8dot3Name()... Up to know, AllowExtendedCharacters was totally ignored and any upcased char, as long as it was not in the

2015-09-27 Thread pschweitzer
Author: pschweitzer Date: Sun Sep 27 20:54:20 2015 New Revision: 69389 URL: http://svn.reactos.org/svn/reactos?rev=69389&view=rev Log: [RTL] Major bugfixing session for RtlGenerate8dot3Name()... Up to know, AllowExtendedCharacters was totally ignored and any upcased char, as long as it was not i

[ros-diffs] [hbelusca] 69390: [NTVDM] Read global settings from the register (in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NTVDM ; note that this is a ReactOS-only configuration key, because

2015-09-27 Thread hbelusca
Author: hbelusca Date: Mon Sep 28 01:36:31 2015 New Revision: 69390 URL: http://svn.reactos.org/svn/reactos?rev=69390&view=rev Log: [NTVDM] Read global settings from the register (in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NTVDM ; note that this is a ReactOS-only configuration key, b