[ros-diffs] [akhaldi] 66926: [WIN32K] Enable PCH again.

2015-03-28 Thread akhaldi
Author: akhaldi Date: Sat Mar 28 14:58:42 2015 New Revision: 66926 URL: http://svn.reactos.org/svn/reactos?rev=66926&view=rev Log: [WIN32K] Enable PCH again. Modified: trunk/reactos/win32ss/CMakeLists.txt Modified: trunk/reactos/win32ss/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos

[ros-diffs] [akhaldi] 66927: [PSDK] Update tom.idl. CORE-9246

2015-03-28 Thread akhaldi
Author: akhaldi Date: Sat Mar 28 15:30:42 2015 New Revision: 66927 URL: http://svn.reactos.org/svn/reactos?rev=66927&view=rev Log: [PSDK] Update tom.idl. CORE-9246 Modified: trunk/reactos/include/psdk/tom.idl Modified: trunk/reactos/include/psdk/tom.idl URL: http://svn.reactos.org/svn/react

[ros-diffs] [akhaldi] 66928: [MSHTML] Sync with Wine Staging 1.7.37. CORE-9246 [BOOTDATA][APPWIZ][GECKO] Update to version 2.34.

2015-03-28 Thread akhaldi
Author: akhaldi Date: Sat Mar 28 15:51:47 2015 New Revision: 66928 URL: http://svn.reactos.org/svn/reactos?rev=66928&view=rev Log: [MSHTML] Sync with Wine Staging 1.7.37. CORE-9246 [BOOTDATA][APPWIZ][GECKO] Update to version 2.34. Removed: trunk/reactos/dll/win32/mshtml/htmlelem2.c trunk/

[ros-diffs] [akhaldi] 66929: [MSHTML_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

2015-03-28 Thread akhaldi
Author: akhaldi Date: Sat Mar 28 15:53:45 2015 New Revision: 66929 URL: http://svn.reactos.org/svn/reactos?rev=66929&view=rev Log: [MSHTML_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246 Modified: trunk/rostests/winetests/mshtml/activex.c trunk/rostests/winetests/mshtml/dom.c trunk

[ros-diffs] [akhaldi] 66930: [MSHTML_WINETEST] Skip LCIDToLocaleName related tests.

2015-03-28 Thread akhaldi
Author: akhaldi Date: Sat Mar 28 16:52:19 2015 New Revision: 66930 URL: http://svn.reactos.org/svn/reactos?rev=66930&view=rev Log: [MSHTML_WINETEST] Skip LCIDToLocaleName related tests. Modified: trunk/rostests/winetests/mshtml/dom.c Modified: trunk/rostests/winetests/mshtml/dom.c URL: http

[ros-diffs] [tfaber] 66931: [FASTFAT] - Do not delete files that have open handles - Delete on cleanup instead of close, and do not depend on FileObject->DeletePending (since the last file object is n

2015-03-28 Thread tfaber
Author: tfaber Date: Sat Mar 28 16:58:53 2015 New Revision: 66931 URL: http://svn.reactos.org/svn/reactos?rev=66931&view=rev Log: [FASTFAT] - Do not delete files that have open handles - Delete on cleanup instead of close, and do not depend on FileObject->DeletePending (since the last file object

[ros-diffs] [tfaber] 66932: [FASTFAT] - Assert that clusters supposedly belonging to a file are not in fact marked as free CORE-9433

2015-03-28 Thread tfaber
Author: tfaber Date: Sat Mar 28 17:14:14 2015 New Revision: 66932 URL: http://svn.reactos.org/svn/reactos?rev=66932&view=rev Log: [FASTFAT] - Assert that clusters supposedly belonging to a file are not in fact marked as free CORE-9433 Modified: trunk/reactos/drivers/filesystems/fastfat/fat.c

[ros-diffs] [jimtabor] 66933: [NtUser] - Patch by Fedor Zaytsev : Fixes edit cursor, remained painted after it was removed, see CORE-2131.

2015-03-28 Thread jimtabor
Author: jimtabor Date: Sat Mar 28 17:37:44 2015 New Revision: 66933 URL: http://svn.reactos.org/svn/reactos?rev=66933&view=rev Log: [NtUser] - Patch by Fedor Zaytsev : Fixes edit cursor, remained painted after it was removed, see CORE-2131. Modified: trunk/reactos/win32ss/user/ntuser/caret.

[ros-diffs] [akhaldi] 66934: [MCISEQ] Sync with Wine Staging 1.7.37. CORE-9246

2015-03-28 Thread akhaldi
Author: akhaldi Date: Sat Mar 28 19:12:22 2015 New Revision: 66934 URL: http://svn.reactos.org/svn/reactos?rev=66934&view=rev Log: [MCISEQ] Sync with Wine Staging 1.7.37. CORE-9246 Modified: trunk/reactos/dll/win32/mciseq/mcimidi.c trunk/reactos/media/doc/README.WINE Modified: trunk/reac

[ros-diffs] [gadamopoulos] 66935: [SHELL32] - Fix CControlPanelFolder to report its attributes.

2015-03-28 Thread gadamopoulos
Author: gadamopoulos Date: Sat Mar 28 19:42:08 2015 New Revision: 66935 URL: http://svn.reactos.org/svn/reactos?rev=66935&view=rev Log: [SHELL32] - Fix CControlPanelFolder to report its attributes. Modified: trunk/reactos/dll/win32/shell32/folders/CControlPanelFolder.cpp Modified: trunk/reac

[ros-diffs] [gadamopoulos] 66936: [SHELL32] - CDefaultContextMenu: Reduce relying on the type of the pidl. Query the attributes of the item from the folder instead. CORE-8973

2015-03-28 Thread gadamopoulos
Author: gadamopoulos Date: Sat Mar 28 19:45:27 2015 New Revision: 66936 URL: http://svn.reactos.org/svn/reactos?rev=66936&view=rev Log: [SHELL32] - CDefaultContextMenu: Reduce relying on the type of the pidl. Query the attributes of the item from the folder instead. CORE-8973 Modified: trun

[ros-diffs] [tfaber] 66937: [TCPIP] - Free transport context in TiCloseFileObject CORE-9437 #resolve

2015-03-28 Thread tfaber
Author: tfaber Date: Sat Mar 28 20:49:13 2015 New Revision: 66937 URL: http://svn.reactos.org/svn/reactos?rev=66937&view=rev Log: [TCPIP] - Free transport context in TiCloseFileObject CORE-9437 #resolve Modified: trunk/reactos/drivers/network/tcpip/tcpip/main.c Modified: trunk/reactos/driver

[ros-diffs] [gadamopoulos] 66938: [PSDK] - Make IsEqualGUID typesafe for c++ [SHELL32] - Properly call IsEqualIID in _ILIsControlPanel. Should fix CORE-8891.

2015-03-28 Thread gadamopoulos
Author: gadamopoulos Date: Sat Mar 28 21:11:42 2015 New Revision: 66938 URL: http://svn.reactos.org/svn/reactos?rev=66938&view=rev Log: [PSDK] - Make IsEqualGUID typesafe for c++ [SHELL32] - Properly call IsEqualIID in _ILIsControlPanel. Should fix CORE-8891. Modified: trunk/reactos/dll/win3

[ros-diffs] [spetreolle] 66939: [REACTOS.DFF] Show the cornich^W user what to NOT do before losing hair, hours, and hope into mankind.

2015-03-28 Thread spetreolle
Author: spetreolle Date: Sat Mar 28 21:36:37 2015 New Revision: 66939 URL: http://svn.reactos.org/svn/reactos?rev=66939&view=rev Log: [REACTOS.DFF] Show the cornich^W user what to NOT do before losing hair, hours, and hope into mankind. Modified: trunk/reactos/boot/bootdata/packages/reactos.

[ros-diffs] [dquintana] 66940: [SHELL32] * Implement CLSID_QueryAssociations class. Patch by Ivan Rodionov, with some unrotting by me. CORE-8188 #resolve

2015-03-28 Thread dquintana
Author: dquintana Date: Sat Mar 28 23:27:10 2015 New Revision: 66940 URL: http://svn.reactos.org/svn/reactos?rev=66940&view=rev Log: [SHELL32] * Implement CLSID_QueryAssociations class. Patch by Ivan Rodionov, with some unrotting by me. CORE-8188 #resolve Added: trunk/reactos/dll/win32/shell

[ros-diffs] [dquintana] 66941: Forgot this file.

2015-03-28 Thread dquintana
Author: dquintana Date: Sat Mar 28 23:37:36 2015 New Revision: 66941 URL: http://svn.reactos.org/svn/reactos?rev=66941&view=rev Log: Forgot this file. Added: trunk/reactos/dll/win32/shell32/res/rgs/queryassociations.rgs (with props) Added: trunk/reactos/dll/win32/shell32/res/rgs/queryassoc

[ros-diffs] [hbelusca] 66942: [ROSAPPS][HOST-TOOLS]: - Take the best of the two CAT rosapps and turn them into a host-tool. Will be used later on in the build process. - Few comment cleaning in bin2c

2015-03-28 Thread hbelusca
Author: hbelusca Date: Sun Mar 29 00:13:25 2015 New Revision: 66942 URL: http://svn.reactos.org/svn/reactos?rev=66942&view=rev Log: [ROSAPPS][HOST-TOOLS]: - Take the best of the two CAT rosapps and turn them into a host-tool. Will be used later on in the build process. - Few comment cleaning in b

[ros-diffs] [hbelusca] 66943: [CAT]: io.h appears to be useless, and seems to not be part of all C setups.

2015-03-28 Thread hbelusca
Author: hbelusca Date: Sun Mar 29 00:16:53 2015 New Revision: 66943 URL: http://svn.reactos.org/svn/reactos?rev=66943&view=rev Log: [CAT]: io.h appears to be useless, and seems to not be part of all C setups. Modified: trunk/reactos/tools/cat.c Modified: trunk/reactos/tools/cat.c URL: http:

[ros-diffs] [gadamopoulos] 66944: [SHELL32] - Load the shell extensions of the * class only for files. CORE-6806

2015-03-28 Thread gadamopoulos
Author: gadamopoulos Date: Sun Mar 29 00:37:39 2015 New Revision: 66944 URL: http://svn.reactos.org/svn/reactos?rev=66944&view=rev Log: [SHELL32] - Load the shell extensions of the * class only for files. CORE-6806 Modified: trunk/reactos/dll/win32/shell32/CDefaultContextMenu.cpp Modified: t

[ros-diffs] [hbelusca] 66945: [CAT] - stricmp doesn't exist in *nix, use strcasecmp instead. - setmode (for setting IO streams mode -- text, binary --) is useless in *nix world, so just define it as a

2015-03-28 Thread hbelusca
Author: hbelusca Date: Sun Mar 29 00:52:49 2015 New Revision: 66945 URL: http://svn.reactos.org/svn/reactos?rev=66945&view=rev Log: [CAT] - stricmp doesn't exist in *nix, use strcasecmp instead. - setmode (for setting IO streams mode -- text, binary --) is useless in *nix world, so just define it

[ros-diffs] [hbelusca] 66946: [CMAKE] Improve the concatenate_files macro introduced by Timo in r52179 + r52182 and hackfixed in r53914 . Notice that now it can take an arbitrary number of files to be

2015-03-28 Thread hbelusca
Author: hbelusca Date: Sun Mar 29 01:53:10 2015 New Revision: 66946 URL: http://svn.reactos.org/svn/reactos?rev=66946&view=rev Log: [CMAKE] Improve the concatenate_files macro introduced by Timo in r52179 + r52182 and hackfixed in r53914 . Notice that now it can take an arbitrary number of files

[ros-diffs] [hbelusca] 66947: [BIN2C][CAT]: Use stderr for printing errors (to not mix them up with normal output that should go to stdout. This is especially needed for cat).

2015-03-28 Thread hbelusca
Author: hbelusca Date: Sun Mar 29 02:00:15 2015 New Revision: 66947 URL: http://svn.reactos.org/svn/reactos?rev=66947&view=rev Log: [BIN2C][CAT]: Use stderr for printing errors (to not mix them up with normal output that should go to stdout. This is especially needed for cat). Modified: trun

[ros-diffs] [tfaber] 66948: [NTOSKRNL] - More pool tagging!

2015-03-28 Thread tfaber
Author: tfaber Date: Sun Mar 29 06:04:19 2015 New Revision: 66948 URL: http://svn.reactos.org/svn/reactos?rev=66948&view=rev Log: [NTOSKRNL] - More pool tagging! Modified: trunk/reactos/ntoskrnl/include/internal/tag.h trunk/reactos/ntoskrnl/lpc/connect.c trunk/reactos/ntoskrnl/po/even