[ros-diffs] [gedmurphy] 69704: [DEVMGR] - Hide legacy devices and volumes by default - Patch by Eric Kohl CORE-10396

2015-10-26 Thread gedmurphy
Author: gedmurphy Date: Mon Oct 26 08:40:14 2015 New Revision: 69704 URL: http://svn.reactos.org/svn/reactos?rev=69704&view=rev Log: [DEVMGR] - Hide legacy devices and volumes by default - Patch by Eric Kohl CORE-10396 Modified: trunk/reactos/dll/win32/devmgr/devmgmt/DeviceNode.cpp trunk/

[ros-diffs] [tfaber] 69705: [ATL] - Revert broken math change in ATL::thunkCode::Init

2015-10-26 Thread tfaber
Author: tfaber Date: Mon Oct 26 11:38:30 2015 New Revision: 69705 URL: http://svn.reactos.org/svn/reactos?rev=69705&view=rev Log: [ATL] - Revert broken math change in ATL::thunkCode::Init Modified: trunk/reactos/lib/atl/atlwin.h Modified: trunk/reactos/lib/atl/atlwin.h URL: http://svn.react

[ros-diffs] [gedmurphy] 69706: [DEVMGR] - Highlight unused resources - Patch by Ștefan Fulea CORE-6109

2015-10-26 Thread gedmurphy
Author: gedmurphy Date: Mon Oct 26 11:41:47 2015 New Revision: 69706 URL: http://svn.reactos.org/svn/reactos?rev=69706&view=rev Log: [DEVMGR] - Highlight unused resources - Patch by Ștefan Fulea CORE-6109 Modified: trunk/reactos/dll/win32/devmgr/lang/bg-BG.rc trunk/reactos/dll/win32/devmg

[ros-diffs] [tfaber] 69707: [USER32_APITEST] - Add a test for the bug in win32k highlighted by the recent ATL breakage CORE-10413

2015-10-26 Thread tfaber
Author: tfaber Date: Mon Oct 26 12:03:09 2015 New Revision: 69707 URL: http://svn.reactos.org/svn/reactos?rev=69707&view=rev Log: [USER32_APITEST] - Add a test for the bug in win32k highlighted by the recent ATL breakage CORE-10413 Added: trunk/rostests/apitests/user32/CreateWindowEx.c (wit

[ros-diffs] [tfaber] 69708: [USER32_APITEST] - Remove nonexistent test...

2015-10-26 Thread tfaber
Author: tfaber Date: Mon Oct 26 12:05:35 2015 New Revision: 69708 URL: http://svn.reactos.org/svn/reactos?rev=69708&view=rev Log: [USER32_APITEST] - Remove nonexistent test... Modified: trunk/rostests/apitests/user32/CMakeLists.txt trunk/rostests/apitests/user32/testlist.c Modified: trun

[ros-diffs] [gadamopoulos] 69709: [WIN32K] - co_UserCreateWindowEx: Fail when a wrong handle was passed for the parent window. "Fixes" a crash down the road due to missing null checks in other places

2015-10-26 Thread gadamopoulos
Author: gadamopoulos Date: Mon Oct 26 12:09:34 2015 New Revision: 69709 URL: http://svn.reactos.org/svn/reactos?rev=69709&view=rev Log: [WIN32K] - co_UserCreateWindowEx: Fail when a wrong handle was passed for the parent window. "Fixes" a crash down the road due to missing null checks in other p

[ros-diffs] [tfaber] 69710: [USER32_APITEST] - Add some tests for other WS_CHILD/WS_POPUP combinations

2015-10-26 Thread tfaber
Author: tfaber Date: Mon Oct 26 12:12:01 2015 New Revision: 69710 URL: http://svn.reactos.org/svn/reactos?rev=69710&view=rev Log: [USER32_APITEST] - Add some tests for other WS_CHILD/WS_POPUP combinations Modified: trunk/rostests/apitests/user32/CreateWindowEx.c Modified: trunk/rostests/apit

[ros-diffs] [gedmurphy] 69711: [WMVCORE] - Add dll to the correct destination dir CORE-10404

2015-10-26 Thread gedmurphy
Author: gedmurphy Date: Mon Oct 26 14:43:29 2015 New Revision: 69711 URL: http://svn.reactos.org/svn/reactos?rev=69711&view=rev Log: [WMVCORE] - Add dll to the correct destination dir CORE-10404 Modified: trunk/reactos/dll/win32/wmvcore/CMakeLists.txt Modified: trunk/reactos/dll/win32/wmvcor

[ros-diffs] [gadamopoulos] 69712: [SHELL32] - Implement CompareIDs for the folders in the shell namespace. The previous implementation was a generic solution that just compared names. - CDefView: Impl

2015-10-26 Thread gadamopoulos
Author: gadamopoulos Date: Mon Oct 26 15:07:44 2015 New Revision: 69712 URL: http://svn.reactos.org/svn/reactos?rev=69712&view=rev Log: [SHELL32] - Implement CompareIDs for the folders in the shell namespace. The previous implementation was a generic solution that just compared names. - CDefView:

[ros-diffs] [gadamopoulos] 69713: [SHELL32] - Remove a few todo comments that are now completed. Also remove numbers to make it simpler to remove one entry from the todo list.

2015-10-26 Thread gadamopoulos
Author: gadamopoulos Date: Mon Oct 26 15:51:21 2015 New Revision: 69713 URL: http://svn.reactos.org/svn/reactos?rev=69713&view=rev Log: [SHELL32] - Remove a few todo comments that are now completed. Also remove numbers to make it simpler to remove one entry from the todo list. Modified: trun

[ros-diffs] [ekohl] 69714: [NTOSKRNL][LSASRV] - Move the message typedefs into a shared header file. - Implement LsapRmCreateLogonSession and LsapRmDeleteLogonSession. Call LsapRmCreateLogonSession in

2015-10-26 Thread ekohl
Author: ekohl Date: Mon Oct 26 21:03:40 2015 New Revision: 69714 URL: http://svn.reactos.org/svn/reactos?rev=69714&view=rev Log: [NTOSKRNL][LSASRV] - Move the message typedefs into a shared header file. - Implement LsapRmCreateLogonSession and LsapRmDeleteLogonSession. Call LsapRmCreateLogonSessi

[ros-diffs] [hbelusca] 69715: [COMSUPP]: Use "operator new" and "operator delete" in order to avoid strange linkage problems (like "operator delete[]" not found, etc...) while being compatible with MS

2015-10-26 Thread hbelusca
Author: hbelusca Date: Mon Oct 26 22:30:44 2015 New Revision: 69715 URL: http://svn.reactos.org/svn/reactos?rev=69715&view=rev Log: [COMSUPP]: Use "operator new" and "operator delete" in order to avoid strange linkage problems (like "operator delete[]" not found, etc...) while being compatible w

[ros-diffs] [spetreolle] 69716: Disable mmdevapi from build. Its Vista+, called by apps, and relies on wine-only dlls like winepulse.drv, winealsa.drv, wineoss.drv. CORE-10418

2015-10-26 Thread spetreolle
Author: spetreolle Date: Mon Oct 26 22:56:55 2015 New Revision: 69716 URL: http://svn.reactos.org/svn/reactos?rev=69716&view=rev Log: Disable mmdevapi from build. Its Vista+, called by apps, and relies on wine-only dlls like winepulse.drv,winealsa.drv,wineoss.drv. CORE-10418 Modified: trunk/

[ros-diffs] [hbelusca] 69717: [MSCONFIG_NEW] - Port the Services page in C++ and implement hide/show MS/ReactOS services & enable/disable. WIP. - Fix resource ID for the "delete" button in the FreeLdr

2015-10-26 Thread hbelusca
Author: hbelusca Date: Mon Oct 26 23:03:21 2015 New Revision: 69717 URL: http://svn.reactos.org/svn/reactos?rev=69717&view=rev Log: [MSCONFIG_NEW] - Port the Services page in C++ and implement hide/show MS/ReactOS services & enable/disable. WIP. - Fix resource ID for the "delete" button in the Fr

[ros-diffs] [hbelusca] 69718: Add msconfig_new in the list of compiled modules, for people to test it.

2015-10-26 Thread hbelusca
Author: hbelusca Date: Mon Oct 26 23:04:37 2015 New Revision: 69718 URL: http://svn.reactos.org/svn/reactos?rev=69718&view=rev Log: Add msconfig_new in the list of compiled modules, for people to test it. Modified: trunk/reactos/base/applications/CMakeLists.txt Modified: trunk/reactos/base/a

[ros-diffs] [hbelusca] 69719: [SERVMAN] - Explicitely use UNICODE versions of OpenSCManager and OpenService. - When OpenSCManager or OpenService fail, they return a NULL handle (not INVALID_HANDLE_VAL

2015-10-26 Thread hbelusca
Author: hbelusca Date: Mon Oct 26 23:15:40 2015 New Revision: 69719 URL: http://svn.reactos.org/svn/reactos?rev=69719&view=rev Log: [SERVMAN] - Explicitely use UNICODE versions of OpenSCManager and OpenService. - When OpenSCManager or OpenService fail, they return a NULL handle (not INVALID_HANDL

[ros-diffs] [hbelusca] 69720: [MSCONFIG_NEW]: Fix header (and build).

2015-10-26 Thread hbelusca
Author: hbelusca Date: Mon Oct 26 23:24:19 2015 New Revision: 69720 URL: http://svn.reactos.org/svn/reactos?rev=69720&view=rev Log: [MSCONFIG_NEW]: Fix header (and build). Modified: trunk/reactos/base/applications/msconfig_new/freeldrpage.c Modified: trunk/reactos/base/applications/msconfig_

[ros-diffs] [spetreolle] 69721: [RAPPS] AC97: Fix Russian and other languages. CORE-10203

2015-10-26 Thread spetreolle
Author: spetreolle Date: Tue Oct 27 00:34:07 2015 New Revision: 69721 URL: http://svn.reactos.org/svn/reactos?rev=69721&view=rev Log: [RAPPS] AC97: Fix Russian and other languages. CORE-10203 Modified: trunk/reactos/media/rapps/ac97forvirtualbox.txt Modified: trunk/reactos/media/rapps/ac97