[ros-diffs] [tfaber] 69651: [WIN32K:NTUSER] - Properly set the window minimize status in WM_ACTIVATE's WPARAM. CID 513028, 513029

2015-10-22 Thread tfaber
Author: tfaber Date: Thu Oct 22 21:06:25 2015 New Revision: 69651 URL: http://svn.reactos.org/svn/reactos?rev=69651&view=rev Log: [WIN32K:NTUSER] - Properly set the window minimize status in WM_ACTIVATE's WPARAM. CID 513028, 513029 Modified: trunk/reactos/win32ss/user/ntuser/focus.c Modifie

[ros-diffs] [gedmurphy] 69650: The c++ bool is 1 byte, not 4. Thanks Thomas

2015-10-22 Thread gedmurphy
Author: gedmurphy Date: Thu Oct 22 17:37:51 2015 New Revision: 69650 URL: http://svn.reactos.org/svn/reactos?rev=69650&view=rev Log: The c++ bool is 1 byte, not 4. Thanks Thomas Modified: trunk/reactos/dll/win32/devmgr/devmgmt/MainWindow.cpp trunk/reactos/dll/win32/devmgr/devmgmt/MainWind

[ros-diffs] [gedmurphy] 69649: [DEVMGR] - Automatically refresh the view whenever there is a hardware change on the machine - Don't force a refresh when we enable/disable devices, this is now be picke

2015-10-22 Thread gedmurphy
Author: gedmurphy Date: Thu Oct 22 17:21:30 2015 New Revision: 69649 URL: http://svn.reactos.org/svn/reactos?rev=69649&view=rev Log: [DEVMGR] - Automatically refresh the view whenever there is a hardware change on the machine - Don't force a refresh when we enable/disable devices, this is now be

[ros-diffs] [tfaber] 69648: [WIN32K:NTUSER] - Fix uninitialized variable use in failure case of NtUserSetCursorIconData. CID 1322233

2015-10-22 Thread tfaber
Author: tfaber Date: Thu Oct 22 16:41:38 2015 New Revision: 69648 URL: http://svn.reactos.org/svn/reactos?rev=69648&view=rev Log: [WIN32K:NTUSER] - Fix uninitialized variable use in failure case of NtUserSetCursorIconData. CID 1322233 Modified: trunk/reactos/win32ss/user/ntuser/cursoricon.c

[ros-diffs] [gadamopoulos] 69647: [SHELL32] - Add DoDeleteAsync method that takes the data object and the fMask parameter from IContextMenu in order to distinguish if we need a permanent delete. - CDe

2015-10-22 Thread gadamopoulos
Author: gadamopoulos Date: Thu Oct 22 15:23:21 2015 New Revision: 69647 URL: http://svn.reactos.org/svn/reactos?rev=69647&view=rev Log: [SHELL32] - Add DoDeleteAsync method that takes the data object and the fMask parameter from IContextMenu in order to distinguish if we need a permanent delete.

[ros-diffs] [tfaber] 69646: [WIN32K:NTUSER] - Don't pass an uninitialized DOSENDMESSAGE structure to co_IntDoSendMessage. CID 701425

2015-10-22 Thread tfaber
Author: tfaber Date: Thu Oct 22 15:12:09 2015 New Revision: 69646 URL: http://svn.reactos.org/svn/reactos?rev=69646&view=rev Log: [WIN32K:NTUSER] - Don't pass an uninitialized DOSENDMESSAGE structure to co_IntDoSendMessage. CID 701425 Modified: trunk/reactos/win32ss/user/ntuser/message.c Mo

[ros-diffs] [tfaber] 69645: [WIN32K:NTUSER] - Only resend WM_ENTERIDLE after encountering a relevant message. CID 1321906

2015-10-22 Thread tfaber
Author: tfaber Date: Thu Oct 22 14:43:39 2015 New Revision: 69645 URL: http://svn.reactos.org/svn/reactos?rev=69645&view=rev Log: [WIN32K:NTUSER] - Only resend WM_ENTERIDLE after encountering a relevant message. CID 1321906 Modified: trunk/reactos/win32ss/user/ntuser/menu.c Modified: trunk/r

[ros-diffs] [tfaber] 69644: [WIN32K:NTUSER] - Don't call PopupMenuWndProc for the message window in IntDispatchMessage. CID 1322026

2015-10-22 Thread tfaber
Author: tfaber Date: Thu Oct 22 14:13:40 2015 New Revision: 69644 URL: http://svn.reactos.org/svn/reactos?rev=69644&view=rev Log: [WIN32K:NTUSER] - Don't call PopupMenuWndProc for the message window in IntDispatchMessage. CID 1322026 Modified: trunk/reactos/win32ss/user/ntuser/message.c Mod

[ros-diffs] [tfaber] 69643: [WIN32K:NTGDI] - Fix pool leak in failure case of PATH_StrokePath. CID 716633

2015-10-22 Thread tfaber
Author: tfaber Date: Thu Oct 22 13:48:12 2015 New Revision: 69643 URL: http://svn.reactos.org/svn/reactos?rev=69643&view=rev Log: [WIN32K:NTGDI] - Fix pool leak in failure case of PATH_StrokePath. CID 716633 Modified: trunk/reactos/win32ss/gdi/ntgdi/path.c Modified: trunk/reactos/win32ss/gdi

[ros-diffs] [tfaber] 69642: [WIN32K:NTGDI] - Correctly pass 'planes' and 'bpp' arguments to IntCreateDIBitmap in GreCreateDIBitmapInternal. CID 1250302

2015-10-22 Thread tfaber
Author: tfaber Date: Thu Oct 22 11:29:55 2015 New Revision: 69642 URL: http://svn.reactos.org/svn/reactos?rev=69642&view=rev Log: [WIN32K:NTGDI] - Correctly pass 'planes' and 'bpp' arguments to IntCreateDIBitmap in GreCreateDIBitmapInternal. CID 1250302 Modified: trunk/reactos/win32ss/gdi/nt

[ros-diffs] [tfaber] 69641: [WIN32K:NTGDI] - Fix pool leak in failure case (CID 1322140) and don't treat NTSTATUS values as Win32 errors in NtGdiGetGlyphIndicesW.

2015-10-22 Thread tfaber
Author: tfaber Date: Thu Oct 22 11:05:59 2015 New Revision: 69641 URL: http://svn.reactos.org/svn/reactos?rev=69641&view=rev Log: [WIN32K:NTGDI] - Fix pool leak in failure case (CID 1322140) and don't treat NTSTATUS values as Win32 errors in NtGdiGetGlyphIndicesW. Modified: trunk/reactos/win

[ros-diffs] [tfaber] 69640: [WIN32K:ENG] - Remove useless NULL checks in BltMask and IntEngStretchBlt. CID 1322184, 701344

2015-10-22 Thread tfaber
Author: tfaber Date: Thu Oct 22 10:46:02 2015 New Revision: 69640 URL: http://svn.reactos.org/svn/reactos?rev=69640&view=rev Log: [WIN32K:ENG] - Remove useless NULL checks in BltMask and IntEngStretchBlt. CID 1322184, 701344 Modified: trunk/reactos/win32ss/gdi/eng/bitblt.c trunk/reactos/

[ros-diffs] [jimtabor] 69639: [Win32k] - Fix flashing windows and cleanup code. See CORE-10384.

2015-10-22 Thread jimtabor
Author: jimtabor Date: Thu Oct 22 09:05:56 2015 New Revision: 69639 URL: http://svn.reactos.org/svn/reactos?rev=69639&view=rev Log: [Win32k] - Fix flashing windows and cleanup code. See CORE-10384. Modified: trunk/reactos/win32ss/user/ntuser/painting.c Modified: trunk/reactos/win32ss/user/nt