[ros-diffs] [mjansen] 71230: [APPHELP][APPHELP_APITEST] Add some apphelp GUID helper functions + tests to be used later on. CORE-10367 - SdbGetStandardDatabaseGUID - SdbGUIDFromString - SdbGUIDToStrin

2016-05-01 Thread mjansen
Author: mjansen Date: Sun May 1 21:43:30 2016 New Revision: 71230 URL: http://svn.reactos.org/svn/reactos?rev=71230=rev Log: [APPHELP][APPHELP_APITEST] Add some apphelp GUID helper functions + tests to be used later on. CORE-10367 - SdbGetStandardDatabaseGUID - SdbGUIDFromString

[ros-diffs] [mjansen] 71226: [APPHELP][APPHELP_APITEST] Add SdbGetFileAttributes + tests, based on the work of Mislav Blažević CORE-10367 - Implement SdbGetFileAttributes (based on the work of Mislav

2016-05-01 Thread mjansen
Author: mjansen Date: Sun May 1 19:12:06 2016 New Revision: 71226 URL: http://svn.reactos.org/svn/reactos?rev=71226=rev Log: [APPHELP][APPHELP_APITEST] Add SdbGetFileAttributes + tests, based on the work of Mislav Blažević CORE-10367 - Implement SdbGetFileAttributes (based on the work of Mislav

[ros-diffs] [mjansen] 71200: [APPHELP][APPHELP_APITEST] Update SdbTagToString tests to check all known tags CORE-10367 - Add a list of hardcoded tags, for all versions up to win7 they are checked agai

2016-04-24 Thread mjansen
Author: mjansen Date: Sun Apr 24 17:19:09 2016 New Revision: 71200 URL: http://svn.reactos.org/svn/reactos?rev=71200=rev Log: [APPHELP][APPHELP_APITEST] Update SdbTagToString tests to check all known tags CORE-10367 - Add a list of hardcoded tags, for all versions up to win7 they are checked

[ros-diffs] [mjansen] 71198: Nothing to see here.

2016-04-24 Thread mjansen
Author: mjansen Date: Sun Apr 24 13:27:22 2016 New Revision: 71198 URL: http://svn.reactos.org/svn/reactos?rev=71198=rev Log: Nothing to see here. Modified: trunk/rostests/apitests/apphelp/testlist.c Modified: trunk/rostests/apitests/apphelp/testlist.c URL: http://svn.reactos.org/svn

[ros-diffs] [mjansen] 71197: [APPHELP][APPHELP_APITEST] Add SdbTagToString + test by Mislav Blažević CORE-10367

2016-04-24 Thread mjansen
Author: mjansen Date: Sun Apr 24 13:05:00 2016 New Revision: 71197 URL: http://svn.reactos.org/svn/reactos?rev=71197=rev Log: [APPHELP][APPHELP_APITEST] Add SdbTagToString + test by Mislav Blažević CORE-10367 Added: trunk/rostests/apitests/apphelp/apphelp.c (with props) Modified

[ros-diffs] [mjansen] 71193: * Addendum to r71192, which was based on the research of Jared Smudde, Sylvain Deverre and Robert Naumann. CORE-10837

2016-04-23 Thread mjansen
Author: mjansen Date: Sat Apr 23 23:20:44 2016 New Revision: 71193 URL: http://svn.reactos.org/svn/reactos?rev=71193=rev Log: * Addendum to r71192, which was based on the research of Jared Smudde, Sylvain Deverre and Robert Naumann. CORE-10837 Modified: trunk/reactos/dll/win32/browseui

[ros-diffs] [mjansen] 71191: [SHELL32] Fix the grouping of folder options radiobuttons CORE-10837

2016-04-23 Thread mjansen
Author: mjansen Date: Sat Apr 23 22:22:40 2016 New Revision: 71191 URL: http://svn.reactos.org/svn/reactos?rev=71191=rev Log: [SHELL32] Fix the grouping of folder options radiobuttons CORE-10837 Modified: trunk/reactos/dll/win32/shell32/lang/bg-BG.rc trunk/reactos/dll/win32/shell32/lang

[ros-diffs] [mjansen] 71190: [SDK][SDK_APITEST] Improve delayload support CORE-10935 - Add an apitest for our delayload functions. - Improve the delayload (mainly the failure cases, throw exceptions w

2016-04-23 Thread mjansen
Author: mjansen Date: Sat Apr 23 20:38:06 2016 New Revision: 71190 URL: http://svn.reactos.org/svn/reactos?rev=71190=rev Log: [SDK][SDK_APITEST] Improve delayload support CORE-10935 - Add an apitest for our delayload functions. - Improve the delayload (mainly the failure cases, throw exceptions

[ros-diffs] [mjansen] 71154: [APPHELP] Change the ApphelpCheckInstallShieldPackage stub to a non-throwing one, use OutputDebugString by default. CORE-8591

2016-04-13 Thread mjansen
Author: mjansen Date: Wed Apr 13 18:23:54 2016 New Revision: 71154 URL: http://svn.reactos.org/svn/reactos?rev=71154=rev Log: [APPHELP] Change the ApphelpCheckInstallShieldPackage stub to a non-throwing one, use OutputDebugString by default. CORE-8591 Modified: trunk/reactos/dll/appcompat

[ros-diffs] [mjansen] 71144: [SHELL32][SHELL32_WINETEST] Connect CDefViewDual to CDefView to fix crashes in the shelldispatch test ROSTESTS-209 - CDefViewDual::get_Application now returns a new CDefVi

2016-04-11 Thread mjansen
Author: mjansen Date: Mon Apr 11 18:28:31 2016 New Revision: 71144 URL: http://svn.reactos.org/svn/reactos?rev=71144=rev Log: [SHELL32][SHELL32_WINETEST] Connect CDefViewDual to CDefView to fix crashes in the shelldispatch test ROSTESTS-209 - CDefViewDual::get_Application now returns a new

[ros-diffs] [mjansen] 71142: [SHELL32] Use the previously implemented Typelib registration from ATL to register shell32. ROSTESTS-209

2016-04-10 Thread mjansen
Author: mjansen Date: Sun Apr 10 21:32:27 2016 New Revision: 71142 URL: http://svn.reactos.org/svn/reactos?rev=71142=rev Log: [SHELL32] Use the previously implemented Typelib registration from ATL to register shell32. ROSTESTS-209 Added: trunk/reactos/dll/win32/shell32/shell32_shldisp.idl

[ros-diffs] [mjansen] 71139: [ATL] - Implement Typelib registration in CComModule::RegisterServer, based on dll/win32/atl/atl.c and dll/win32/atl80/atl80.c - Add oleaut32 to devmgr and stobject import

2016-04-10 Thread mjansen
Author: mjansen Date: Sun Apr 10 16:53:00 2016 New Revision: 71139 URL: http://svn.reactos.org/svn/reactos?rev=71139=rev Log: [ATL] - Implement Typelib registration in CComModule::RegisterServer, based on dll/win32/atl/atl.c and dll/win32/atl80/atl80.c - Add oleaut32 to devmgr and stobject

[ros-diffs] [mjansen] 71138: [SHELL32] - Stub IShellFolderViewDual2 ROSTESTS-209 #comment CDefViewDual.patch committed.

2016-04-10 Thread mjansen
Author: mjansen Date: Sun Apr 10 12:05:06 2016 New Revision: 71138 URL: http://svn.reactos.org/svn/reactos?rev=71138=rev Log: [SHELL32] - Stub IShellFolderViewDual2 ROSTESTS-209 #comment CDefViewDual.patch committed. Added: trunk/reactos/dll/win32/shell32/CDefViewDual.cpp (with props

[ros-diffs] [mjansen] 71133: [SHELL32] - Stub IShellView2 Patch by Jared Smudde CORE-11049 #resolve #comment Thanks!

2016-04-09 Thread mjansen
Author: mjansen Date: Sat Apr 9 23:20:15 2016 New Revision: 71133 URL: http://svn.reactos.org/svn/reactos?rev=71133=rev Log: [SHELL32] - Stub IShellView2 Patch by Jared Smudde CORE-11049 #resolve #comment Thanks! Modified: trunk/reactos/dll/win32/shell32/CDefView.cpp Modified: trunk

[ros-diffs] [mjansen] 71131: [ACPPAGE] Implement the base of the compatibility tab in explorer as shell extension. Because the underlying shim infrastructure is not active yet, the page is disabled by

2016-04-09 Thread mjansen
Author: mjansen Date: Sat Apr 9 21:40:32 2016 New Revision: 71131 URL: http://svn.reactos.org/svn/reactos?rev=71131=rev Log: [ACPPAGE] Implement the base of the compatibility tab in explorer as shell extension. Because the underlying shim infrastructure is not active yet, the page is disabled

<    1   2   3   4