[ros-diffs] [gadamopoulos] 47237: [win32] -Call HCBT_CREATEWND, WM_NCCREATE and WM_CREATE with correct style and position -Fixes some user32:win tests

2010-05-16 Thread gadamopoulos
Author: gadamopoulos Date: Sun May 16 11:26:35 2010 New Revision: 47237 URL: http://svn.reactos.org/svn/reactos?rev=47237&view=rev Log: [win32] -Call HCBT_CREATEWND, WM_NCCREATE and WM_CREATE with correct style and position -Fixes some user32:win tests Modified: trunk/reactos/subsys

[ros-diffs] [gadamopoulos] 47238: [user32] -CreateWindow should fail when called with WS_EX_MDICHILD and the specified parent is not an mdiclient

2010-05-16 Thread gadamopoulos
Author: gadamopoulos Date: Sun May 16 11:32:51 2010 New Revision: 47238 URL: http://svn.reactos.org/svn/reactos?rev=47238&view=rev Log: [user32] -CreateWindow should fail when called with WS_EX_MDICHILD and the specified parent is not an mdiclient Modified: trunk/reactos/dll/win32/us

[ros-diffs] [gadamopoulos] 47264: [Win32k] - Rename co_InflateRect to RECTL_vInflateRect and move it to rect.c - Sync WinPosFillMinMaxInfoStruct with wine Fixes some user32:win tests

2010-05-18 Thread gadamopoulos
Author: gadamopoulos Date: Tue May 18 11:01:08 2010 New Revision: 47264 URL: http://svn.reactos.org/svn/reactos?rev=47264&view=rev Log: [Win32k] - Rename co_InflateRect to RECTL_vInflateRect and move it to rect.c - Sync WinPosFillMinMaxInfoStruct with wine Fixes some user32:win tests Modi

[ros-diffs] [gadamopoulos] 47273: [win32k] -WM_WINDOWPOSCHANGED should contain the final window position

2010-05-19 Thread gadamopoulos
Author: gadamopoulos Date: Wed May 19 11:18:24 2010 New Revision: 47273 URL: http://svn.reactos.org/svn/reactos?rev=47273&view=rev Log: [win32k] -WM_WINDOWPOSCHANGED should contain the final window position Modified: trunk/reactos/subsystems/win32/win32k/ntuser/winpos.c Modified: t

[ros-diffs] [gadamopoulos] 47275: [win32k] -Store the monitor work area in the monitor and not in the desktop

2010-05-19 Thread gadamopoulos
Author: gadamopoulos Date: Wed May 19 13:50:21 2010 New Revision: 47275 URL: http://svn.reactos.org/svn/reactos?rev=47275&view=rev Log: [win32k] -Store the monitor work area in the monitor and not in the desktop Modified: trunk/reactos/subsystems/win32/win32k/include/desktop.h t

[ros-diffs] [gadamopoulos] 47280: [win32k] -Sync co_WinPosGetMinMaxInfo with wine

2010-05-19 Thread gadamopoulos
Author: gadamopoulos Date: Wed May 19 20:47:39 2010 New Revision: 47280 URL: http://svn.reactos.org/svn/reactos?rev=47280&view=rev Log: [win32k] -Sync co_WinPosGetMinMaxInfo with wine Modified: trunk/reactos/subsystems/win32/win32k/ntuser/winpos.c Modified: trunk/reactos/subsystems/w

[ros-diffs] [gadamopoulos] 47281: [win32k] -Correctly adjust values returned from co_WinPosGetMinMaxInfo

2010-05-19 Thread gadamopoulos
Author: gadamopoulos Date: Wed May 19 21:08:25 2010 New Revision: 47281 URL: http://svn.reactos.org/svn/reactos?rev=47281&view=rev Log: [win32k] -Correctly adjust values returned from co_WinPosGetMinMaxInfo Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c Modified: t

[ros-diffs] [gadamopoulos] 47283: [win32k] -Remove an incorrect debug message and silence one

2010-05-20 Thread gadamopoulos
Author: gadamopoulos Date: Thu May 20 14:25:50 2010 New Revision: 47283 URL: http://svn.reactos.org/svn/reactos?rev=47283&view=rev Log: [win32k] -Remove an incorrect debug message and silence one Modified: trunk/reactos/subsystems/win32/win32k/ntuser/focus.c trunk/reactos/subsys

[ros-diffs] [gadamopoulos] 47322: [kernel32_winetest] - kernel32 tests need a resource file

2010-05-23 Thread gadamopoulos
Author: gadamopoulos Date: Sun May 23 12:59:41 2010 New Revision: 47322 URL: http://svn.reactos.org/svn/reactos?rev=47322&view=rev Log: [kernel32_winetest] - kernel32 tests need a resource file Modified: trunk/rostests/winetests/kernel32/kernel32.rbuild Modified: trunk/rostests/winet

[ros-diffs] [gadamopoulos] 47500: [win32k] - Rename co_IntCreateWindowEx to co_UserCreateWindowEx and refactor it to make it readable - Also fix the sequence of messages in co_UserCreateWindowEx

2010-05-31 Thread gadamopoulos
Author: gadamopoulos Date: Mon May 31 19:58:05 2010 New Revision: 47500 URL: http://svn.reactos.org/svn/reactos?rev=47500&view=rev Log: [win32k] - Rename co_IntCreateWindowEx to co_UserCreateWindowEx and refactor it to make it readable - Also fix the sequence of messages in co_UserCreateWind

[ros-diffs] [gadamopoulos] 47522: [win32k[win32k] -Allow menus to be shown over the taskbar See issue #5415 for more details.

2010-06-02 Thread gadamopoulos
Author: gadamopoulos Date: Wed Jun 2 18:55:21 2010 New Revision: 47522 URL: http://svn.reactos.org/svn/reactos?rev=47522&view=rev Log: [win32k[win32k] -Allow menus to be shown over the taskbar See issue #5415 for more details. Modified: trunk/reactos/dll/win32/user32/windows/me

[ros-diffs] [gadamopoulos] 47523: [win32k] - Fix detection of file type while generating vcxproj files

2010-06-02 Thread gadamopoulos
Author: gadamopoulos Date: Wed Jun 2 20:14:53 2010 New Revision: 47523 URL: http://svn.reactos.org/svn/reactos?rev=47523&view=rev Log: [win32k] - Fix detection of file type while generating vcxproj files Modified: trunk/reactos/tools/rbuild/backend/msvc/vcxprojmaker.cpp Modified: t

[ros-diffs] [gadamopoulos] 47544: [user32] - Remove a reactos only export (PrivateCsrssInitialized) - Don't call NtUserGetClassLong - Move implementation of AnyPopup to user mode - Fix a small bug in

2010-06-03 Thread gadamopoulos
Author: gadamopoulos Date: Thu Jun 3 18:12:43 2010 New Revision: 47544 URL: http://svn.reactos.org/svn/reactos?rev=47544&view=rev Log: [user32] - Remove a reactos only export (PrivateCsrssInitialized) - Don't call NtUserGetClassLong - Move implementation of AnyPopup to user mode - Fi

[ros-diffs] [gadamopoulos] 47566: [win32k] - CreateWindow: initialize window position after sending WM_GETMINMAXINFO message

2010-06-04 Thread gadamopoulos
Author: gadamopoulos Date: Fri Jun 4 13:30:14 2010 New Revision: 47566 URL: http://svn.reactos.org/svn/reactos?rev=47566&view=rev Log: [win32k] - CreateWindow: initialize window position after sending WM_GETMINMAXINFO message Modified: trunk/reactos/subsystems/win32/win32k/ntuser/wind

[ros-diffs] [gadamopoulos] 47980: [win32k] - Sync implementaion of dib, brushes, pens, palettes, xform, xlate and mouse pointer functions with trunk

2010-07-09 Thread gadamopoulos
Author: gadamopoulos Date: Fri Jul 9 16:13:10 2010 New Revision: 47980 URL: http://svn.reactos.org/svn/reactos?rev=47980&view=rev Log: [win32k] - Sync implementaion of dib, brushes, pens, palettes, xform, xlate and mouse pointer functions with trunk Added: branches/arwinss/rea

[ros-diffs] [gadamopoulos] 48001: [win32k] - Implement RosGdiExtFloodFill

2010-07-11 Thread gadamopoulos
Author: gadamopoulos Date: Sun Jul 11 19:38:37 2010 New Revision: 48001 URL: http://svn.reactos.org/svn/reactos?rev=48001&view=rev Log: [win32k] - Implement RosGdiExtFloodFill Modified: branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c branches/arwinss/reactos/subsystems/w

[ros-diffs] [gadamopoulos] 48003: [kernel32] -Revert r42201 [user32] -Fix atom usage. Create a local copy of atom.c that calls the wineserver to manage user atoms. Wine code assumes that kernel32 will

2010-07-12 Thread gadamopoulos
Author: gadamopoulos Date: Mon Jul 12 10:10:10 2010 New Revision: 48003 URL: http://svn.reactos.org/svn/reactos?rev=48003&view=rev Log: [kernel32] -Revert r42201 [user32] -Fix atom usage. Create a local copy of atom.c that calls the wineserver to manage user atoms. Wine code assumes

[ros-diffs] [gadamopoulos] 48033: [win32k] - Remove test code

2010-07-14 Thread gadamopoulos
Author: gadamopoulos Date: Wed Jul 14 07:51:54 2010 New Revision: 48033 URL: http://svn.reactos.org/svn/reactos?rev=48033&view=rev Log: [win32k] - Remove test code Modified: branches/arwinss/reactos/subsystems/win32/win32k/swm/winman.c Modified: branches/arwinss/reactos/subsystems/w

[ros-diffs] [gadamopoulos] 48287: [ntos] - Fix several issues with msvc in ntoskrnl - Add ATTRIB_NORETURN definition which will be used by function pointers because msvc doesn't like DECLSPEC_NORETURN

2010-07-26 Thread gadamopoulos
Author: gadamopoulos Date: Mon Jul 26 21:32:38 2010 New Revision: 48287 URL: http://svn.reactos.org/svn/reactos?rev=48287&view=rev Log: [ntos] - Fix several issues with msvc in ntoskrnl - Add ATTRIB_NORETURN definition which will be used by function pointers because msvc doesn&#x

[ros-diffs] [gadamopoulos] 48289: Revert a part of my previous commit

2010-07-26 Thread gadamopoulos
Author: gadamopoulos Date: Mon Jul 26 21:48:52 2010 New Revision: 48289 URL: http://svn.reactos.org/svn/reactos?rev=48289&view=rev Log: Revert a part of my previous commit Modified: trunk/reactos/include/crt/setjmp.h Modified: trunk/reactos/include/crt/setjmp.h URL: http://svn.reactos

[ros-diffs] [gadamopoulos] 48349: [win32csr] - Fix compilation with msvc

2010-07-29 Thread gadamopoulos
Author: gadamopoulos Date: Thu Jul 29 10:20:41 2010 New Revision: 48349 URL: http://svn.reactos.org/svn/reactos?rev=48349&view=rev Log: [win32csr] - Fix compilation with msvc Modified: trunk/reactos/subsystems/win32/csrss/win32csr/coninput.c trunk/reactos/subsystems/win32/csrss/win3

[ros-diffs] [gadamopoulos] 48352: - Fix setjmp for msvc

2010-07-29 Thread gadamopoulos
Author: gadamopoulos Date: Thu Jul 29 12:23:03 2010 New Revision: 48352 URL: http://svn.reactos.org/svn/reactos?rev=48352&view=rev Log: - Fix setjmp for msvc Modified: trunk/reactos/include/crt/setjmp.h Modified: trunk/reactos/include/crt/setjmp.h URL: http://svn.reactos.org/svn/rea

[ros-diffs] [gadamopoulos] 48355: [basetsd.h] -define SHANDLE_PTR [browseui] -do not define SHANDLE_PTR locally. Using ms psdk isn't the same with compiling with msvc

2010-07-29 Thread gadamopoulos
Author: gadamopoulos Date: Thu Jul 29 14:40:21 2010 New Revision: 48355 URL: http://svn.reactos.org/svn/reactos?rev=48355&view=rev Log: [basetsd.h] -define SHANDLE_PTR [browseui] -do not define SHANDLE_PTR locally. Using ms psdk isn't the same with compiling with msvc Modified:

[ros-diffs] [gadamopoulos] 48358: Revert 48355

2010-07-29 Thread gadamopoulos
Author: gadamopoulos Date: Thu Jul 29 16:05:54 2010 New Revision: 48358 URL: http://svn.reactos.org/svn/reactos?rev=48358&view=rev Log: Revert 48355 Modified: trunk/reactos/dll/win32/browseui/shellbrowser.cpp trunk/reactos/include/psdk/basetsd.h Modified: trunk/reactos/dll/w

[ros-diffs] [gadamopoulos] 48370: [ndis.h] - Fix compilation with msvc

2010-07-30 Thread gadamopoulos
Author: gadamopoulos Date: Fri Jul 30 17:05:17 2010 New Revision: 48370 URL: http://svn.reactos.org/svn/reactos?rev=48370&view=rev Log: [ndis.h] - Fix compilation with msvc Modified: trunk/reactos/include/ddk/ndis.h Modified: trunk/reactos/include/ddk/ndis.h URL: http://svn.reactos.org

[ros-diffs] [gadamopoulos] 48371: [shell32] - Fix a compilation error with msvc

2010-07-30 Thread gadamopoulos
Author: gadamopoulos Date: Fri Jul 30 18:37:51 2010 New Revision: 48371 URL: http://svn.reactos.org/svn/reactos?rev=48371&view=rev Log: [shell32] - Fix a compilation error with msvc Modified: trunk/reactos/dll/win32/shell32/shlfileop.c Modified: trunk/reactos/dll/win32/shell32/shlfile

[ros-diffs] [gadamopoulos] 48376: [browseui] - keep the hacky declaration of SHANDLE_PTR and make it work with msvc as well - Make BEGIN_MSG_MAP compatible with msvc

2010-07-31 Thread gadamopoulos
Author: gadamopoulos Date: Sat Jul 31 07:53:06 2010 New Revision: 48376 URL: http://svn.reactos.org/svn/reactos?rev=48376&view=rev Log: [browseui] - keep the hacky declaration of SHANDLE_PTR and make it work with msvc as well - Make BEGIN_MSG_MAP compatible with msvc Modified: trunk/rea

[ros-diffs] [gadamopoulos] 48381: [explorer] - Using msvc doesn't mean using ms sdks

2010-07-31 Thread gadamopoulos
Author: gadamopoulos Date: Sat Jul 31 12:16:03 2010 New Revision: 48381 URL: http://svn.reactos.org/svn/reactos?rev=48381&view=rev Log: [explorer] - Using msvc doesn't mean using ms sdks Modified: trunk/reactos/base/shell/explorer/utility/utility.h Modified: trunk/reactos/b

[ros-diffs] [gadamopoulos] 48397: [hal] - define REGISTERCALL in order to replace __attribute__((regparm(3))) and fix compilation with msvc. It was used only as an optimization so it is safe to be def

2010-08-01 Thread gadamopoulos
Author: gadamopoulos Date: Sun Aug 1 16:27:48 2010 New Revision: 48397 URL: http://svn.reactos.org/svn/reactos?rev=48397&view=rev Log: [hal] - define REGISTERCALL in order to replace __attribute__((regparm(3))) and fix compilation with msvc. It was used only as an optimization so it is saf

[ros-diffs] [gadamopoulos] 48398: [rtl] - Use __inline instead of __inline__ to fix compilation with msvc

2010-08-01 Thread gadamopoulos
Author: gadamopoulos Date: Sun Aug 1 16:34:22 2010 New Revision: 48398 URL: http://svn.reactos.org/svn/reactos?rev=48398&view=rev Log: [rtl] - Use __inline instead of __inline__ to fix compilation with msvc Modified: trunk/reactos/lib/rtl/bitmap.c Modified: trunk/reactos/lib/rtl/bitm

[ros-diffs] [gadamopoulos] 66383: [SHELL32] - Implement progress dialogs for SHFileOperation - Patch by Hwu Davies CORE-4476

2015-02-21 Thread gadamopoulos
Author: gadamopoulos Date: Sat Feb 21 12:52:58 2015 New Revision: 66383 URL: http://svn.reactos.org/svn/reactos?rev=66383&view=rev Log: [SHELL32] - Implement progress dialogs for SHFileOperation - Patch by Hwu Davies CORE-4476 Modified: trunk/reactos/dll/win32/shell32/lang/en-US.rc t

[ros-diffs] [gadamopoulos] 66384: [SHELL32] - Fix build. Also note that the previous patch was from Huw Campbell.

2015-02-21 Thread gadamopoulos
Author: gadamopoulos Date: Sat Feb 21 12:59:42 2015 New Revision: 66384 URL: http://svn.reactos.org/svn/reactos?rev=66384&view=rev Log: [SHELL32] - Fix build. Also note that the previous patch was from Huw Campbell. Modified: trunk/reactos/dll/win32/shell32/shlfileop.cpp Modified: t

[ros-diffs] [gadamopoulos] 66388: [SHELL32] - Fix crash during shell32:shlfileop test. CORE-4476

2015-02-21 Thread gadamopoulos
Author: gadamopoulos Date: Sat Feb 21 14:36:22 2015 New Revision: 66388 URL: http://svn.reactos.org/svn/reactos?rev=66388&view=rev Log: [SHELL32] - Fix crash during shell32:shlfileop test. CORE-4476 Modified: trunk/reactos/dll/win32/shell32/shlfileop.cpp Modified: trunk/reactos/dll/w

[ros-diffs] [gadamopoulos] 66402: [COMCTL32] - Rebar: paint the area that is not covered by the bands. This is a v6 feature and fixes the ugly non-painted rectangle in the taskbar.

2015-02-22 Thread gadamopoulos
Author: gadamopoulos Date: Sun Feb 22 13:18:41 2015 New Revision: 66402 URL: http://svn.reactos.org/svn/reactos?rev=66402&view=rev Log: [COMCTL32] - Rebar: paint the area that is not covered by the bands. This is a v6 feature and fixes the ugly non-painted rectangle in the taskbar. Modi

[ros-diffs] [gadamopoulos] 66416: [COMCTL32] - Rebar: Fix drawing dividers between bands broken in r66402

2015-02-22 Thread gadamopoulos
Author: gadamopoulos Date: Sun Feb 22 19:44:34 2015 New Revision: 66416 URL: http://svn.reactos.org/svn/reactos?rev=66416&view=rev Log: [COMCTL32] - Rebar: Fix drawing dividers between bands broken in r66402 Modified: trunk/reactos/dll/win32/comctl32/rebar.c Modified: trunk/reactos

[ros-diffs] [gadamopoulos] 66418: [COMCTL32] - Implement ILS_SATURATE in our image list implementation - Use ILS_SATURATE when showing icons of disabled buttons in the toolbar Patch Ismael Ferreras Mo

2015-02-22 Thread gadamopoulos
Author: gadamopoulos Date: Sun Feb 22 20:59:08 2015 New Revision: 66418 URL: http://svn.reactos.org/svn/reactos?rev=66418&view=rev Log: [COMCTL32] - Implement ILS_SATURATE in our image list implementation - Use ILS_SATURATE when showing icons of disabled buttons in the toolbar Patch Is

[ros-diffs] [gadamopoulos] 66421: [HEADERS] - Define CLSID_BackgroundTaskScheduler and CLSID_SharedTaskScheduler - Properly define IShellTaskScheduler and IID_IShellTaskScheduler

2015-02-23 Thread gadamopoulos
Author: gadamopoulos Date: Mon Feb 23 13:43:51 2015 New Revision: 66421 URL: http://svn.reactos.org/svn/reactos?rev=66421&view=rev Log: [HEADERS] - Define CLSID_BackgroundTaskScheduler and CLSID_SharedTaskScheduler - Properly define IShellTaskScheduler and IID_IShellTaskScheduler Modi

[ros-diffs] [gadamopoulos] 66422: [COM_APITEST] - Test the interfaces of CLSID_SharedTaskScheduler and CLSID_BackgroundTaskScheduler

2015-02-23 Thread gadamopoulos
Author: gadamopoulos Date: Mon Feb 23 13:49:43 2015 New Revision: 66422 URL: http://svn.reactos.org/svn/reactos?rev=66422&view=rev Log: [COM_APITEST] - Test the interfaces of CLSID_SharedTaskScheduler and CLSID_BackgroundTaskScheduler Modified: trunk/rostests/apitests/com/browse

[ros-diffs] [gadamopoulos] 66445: [IEXPLORE] - Contrary to wine we store our version info with utf16 (like windows do). Fix checking for native internet explorer. - Now our iexplore.inf is installed.

2015-02-24 Thread gadamopoulos
Author: gadamopoulos Date: Wed Feb 25 01:02:03 2015 New Revision: 66445 URL: http://svn.reactos.org/svn/reactos?rev=66445&view=rev Log: [IEXPLORE] - Contrary to wine we store our version info with utf16 (like windows do). Fix checking for native internet explorer. - Now our iexplore.in

[ros-diffs] [gadamopoulos] 66446: [IEXPLORE] - Set http://www.reactos.org as the default homepage. [BOOTDATA] - Remove settings that are now set by iexplore.inf

2015-02-24 Thread gadamopoulos
Author: gadamopoulos Date: Wed Feb 25 01:20:06 2015 New Revision: 66446 URL: http://svn.reactos.org/svn/reactos?rev=66446&view=rev Log: [IEXPLORE] - Set http://www.reactos.org as the default homepage. [BOOTDATA] - Remove settings that are now set by iexplore.inf Modified: trunk/reactos/

[ros-diffs] [gadamopoulos] 66454: [USER32_WINETEST] - Split user32:msg test to 14 separate tests - The original test consisted of more than 14k lines of code

2015-02-25 Thread gadamopoulos
Author: gadamopoulos Date: Wed Feb 25 15:55:57 2015 New Revision: 66454 URL: http://svn.reactos.org/svn/reactos?rev=66454&view=rev Log: [USER32_WINETEST] - Split user32:msg test to 14 separate tests - The original test consisted of more than 14k lines of code Modified: trunk/rost

[ros-diffs] [gadamopoulos] 66457: [USER32] - button.c: Use NtUserAlterWindowStyle where wine uses WIN_SetStyle (usage and parameters were confirmed with windbg) [NTUSER] - Implement NtUserAlterWindowS

2015-02-25 Thread gadamopoulos
Author: gadamopoulos Date: Wed Feb 25 20:02:10 2015 New Revision: 66457 URL: http://svn.reactos.org/svn/reactos?rev=66457&view=rev Log: [USER32] - button.c: Use NtUserAlterWindowStyle where wine uses WIN_SetStyle (usage and parameters were confirmed with windbg) [NTUSER] - Imple

[ros-diffs] [gadamopoulos] 66458: fix build. I forgot this file

2015-02-25 Thread gadamopoulos
Author: gadamopoulos Date: Wed Feb 25 20:04:53 2015 New Revision: 66458 URL: http://svn.reactos.org/svn/reactos?rev=66458&view=rev Log: fix build. I forgot this file Modified: trunk/reactos/win32ss/include/ntuser.h Modified: trunk/reactos/win32ss/include/ntuser.h URL:

[ros-diffs] [gadamopoulos] 66473: [BROWSEUI] - Moce CAutoComplete from shell32 to browseui where it belongs

2015-02-26 Thread gadamopoulos
Author: gadamopoulos Date: Thu Feb 26 18:44:34 2015 New Revision: 66473 URL: http://svn.reactos.org/svn/reactos?rev=66473&view=rev Log: [BROWSEUI] - Moce CAutoComplete from shell32 to browseui where it belongs Added: trunk/reactos/dll/win32/browseui/CAutoComplete.cpp - copied, cha

[ros-diffs] [gadamopoulos] 66722: [USER32] - Implement RealUserDrawCaption and pass it to uxtheme in order to paint the classic caption when needed. CORE-9016

2015-03-15 Thread gadamopoulos
Author: gadamopoulos Date: Sun Mar 15 13:37:13 2015 New Revision: 66722 URL: http://svn.reactos.org/svn/reactos?rev=66722&view=rev Log: [USER32] - Implement RealUserDrawCaption and pass it to uxtheme in order to paint the classic caption when needed. CORE-9016 Modified: trunk/rea

[ros-diffs] [gadamopoulos] 66723: [UXTHEME] - Call DrawCaption in user32 when we get WM_NCUAHDRAWCAPTION and there is no active theme. - Should finally fix CORE-9016.

2015-03-15 Thread gadamopoulos
Author: gadamopoulos Date: Sun Mar 15 13:39:15 2015 New Revision: 66723 URL: http://svn.reactos.org/svn/reactos?rev=66723&view=rev Log: [UXTHEME] - Call DrawCaption in user32 when we get WM_NCUAHDRAWCAPTION and there is no active theme. - Should finally fix CORE-9016. Modified: t

[ros-diffs] [gadamopoulos] 66728: [HEADERS] - Remove winlogon.h and move its contents in undocuser.h

2015-03-15 Thread gadamopoulos
Author: gadamopoulos Date: Sun Mar 15 16:50:55 2015 New Revision: 66728 URL: http://svn.reactos.org/svn/reactos?rev=66728&view=rev Log: [HEADERS] - Remove winlogon.h and move its contents in undocuser.h Removed: trunk/reactos/include/reactos/winlogon.h Modified: trunk/reactos/base/sy

[ros-diffs] [gadamopoulos] 66737: [RSHELL] - Implement sorting shell menu items - Patch by David Quintana

2015-03-16 Thread gadamopoulos
Author: gadamopoulos Date: Mon Mar 16 16:30:24 2015 New Revision: 66737 URL: http://svn.reactos.org/svn/reactos?rev=66737&view=rev Log: [RSHELL] - Implement sorting shell menu items - Patch by David Quintana Modified: trunk/reactos/base/shell/rshell/CMenuToolbars.cpp Modified: trunk/rea

[ros-diffs] [gadamopoulos] 66765: [EXPLORER] - Hackfix Win+E hotkey. This works in Windows but our ShellExecuteEx isn't that good.

2015-03-17 Thread gadamopoulos
Author: gadamopoulos Date: Tue Mar 17 21:29:17 2015 New Revision: 66765 URL: http://svn.reactos.org/svn/reactos?rev=66765&view=rev Log: [EXPLORER] - Hackfix Win+E hotkey. This works in Windows but our ShellExecuteEx isn't that good. Modified: trunk/reactos/base/shell/explorer/tr

[ros-diffs] [gadamopoulos] 66860: [SHELL32] - Call SetTaskmanWindow right before RegisterShellHookWindow like the old explorer did.

2015-03-22 Thread gadamopoulos
Author: gadamopoulos Date: Sun Mar 22 21:34:08 2015 New Revision: 66860 URL: http://svn.reactos.org/svn/reactos?rev=66860&view=rev Log: [SHELL32] - Call SetTaskmanWindow right before RegisterShellHookWindow like the old explorer did. Modified: trunk/reactos/dll/win32/shell32/wine/shello

[ros-diffs] [gadamopoulos] 66861: - Fix build

2015-03-22 Thread gadamopoulos
Author: gadamopoulos Date: Sun Mar 22 21:37:02 2015 New Revision: 66861 URL: http://svn.reactos.org/svn/reactos?rev=66861&view=rev Log: - Fix build Modified: trunk/reactos/include/reactos/undocuser.h Modified: trunk/reactos/include/reactos/undocuser.h URL: http://svn.reactos.org

[ros-diffs] [gadamopoulos] 66863: [WINLOGON] - Create the window station handle and the desktops with MAXIMUM_ALLOWED access rights. - Call AddAceToWindowStation before calling SetWindowStationUser.

2015-03-23 Thread gadamopoulos
Author: gadamopoulos Date: Mon Mar 23 07:46:17 2015 New Revision: 66863 URL: http://svn.reactos.org/svn/reactos?rev=66863&view=rev Log: [WINLOGON] - Create the window station handle and the desktops with MAXIMUM_ALLOWED access rights. - Call AddAceToWindowStation before cal

[ros-diffs] [gadamopoulos] 66894: [SHELL32] - Stub SHGetComputerDisplayNameW.

2015-03-25 Thread gadamopoulos
Author: gadamopoulos Date: Thu Mar 26 00:00:24 2015 New Revision: 66894 URL: http://svn.reactos.org/svn/reactos?rev=66894&view=rev Log: [SHELL32] - Stub SHGetComputerDisplayNameW. Modified: trunk/reactos/dll/win32/shell32/shell32.spec trunk/reactos/dll/win32/shell32/stubs.cpp Modi

[ros-diffs] [gadamopoulos] 66902: [SHLWAPI] - Improve stubs for SHPropertyBag_ReadDWORD, PathFileExistsDefExtAndAttributesW, IUnknown_QueryServicePropertyBag and SHWindowsPolicyGetValue

2015-03-26 Thread gadamopoulos
Author: gadamopoulos Date: Thu Mar 26 13:01:58 2015 New Revision: 66902 URL: http://svn.reactos.org/svn/reactos?rev=66902&view=rev Log: [SHLWAPI] - Improve stubs for SHPropertyBag_ReadDWORD, PathFileExistsDefExtAndAttributesW, IUnknown_QueryServicePropertyBag and SHWindowsPolicyGetV

[ros-diffs] [gadamopoulos] 66904: [MSGINA] - Stub ShellDimScreen.

2015-03-26 Thread gadamopoulos
Author: gadamopoulos Date: Thu Mar 26 15:36:27 2015 New Revision: 66904 URL: http://svn.reactos.org/svn/reactos?rev=66904&view=rev Log: [MSGINA] - Stub ShellDimScreen. Modified: trunk/reactos/dll/win32/msgina/msgina.spec trunk/reactos/dll/win32/msgina/stubs.c Modified: trunk/reactos

[ros-diffs] [gadamopoulos] 66908: [HIVESYS.INF] - Enable ConnectMultiplePorts for mouclass. This means that "the events generated by all pointing devices on the system are fed to the Windows subsystem

2015-03-26 Thread gadamopoulos
Author: gadamopoulos Date: Thu Mar 26 23:57:16 2015 New Revision: 66908 URL: http://svn.reactos.org/svn/reactos?rev=66908&view=rev Log: [HIVESYS.INF] - Enable ConnectMultiplePorts for mouclass. This means that "the events generated by all pointing devices on the system are fed to th

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

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

[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

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

[ros-diffs] [gadamopoulos] 66962: [TEST.H] - Add an additional new line before showing the test results. Some log commands print their lines in multiple print commands. As a result the results line ca

2015-03-29 Thread gadamopoulos
Author: gadamopoulos Date: Sun Mar 29 14:51:02 2015 New Revision: 66962 URL: http://svn.reactos.org/svn/reactos?rev=66962&view=rev Log: [TEST.H] - Add an additional new line before showing the test results. Some log commands print their lines in multiple print commands. As a result the res

[ros-diffs] [gadamopoulos] 66975: [SHLWAPI] - Convert SHGetAllAccessSA to a soft stub in the spec file. Having it as a diff with wine doesn't add anything anyway.

2015-03-30 Thread gadamopoulos
Author: gadamopoulos Date: Mon Mar 30 10:04:26 2015 New Revision: 66975 URL: http://svn.reactos.org/svn/reactos?rev=66975&view=rev Log: [SHLWAPI] - Convert SHGetAllAccessSA to a soft stub in the spec file. Having it as a diff with wine doesn't add anything anyway. Modified: trun

[ros-diffs] [gadamopoulos] 66977: [shlwapi_undoc.h] - Add definition of SHForwardContextMenuMsg

2015-03-30 Thread gadamopoulos
Author: gadamopoulos Date: Mon Mar 30 11:42:41 2015 New Revision: 66977 URL: http://svn.reactos.org/svn/reactos?rev=66977&view=rev Log: [shlwapi_undoc.h] - Add definition of SHForwardContextMenuMsg Modified: trunk/reactos/include/reactos/shlwapi_undoc.h Modified: trunk/reactos/inc

[ros-diffs] [gadamopoulos] 66978: [SHLWAPI] - Implement SHForwardContextMenuMsg according to http://undoc.airesoft.co.uk/shlwapi.dll/SHForwardContextMenuMsg.php CORE-9446 (Part 1/2)

2015-03-30 Thread gadamopoulos
Author: gadamopoulos Date: Mon Mar 30 12:16:29 2015 New Revision: 66978 URL: http://svn.reactos.org/svn/reactos?rev=66978&view=rev Log: [SHLWAPI] - Implement SHForwardContextMenuMsg according to http://undoc.airesoft.co.uk/shlwapi.dll/SHForwardContextMenuMsg.php CORE-9446 (Part 1/2) A

[ros-diffs] [gadamopoulos] 66979: [SHELL32] - CDefView: Use SHForwardContextMenuMsg to forward menu messages to the context menu class - CDefaultContextMenu: Implement IContextMenu3 and use SHForwardC

2015-03-30 Thread gadamopoulos
Author: gadamopoulos Date: Mon Mar 30 12:21:39 2015 New Revision: 66979 URL: http://svn.reactos.org/svn/reactos?rev=66979&view=rev Log: [SHELL32] - CDefView: Use SHForwardContextMenuMsg to forward menu messages to the context menu class - CDefaultContextMenu: Implement IContextMenu3 and

[ros-diffs] [gadamopoulos] 66980: [SHELL32] - CDefaultContextMenu: GetAttributesOf should only return the requested flags and not more. However our shell is not up to such nice behavior so don't depen

2015-03-30 Thread gadamopoulos
Author: gadamopoulos Date: Mon Mar 30 13:04:48 2015 New Revision: 66980 URL: http://svn.reactos.org/svn/reactos?rev=66980&view=rev Log: [SHELL32] - CDefaultContextMenu: GetAttributesOf should only return the requested flags and not more. However our shell is not up to such nice behavior so d

[ros-diffs] [gadamopoulos] 66988: [EXPLORER] - Fix showing the website when Help is selected from the start menu.

2015-03-30 Thread gadamopoulos
Author: gadamopoulos Date: Mon Mar 30 22:28:08 2015 New Revision: 66988 URL: http://svn.reactos.org/svn/reactos?rev=66988&view=rev Log: [EXPLORER] - Fix showing the website when Help is selected from the start menu. Modified: trunk/reactos/base/shell/explorer/explorer.rc trunk/rea

[ros-diffs] [gadamopoulos] 66992: [BROWSEUI] - CProgressDialog: Allocate big enough buffers needed for the text messages during initialization and don't reallocate them at all. Should stop thrashing t

2015-03-30 Thread gadamopoulos
Author: gadamopoulos Date: Mon Mar 30 22:50:34 2015 New Revision: 66992 URL: http://svn.reactos.org/svn/reactos?rev=66992&view=rev Log: [BROWSEUI] - CProgressDialog: Allocate big enough buffers needed for the text messages during initialization and don't reallocate them at all. Sh

[ros-diffs] [gadamopoulos] 67008: [SHELL32] - Show hidden files as dithered.

2015-04-01 Thread gadamopoulos
Author: gadamopoulos Date: Wed Apr 1 19:18:34 2015 New Revision: 67008 URL: http://svn.reactos.org/svn/reactos?rev=67008&view=rev Log: [SHELL32] - Show hidden files as dithered. Modified: trunk/reactos/dll/win32/shell32/CDefView.cpp Modified: trunk/reactos/dll/win32/shell32/CDefView

[ros-diffs] [gadamopoulos] 67009: [SHELL32] - Implement IContextMenu3 interface. Implement drawing the icons on WM_DRAWITEM. CORE-8866

2015-04-01 Thread gadamopoulos
Author: gadamopoulos Date: Wed Apr 1 20:22:25 2015 New Revision: 67009 URL: http://svn.reactos.org/svn/reactos?rev=67009&view=rev Log: [SHELL32] - Implement IContextMenu3 interface. Implement drawing the icons on WM_DRAWITEM. CORE-8866 Modified: trunk/reactos/dll/win32/shell32/CNewMenu

[ros-diffs] [gadamopoulos] 67010: [SHELL32] - CNetFolder: As this folder isn't really implemented yet, there is no need to call the hacky common implementation of wine's shell folders (which will be r

2015-04-01 Thread gadamopoulos
Author: gadamopoulos Date: Wed Apr 1 20:34:52 2015 New Revision: 67010 URL: http://svn.reactos.org/svn/reactos?rev=67010&view=rev Log: [SHELL32] - CNetFolder: As this folder isn't really implemented yet, there is no need to call the hacky common implementation of wine's shell

[ros-diffs] [gadamopoulos] 67015: [SHELL32] - CControlPanelFolder: Explicitly check the pidl type in GetAttributesOf. Do not call the generic SHELL32_GetItemAttributes for cpl items.

2015-04-03 Thread gadamopoulos
Author: gadamopoulos Date: Fri Apr 3 10:20:30 2015 New Revision: 67015 URL: http://svn.reactos.org/svn/reactos?rev=67015&view=rev Log: [SHELL32] - CControlPanelFolder: Explicitly check the pidl type in GetAttributesOf. Do not call the generic SHELL32_GetItemAttributes for cpl items. Modi

[ros-diffs] [gadamopoulos] 67016: [SHELL32] - CControlPanelFolder: Factor out CCPLItemMenu class. Use it if the user selected a cpl item and use the default context menu otherwise. - CControlPanelFold

2015-04-03 Thread gadamopoulos
Author: gadamopoulos Date: Fri Apr 3 11:40:00 2015 New Revision: 67016 URL: http://svn.reactos.org/svn/reactos?rev=67016&view=rev Log: [SHELL32] - CControlPanelFolder: Factor out CCPLItemMenu class. Use it if the user selected a cpl item and use the default context menu other

[ros-diffs] [gadamopoulos] 67017: [SHELL32] - CFSFolder: Explicitly check for the supported pidl types. A CFSFolder can be created by a drive pidl. Handle this case and return the appropriate attribut

2015-04-03 Thread gadamopoulos
Author: gadamopoulos Date: Fri Apr 3 11:44:30 2015 New Revision: 67017 URL: http://svn.reactos.org/svn/reactos?rev=67017&view=rev Log: [SHELL32] - CFSFolder: Explicitly check for the supported pidl types. A CFSFolder can be created by a drive pidl. Handle this case and return the appropr

[ros-diffs] [gadamopoulos] 67018: [SHELL32] - Explicitly check for pidl type in GetAttributesOf method of CDesktopFolder and CDrivesFolder

2015-04-03 Thread gadamopoulos
Author: gadamopoulos Date: Fri Apr 3 12:18:07 2015 New Revision: 67018 URL: http://svn.reactos.org/svn/reactos?rev=67018&view=rev Log: [SHELL32] - Explicitly check for pidl type in GetAttributesOf method of CDesktopFolder and CDrivesFolder Modified: trunk/reactos/dll/win32/shell32/fol

[ros-diffs] [gadamopoulos] 67024: [SHELL32] - Implement handling ctrl+A in the shell view control.

2015-04-03 Thread gadamopoulos
Author: gadamopoulos Date: Fri Apr 3 16:49:24 2015 New Revision: 67024 URL: http://svn.reactos.org/svn/reactos?rev=67024&view=rev Log: [SHELL32] - Implement handling ctrl+A in the shell view control. Modified: trunk/reactos/dll/win32/shell32/CDefView.cpp Modified: trunk/reactos/dll/w

[ros-diffs] [gadamopoulos] 69319: [SHELL32] - Add a helper HCR_GetClassName function to load the name of a reg folder to a STRRET - Further simplify CAdminToolsFolder, CFontsFolder and CMyDocsFolder

2015-09-22 Thread gadamopoulos
Author: gadamopoulos Date: Tue Sep 22 18:11:32 2015 New Revision: 69319 URL: http://svn.reactos.org/svn/reactos?rev=69319&view=rev Log: [SHELL32] - Add a helper HCR_GetClassName function to load the name of a reg folder to a STRRET - Further simplify CAdminToolsFolder, CFontsFolder

[ros-diffs] [gadamopoulos] 69328: [SHELL32] - Add a few helper functions: SH_ParseGuidDisplayName, SHELL32_SetNameOfGuidItem, SHELL32_GetDetailsOfGuidItem. - SHELL32_SetNameOfGuidItem is based on a pa

2015-09-23 Thread gadamopoulos
Author: gadamopoulos Date: Wed Sep 23 15:02:05 2015 New Revision: 69328 URL: http://svn.reactos.org/svn/reactos?rev=69328&view=rev Log: [SHELL32] - Add a few helper functions: SH_ParseGuidDisplayName, SHELL32_SetNameOfGuidItem, SHELL32_GetDetailsOfGuidItem. - SHELL32_SetNameOfGuidItem is b

[ros-diffs] [gadamopoulos] 69330: [SHELL32] - Fix a bug in my latest commit.

2015-09-23 Thread gadamopoulos
Author: gadamopoulos Date: Wed Sep 23 15:20:56 2015 New Revision: 69330 URL: http://svn.reactos.org/svn/reactos?rev=69330&view=rev Log: [SHELL32] - Fix a bug in my latest commit. Modified: trunk/reactos/dll/win32/shell32/folders/CDrivesFolder.cpp Modified: trunk/reactos/dll/win32/she

[ros-diffs] [gadamopoulos] 69347: [SHELL32] - Fix displaying the name of guid items.

2015-09-24 Thread gadamopoulos
Author: gadamopoulos Date: Thu Sep 24 15:49:18 2015 New Revision: 69347 URL: http://svn.reactos.org/svn/reactos?rev=69347&view=rev Log: [SHELL32] - Fix displaying the name of guid items. Modified: trunk/reactos/dll/win32/shell32/shlfolder.cpp Modified: trunk/reactos/dll/win32/she

[ros-diffs] [gadamopoulos] 69369: [SHELL32] - Fix SH_ParseGuidDisplayName which was completely broken when I committed it. - Use GUIDFromStringW instead of SHCLSIDFromStringW in _ILCreateGuidFromStrW.

2015-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Sun Sep 27 10:52:10 2015 New Revision: 69369 URL: http://svn.reactos.org/svn/reactos?rev=69369&view=rev Log: [SHELL32] - Fix SH_ParseGuidDisplayName which was completely broken when I committed it. - Use GUIDFromStringW instead of SHCLSIDFromString

[ros-diffs] [gadamopoulos] 69370: [SHELL32] - Improve a change from r27016. Running the control panel applets in the context of explorer is not correct. We should really use ShellExecute here.

2015-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Sun Sep 27 11:31:52 2015 New Revision: 69370 URL: http://svn.reactos.org/svn/reactos?rev=69370&view=rev Log: [SHELL32] - Improve a change from r27016. Running the control panel applets in the context of explorer is not correct. We should really use ShellExecute

[ros-diffs] [gadamopoulos] 69371: Fix gcc build

2015-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Sun Sep 27 11:47:08 2015 New Revision: 69371 URL: http://svn.reactos.org/svn/reactos?rev=69371&view=rev Log: Fix gcc build Modified: trunk/reactos/dll/win32/shell32/folders/CControlPanelFolder.cpp Modified: trunk/reactos/dll/win32/shell32/fol

[ros-diffs] [gadamopoulos] 69373: [SHELL32] - Don't duplicate the code for getting the name of a drive. CDrivesFolder already does it (and it does it better). Make the drive properties call it to get

2015-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Sun Sep 27 14:27:09 2015 New Revision: 69373 URL: http://svn.reactos.org/svn/reactos?rev=69373&view=rev Log: [SHELL32] - Don't duplicate the code for getting the name of a drive. CDrivesFolder already does it (and it does it better). Make the drive propertie

[ros-diffs] [gadamopoulos] 69374: [SHELL32] - Fix for drive free/total space in My Computer. Patch by Barrett Karish. CORE-10264

2015-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Sun Sep 27 15:09:28 2015 New Revision: 69374 URL: http://svn.reactos.org/svn/reactos?rev=69374&view=rev Log: [SHELL32] - Fix for drive free/total space in My Computer. Patch by Barrett Karish. CORE-10264 Modified: trunk/reactos/dll/win32/shell32/fol

[ros-diffs] [gadamopoulos] 69403: [SHELL32] - Actually use the localized name for Control Panel.

2015-09-28 Thread gadamopoulos
Author: gadamopoulos Date: Mon Sep 28 16:04:34 2015 New Revision: 69403 URL: http://svn.reactos.org/svn/reactos?rev=69403&view=rev Log: [SHELL32] - Actually use the localized name for Control Panel. Modified: trunk/reactos/dll/win32/shell32/res/rgs/controlpanel.rgs Modified: trunk/rea

[ros-diffs] [gadamopoulos] 69468: [SHELL32] - CDefView: Implement updating the status bar . Based on patch by Barrett Karish CORE-10300

2015-10-08 Thread gadamopoulos
Author: gadamopoulos Date: Fri Oct 9 00:27:34 2015 New Revision: 69468 URL: http://svn.reactos.org/svn/reactos?rev=69468&view=rev Log: [SHELL32] - CDefView: Implement updating the status bar . Based on patch by Barrett Karish CORE-10300 Modified: trunk/reactos/dll/win32/she

[ros-diffs] [gadamopoulos] 69469: [SHELL32] - "Fix" SHChangeNotifyRegister to report file system changes. I am not really sure if these changes are correct but really make it work now. CORE-1171

2015-10-08 Thread gadamopoulos
Author: gadamopoulos Date: Fri Oct 9 00:31:47 2015 New Revision: 69469 URL: http://svn.reactos.org/svn/reactos?rev=69469&view=rev Log: [SHELL32] - "Fix" SHChangeNotifyRegister to report file system changes. I am not really sure if these changes are correct but really make it work

[ros-diffs] [gadamopoulos] 69473: [BROWSEUI] - Implement showing and hiding the Go button. Patch by Barrett Karish. CORE-10154

2015-10-09 Thread gadamopoulos
Author: gadamopoulos Date: Fri Oct 9 13:20:45 2015 New Revision: 69473 URL: http://svn.reactos.org/svn/reactos?rev=69473&view=rev Log: [BROWSEUI] - Implement showing and hiding the Go button. Patch by Barrett Karish. CORE-10154 Modified: trunk/reactos/base/applications/iexp

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

[ros-diffs] [gadamopoulos] 69709: [WIN32K] - co_UserCreateWindowEx: Fail when a wrong handle was passed for the parent window. "Fixes" a crash down the road due to missing null checks in other places

2015-10-26 Thread gadamopoulos
Author: gadamopoulos Date: Mon Oct 26 12:09:34 2015 New Revision: 69709 URL: http://svn.reactos.org/svn/reactos?rev=69709&view=rev Log: [WIN32K] - co_UserCreateWindowEx: Fail when a wrong handle was passed for the parent window. "Fixes" a crash down the road due to missing null c

[ros-diffs] [gadamopoulos] 69712: [SHELL32] - Implement CompareIDs for the folders in the shell namespace. The previous implementation was a generic solution that just compared names. - CDefView: Impl

2015-10-26 Thread gadamopoulos
Author: gadamopoulos Date: Mon Oct 26 15:07:44 2015 New Revision: 69712 URL: http://svn.reactos.org/svn/reactos?rev=69712&view=rev Log: [SHELL32] - Implement CompareIDs for the folders in the shell namespace. The previous implementation was a generic solution that just compared names. - CDef

[ros-diffs] [gadamopoulos] 69713: [SHELL32] - Remove a few todo comments that are now completed. Also remove numbers to make it simpler to remove one entry from the todo list.

2015-10-26 Thread gadamopoulos
Author: gadamopoulos Date: Mon Oct 26 15:51:21 2015 New Revision: 69713 URL: http://svn.reactos.org/svn/reactos?rev=69713&view=rev Log: [SHELL32] - Remove a few todo comments that are now completed. Also remove numbers to make it simpler to remove one entry from the todo list. Modi

[ros-diffs] [gadamopoulos] 69873: [SHELL32] - CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At least now some flic

2015-11-10 Thread gadamopoulos
Author: gadamopoulos Date: Tue Nov 10 22:57:24 2015 New Revision: 69873 URL: http://svn.reactos.org/svn/reactos?rev=69873&view=rev Log: [SHELL32] - CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At

[ros-diffs] [gadamopoulos] 75973: [WINLOGON][WIN32K][WINSRV] -Silence a lot of debug prints in the shutdown sequence. Add some debug prints in case of error. Also print the name of the processes that

2017-09-26 Thread gadamopoulos
Author: gadamopoulos Date: Tue Sep 26 09:11:51 2017 New Revision: 75973 URL: http://svn.reactos.org/svn/reactos?rev=75973&view=rev Log: [WINLOGON][WIN32K][WINSRV] -Silence a lot of debug prints in the shutdown sequence. Add some debug prints in case of error. Also print the name of

<    5   6   7   8   9   10