[ros-diffs] [tkreuzer] 75602: [NTOSKRNL] Remove duplicate fields from MEMORY_AREA

2017-08-18 Thread tkreuzer
Author: tkreuzer Date: Fri Aug 18 07:13:34 2017 New Revision: 75602 URL: http://svn.reactos.org/svn/reactos?rev=75602&view=rev Log: [NTOSKRNL] Remove duplicate fields from MEMORY_AREA Modified: trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/mm/ARM3/virtual.c trunk

[ros-diffs] [bfreisen] 75603: [PSDK][GDIPLUS] Further work on Graphics

2017-08-18 Thread bfreisen
Author: bfreisen Date: Fri Aug 18 08:09:04 2017 New Revision: 75603 URL: http://svn.reactos.org/svn/reactos?rev=75603&view=rev Log: [PSDK][GDIPLUS] Further work on Graphics Modified: trunk/reactos/sdk/include/psdk/gdiplusbrush.h trunk/reactos/sdk/include/psdk/gdiplusgraphics.h Modified:

[ros-diffs] [gadamopoulos] 75604: [STOBJECT] Fix bug that caused some resource strings not to be loaded. - These strings need to either be in every language file or have their own resource range but s

2017-08-18 Thread gadamopoulos
Author: gadamopoulos Date: Fri Aug 18 08:38:52 2017 New Revision: 75604 URL: http://svn.reactos.org/svn/reactos?rev=75604&view=rev Log: [STOBJECT] Fix bug that caused some resource strings not to be loaded. - These strings need to either be in every language file or have their own resource range

[ros-diffs] [tkreuzer] 75605: [NTOSKRNL] Fix memory area macros

2017-08-18 Thread tkreuzer
Author: tkreuzer Date: Fri Aug 18 08:42:43 2017 New Revision: 75605 URL: http://svn.reactos.org/svn/reactos?rev=75605&view=rev Log: [NTOSKRNL] Fix memory area macros Modified: trunk/reactos/ntoskrnl/include/internal/mm.h Modified: trunk/reactos/ntoskrnl/include/internal/mm.h URL: http://svn

[ros-diffs] [tkreuzer] 75606: [NDK] Fix prototype of Nt/ZwQuerySystemInformation

2017-08-18 Thread tkreuzer
Author: tkreuzer Date: Fri Aug 18 08:44:08 2017 New Revision: 75606 URL: http://svn.reactos.org/svn/reactos?rev=75606&view=rev Log: [NDK] Fix prototype of Nt/ZwQuerySystemInformation Modified: trunk/reactos/dll/win32/kernel32/client/time.c trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/rea

[ros-diffs] [gadamopoulos] 75607: [SHELL32] Shell extension support for files. - CFSFolder: Implement binding to files, implement loading arbitrary extensions for GetUIObjectOf from the registry, impl

2017-08-18 Thread gadamopoulos
Author: gadamopoulos Date: Fri Aug 18 09:11:59 2017 New Revision: 75607 URL: http://svn.reactos.org/svn/reactos?rev=75607&view=rev Log: [SHELL32] Shell extension support for files. - CFSFolder: Implement binding to files, implement loading arbitrary extensions for GetUIObjectOf from the registry,

[ros-diffs] [tkreuzer] 75608: [WIN32K] Fix probing and parameter validation in NtGdiPolyPolyDraw

2017-08-18 Thread tkreuzer
Author: tkreuzer Date: Fri Aug 18 11:15:54 2017 New Revision: 75608 URL: http://svn.reactos.org/svn/reactos?rev=75608&view=rev Log: [WIN32K] Fix probing and parameter validation in NtGdiPolyPolyDraw Modified: trunk/reactos/win32ss/gdi/ntgdi/fillshap.c Modified: trunk/reactos/win32ss/gdi/ntgd

[ros-diffs] [tkreuzer] 75609: Revert "[WIN32K] Fix probing and parameter validation in NtGdiPolyPolyDraw"

2017-08-18 Thread tkreuzer
Author: tkreuzer Date: Fri Aug 18 12:18:41 2017 New Revision: 75609 URL: http://svn.reactos.org/svn/reactos?rev=75609&view=rev Log: Revert "[WIN32K] Fix probing and parameter validation in NtGdiPolyPolyDraw" Modified: trunk/reactos/win32ss/gdi/ntgdi/fillshap.c Modified: trunk/reactos/win32ss

[ros-diffs] [tkreuzer] 75610: [NTOSKRNL] Fix 64 bit warnings about conversion in PsExitSpecialApc and PspTerminateThreadByPointer

2017-08-18 Thread tkreuzer
Author: tkreuzer Date: Fri Aug 18 12:31:19 2017 New Revision: 75610 URL: http://svn.reactos.org/svn/reactos?rev=75610&view=rev Log: [NTOSKRNL] Fix 64 bit warnings about conversion in PsExitSpecialApc and PspTerminateThreadByPointer Modified: trunk/reactos/ntoskrnl/ps/kill.c Modified: trunk/

[ros-diffs] [ekohl] 75611: [STOBJECT] - Add support for the hotplug icon. - Set default menu items in the context menus. - Use a timer to properly distinguish between a single and a double click on an

2017-08-18 Thread ekohl
Author: ekohl Date: Fri Aug 18 14:49:11 2017 New Revision: 75611 URL: http://svn.reactos.org/svn/reactos?rev=75611&view=rev Log: [STOBJECT] - Add support for the hotplug icon. - Set default menu items in the context menus. - Use a timer to properly distinguish between a single and a double click o

[ros-diffs] [tkreuzer] 75612: [FTFD] Fix indentation

2017-08-18 Thread tkreuzer
Author: tkreuzer Date: Fri Aug 18 15:02:01 2017 New Revision: 75612 URL: http://svn.reactos.org/svn/reactos?rev=75612&view=rev Log: [FTFD] Fix indentation Modified: trunk/reactos/win32ss/drivers/font/ftfd/rosglue.c Modified: trunk/reactos/win32ss/drivers/font/ftfd/rosglue.c URL: http://svn.

[ros-diffs] [tkreuzer] 75613: [FTFD] Ignore NULL objects in free() wrapper

2017-08-18 Thread tkreuzer
Author: tkreuzer Date: Fri Aug 18 15:02:05 2017 New Revision: 75613 URL: http://svn.reactos.org/svn/reactos?rev=75613&view=rev Log: [FTFD] Ignore NULL objects in free() wrapper Modified: trunk/reactos/win32ss/drivers/font/ftfd/rosglue.c Modified: trunk/reactos/win32ss/drivers/font/ftfd/rosgl

[ros-diffs] [ashaposhnikov] 75614: [RAPPS] - Correct the build process

2017-08-18 Thread ashaposhnikov
Author: ashaposhnikov Date: Fri Aug 18 16:38:28 2017 New Revision: 75614 URL: http://svn.reactos.org/svn/reactos?rev=75614&view=rev Log: [RAPPS] - Correct the build process Modified: branches/GSoC_2017/rapps/reactos/base/applications/rapps/CMakeLists.txt Modified: branches/GSoC_2017/rapps/

[ros-diffs] [bfreisen] 75615: [MSPAINT] Use Gdiplus::Bitmap in place of ATL::CImage to load pictures -- this un-breaks loading a picture's resolution from file

2017-08-18 Thread bfreisen
Author: bfreisen Date: Fri Aug 18 17:01:01 2017 New Revision: 75615 URL: http://svn.reactos.org/svn/reactos?rev=75615&view=rev Log: [MSPAINT] Use Gdiplus::Bitmap in place of ATL::CImage to load pictures -- this un-breaks loading a picture's resolution from file Modified: trunk/reactos/base/a

[ros-diffs] [gadamopoulos] 75616: [WIN32K] -NtUserEmptyClipboard: Change its behaviour to wait for WM_DESTROYCLIPBOARD to return so it behaves like windows and our ole32 doesn't trip on its assumption

2017-08-18 Thread gadamopoulos
Author: gadamopoulos Date: Fri Aug 18 17:18:17 2017 New Revision: 75616 URL: http://svn.reactos.org/svn/reactos?rev=75616&view=rev Log: [WIN32K] -NtUserEmptyClipboard: Change its behaviour to wait for WM_DESTROYCLIPBOARD to return so it behaves like windows and our ole32 doesn't trip on its assu

[ros-diffs] [mjansen] 75617: [OLE32] Do not crash on an invalid / empty clipboard. CORE-12302

2017-08-18 Thread mjansen
Author: mjansen Date: Fri Aug 18 17:18:46 2017 New Revision: 75617 URL: http://svn.reactos.org/svn/reactos?rev=75617&view=rev Log: [OLE32] Do not crash on an invalid / empty clipboard. CORE-12302 Modified: trunk/reactos/dll/win32/ole32/clipboard.c Modified: trunk/reactos/dll/win32/ole32/clip

[ros-diffs] [gadamopoulos] 75618: [SHELL32] -CDefViewBckgrndMenu: Fix pasting in the background of a folder.

2017-08-18 Thread gadamopoulos
Author: gadamopoulos Date: Fri Aug 18 17:32:20 2017 New Revision: 75618 URL: http://svn.reactos.org/svn/reactos?rev=75618&view=rev Log: [SHELL32] -CDefViewBckgrndMenu: Fix pasting in the background of a folder. Modified: trunk/reactos/dll/win32/shell32/CDefViewBckgrndMenu.cpp Modified: trunk

[ros-diffs] [gadamopoulos] 75619: [SHELL32] -CDefaultContextMenu: Correctly differentiate the copy and the cut commands.

2017-08-18 Thread gadamopoulos
Author: gadamopoulos Date: Fri Aug 18 17:39:34 2017 New Revision: 75619 URL: http://svn.reactos.org/svn/reactos?rev=75619&view=rev Log: [SHELL32] -CDefaultContextMenu: Correctly differentiate the copy and the cut commands. Modified: trunk/reactos/dll/win32/shell32/CDefaultContextMenu.cpp Mo

[ros-diffs] [cwittich] 75620: [WLANAPI] map rpc to win error codes

2017-08-18 Thread cwittich
Author: cwittich Date: Sat Aug 19 06:04:08 2017 New Revision: 75620 URL: http://svn.reactos.org/svn/reactos?rev=75620&view=rev Log: [WLANAPI] map rpc to win error codes Modified: trunk/reactos/dll/win32/wlanapi/main.c Modified: trunk/reactos/dll/win32/wlanapi/main.c URL: http://svn.reactos.