[ros-diffs] [pschweitzer] 73821: [FASTFAT] In the FCB, get rid of the FCB_IS_FATX_ENTRY flag. It makes no sense to have it on each and every file as the VCB already has such flag

2017-02-17 Thread pschweitzer
Author: pschweitzer Date: Fri Feb 17 21:24:12 2017 New Revision: 73821 URL: http://svn.reactos.org/svn/reactos?rev=73821=rev Log: [FASTFAT] In the FCB, get rid of the FCB_IS_FATX_ENTRY flag. It makes no sense to have it on each and every file as the VCB already has such flag Modified:

[ros-diffs] [pschweitzer] 73822: [FASTFAT] Generalize the usage of functions pointers for FatX vs Fat specific code (direntry). This should also help speeding up FastFAT.

2017-02-17 Thread pschweitzer
Author: pschweitzer Date: Fri Feb 17 22:25:03 2017 New Revision: 73822 URL: http://svn.reactos.org/svn/reactos?rev=73822=rev Log: [FASTFAT] Generalize the usage of functions pointers for FatX vs Fat specific code (direntry). This should also help speeding up FastFAT. Modified:

[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

[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 (with

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

[ros-diffs] [pschweitzer] 73820: [FASTFAT] Fix a typo brought in r73819

2017-02-17 Thread pschweitzer
Author: pschweitzer Date: Fri Feb 17 18:06:38 2017 New Revision: 73820 URL: http://svn.reactos.org/svn/reactos?rev=73820=rev Log: [FASTFAT] Fix a typo brought in r73819 Modified: trunk/reactos/drivers/filesystems/fastfat/cleanup.c Modified:

[ros-diffs] [pschweitzer] 73819: [FASTFAT] More FastFAT cleanup. Except a light performances boost due to useless checks removal in read/write and to some functions inlining More to follow...

2017-02-17 Thread pschweitzer
Author: pschweitzer Date: Fri Feb 17 17:58:18 2017 New Revision: 73819 URL: http://svn.reactos.org/svn/reactos?rev=73819=rev Log: [FASTFAT] More FastFAT cleanup. Except a light performances boost due to useless checks removal in read/write and to some functions inlining More to follow...

[ros-diffs] [khornicek] 73823: [SHELL32] - Make the "Open with" dialog start in Program Files as is done in Windows (doesn't really changes anything because comdlg32 doesn't expand environment variabl

2017-02-17 Thread khornicek
Author: khornicek Date: Fri Feb 17 23:39:39 2017 New Revision: 73823 URL: http://svn.reactos.org/svn/reactos?rev=73823=rev Log: [SHELL32] - Make the "Open with" dialog start in Program Files as is done in Windows (doesn't really changes anything because comdlg32 doesn't expand environment

[ros-diffs] [tfaber] 73814: [LIBTIFF] - Fix GCC non-PCH build CORE-12775

2017-02-17 Thread tfaber
Author: tfaber Date: Fri Feb 17 13:58:26 2017 New Revision: 73814 URL: http://svn.reactos.org/svn/reactos?rev=73814=rev Log: [LIBTIFF] - Fix GCC non-PCH build CORE-12775 Modified: trunk/reactos/sdk/include/reactos/libs/libtiff/tif_config.h

[ros-diffs] [gadamopoulos] 73818: [SHELL32] -Expand the name of the cpl file because CreateActCtx needs a full path.

2017-02-17 Thread gadamopoulos
Author: gadamopoulos Date: Fri Feb 17 17:23:17 2017 New Revision: 73818 URL: http://svn.reactos.org/svn/reactos?rev=73818=rev Log: [SHELL32] -Expand the name of the cpl file because CreateActCtx needs a full path. Modified: trunk/reactos/dll/win32/shell32/wine/control.c Modified:

[ros-diffs] [gadamopoulos] 73803: [COMCTL32] - Add and install a manifest for comctl32 version 5.82. - Since our comctl32 tries to imitate both version 5 and version 6, register its classes twice, onc

2017-02-17 Thread gadamopoulos
Author: gadamopoulos Date: Fri Feb 17 10:04:24 2017 New Revision: 73803 URL: http://svn.reactos.org/svn/reactos?rev=73803=rev Log: [COMCTL32] - Add and install a manifest for comctl32 version 5.82. - Since our comctl32 tries to imitate both version 5 and version 6, register its classes twice,

[ros-diffs] [tfaber] 73809: [WINDOWSCODECS] - Fix some MSVC-specific definitions

2017-02-17 Thread tfaber
Author: tfaber Date: Fri Feb 17 12:17:20 2017 New Revision: 73809 URL: http://svn.reactos.org/svn/reactos?rev=73809=rev Log: [WINDOWSCODECS] - Fix some MSVC-specific definitions Modified: trunk/reactos/dll/win32/windowscodecs/msvc-thiscall.c trunk/reactos/dll/win32/windowscodecs/typeof.h

[ros-diffs] [khornicek] 73810: [PING] - Addendum to r73626. Convert the print specifiers too so that ping doesn't only output the old specifiers themselves.

2017-02-17 Thread khornicek
Author: khornicek Date: Fri Feb 17 12:30:14 2017 New Revision: 73810 URL: http://svn.reactos.org/svn/reactos?rev=73810=rev Log: [PING] - Addendum to r73626. Convert the print specifiers too so that ping doesn't only output the old specifiers themselves. Modified:

[ros-diffs] [tfaber] 73804: [LIBPNG] - Update to version 1.6.28 CORE-12775

2017-02-17 Thread tfaber
Author: tfaber Date: Fri Feb 17 10:42:03 2017 New Revision: 73804 URL: http://svn.reactos.org/svn/reactos?rev=73804=rev Log: [LIBPNG] - Update to version 1.6.28 CORE-12775 Modified: trunk/reactos/dll/3rdparty/libpng/docs/ANNOUNCE trunk/reactos/dll/3rdparty/libpng/docs/CHANGES

[ros-diffs] [pschweitzer] 73807: [FASTFAT] Fix a few ugly things. Both Thomas & cppcheck should be happier now!

2017-02-17 Thread pschweitzer
Author: pschweitzer Date: Fri Feb 17 11:08:38 2017 New Revision: 73807 URL: http://svn.reactos.org/svn/reactos?rev=73807=rev Log: [FASTFAT] Fix a few ugly things. Both Thomas & cppcheck should be happier now! Modified: trunk/reactos/drivers/filesystems/fastfat/finfo.c

[ros-diffs] [pschweitzer] 73808: [FASTFAT] Thomas->happiness++;

2017-02-17 Thread pschweitzer
Author: pschweitzer Date: Fri Feb 17 11:38:05 2017 New Revision: 73808 URL: http://svn.reactos.org/svn/reactos?rev=73808=rev Log: [FASTFAT] Thomas->happiness++; Modified: trunk/reactos/drivers/filesystems/fastfat/finfo.c trunk/reactos/drivers/filesystems/fastfat/rw.c Modified:

[ros-diffs] [tfaber] 73805: [LIBJPEG] - Update to version 9b CORE-12775

2017-02-17 Thread tfaber
Author: tfaber Date: Fri Feb 17 11:05:50 2017 New Revision: 73805 URL: http://svn.reactos.org/svn/reactos?rev=73805=rev Log: [LIBJPEG] - Update to version 9b CORE-12775 Modified: trunk/reactos/dll/3rdparty/libjpeg/README trunk/reactos/dll/3rdparty/libjpeg/change.log

[ros-diffs] [gadamopoulos] 73806: [WIN32k] -Fix a couple of cases where we use the versioned class atom instead of the non versioned one. [USER32] - Add support for versioned classes in RegisterClassE

2017-02-17 Thread gadamopoulos
Author: gadamopoulos Date: Fri Feb 17 11:07:14 2017 New Revision: 73806 URL: http://svn.reactos.org/svn/reactos?rev=73806=rev Log: [WIN32k] -Fix a couple of cases where we use the versioned class atom instead of the non versioned one. [USER32] - Add support for versioned classes in

[ros-diffs] [tfaber] 73811: [LIBTIFF] - Use the official libtiff 4.0.3 def file to determine exported functions (instead of exporting everything in GCC builds, nothing in MSVC builds) - Remove unused

2017-02-17 Thread tfaber
Author: tfaber Date: Fri Feb 17 13:05:50 2017 New Revision: 73811 URL: http://svn.reactos.org/svn/reactos?rev=73811=rev Log: [LIBTIFF] - Use the official libtiff 4.0.3 def file to determine exported functions (instead of exporting everything in GCC builds, nothing in MSVC builds) - Remove unused

[ros-diffs] [khornicek] 73812: [WIN32K] - The pattern bitmap can get deleted during the GDI cleanup for process before the brush itself. - Gets rid of some of those pesky "GreDeleteObject: Trying to d

2017-02-17 Thread khornicek
Author: khornicek Date: Fri Feb 17 13:13:36 2017 New Revision: 73812 URL: http://svn.reactos.org/svn/reactos?rev=73812=rev Log: [WIN32K] - The pattern bitmap can get deleted during the GDI cleanup for process before the brush itself. - Gets rid of some of those pesky "GreDeleteObject: Trying to

[ros-diffs] [tfaber] 73813: [LIBTIFF] - Update to version 4.0.7 CORE-12775 #resolve

2017-02-17 Thread tfaber
Author: tfaber Date: Fri Feb 17 13:43:05 2017 New Revision: 73813 URL: http://svn.reactos.org/svn/reactos?rev=73813=rev Log: [LIBTIFF] - Update to version 4.0.7 CORE-12775 #resolve Added: trunk/reactos/dll/3rdparty/libtiff/tif_stream.cxx (with props) Modified: