[ros-diffs] [tfaber] 69792: [BROWSEUI] - IEnumString::Next's pceltFetched parameter is not optional, so provide it. Fixes exception when using Emerge Desktop

2015-11-03 Thread tfaber
Author: tfaber Date: Tue Nov 3 12:31:09 2015 New Revision: 69792 URL: http://svn.reactos.org/svn/reactos?rev=69792&view=rev Log: [BROWSEUI] - IEnumString::Next's pceltFetched parameter is not optional, so provide it. Fixes exception when using Emerge Desktop Modified: trunk/reactos/dll/win3

[ros-diffs] [jimtabor] 69793: [Win32SS] - Simplify and restructure thread send messages, use look aside list, message signals and global message link for sorting trouble messages. - See CORE-9210 for

2015-11-03 Thread jimtabor
Author: jimtabor Date: Tue Nov 3 15:18:51 2015 New Revision: 69793 URL: http://svn.reactos.org/svn/reactos?rev=69793&view=rev Log: [Win32SS] - Simplify and restructure thread send messages, use look aside list, message signals and global message link for sorting trouble messages. - See CORE-9210

[ros-diffs] [spetreolle] 69794: [USBUHCI] Too much DPRINT1 is too much. No code changes.

2015-11-03 Thread spetreolle
Author: spetreolle Date: Tue Nov 3 15:45:50 2015 New Revision: 69794 URL: http://svn.reactos.org/svn/reactos?rev=69794&view=rev Log: [USBUHCI] Too much DPRINT1 is too much. No code changes. Modified: trunk/reactos/drivers/usb/usbuhci/hardware.cpp Modified: trunk/reactos/drivers/usb/usbuhci/

[ros-diffs] [rnaumann] 69795: [SHORTCUTS] -show the proper icon for the explorer. spotted by Jared Smudde CORE-9240

2015-11-03 Thread rnaumann
Author: rnaumann Date: Tue Nov 3 17:47:25 2015 New Revision: 69795 URL: http://svn.reactos.org/svn/reactos?rev=69795&view=rev Log: [SHORTCUTS] -show the proper icon for the explorer. spotted by Jared Smudde CORE-9240 Modified: trunk/reactos/media/inf/shortcuts.inf Modified: trunk/reactos/m

[ros-diffs] [jimtabor] 69796: - Missing from patch 11. This should fix it.

2015-11-03 Thread jimtabor
Author: jimtabor Date: Tue Nov 3 19:22:00 2015 New Revision: 69796 URL: http://svn.reactos.org/svn/reactos?rev=69796&view=rev Log: - Missing from patch 11. This should fix it. Modified: trunk/reactos/win32ss/user/user32/windows/message.c Modified: trunk/reactos/win32ss/user/user32/windows/m

[ros-diffs] [tfaber] 69797: [USER32_APITEST] - Add a test for sending recursive inter-thread messages CORE-9210

2015-11-03 Thread tfaber
Author: tfaber Date: Tue Nov 3 20:40:19 2015 New Revision: 69797 URL: http://svn.reactos.org/svn/reactos?rev=69797&view=rev Log: [USER32_APITEST] - Add a test for sending recursive inter-thread messages CORE-9210 Modified: trunk/rostests/apitests/user32/SendMessageTimeout.c Modified: trunk/

[ros-diffs] [tfaber] 69798: [WIN32K] - Free sent messages to the right lookaside list CORE-9210

2015-11-03 Thread tfaber
Author: tfaber Date: Tue Nov 3 21:04:19 2015 New Revision: 69798 URL: http://svn.reactos.org/svn/reactos?rev=69798&view=rev Log: [WIN32K] - Free sent messages to the right lookaside list CORE-9210 Modified: trunk/reactos/win32ss/user/ntuser/msgqueue.c Modified: trunk/reactos/win32ss/user/nt

[ros-diffs] [akhaldi] 69800: [WS2_32_NEW] Properly set the sin_zero field. Revealed by ws2_32_apitest:addrinfo, fixed by Peter Hater. CORE-10440

2015-11-03 Thread akhaldi
Author: akhaldi Date: Tue Nov 3 21:14:54 2015 New Revision: 69800 URL: http://svn.reactos.org/svn/reactos?rev=69800&view=rev Log: [WS2_32_NEW] Properly set the sin_zero field. Revealed by ws2_32_apitest:addrinfo, fixed by Peter Hater. CORE-10440 Modified: trunk/reactos/dll/win32/ws2_32_new/

[ros-diffs] [akhaldi] 69801: [WS2_32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

2015-11-03 Thread akhaldi
Author: akhaldi Date: Tue Nov 3 21:16:02 2015 New Revision: 69801 URL: http://svn.reactos.org/svn/reactos?rev=69801&view=rev Log: [WS2_32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 Modified: trunk/reactos/dll/win32/ws2_32/include/catalog.h trunk/reac

[ros-diffs] [akhaldi] 69799: [USER32_APITEST] Fix a typo.

2015-11-03 Thread akhaldi
Author: akhaldi Date: Tue Nov 3 21:14:15 2015 New Revision: 69799 URL: http://svn.reactos.org/svn/reactos?rev=69799&view=rev Log: [USER32_APITEST] Fix a typo. Modified: trunk/rostests/apitests/user32/DeferWindowPos.c trunk/rostests/apitests/user32/SendMessageTimeout.c trunk/rostests/

[ros-diffs] [fireball] 69802: [ARWINSS] - gdi32: Use FreeType inclusion macros.

2015-11-03 Thread fireball
Author: fireball Date: Tue Nov 3 21:29:58 2015 New Revision: 69802 URL: http://svn.reactos.org/svn/reactos?rev=69802&view=rev Log: [ARWINSS] - gdi32: Use FreeType inclusion macros. Modified: branches/arwinss/arwinss/client/gdi32/freetype.c Modified: branches/arwinss/arwinss/client/gdi32/fre

[ros-diffs] [akhaldi] 69803: [WS2_32_NEW] Return SOCKET_ERROR instead of ErrorCode. By Peter Hater. CORE-10440

2015-11-03 Thread akhaldi
Author: akhaldi Date: Tue Nov 3 21:50:20 2015 New Revision: 69803 URL: http://svn.reactos.org/svn/reactos?rev=69803&view=rev Log: [WS2_32_NEW] Return SOCKET_ERROR instead of ErrorCode. By Peter Hater. CORE-10440 Modified: trunk/reactos/dll/win32/ws2_32_new/src/bhook.c Modified: trunk/react

[ros-diffs] [fireball] 69804: [ARWINSS] - win32k: Properly check for the right USER version in NtUserInitialize. Now Arwinss doesn't stop loading so early in the boot process.

2015-11-03 Thread fireball
Author: fireball Date: Tue Nov 3 21:51:31 2015 New Revision: 69804 URL: http://svn.reactos.org/svn/reactos?rev=69804&view=rev Log: [ARWINSS] - win32k: Properly check for the right USER version in NtUserInitialize. Now Arwinss doesn't stop loading so early in the boot process. Modified: bran

[ros-diffs] [akhaldi] 69805: [WS2_32_NEW] Fix ProtocolInfo allocation size. By Peter Hater. CORE-10440

2015-11-03 Thread akhaldi
Author: akhaldi Date: Tue Nov 3 21:54:00 2015 New Revision: 69805 URL: http://svn.reactos.org/svn/reactos?rev=69805&view=rev Log: [WS2_32_NEW] Fix ProtocolInfo allocation size. By Peter Hater. CORE-10440 Modified: trunk/reactos/dll/win32/ws2_32_new/src/dthread.c Modified: trunk/reactos/dll/

[ros-diffs] [akhaldi] 69806: [WS2_32_NEW] Do not initialize ProtocolId to 0. By Peter Hater. CORE-10440

2015-11-03 Thread akhaldi
Author: akhaldi Date: Tue Nov 3 21:57:08 2015 New Revision: 69806 URL: http://svn.reactos.org/svn/reactos?rev=69806&view=rev Log: [WS2_32_NEW] Do not initialize ProtocolId to 0. By Peter Hater. CORE-10440 Modified: trunk/reactos/dll/win32/ws2_32_new/src/enumprot.c Modified: trunk/reactos/dl

[ros-diffs] [akhaldi] 69807: [WS2_32_NEW] Properly handle szLocalName. Properly set Hostent on failure. By Peter Hater. CORE-10440

2015-11-03 Thread akhaldi
Author: akhaldi Date: Tue Nov 3 22:03:02 2015 New Revision: 69807 URL: http://svn.reactos.org/svn/reactos?rev=69807&view=rev Log: [WS2_32_NEW] Properly handle szLocalName. Properly set Hostent on failure. By Peter Hater. CORE-10440 Modified: trunk/reactos/dll/win32/ws2_32_new/src/getxbyxx.c

[ros-diffs] [akhaldi] 69808: [WS2_32_NEW] Add missing iptypes.h inclusion.

2015-11-03 Thread akhaldi
Author: akhaldi Date: Tue Nov 3 22:13:38 2015 New Revision: 69808 URL: http://svn.reactos.org/svn/reactos?rev=69808&view=rev Log: [WS2_32_NEW] Add missing iptypes.h inclusion. Modified: trunk/reactos/dll/win32/ws2_32_new/inc/ws2_32.h Modified: trunk/reactos/dll/win32/ws2_32_new/inc/ws2_32.h

[ros-diffs] [fireball] 69809: [ARWINSS] - Change base addresses so that user32, gdi32 and kernel32 don't get relocated.

2015-11-03 Thread fireball
Author: fireball Date: Tue Nov 3 22:31:23 2015 New Revision: 69809 URL: http://svn.reactos.org/svn/reactos?rev=69809&view=rev Log: [ARWINSS] - Change base addresses so that user32, gdi32 and kernel32 don't get relocated. Modified: branches/arwinss/trunk.diff Modified: branches/arwinss/trunk