[ros-diffs] [mjansen] 71529: [WIN32SS] Remember the last process that changed the displaymode with CDS_FULLSCREEN, restore mode after it quits. CORE-11358 #resolve

2016-06-05 Thread mjansen
Author: mjansen Date: Sun Jun 5 11:16:02 2016 New Revision: 71529 URL: http://svn.reactos.org/svn/reactos?rev=71529=rev Log: [WIN32SS] Remember the last process that changed the displaymode with CDS_FULLSCREEN, restore mode after it quits. CORE-11358 #resolve Modified: trunk/reactos

[ros-diffs] [mjansen] 71609: [WIN32SS] Try to load the module before fetching an icon, instead of failing on a module that is not available in the current process. CORE-10292 #resolve

2016-06-10 Thread mjansen
Author: mjansen Date: Fri Jun 10 20:57:26 2016 New Revision: 71609 URL: http://svn.reactos.org/svn/reactos?rev=71609=rev Log: [WIN32SS] Try to load the module before fetching an icon, instead of failing on a module that is not available in the current process. CORE-10292 #resolve Modified

[ros-diffs] [mjansen] 71513: [APPSHIM_APITEST] Show a few shims that do not use hooks to function.

2016-06-04 Thread mjansen
Author: mjansen Date: Sat Jun 4 14:51:38 2016 New Revision: 71513 URL: http://svn.reactos.org/svn/reactos?rev=71513=rev Log: [APPSHIM_APITEST] Show a few shims that do not use hooks to function. Modified: trunk/rostests/apitests/appshim/versionlie.c Modified: trunk/rostests/apitests

[ros-diffs] [mjansen] 71400: [APPHELP_APITEST] Remove some code duplication.

2016-05-25 Thread mjansen
Author: mjansen Date: Wed May 25 17:22:47 2016 New Revision: 71400 URL: http://svn.reactos.org/svn/reactos?rev=71400=rev Log: [APPHELP_APITEST] Remove some code duplication. Modified: trunk/rostests/apitests/apphelp/apphelp.c trunk/rostests/apitests/apphelp/data.c trunk/rostests

[ros-diffs] [mjansen] 71614: [APPHELP] Implement automatic stringtable generation when writing an Sdb database. CORE-10367

2016-06-11 Thread mjansen
Author: mjansen Date: Sat Jun 11 21:12:43 2016 New Revision: 71614 URL: http://svn.reactos.org/svn/reactos?rev=71614=rev Log: [APPHELP] Implement automatic stringtable generation when writing an Sdb database. CORE-10367 Added: trunk/reactos/dll/appcompat/apphelp/sdbstringtable.c

[ros-diffs] [mjansen] 71643: [SHELL32] Use the logoff dialog instead of the generic ConfirmDialog. Patch by Jared Smudde. CORE-11413 #resolve #comment Thanks!

2016-06-15 Thread mjansen
Author: mjansen Date: Wed Jun 15 17:46:26 2016 New Revision: 71643 URL: http://svn.reactos.org/svn/reactos?rev=71643=rev Log: [SHELL32] Use the logoff dialog instead of the generic ConfirmDialog. Patch by Jared Smudde. CORE-11413 #resolve #comment Thanks! Modified: trunk/reactos/dll/win32

[ros-diffs] [mjansen] 71572: [APPHELP_APITEST] Extend stringtable related tests. CORE-10367

2016-06-05 Thread mjansen
Author: mjansen Date: Sun Jun 5 21:26:07 2016 New Revision: 71572 URL: http://svn.reactos.org/svn/reactos?rev=71572=rev Log: [APPHELP_APITEST] Extend stringtable related tests. CORE-10367 Modified: trunk/rostests/apitests/apphelp/db.c Modified: trunk/rostests/apitests/apphelp/db.c URL

[ros-diffs] [mjansen] 71447: [APPSHIM_APITEST] Move versionlie tests to a dedicate shim-test binary.

2016-05-28 Thread mjansen
Author: mjansen Date: Sat May 28 21:33:56 2016 New Revision: 71447 URL: http://svn.reactos.org/svn/reactos?rev=71447=rev Log: [APPSHIM_APITEST] Move versionlie tests to a dedicate shim-test binary. Added: trunk/rostests/apitests/appshim/ trunk/rostests/apitests/appshim/CMakeLists.txt

[ros-diffs] [mjansen] 71448: [APPHELP_APITEST] Update embedded database to actually match the embedded exe again.

2016-05-28 Thread mjansen
Author: mjansen Date: Sat May 28 21:46:24 2016 New Revision: 71448 URL: http://svn.reactos.org/svn/reactos?rev=71448=rev Log: [APPHELP_APITEST] Update embedded database to actually match the embedded exe again. Modified: trunk/rostests/apitests/apphelp/apphelp.c trunk/rostests/apitests

[ros-diffs] [mjansen] 71442: [APPHELP][APPHELP_APITEST] Implement various VersionLie shims. CORE-11299 #resolve - Implement VersionLie shims - Add tests for the VersionLie shims - update get_host_winv

2016-05-28 Thread mjansen
Author: mjansen Date: Sat May 28 17:55:56 2016 New Revision: 71442 URL: http://svn.reactos.org/svn/reactos?rev=71442=rev Log: [APPHELP][APPHELP_APITEST] Implement various VersionLie shims. CORE-11299 #resolve - Implement VersionLie shims - Add tests for the VersionLie shims - update

[ros-diffs] [mjansen] 71439: [APPHELP] Begin shimlib implementation. CORE-11329 Implement some macro's and functions that help when registering shims. These are all written in C, so that wine can use

2016-05-28 Thread mjansen
Author: mjansen Date: Sat May 28 16:42:57 2016 New Revision: 71439 URL: http://svn.reactos.org/svn/reactos?rev=71439=rev Log: [APPHELP] Begin shimlib implementation. CORE-11329 Implement some macro's and functions that help when registering shims. These are all written in C, so that wine can use

[ros-diffs] [mjansen] 71440: [APPHELP] Register AppPatch directory with cmake, import SdbGetAppPatchDir implementation from Mislav Blažević CORE-10369

2016-05-28 Thread mjansen
Author: mjansen Date: Sat May 28 16:47:39 2016 New Revision: 71440 URL: http://svn.reactos.org/svn/reactos?rev=71440=rev Log: [APPHELP] Register AppPatch directory with cmake, import SdbGetAppPatchDir implementation from Mislav Blažević CORE-10369 Modified: trunk/reactos/boot/bootdata

[ros-diffs] [mjansen] 71477: [APPHELP][ACLAYER][APPSHIM_APITEST] Fix some WCHAR hack constructions that VS 2010 didn't like, as pointed out by Hermès

2016-05-31 Thread mjansen
Author: mjansen Date: Tue May 31 18:02:54 2016 New Revision: 71477 URL: http://svn.reactos.org/svn/reactos?rev=71477=rev Log: [APPHELP][ACLAYER][APPSHIM_APITEST] Fix some WCHAR hack constructions that VS 2010 didn't like, as pointed out by Hermès Modified: trunk/reactos/dll/appcompat

[ros-diffs] [mjansen] 71476: [SHELL32] Rename CShell to CShellDispatch CORE-6892

2016-05-31 Thread mjansen
Author: mjansen Date: Tue May 31 17:40:44 2016 New Revision: 71476 URL: http://svn.reactos.org/svn/reactos?rev=71476=rev Log: [SHELL32] Rename CShell to CShellDispatch CORE-6892 Added: trunk/reactos/dll/win32/shell32/CShellDispatch.cpp (with props) trunk/reactos/dll/win32/shell32

[ros-diffs] [mjansen] 71501: [APPHELP_APITEST][APPHELP] Add new tests showing that SdbWriteStringTag and SdbEndWriteListTag are incorrect, fix SdbEndWriteListTag CORE-10367 SdbWriteStringTag requires

2016-06-02 Thread mjansen
Author: mjansen Date: Thu Jun 2 18:59:04 2016 New Revision: 71501 URL: http://svn.reactos.org/svn/reactos?rev=71501=rev Log: [APPHELP_APITEST][APPHELP] Add new tests showing that SdbWriteStringTag and SdbEndWriteListTag are incorrect, fix SdbEndWriteListTag CORE-10367 SdbWriteStringTag requires

[ros-diffs] [mjansen] 71488: [APPHELP] Remove all NT api usage from sdbwrite, split apphelp.h header out in preparation of xml2sdb CORE-11302

2016-06-01 Thread mjansen
Author: mjansen Date: Wed Jun 1 19:10:19 2016 New Revision: 71488 URL: http://svn.reactos.org/svn/reactos?rev=71488=rev Log: [APPHELP] Remove all NT api usage from sdbwrite, split apphelp.h header out in preparation of xml2sdb CORE-11302 Added: trunk/reactos/dll/appcompat/apphelp/sdbpapi.h

[ros-diffs] [mjansen] 71489: [APPHELP] Fix a possible out of bounds write.

2016-06-01 Thread mjansen
Author: mjansen Date: Wed Jun 1 19:37:25 2016 New Revision: 71489 URL: http://svn.reactos.org/svn/reactos?rev=71489=rev Log: [APPHELP] Fix a possible out of bounds write. Modified: trunk/reactos/dll/appcompat/apphelp/sdbwrite.c Modified: trunk/reactos/dll/appcompat/apphelp/sdbwrite.c URL

[ros-diffs] [mjansen] 71649: [MSGINA_APITEST] Add a test for ShellDimScreen, used to fade out the background of the logoff dialog. Thanks to Jared for finding the api, and Hermès for his help! CORE-11

2016-06-16 Thread mjansen
Author: mjansen Date: Thu Jun 16 21:00:08 2016 New Revision: 71649 URL: http://svn.reactos.org/svn/reactos?rev=71649=rev Log: [MSGINA_APITEST] Add a test for ShellDimScreen, used to fade out the background of the logoff dialog. Thanks to Jared for finding the api, and Hermès for his help! CORE

[ros-diffs] [mjansen] 71675: [SCHANNEL] add missing function to the delayload header. Spotted by Peter Hater. CORE-11270 #resolve

2016-06-26 Thread mjansen
Author: mjansen Date: Sun Jun 26 12:52:46 2016 New Revision: 71675 URL: http://svn.reactos.org/svn/reactos?rev=71675=rev Log: [SCHANNEL] add missing function to the delayload header. Spotted by Peter Hater. CORE-11270 #resolve Modified: trunk/reactos/dll/win32/schannel

[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] 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] 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] 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

[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] 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] 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] 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] 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] 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] 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] 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] 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] 71362: [MBEDTLS][SCHANNEL] Export mbedtls_ssl_config_free and use it. Patch by Peter Hater. CORE-11270 #resolve #comment Thanks!

2016-05-20 Thread mjansen
Author: mjansen Date: Fri May 20 17:09:56 2016 New Revision: 71362 URL: http://svn.reactos.org/svn/reactos?rev=71362=rev Log: [MBEDTLS][SCHANNEL] Export mbedtls_ssl_config_free and use it. Patch by Peter Hater. CORE-11270 #resolve #comment Thanks! Modified: trunk/reactos/dll/3rdparty

[ros-diffs] [mjansen] 71381: [APPHELP][APPHELP_APITEST] Add more db tests and implement SdbGetDatabaseVersion. CORE-10367

2016-05-22 Thread mjansen
Author: mjansen Date: Sun May 22 20:39:41 2016 New Revision: 71381 URL: http://svn.reactos.org/svn/reactos?rev=71381=rev Log: [APPHELP][APPHELP_APITEST] Add more db tests and implement SdbGetDatabaseVersion. CORE-10367 Modified: trunk/reactos/dll/appcompat/apphelp/apphelp.spec trunk

[ros-diffs] [mjansen] 71380: [APPHELP][APPHELP_APITEST] Implement most of sdbread and sdbwrite, mainly the work of Mislav Blaževic, with some small additions from me. CORE-10367

2016-05-22 Thread mjansen
Author: mjansen Date: Sun May 22 20:27:02 2016 New Revision: 71380 URL: http://svn.reactos.org/svn/reactos?rev=71380=rev Log: [APPHELP][APPHELP_APITEST] Implement most of sdbread and sdbwrite, mainly the work of Mislav Blaževic, with some small additions from me. CORE-10367 Added: trunk

[ros-diffs] [mjansen] 71312: [APPHELP] Remove imagehlp.dll dependency. CORE-10367

2016-05-10 Thread mjansen
Author: mjansen Date: Tue May 10 20:42:37 2016 New Revision: 71312 URL: http://svn.reactos.org/svn/reactos?rev=71312=rev Log: [APPHELP] Remove imagehlp.dll dependency. CORE-10367 Modified: trunk/reactos/dll/appcompat/apphelp/CMakeLists.txt trunk/reactos/dll/appcompat/apphelp

[ros-diffs] [mjansen] 71344: [PSDK] Add missing definitions for IACList2 Options. CORE-9281

2016-05-16 Thread mjansen
Author: mjansen Date: Mon May 16 17:59:10 2016 New Revision: 71344 URL: http://svn.reactos.org/svn/reactos?rev=71344=rev Log: [PSDK] Add missing definitions for IACList2 Options. CORE-9281 Modified: trunk/reactos/sdk/include/psdk/shlobj.h Modified: trunk/reactos/sdk/include/psdk/shlobj.h

[ros-diffs] [mjansen] 71347: [PSDK] now the ICurrentWorkingDirectory interface is actually an interface.

2016-05-16 Thread mjansen
Author: mjansen Date: Mon May 16 18:50:14 2016 New Revision: 71347 URL: http://svn.reactos.org/svn/reactos?rev=71347=rev Log: [PSDK] now the ICurrentWorkingDirectory interface is actually an interface. Modified: trunk/reactos/sdk/include/psdk/shlobj.h Modified: trunk/reactos/sdk/include

[ros-diffs] [mjansen] 71345: [BROWSEUI_APITEST] Add tests for ACListISF, a class used for autocompletion. CORE-9281 - Add tests for ACListISF. - Change the SHExplorerParseCmdLine test to use GetProcAd

2016-05-16 Thread mjansen
Author: mjansen Date: Mon May 16 18:03:09 2016 New Revision: 71345 URL: http://svn.reactos.org/svn/reactos?rev=71345=rev Log: [BROWSEUI_APITEST] Add tests for ACListISF, a class used for autocompletion. CORE-9281 - Add tests for ACListISF. - Change the SHExplorerParseCmdLine test to use

[ros-diffs] [mjansen] 71333: [PSDK] Add missing ICurrentWorkingDirectory definition. CORE-9281

2016-05-15 Thread mjansen
Author: mjansen Date: Sun May 15 10:31:15 2016 New Revision: 71333 URL: http://svn.reactos.org/svn/reactos?rev=71333=rev Log: [PSDK] Add missing ICurrentWorkingDirectory definition. CORE-9281 Modified: trunk/reactos/sdk/include/psdk/shlguid.h trunk/reactos/sdk/include/psdk/shlobj.h

[ros-diffs] [mjansen] 71332: [SHELL] Addendum to r71328, correct one german resource id.

2016-05-15 Thread mjansen
Author: mjansen Date: Sun May 15 10:25:47 2016 New Revision: 71332 URL: http://svn.reactos.org/svn/reactos?rev=71332=rev Log: [SHELL] Addendum to r71328, correct one german resource id. Modified: trunk/reactos/dll/win32/shell32/lang/de-DE.rc Modified: trunk/reactos/dll/win32/shell32/lang/de

[ros-diffs] [mjansen] 71334: [COM_APITEST] Add ICurrentWorkingDirectory for CORE-9281

2016-05-15 Thread mjansen
Author: mjansen Date: Sun May 15 14:45:01 2016 New Revision: 71334 URL: http://svn.reactos.org/svn/reactos?rev=71334=rev Log: [COM_APITEST] Add ICurrentWorkingDirectory for CORE-9281 Modified: trunk/rostests/apitests/com/browseui.c trunk/rostests/apitests/com/com_apitest.c Modified

[ros-diffs] [mjansen] 71248: [WINTRUST_WINETEST] Import Wine Staging commit bdb15cf (WinVerifyTrust tests), by Sebastian Lackner & Me CORE-10923

2016-05-03 Thread mjansen
Author: mjansen Date: Tue May 3 19:29:39 2016 New Revision: 71248 URL: http://svn.reactos.org/svn/reactos?rev=71248=rev Log: [WINTRUST_WINETEST] Import Wine Staging commit bdb15cf (WinVerifyTrust tests), by Sebastian Lackner & Me CORE-10923 Modified: trunk/rostests/winetests/wint

[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] 71261: [NTOSKRNL][NTDLL_APITEST] Fix error returned from NtCreateSection when opening an empty file. CORE-11166

2016-05-05 Thread mjansen
Author: mjansen Date: Thu May 5 12:06:07 2016 New Revision: 71261 URL: http://svn.reactos.org/svn/reactos?rev=71261=rev Log: [NTOSKRNL][NTDLL_APITEST] Fix error returned from NtCreateSection when opening an empty file. CORE-11166 Modified: trunk/reactos/ntoskrnl/mm/section.c trunk

[ros-diffs] [mjansen] 71262: fix the build for msvc (2013?) users.

2016-05-05 Thread mjansen
Author: mjansen Date: Thu May 5 12:43:57 2016 New Revision: 71262 URL: http://svn.reactos.org/svn/reactos?rev=71262=rev Log: fix the build for msvc (2013?) users. Modified: trunk/reactos/drivers/storage/ide/uniata/id_ata.cpp Modified: trunk/reactos/drivers/storage/ide/uniata/id_ata.cpp URL

[ros-diffs] [mjansen] 71263: [NTOSKRNL] Fix NtApphelpCacheControl image lookup failure return codes when validating file times. Also silence some debug outputs in the normal usage flow.

2016-05-05 Thread mjansen
Author: mjansen Date: Thu May 5 14:13:29 2016 New Revision: 71263 URL: http://svn.reactos.org/svn/reactos?rev=71263=rev Log: [NTOSKRNL] Fix NtApphelpCacheControl image lookup failure return codes when validating file times. Also silence some debug outputs in the normal usage flow. Modified

[ros-diffs] [mjansen] 71309: [UNIATA] Fix uninitialized variable usage. Patch by 'Alter'. CORE-11157 #resolve #comment Thanks!

2016-05-10 Thread mjansen
Author: mjansen Date: Tue May 10 18:15:35 2016 New Revision: 71309 URL: http://svn.reactos.org/svn/reactos?rev=71309=rev Log: [UNIATA] Fix uninitialized variable usage. Patch by 'Alter'. CORE-11157 #resolve #comment Thanks! Modified: trunk/reactos/drivers/storage/ide/uniata/id_dma.cpp

[ros-diffs] [mjansen] 71289: [NTDLL_APITEST] Show that NtMapViewOfSection does not properly NULL out the remainder of the mapped memory. CORE-11206

2016-05-08 Thread mjansen
Author: mjansen Date: Sun May 8 17:01:15 2016 New Revision: 71289 URL: http://svn.reactos.org/svn/reactos?rev=71289=rev Log: [NTDLL_APITEST] Show that NtMapViewOfSection does not properly NULL out the remainder of the mapped memory. CORE-11206 Modified: trunk/rostests/apitests/ntdll

[ros-diffs] [mjansen] 71290: [APPHELP] Addendum to r71226, fix some failing testcases of SdbGetFileAttributes + make it more robust. CORE-10367 - Work around a ROS bug (CORE-11206) by doing some bette

2016-05-08 Thread mjansen
Author: mjansen Date: Sun May 8 20:43:59 2016 New Revision: 71290 URL: http://svn.reactos.org/svn/reactos?rev=71290=rev Log: [APPHELP] Addendum to r71226, fix some failing testcases of SdbGetFileAttributes + make it more robust. CORE-10367 - Work around a ROS bug (CORE-11206) by doing some

[ros-diffs] [mjansen] 71272: [UDFS] Avoid double free in UDFLoadLogicalVolInt. Patch by Víctor Martínez Calvo. CID 1322300 CORE-11181 #resolve #comment Thanks!

2016-05-07 Thread mjansen
Author: mjansen Date: Sat May 7 11:50:03 2016 New Revision: 71272 URL: http://svn.reactos.org/svn/reactos?rev=71272=rev Log: [UDFS] Avoid double free in UDFLoadLogicalVolInt. Patch by Víctor Martínez Calvo. CID 1322300 CORE-11181 #resolve #comment Thanks! Modified: trunk/reactos/drivers

[ros-diffs] [mjansen] 71271: [KBDTOOL] Handle failure to parse scancodes. Patch by Víctor Martínez Calvo. CID 1341307 CORE-11177 #resolve #comment Thanks!

2016-05-07 Thread mjansen
Author: mjansen Date: Sat May 7 10:22:45 2016 New Revision: 71271 URL: http://svn.reactos.org/svn/reactos?rev=71271=rev Log: [KBDTOOL] Handle failure to parse scancodes. Patch by Víctor Martínez Calvo. CID 1341307 CORE-11177 #resolve #comment Thanks! Modified: trunk/reactos/sdk/tools

[ros-diffs] [mjansen] 71396: [CRT] Partially sync strtoi64 with Wine Staging 1.9.9. Patch by Samuel Serapión CORE-11174 #resolve #comment Thanks!

2016-05-24 Thread mjansen
Author: mjansen Date: Tue May 24 19:27:57 2016 New Revision: 71396 URL: http://svn.reactos.org/svn/reactos?rev=71396=rev Log: [CRT] Partially sync strtoi64 with Wine Staging 1.9.9. Patch by Samuel Serapión CORE-11174 #resolve #comment Thanks! Modified: trunk/reactos/media/doc/README.WINE

[ros-diffs] [mjansen] 71985: [CRT][GDI32] Introduce atan2 library, use it for gdi32 to fix a crash. CORE-11521 As suggested by Thomas :)

2016-07-23 Thread mjansen
Author: mjansen Date: Sat Jul 23 20:35:11 2016 New Revision: 71985 URL: http://svn.reactos.org/svn/reactos?rev=71985=rev Log: [CRT][GDI32] Introduce atan2 library, use it for gdi32 to fix a crash. CORE-11521 As suggested by Thomas :) Modified: trunk/reactos/sdk/lib/crt/CMakeLists.txt

[ros-diffs] [mjansen] 72061: [ATL][ATL_APITEST] Implement / Improve CString, based upon the code that was already there. CORE-11579 #resolve Add code + tests for: Conversion of A->W and W->A, equality

2016-07-30 Thread mjansen
Author: mjansen Date: Sat Jul 30 19:07:43 2016 New Revision: 72061 URL: http://svn.reactos.org/svn/reactos?rev=72061=rev Log: [ATL][ATL_APITEST] Implement / Improve CString, based upon the code that was already there. CORE-11579 #resolve Add code + tests for: Conversion of A->W an

[ros-diffs] [mjansen] 72063: [BROWSEUI] Correct the 'Is this legal' url as suggested by Ken Rochard. Also rewrite the function to remove todo's, and make it localizable. CORE-11721 #resolve #comment T

2016-07-31 Thread mjansen
Author: mjansen Date: Sun Jul 31 11:59:15 2016 New Revision: 72063 URL: http://svn.reactos.org/svn/reactos?rev=72063=rev Log: [BROWSEUI] Correct the 'Is this legal' url as suggested by Ken Rochard. Also rewrite the function to remove todo's, and make it localizable. CORE-11721 #resolve #comment

[ros-diffs] [mjansen] 72191: [ATL][ATL_APITEST] Partially implement CRegKey + add tests. CORE-11746

2016-08-10 Thread mjansen
Author: mjansen Date: Wed Aug 10 19:34:38 2016 New Revision: 72191 URL: http://svn.reactos.org/svn/reactos?rev=72191=rev Log: [ATL][ATL_APITEST] Partially implement CRegKey + add tests. CORE-11746 Added: trunk/rostests/apitests/atl/CRegKey.cpp (with props) Modified: trunk/reactos/sdk

[ros-diffs] [mjansen] 72214: [CRT][CRT_APITEST] Fix __getmainargs and __wgetmainargs parsing, verified with apitests. Patch by Yaroslav Veremenko. CORE-11673 #resolve #comment Thanks!

2016-08-12 Thread mjansen
Author: mjansen Date: Fri Aug 12 21:31:32 2016 New Revision: 72214 URL: http://svn.reactos.org/svn/reactos?rev=72214=rev Log: [CRT][CRT_APITEST] Fix __getmainargs and __wgetmainargs parsing, verified with apitests. Patch by Yaroslav Veremenko. CORE-11673 #resolve #comment Thanks! Added

[ros-diffs] [mjansen] 71931: [APPHELP] Dereference after null check (default_dir). CID 1363509

2016-07-13 Thread mjansen
Author: mjansen Date: Wed Jul 13 18:02:16 2016 New Revision: 71931 URL: http://svn.reactos.org/svn/reactos?rev=71931=rev Log: [APPHELP] Dereference after null check (default_dir). CID 1363509 Modified: trunk/reactos/dll/appcompat/apphelp/sdbapi.c Modified: trunk/reactos/dll/appcompat

[ros-diffs] [mjansen] 71932: [ACLAYER] Use the return of StringCbPrintfW instead of ignoring it. CID 1363460-63, 65-70, 76, 78, 85, 88, 90

2016-07-13 Thread mjansen
Author: mjansen Date: Wed Jul 13 18:10:37 2016 New Revision: 71932 URL: http://svn.reactos.org/svn/reactos?rev=71932=rev Log: [ACLAYER] Use the return of StringCbPrintfW instead of ignoring it. CID 1363460-63, 65-70, 76, 78, 85, 88, 90 Modified: trunk/reactos/dll/appcompat/shims/layer

[ros-diffs] [mjansen] 71933: [RAPPS_NEW] Use the actual buffer size instead of hardcoding a random number. CID 1363551

2016-07-13 Thread mjansen
Author: mjansen Date: Wed Jul 13 18:33:42 2016 New Revision: 71933 URL: http://svn.reactos.org/svn/reactos?rev=71933=rev Log: [RAPPS_NEW] Use the actual buffer size instead of hardcoding a random number. CID 1363551 Modified: trunk/reactos/base/applications/rapps_new/available.cpp Modified

[ros-diffs] [mjansen] 71934: [ACPPAGE] Remove unused var. CID 1363705

2016-07-13 Thread mjansen
Author: mjansen Date: Wed Jul 13 18:44:51 2016 New Revision: 71934 URL: http://svn.reactos.org/svn/reactos?rev=71934=rev Log: [ACPPAGE] Remove unused var. CID 1363705 Modified: trunk/reactos/dll/shellext/acppage/CLayerUIPropPage.hpp Modified: trunk/reactos/dll/shellext/acppage

[ros-diffs] [mjansen] 71956: [EXPLORER] Fix the Explore all users/open all users menu items. Patch by Jared Smudde. CORE-11146 #resolve #comment Thanks!

2016-07-16 Thread mjansen
Author: mjansen Date: Sat Jul 16 17:49:27 2016 New Revision: 71956 URL: http://svn.reactos.org/svn/reactos?rev=71956=rev Log: [EXPLORER] Fix the Explore all users/open all users menu items. Patch by Jared Smudde. CORE-11146 #resolve #comment Thanks! Modified: trunk/reactos/base/shell

[ros-diffs] [mjansen] 71896: [TRANSLATION] Russian translations by Nikolay Burshtyn (amber). CORE-11567 #resolve #comment Thanks!

2016-07-11 Thread mjansen
Author: mjansen Date: Mon Jul 11 19:02:48 2016 New Revision: 71896 URL: http://svn.reactos.org/svn/reactos?rev=71896=rev Log: [TRANSLATION] Russian translations by Nikolay Burshtyn (amber). CORE-11567 #resolve #comment Thanks! Modified: trunk/reactos/media/rapps/7zip.txt trunk/reactos

[ros-diffs] [mjansen] 71949: [EXPLORER] HACK: ignore unimplemented SetBandSiteInfo. Patch by Wim Hueskes. CORE-9809 #resolve #comment Thanks!

2016-07-15 Thread mjansen
Author: mjansen Date: Fri Jul 15 23:33:53 2016 New Revision: 71949 URL: http://svn.reactos.org/svn/reactos?rev=71949=rev Log: [EXPLORER] HACK: ignore unimplemented SetBandSiteInfo. Patch by Wim Hueskes. CORE-9809 #resolve #comment Thanks! Modified: trunk/reactos/base/shell/explorer

[ros-diffs] [mjansen] 71834: [SHELL32] Disable Paste menu items when no items are in the clipboard. Patch by Jared Smudde. CORE-11492 #resolve #comment Thanks!

2016-07-06 Thread mjansen
Author: mjansen Date: Wed Jul 6 19:30:59 2016 New Revision: 71834 URL: http://svn.reactos.org/svn/reactos?rev=71834=rev Log: [SHELL32] Disable Paste menu items when no items are in the clipboard. Patch by Jared Smudde. CORE-11492 #resolve #comment Thanks! Modified: trunk/reactos/dll/win32

[ros-diffs] [mjansen] 71881: [RAPPS] Fix some translated / misspelled tags.

2016-07-09 Thread mjansen
Author: mjansen Date: Sun Jul 10 00:18:20 2016 New Revision: 71881 URL: http://svn.reactos.org/svn/reactos?rev=71881=rev Log: [RAPPS] Fix some translated / misspelled tags. Modified: trunk/reactos/media/rapps/ac97forvirtualbox.txt trunk/reactos/media/rapps/cstalin.txt trunk/reactos

[ros-diffs] [mjansen] 71882: [WIN32SS] Do not try to call DevModes when it is NULL (mirror drivers). Patch by Victor Matovykh. CORE-11441 #resolve #comment Thanks!

2016-07-10 Thread mjansen
Author: mjansen Date: Sun Jul 10 14:23:58 2016 New Revision: 71882 URL: http://svn.reactos.org/svn/reactos?rev=71882=rev Log: [WIN32SS] Do not try to call DevModes when it is NULL (mirror drivers). Patch by Victor Matovykh. CORE-11441 #resolve #comment Thanks! Modified: trunk/reactos

[ros-diffs] [mjansen] 71886: [SDK][XML2SDB] Introducing the xml2sdb host tool, used to convert xml files to appcompat Sdb files. CORE-11302 Uses tinyxml2 to parse the xml. Thanks to Thomas for reviewi

2016-07-10 Thread mjansen
Author: mjansen Date: Sun Jul 10 16:14:39 2016 New Revision: 71886 URL: http://svn.reactos.org/svn/reactos?rev=71886=rev Log: [SDK][XML2SDB] Introducing the xml2sdb host tool, used to convert xml files to appcompat Sdb files. CORE-11302 Uses tinyxml2 to parse the xml. Thanks to Thomas

[ros-diffs] [mjansen] 71885: [APPHELP] Prepare sdbwrite related api for a new hosttool. CORE-11302 - Adding an extra argument to SdbReAlloc - Do not rely on platform wcs* functions.

2016-07-10 Thread mjansen
Author: mjansen Date: Sun Jul 10 16:06:39 2016 New Revision: 71885 URL: http://svn.reactos.org/svn/reactos?rev=71885=rev Log: [APPHELP] Prepare sdbwrite related api for a new hosttool. CORE-11302 - Adding an extra argument to SdbReAlloc - Do not rely on platform wcs* functions. Added: trunk

[ros-diffs] [mjansen] 71887: [SDK] Add the first appcompat database, containing references to version lie shims. CORE-11302 #resolve

2016-07-10 Thread mjansen
Author: mjansen Date: Sun Jul 10 16:21:53 2016 New Revision: 71887 URL: http://svn.reactos.org/svn/reactos?rev=71887=rev Log: [SDK] Add the first appcompat database, containing references to version lie shims. CORE-11302 #resolve Added: trunk/reactos/media/sdb/ trunk/reactos/media/sdb

[ros-diffs] [mjansen] 72110: [ATL][ATL_APITEST] Add implementation + tests for most functions from CPoint, CSize, CRect. CORE-11747 #resolve Not all functions are implemented, the ones that are not im

2016-08-04 Thread mjansen
Author: mjansen Date: Thu Aug 4 19:15:21 2016 New Revision: 72110 URL: http://svn.reactos.org/svn/reactos?rev=72110=rev Log: [ATL][ATL_APITEST] Add implementation + tests for most functions from CPoint, CSize, CRect. CORE-11747 #resolve Not all functions are implemented, the ones

[ros-diffs] [mjansen] 72109: [INCLUDE/WINE] Update test.h with debug functions for POINT and SIZE.

2016-08-04 Thread mjansen
Author: mjansen Date: Thu Aug 4 19:11:50 2016 New Revision: 72109 URL: http://svn.reactos.org/svn/reactos?rev=72109=rev Log: [INCLUDE/WINE] Update test.h with debug functions for POINT and SIZE. Modified: trunk/reactos/sdk/include/reactos/wine/test.h Modified: trunk/reactos/sdk/include

[ros-diffs] [mjansen] 71975: [ACPPAGE] Add windows ME to the Win98 selection item. Patch by Lee Schroeder. CORE-11606 #resolve #comment Thanks!

2016-07-21 Thread mjansen
Author: mjansen Date: Thu Jul 21 17:29:41 2016 New Revision: 71975 URL: http://svn.reactos.org/svn/reactos?rev=71975=rev Log: [ACPPAGE] Add windows ME to the Win98 selection item. Patch by Lee Schroeder. CORE-11606 #resolve #comment Thanks! Modified: trunk/reactos/dll/shellext/acppage

[ros-diffs] [mjansen] 71981: [SHELL32] Addendum to r71980, RegSetValueEx expects a size in bytes, not chars. CORE-10439

2016-07-23 Thread mjansen
Author: mjansen Date: Sat Jul 23 13:15:19 2016 New Revision: 71981 URL: http://svn.reactos.org/svn/reactos?rev=71981=rev Log: [SHELL32] Addendum to r71980, RegSetValueEx expects a size in bytes, not chars. CORE-10439 Modified: trunk/reactos/dll/win32/shell32/CNewMenu.cpp Modified: trunk

[ros-diffs] [mjansen] 72248: [DBGPRINT] --wintest mode: Improve readability of output.

2016-08-17 Thread mjansen
Author: mjansen Date: Wed Aug 17 21:02:49 2016 New Revision: 72248 URL: http://svn.reactos.org/svn/reactos?rev=72248=rev Log: [DBGPRINT] --wintest mode: Improve readability of output. Modified: trunk/reactos/base/applications/cmdutils/dbgprint/dbgprint.c Modified: trunk/reactos/base

[ros-diffs] [mjansen] 73665: [TRANSLATIONS] Addendum to r73662, fix the build.

2017-02-01 Thread mjansen
Author: mjansen Date: Wed Feb 1 22:45:04 2017 New Revision: 73665 URL: http://svn.reactos.org/svn/reactos?rev=73665=rev Log: [TRANSLATIONS] Addendum to r73662, fix the build. Modified: trunk/reactos/base/applications/screensavers/logon/lang/cs-CZ.rc Modified: trunk/reactos/base

[ros-diffs] [mjansen] 73743: [BOOTLIB] Additional EfiPrintf conversion like r73736 for MSVC 2013

2017-02-07 Thread mjansen
Author: mjansen Date: Tue Feb 7 10:32:20 2017 New Revision: 73743 URL: http://svn.reactos.org/svn/reactos?rev=73743=rev Log: [BOOTLIB] Additional EfiPrintf conversion like r73736 for MSVC 2013 Modified: trunk/reactos/boot/environ/lib/mm/i386/mmx86.c Modified: trunk/reactos/boot/environ/lib

[ros-diffs] [mjansen] 73744: [WIN32SS] Mute a major spammer in AHK tests.

2017-02-07 Thread mjansen
Author: mjansen Date: Tue Feb 7 10:33:42 2017 New Revision: 73744 URL: http://svn.reactos.org/svn/reactos?rev=73744=rev Log: [WIN32SS] Mute a major spammer in AHK tests. Modified: trunk/reactos/win32ss/gdi/ntgdi/palette.c Modified: trunk/reactos/win32ss/gdi/ntgdi/palette.c URL: http

[ros-diffs] [mjansen] 73745: [CRT_APITEST] Add additional test for __getmainargs

2017-02-07 Thread mjansen
Author: mjansen Date: Tue Feb 7 10:35:35 2017 New Revision: 73745 URL: http://svn.reactos.org/svn/reactos?rev=73745=rev Log: [CRT_APITEST] Add additional test for __getmainargs Modified: trunk/rostests/apitests/crt/__getmainargs.c Modified: trunk/rostests/apitests/crt/__getmainargs.c URL

[ros-diffs] [mjansen] 73746: [GDI32_APITEST] Add tests for font creation. Patch by Katayama Hirofumi MZ. CORE-6621

2017-02-07 Thread mjansen
Author: mjansen Date: Tue Feb 7 11:37:36 2017 New Revision: 73746 URL: http://svn.reactos.org/svn/reactos?rev=73746=rev Log: [GDI32_APITEST] Add tests for font creation. Patch by Katayama Hirofumi MZ. CORE-6621 Modified: trunk/rostests/apitests/gdi32/CreateFontIndirect.c Modified: trunk

[ros-diffs] [mjansen] 73748: [KERNEL32] Silence some noise during process creation.

2017-02-07 Thread mjansen
Author: mjansen Date: Tue Feb 7 16:45:50 2017 New Revision: 73748 URL: http://svn.reactos.org/svn/reactos?rev=73748=rev Log: [KERNEL32] Silence some noise during process creation. Modified: trunk/reactos/dll/win32/kernel32/client/appcache.c trunk/reactos/dll/win32/kernel32/client

[ros-diffs] [mjansen] 73755: [FONTVIEW] Add support for font collections + show some extra font properties. Patch by Katayama Hirofumi MZ. CORE-6621 Some minor changes by me

2017-02-08 Thread mjansen
Author: mjansen Date: Wed Feb 8 17:56:22 2017 New Revision: 73755 URL: http://svn.reactos.org/svn/reactos?rev=73755=rev Log: [FONTVIEW] Add support for font collections + show some extra font properties. Patch by Katayama Hirofumi MZ. CORE-6621 Some minor changes by me Modified: trunk

[ros-diffs] [mjansen] 73758: [SHELL32] CDefaultContextMenu: Fix starting applications with just one 'static' menu item.

2017-02-08 Thread mjansen
Author: mjansen Date: Wed Feb 8 22:24:47 2017 New Revision: 73758 URL: http://svn.reactos.org/svn/reactos?rev=73758=rev Log: [SHELL32] CDefaultContextMenu: Fix starting applications with just one 'static' menu item. Modified: trunk/reactos/dll/win32/shell32/CDefaultContextMenu.cpp

[ros-diffs] [mjansen] 73759: [HIVECLS|FONTVIEW] Fix fontview registration and add additional extensions. Patch by Katayama Hirofumi MZ. CORE-6621

2017-02-08 Thread mjansen
Author: mjansen Date: Wed Feb 8 22:41:10 2017 New Revision: 73759 URL: http://svn.reactos.org/svn/reactos?rev=73759=rev Log: [HIVECLS|FONTVIEW] Fix fontview registration and add additional extensions. Patch by Katayama Hirofumi MZ. CORE-6621 Modified: trunk/reactos/boot/bootdata

[ros-diffs] [mjansen] 73765: [NTOSKRNL] Fix some possible overruns in FsRtlIsNameInExpressionPrivate + add a test from Thomas. CORE-12121

2017-02-08 Thread mjansen
Author: mjansen Date: Thu Feb 9 00:12:36 2017 New Revision: 73765 URL: http://svn.reactos.org/svn/reactos?rev=73765=rev Log: [NTOSKRNL] Fix some possible overruns in FsRtlIsNameInExpressionPrivate + add a test from Thomas. CORE-12121 Modified: trunk/reactos/ntoskrnl/fsrtl/name.c trunk

[ros-diffs] [mjansen] 73686: [HIVECLS|MSPAINT] Add Edit menu item for bitmaps. CORE-12679 #resolve

2017-02-04 Thread mjansen
Author: mjansen Date: Sat Feb 4 21:26:59 2017 New Revision: 73686 URL: http://svn.reactos.org/svn/reactos?rev=73686=rev Log: [HIVECLS|MSPAINT] Add Edit menu item for bitmaps. CORE-12679 #resolve Modified: trunk/reactos/boot/bootdata/hivecls.inf Modified: trunk/reactos/boot/bootdata

[ros-diffs] [mjansen] 73615: [EXPLORER] Re-save the start menu banner so that we can display it again (and touch the .rc so it will be used).

2017-01-28 Thread mjansen
Author: mjansen Date: Sat Jan 28 23:05:04 2017 New Revision: 73615 URL: http://svn.reactos.org/svn/reactos?rev=73615=rev Log: [EXPLORER] Re-save the start menu banner so that we can display it again (and touch the .rc so it will be used). Modified: trunk/reactos/base/shell/explorer

[ros-diffs] [mjansen] 73832: [KS] Cleanup in the failure path of KsCreateDefaultClock. Patch by Sebastian Gasiorek. CID 1322124 CORE-12784 #resolve #comment Thanks!

2017-02-18 Thread mjansen
Author: mjansen Date: Sat Feb 18 22:54:31 2017 New Revision: 73832 URL: http://svn.reactos.org/svn/reactos?rev=73832=rev Log: [KS] Cleanup in the failure path of KsCreateDefaultClock. Patch by Sebastian Gasiorek. CID 1322124 CORE-12784 #resolve #comment Thanks! Modified: trunk/reactos

[ros-diffs] [mjansen] 73815: [SDK][KERNEL32] Add defines for PEB.AppCompatFlags CORE-12768 #resolve

2017-02-17 Thread mjansen
Author: mjansen Date: Fri Feb 17 16:12:19 2017 New Revision: 73815 URL: http://svn.reactos.org/svn/reactos?rev=73815=rev Log: [SDK][KERNEL32] Add defines for PEB.AppCompatFlags CORE-12768 #resolve Modified: trunk/reactos/dll/win32/kernel32/client/path.c trunk/reactos/sdk/include/ndk

[ros-diffs] [mjansen] 73816: [DBGHELP_APITEST] Add tests for pdb and rsym parsing. CORE-12773

2017-02-17 Thread mjansen
Author: mjansen Date: Fri Feb 17 16:15:49 2017 New Revision: 73816 URL: http://svn.reactos.org/svn/reactos?rev=73816=rev Log: [DBGHELP_APITEST] Add tests for pdb and rsym parsing. CORE-12773 Added: trunk/rostests/apitests/dbghelp/ trunk/rostests/apitests/dbghelp/CMakeLists.txt

[ros-diffs] [mjansen] 73817: [DBGHELP] Add experimental rsym support. CORE-12773

2017-02-17 Thread mjansen
Author: mjansen Date: Fri Feb 17 16:18:15 2017 New Revision: 73817 URL: http://svn.reactos.org/svn/reactos?rev=73817=rev Log: [DBGHELP] Add experimental rsym support. CORE-12773 Added: trunk/reactos/dll/win32/dbghelp/rsym.c (with props) Modified: trunk/reactos/dll/win32/dbghelp

[ros-diffs] [mjansen] 73825: [GDI32_APITEST] Add tests for GetFontResourceInfoW. Patch by Katayama Hirofumi MZ. CORE-6621

2017-02-18 Thread mjansen
Author: mjansen Date: Sat Feb 18 11:25:31 2017 New Revision: 73825 URL: http://svn.reactos.org/svn/reactos?rev=73825=rev Log: [GDI32_APITEST] Add tests for GetFontResourceInfoW. Patch by Katayama Hirofumi MZ. CORE-6621 Added: trunk/rostests/apitests/gdi32/GetFontResourceInfoW.c

[ros-diffs] [mjansen] 73900: [WIN32SS] Rewrite font selection code. Patch by Katayama Hirofumi MZ. CORE-6621 - Adding support for multiple font formats (including collections) - Choosing a font based

2017-02-25 Thread mjansen
Author: mjansen Date: Sat Feb 25 10:10:25 2017 New Revision: 73900 URL: http://svn.reactos.org/svn/reactos?rev=73900=rev Log: [WIN32SS] Rewrite font selection code. Patch by Katayama Hirofumi MZ. CORE-6621 - Adding support for multiple font formats (including collections) - Choosing a font based

[ros-diffs] [mjansen] 73906: [OLE32] Fix a crash when executing zz_winrar_3.80_test.exe 4.drag_and_drop CORE-12590 #resolve

2017-02-25 Thread mjansen
Author: mjansen Date: Sat Feb 25 14:52:16 2017 New Revision: 73906 URL: http://svn.reactos.org/svn/reactos?rev=73906=rev Log: [OLE32] Fix a crash when executing zz_winrar_3.80_test.exe 4.drag_and_drop CORE-12590 #resolve Modified: trunk/reactos/dll/win32/ole32/clipboard.c Modified: trunk

[ros-diffs] [mjansen] 72418: Addendum to r72417. CORE-11858 #resolve

2016-08-21 Thread mjansen
Author: mjansen Date: Sun Aug 21 20:07:05 2016 New Revision: 72418 URL: http://svn.reactos.org/svn/reactos?rev=72418=rev Log: Addendum to r72417. CORE-11858 #resolve Modified: trunk/reactos/win32ss/include/ntuser.h Modified: trunk/reactos/win32ss/include/ntuser.h URL: http

[ros-diffs] [mjansen] 72416: [SHELL32] Partially implement CFolderItems. Thanks to Giannis for the advice :)

2016-08-21 Thread mjansen
Author: mjansen Date: Sun Aug 21 19:58:32 2016 New Revision: 72416 URL: http://svn.reactos.org/svn/reactos?rev=72416=rev Log: [SHELL32] Partially implement CFolderItems. Thanks to Giannis for the advice :) Modified: trunk/reactos/dll/win32/shell32/CFolder.cpp trunk/reactos/dll/win32

[ros-diffs] [mjansen] 72414: [WIN32SS] Implement windows class versioning, by Sylvain Deverre. CORE-11858 #comment Committed, thanks!

2016-08-21 Thread mjansen
Author: mjansen Date: Sun Aug 21 18:28:33 2016 New Revision: 72414 URL: http://svn.reactos.org/svn/reactos?rev=72414=rev Log: [WIN32SS] Implement windows class versioning, by Sylvain Deverre. CORE-11858 #comment Committed, thanks! Modified: trunk/reactos/win32ss/user/ntuser/class.c

[ros-diffs] [mjansen] 72415: [SHELL32] Fix a crash in shell32:shelldispatch by returning an empty CFolderItems object instead of nothing.

2016-08-21 Thread mjansen
Author: mjansen Date: Sun Aug 21 18:48:48 2016 New Revision: 72415 URL: http://svn.reactos.org/svn/reactos?rev=72415=rev Log: [SHELL32] Fix a crash in shell32:shelldispatch by returning an empty CFolderItems object instead of nothing. Modified: trunk/reactos/dll/win32/shell32/CFolder.cpp

  1   2   3   4   >