[ros-diffs] [hbelusca] 71893: Fix usage of the first parameter for TranslateAccelerator: this should be the handle of the window that will receive the accelerator commands (not the window from which t

2016-07-10 Thread hbelusca
Author: hbelusca Date: Mon Jul 11 01:57:47 2016 New Revision: 71893 URL: http://svn.reactos.org/svn/reactos?rev=71893=rev Log: Fix usage of the first parameter for TranslateAccelerator: this should be the handle of the window that will receive the accelerator commands (not the window from which

[ros-diffs] [ekohl] 71892: [SERVMGR] Service recovery page: - Dissect the 'run process' command line and display it. - Implement the 'Browse' button.

2016-07-10 Thread ekohl
Author: ekohl Date: Sun Jul 10 21:54:17 2016 New Revision: 71892 URL: http://svn.reactos.org/svn/reactos?rev=71892=rev Log: [SERVMGR] Service recovery page: - Dissect the 'run process' command line and display it. - Implement the 'Browse' button. Modified:

[ros-diffs] [ekohl] 71891: [NEWDEV] Fix words in newdev. (Italian translation) Patch by decodp. CORE-11437 #resolve #comment Thanks a lot!

2016-07-10 Thread ekohl
Author: ekohl Date: Sun Jul 10 20:26:05 2016 New Revision: 71891 URL: http://svn.reactos.org/svn/reactos?rev=71891=rev Log: [NEWDEV] Fix words in newdev. (Italian translation) Patch by decodp. CORE-11437 #resolve #comment Thanks a lot! Modified: trunk/reactos/dll/win32/newdev/lang/it-IT.rc

[ros-diffs] [pschweitzer] 71890: [FASTFAT] CcMapData 4th arg isn't a boolean but a flag. Fix it accordingly CcPinRead 4th arg isn't a boolean but a flag. Fix it accordingly

2016-07-10 Thread pschweitzer
Author: pschweitzer Date: Sun Jul 10 18:16:03 2016 New Revision: 71890 URL: http://svn.reactos.org/svn/reactos?rev=71890=rev Log: [FASTFAT] CcMapData 4th arg isn't a boolean but a flag. Fix it accordingly CcPinRead 4th arg isn't a boolean but a flag. Fix it accordingly Modified:

[ros-diffs] [pschweitzer] 71889: [CDFS] CcMapData 4th arg isn't a boolean but a flag. Fix it accordingly

2016-07-10 Thread pschweitzer
Author: pschweitzer Date: Sun Jul 10 18:06:47 2016 New Revision: 71889 URL: http://svn.reactos.org/svn/reactos?rev=71889=rev Log: [CDFS] CcMapData 4th arg isn't a boolean but a flag. Fix it accordingly Modified: trunk/reactos/drivers/filesystems/cdfs/dirctl.c

[ros-diffs] [pschweitzer] 71888: [FASTFAT][CDFS] Call CcMapData(), CcPinRead() inside a SEH block This allows returning more significant error codes on failure [NTOSKRNL] Enable Thomas code for raisin

2016-07-10 Thread pschweitzer
Author: pschweitzer Date: Sun Jul 10 17:14:33 2016 New Revision: 71888 URL: http://svn.reactos.org/svn/reactos?rev=71888=rev Log: [FASTFAT][CDFS] Call CcMapData(), CcPinRead() inside a SEH block This allows returning more significant error codes on failure [NTOSKRNL] Enable Thomas code for

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

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

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

[ros-diffs] [ekohl] 71884: [USETUP] Add CAPS-LOCK support to the keyboard layout. Patch by Carlo Bramini. CORE-3368 #comment Thanks a lot!

2016-07-10 Thread ekohl
Author: ekohl Date: Sun Jul 10 15:51:45 2016 New Revision: 71884 URL: http://svn.reactos.org/svn/reactos?rev=71884=rev Log: [USETUP] Add CAPS-LOCK support to the keyboard layout. Patch by Carlo Bramini. CORE-3368 #comment Thanks a lot! Modified:

[ros-diffs] [tfaber] 71883: [NTOS:CC] - Raise exceptions on failure in CcMapData if RAISE_FROM_CC_MAP_DATA is defined. This is how the function should behave, and should be enabled once all our file s

2016-07-10 Thread tfaber
Author: tfaber Date: Sun Jul 10 14:46:37 2016 New Revision: 71883 URL: http://svn.reactos.org/svn/reactos?rev=71883=rev Log: [NTOS:CC] - Raise exceptions on failure in CcMapData if RAISE_FROM_CC_MAP_DATA is defined. This is how the function should behave, and should be enabled once all our file

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