[ros-diffs] [gadamopoulos] 72045: [SHELL32] - CDefView: Add a missing error check. CORE-11594

2016-07-29 Thread gadamopoulos
Author: gadamopoulos Date: Fri Jul 29 12:03:20 2016 New Revision: 72045 URL: http://svn.reactos.org/svn/reactos?rev=72045&view=rev Log: [SHELL32] - CDefView: Add a missing error check. CORE-11594 Modified: trunk/reactos/dll/win32/shell32/CDefView.cpp Modified: trunk/reactos/dll/w

[ros-diffs] [gadamopoulos] 72047: [SHELL32] - Factor CFSDropTarget out of CFSFolder. - For now their code is mixed (no code was moved), until we decide where exactly is should be kept.

2016-07-29 Thread gadamopoulos
Author: gadamopoulos Date: Fri Jul 29 12:56:06 2016 New Revision: 72047 URL: http://svn.reactos.org/svn/reactos?rev=72047&view=rev Log: [SHELL32] - Factor CFSDropTarget out of CFSFolder. - For now their code is mixed (no code was moved), until we decide where exactly is should be kept. Modi

[ros-diffs] [gadamopoulos] 72048: Fix build.

2016-07-29 Thread gadamopoulos
Author: gadamopoulos Date: Fri Jul 29 12:59:16 2016 New Revision: 72048 URL: http://svn.reactos.org/svn/reactos?rev=72048&view=rev Log: Fix build. Modified: trunk/reactos/dll/win32/shell32/folders/CFSFolder.h Modified: trunk/reactos/dll/win32/shell32/folders/CFSFolder.h URL:

[ros-diffs] [gadamopoulos] 72053: [BROWSEUI] - Use the _CreateInstance postfix for all functions that instantiate a class. - Move the the CreateInstance functions of the exported classes to browseui.h

2016-07-30 Thread gadamopoulos
Author: gadamopoulos Date: Sat Jul 30 11:53:16 2016 New Revision: 72053 URL: http://svn.reactos.org/svn/reactos?rev=72053&view=rev Log: [BROWSEUI] - Use the _CreateInstance postfix for all functions that instantiate a class. - Move the the CreateInstance functions of the exported classe

[ros-diffs] [gadamopoulos] 72055: [BROWSEUI] - Move handling of DISPID_NAVIGATECOMPLETE2 event from CAddressBand to CAddressEditBox as the todo comments say it should be. - Remove the todo entries tha

2016-07-30 Thread gadamopoulos
Author: gadamopoulos Date: Sat Jul 30 12:47:39 2016 New Revision: 72055 URL: http://svn.reactos.org/svn/reactos?rev=72055&view=rev Log: [BROWSEUI] - Move handling of DISPID_NAVIGATECOMPLETE2 event from CAddressBand to CAddressEditBox as the todo comments say it should be. - Remove the

[ros-diffs] [gadamopoulos] 72099: [SHELL32] - CDesktopBrowser: Convert to an ATL CWindow class, remove unused fields and cleanup.

2016-08-03 Thread gadamopoulos
Author: gadamopoulos Date: Wed Aug 3 15:52:27 2016 New Revision: 72099 URL: http://svn.reactos.org/svn/reactos?rev=72099&view=rev Log: [SHELL32] - CDesktopBrowser: Convert to an ATL CWindow class, remove unused fields and cleanup. Modified: trunk/reactos/dll/win32/shell32/shelldes

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

2016-08-03 Thread gadamopoulos
Author: gadamopoulos Date: Wed Aug 3 15:55:58 2016 New Revision: 72100 URL: http://svn.reactos.org/svn/reactos?rev=72100&view=rev Log: Fix gcc build Modified: trunk/reactos/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp Modified: trunk/reactos/dll/win32/shell32/shelldes

[ros-diffs] [gadamopoulos] 72111: [EXPLORER] - Fix subclassing the tasks toolbar which was broken in r65274. CORE-11532

2016-08-05 Thread gadamopoulos
Author: gadamopoulos Date: Fri Aug 5 09:06:30 2016 New Revision: 72111 URL: http://svn.reactos.org/svn/reactos?rev=72111&view=rev Log: [EXPLORER] - Fix subclassing the tasks toolbar which was broken in r65274. CORE-11532 Modified: trunk/reactos/base/shell/explorer/taskswnd.cpp Modi

[ros-diffs] [gadamopoulos] 72116: [COMCTL32] - rebar: actually pass the hittest flag to the NM_NCHITTEST notification. CORE-11532

2016-08-05 Thread gadamopoulos
Author: gadamopoulos Date: Fri Aug 5 17:16:22 2016 New Revision: 72116 URL: http://svn.reactos.org/svn/reactos?rev=72116&view=rev Log: [COMCTL32] - rebar: actually pass the hittest flag to the NM_NCHITTEST notification. CORE-11532 Modified: trunk/reactos/dll/win32/comctl32/rebar.c Modi

[ros-diffs] [gadamopoulos] 72167: [SHELL32] - Don't hardcode the path in the shell namespace in any folder appart for CDesktopFolder and CDrivesFolder. - Make SHELL32_CoCreateInitSF slightly more gene

2016-08-09 Thread gadamopoulos
Author: gadamopoulos Date: Tue Aug 9 18:05:50 2016 New Revision: 72167 URL: http://svn.reactos.org/svn/reactos?rev=72167&view=rev Log: [SHELL32] - Don't hardcode the path in the shell namespace in any folder appart for CDesktopFolder and CDrivesFolder. - Make SHELL32_CoCreateInitSF

[ros-diffs] [gadamopoulos] 72188: [SHELL32] - Add CRegFolder using the guid item specific functions. So far it is only partly implemented with stuff like enumerating still missing. - Use CRegFolder in

2016-08-10 Thread gadamopoulos
Author: gadamopoulos Date: Wed Aug 10 18:56:48 2016 New Revision: 72188 URL: http://svn.reactos.org/svn/reactos?rev=72188&view=rev Log: [SHELL32] - Add CRegFolder using the guid item specific functions. So far it is only partly implemented with stuff like enumerating still missing. -

[ros-diffs] [gadamopoulos] 72206: [SHELL32] - Move CFSDropTarget to its own file.

2016-08-12 Thread gadamopoulos
Author: gadamopoulos Date: Fri Aug 12 11:35:24 2016 New Revision: 72206 URL: http://svn.reactos.org/svn/reactos?rev=72206&view=rev Log: [SHELL32] - Move CFSDropTarget to its own file. Added: trunk/reactos/dll/win32/shell32/droptargets/CFSDropTarget.cpp - copied, changed from r7

[ros-diffs] [gadamopoulos] 72208: [SHELL32] - Get rid of the functions that handle guid pidls and move their implementation in CRegFolder.cpp.

2016-08-12 Thread gadamopoulos
Author: gadamopoulos Date: Fri Aug 12 12:21:13 2016 New Revision: 72208 URL: http://svn.reactos.org/svn/reactos?rev=72208&view=rev Log: [SHELL32] - Get rid of the functions that handle guid pidls and move their implementation in CRegFolder.cpp. Modified: trunk/reactos/dll/win32/she

[ros-diffs] [gadamopoulos] 72221: [SHELL32] - Fix a bug in CStartMenu_Constructor and add some comments to explain what this part does.

2016-08-14 Thread gadamopoulos
Author: gadamopoulos Date: Sun Aug 14 16:15:02 2016 New Revision: 72221 URL: http://svn.reactos.org/svn/reactos?rev=72221&view=rev Log: [SHELL32] - Fix a bug in CStartMenu_Constructor and add some comments to explain what this part does. Modified: trunk/reactos/dll/win32/shell32/shell

[ros-diffs] [gadamopoulos] 72233: [EXPLORER] - Implement resizing the taskbar in steps based on the way the rebar resizes. It works in windows (a bit buggy) and it would work in ros if our rebar could

2016-08-15 Thread gadamopoulos
Author: gadamopoulos Date: Mon Aug 15 20:53:12 2016 New Revision: 72233 URL: http://svn.reactos.org/svn/reactos?rev=72233&view=rev Log: [EXPLORER] - Implement resizing the taskbar in steps based on the way the rebar resizes. It works in windows (a bit buggy) and it would work in ros if our r

[ros-diffs] [gadamopoulos] 72325: [BROWSEUI] - Use OleFlushClipboard while the browser window is being destroyed in order to make make any IDataObject that is in clipboard to render so as make is data

2016-08-18 Thread gadamopoulos
Author: gadamopoulos Date: Thu Aug 18 13:16:05 2016 New Revision: 72325 URL: http://svn.reactos.org/svn/reactos?rev=72325&view=rev Log: [BROWSEUI] - Use OleFlushClipboard while the browser window is being destroyed in order to make make any IDataObject that is in clipboard to render so as

[ros-diffs] [gadamopoulos] 72326: [BROWSEUI] - CInternetToolbar: Fix resizing the top rebar. Works in windows (but not in ros).

2016-08-18 Thread gadamopoulos
Author: gadamopoulos Date: Thu Aug 18 13:24:16 2016 New Revision: 72326 URL: http://svn.reactos.org/svn/reactos?rev=72326&view=rev Log: [BROWSEUI] - CInternetToolbar: Fix resizing the top rebar. Works in windows (but not in ros). Modified: trunk/reactos/dll/win32/brow

[ros-diffs] [gadamopoulos] 72327: [SHELL32] - CDefView: Set the site of the context menu to the CDefView essentialy reverting r68727 which was wrong. - CDefaultContextMenu: Implement IObjectWithSite i

2016-08-18 Thread gadamopoulos
Author: gadamopoulos Date: Thu Aug 18 13:50:56 2016 New Revision: 72327 URL: http://svn.reactos.org/svn/reactos?rev=72327&view=rev Log: [SHELL32] - CDefView: Set the site of the context menu to the CDefView essentialy reverting r68727 which was wrong. - CDefaultContextMenu: Imple

[ros-diffs] [gadamopoulos] 72328: [SHELL32] - CDefaultContextMenu: Fix some cosmetic issues.

2016-08-18 Thread gadamopoulos
Author: gadamopoulos Date: Thu Aug 18 14:01:44 2016 New Revision: 72328 URL: http://svn.reactos.org/svn/reactos?rev=72328&view=rev Log: [SHELL32] - CDefaultContextMenu: Fix some cosmetic issues. Modified: trunk/reactos/dll/win32/shell32/CDefaultContextMenu.cpp Modified: trunk/reactos

[ros-diffs] [gadamopoulos] 72397: [SHELL32] - Show an error message when creating a directory fails. - Patch by Jared Smudde CORE-11661

2016-08-20 Thread gadamopoulos
Author: gadamopoulos Date: Sat Aug 20 09:34:25 2016 New Revision: 72397 URL: http://svn.reactos.org/svn/reactos?rev=72397&view=rev Log: [SHELL32] - Show an error message when creating a directory fails. - Patch by Jared Smudde CORE-11661 Modified: trunk/reactos/dll/win32/shell32/lan

[ros-diffs] [gadamopoulos] 72398: [SHELL32] - Fail to delete any file if one is invalid. - Patch by andy-123 CORE-9959

2016-08-20 Thread gadamopoulos
Author: gadamopoulos Date: Sat Aug 20 09:43:09 2016 New Revision: 72398 URL: http://svn.reactos.org/svn/reactos?rev=72398&view=rev Log: [SHELL32] - Fail to delete any file if one is invalid. - Patch by andy-123 CORE-9959 Modified: trunk/reactos/dll/win32/shell32/shlfileop.cpp Modi

[ros-diffs] [gadamopoulos] 72399: [SHELL32] - Use ExpandEnvironmentStringsW instead of PathUnExpandEnvStringsW in the pick icon dialog. - Patch by Jared Smudde. CORE-10962

2016-08-20 Thread gadamopoulos
Author: gadamopoulos Date: Sat Aug 20 09:53:55 2016 New Revision: 72399 URL: http://svn.reactos.org/svn/reactos?rev=72399&view=rev Log: [SHELL32] - Use ExpandEnvironmentStringsW instead of PathUnExpandEnvStringsW in the pick icon dialog. - Patch by Jared Smudde. CORE-10962 Modified: t

[ros-diffs] [gadamopoulos] 72401: [SHELL32] - CMenuBand: Do not open the context menu on mouse down but on mouse up. - Patch by Joachim Henze (reactosfanboy) CORE-10830

2016-08-20 Thread gadamopoulos
Author: gadamopoulos Date: Sat Aug 20 22:05:12 2016 New Revision: 72401 URL: http://svn.reactos.org/svn/reactos?rev=72401&view=rev Log: [SHELL32] - CMenuBand: Do not open the context menu on mouse down but on mouse up. - Patch by Joachim Henze (reactosfanboy) CORE-10830 Modified: t

[ros-diffs] [gadamopoulos] 72440: [EXPLORER] - CTrayWindow: Reorganise the code in logical groups to make it more readable. Move command handlers at the top of the file followed by the code that manag

2016-08-23 Thread gadamopoulos
Author: gadamopoulos Date: Tue Aug 23 16:52:05 2016 New Revision: 72440 URL: http://svn.reactos.org/svn/reactos?rev=72440&view=rev Log: [EXPLORER] - CTrayWindow: Reorganise the code in logical groups to make it more readable. Move command handlers at the top of the file followed by the code

[ros-diffs] [gadamopoulos] 72769: [SHELL32] - HCR_GetFolderAttributes already calls GetAttributesOf when needed, calling it when it is not needed can lead to crashes.

2016-09-22 Thread gadamopoulos
Author: gadamopoulos Date: Thu Sep 22 16:09:28 2016 New Revision: 72769 URL: http://svn.reactos.org/svn/reactos?rev=72769&view=rev Log: [SHELL32] - HCR_GetFolderAttributes already calls GetAttributesOf when needed, calling it when it is not needed can lead to crashes. Modified: t

[ros-diffs] [gadamopoulos] 72770: [SHELL32] - COpenWithMenu: Don't try to close the same registry key twice.

2016-09-22 Thread gadamopoulos
Author: gadamopoulos Date: Thu Sep 22 16:14:07 2016 New Revision: 72770 URL: http://svn.reactos.org/svn/reactos?rev=72770&view=rev Log: [SHELL32] - COpenWithMenu: Don't try to close the same registry key twice. Modified: trunk/reactos/dll/win32/shell32/COpenWithMenu.cpp Modifi

[ros-diffs] [gadamopoulos] 72771: [SHELL32] - Handle failure in SHELL32_CompareDetails.

2016-09-22 Thread gadamopoulos
Author: gadamopoulos Date: Thu Sep 22 16:22:44 2016 New Revision: 72771 URL: http://svn.reactos.org/svn/reactos?rev=72771&view=rev Log: [SHELL32] - Handle failure in SHELL32_CompareDetails. Modified: trunk/reactos/dll/win32/shell32/shlfolder.cpp Modified: trunk/reactos/dll/win32/she

[ros-diffs] [gadamopoulos] 72772: [HIVECLS.INF] - Drive property page is registered by sehll32.

2016-09-22 Thread gadamopoulos
Author: gadamopoulos Date: Thu Sep 22 16:48:12 2016 New Revision: 72772 URL: http://svn.reactos.org/svn/reactos?rev=72772&view=rev Log: [HIVECLS.INF] - Drive property page is registered by sehll32. Modified: trunk/reactos/boot/bootdata/hivecls.inf Modified: trunk/reactos/boot/boot

[ros-diffs] [gadamopoulos] 72775: [SHELL32] - CDefaultContextMenu: Simplify some really superfluous code and add more checks for bogus parameters. Create the data object using GetUIObjectOf instead of

2016-09-22 Thread gadamopoulos
Author: gadamopoulos Date: Thu Sep 22 19:54:15 2016 New Revision: 72775 URL: http://svn.reactos.org/svn/reactos?rev=72775&view=rev Log: [SHELL32] - CDefaultContextMenu: Simplify some really superfluous code and add more checks for bogus parameters. Create the data object using GetUIObje

[ros-diffs] [gadamopoulos] 72776: [SHELL32] - SHCreateDefaultContextMenu: Since our shell folders don't pass the array of class keys needed, populate this array right in SHCreateDefaultContextMenu. Th

2016-09-22 Thread gadamopoulos
Author: gadamopoulos Date: Thu Sep 22 21:34:14 2016 New Revision: 72776 URL: http://svn.reactos.org/svn/reactos?rev=72776&view=rev Log: [SHELL32] - SHCreateDefaultContextMenu: Since our shell folders don't pass the array of class keys needed, populate this array

[ros-diffs] [gadamopoulos] 72778: [SHELL32] - CPrinterFolder: Use the printer icon for printers not the icon for printers folder.

2016-09-23 Thread gadamopoulos
Author: gadamopoulos Date: Fri Sep 23 15:51:53 2016 New Revision: 72778 URL: http://svn.reactos.org/svn/reactos?rev=72778&view=rev Log: [SHELL32] - CPrinterFolder: Use the printer icon for printers not the icon for printers folder. Modified: trunk/reactos/dll/win32/shell32/fol

[ros-diffs] [gadamopoulos] 72808: [SHELL32] - CDefView: Overhaul the code that filled the menu bar of explorer. Fill the arrange as menu with the column names from the shell folders instead of hardcod

2016-09-25 Thread gadamopoulos
Author: gadamopoulos Date: Mon Sep 26 00:43:21 2016 New Revision: 72808 URL: http://svn.reactos.org/svn/reactos?rev=72808&view=rev Log: [SHELL32] - CDefView: Overhaul the code that filled the menu bar of explorer. Fill the arrange as menu with the column names from the shell folders instea

[ros-diffs] [gadamopoulos] 72834: [SHELL32] - CDesktopBrowser: Implement support for multiple monitors. This needs to be disabled since we don't support LVM_SETWORKAREAS in comctl32 yet. Till then con

2016-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Tue Sep 27 22:53:39 2016 New Revision: 72834 URL: http://svn.reactos.org/svn/reactos?rev=72834&view=rev Log: [SHELL32] - CDesktopBrowser: Implement support for multiple monitors. This needs to be disabled since we don't support LVM_SETWORKAREAS in comctl32

[ros-diffs] [gadamopoulos] 72891: [SHELL32] - CNetFolder: Use the Folder class for the items shown. The same is done in shell extensions (in windows) that use the CDefaultContextMenu and want the Open

2016-10-02 Thread gadamopoulos
Author: gadamopoulos Date: Sun Oct 2 13:22:01 2016 New Revision: 72891 URL: http://svn.reactos.org/svn/reactos?rev=72891&view=rev Log: [SHELL32] - CNetFolder: Use the Folder class for the items shown. The same is done in shell extensions (in windows) that use the CDefaultContextMenu and

[ros-diffs] [gadamopoulos] 73121: [SHELL32_APITEST] - Add extensive tests for SHParseDisplayName. I tried to add as many as possible but this list of tests is still incomplete. In the meantime I disco

2016-11-04 Thread gadamopoulos
Author: gadamopoulos Date: Fri Nov 4 17:31:53 2016 New Revision: 73121 URL: http://svn.reactos.org/svn/reactos?rev=73121&view=rev Log: [SHELL32_APITEST] - Add extensive tests for SHParseDisplayName. I tried to add as many as possible but this list of tests is still incomplete. In the mean

[ros-diffs] [gadamopoulos] 73128: [SHELL32] - Implement comparing child items in CompareIDs method of our IShellFolder immplementation in shell32 as this is the expected behaviour according to tests a

2016-11-04 Thread gadamopoulos
Author: gadamopoulos Date: Fri Nov 4 23:11:29 2016 New Revision: 73128 URL: http://svn.reactos.org/svn/reactos?rev=73128&view=rev Log: [SHELL32] - Implement comparing child items in CompareIDs method of our IShellFolder immplementation in shell32 as this is the expected behaviour accordin

[ros-diffs] [gadamopoulos] 73129: [BROWSEUI] - CShellBrowser: Add a standard ShellObjectCreatorInit constructor and make its initializer take a pidl and flags. - Move BrowserThreadProc to desktopipc.c

2016-11-04 Thread gadamopoulos
Author: gadamopoulos Date: Fri Nov 4 23:56:02 2016 New Revision: 73129 URL: http://svn.reactos.org/svn/reactos?rev=73129&view=rev Log: [BROWSEUI] - CShellBrowser: Add a standard ShellObjectCreatorInit constructor and make its initializer take a pidl and flags. - Move BrowserThreadPro

[ros-diffs] [gadamopoulos] 73130: [BROWSEUI] - CAddressEditBox: Implement handling relative paths in the addressbar of explore in addition to absolute paths.

2016-11-04 Thread gadamopoulos
Author: gadamopoulos Date: Sat Nov 5 00:09:51 2016 New Revision: 73130 URL: http://svn.reactos.org/svn/reactos?rev=73130&view=rev Log: [BROWSEUI] - CAddressEditBox: Implement handling relative paths in the addressbar of explore in addition to absolute paths. Modified: trunk/reactos

[ros-diffs] [gadamopoulos] 73132: [BROWSEUI] - CShellBrowser: Add some checks for failures that we re missing. - CAddressEditBox: Add some checks for failures that we re missing. - SHCreateFromDesktop

2016-11-05 Thread gadamopoulos
Author: gadamopoulos Date: Sat Nov 5 14:40:55 2016 New Revision: 73132 URL: http://svn.reactos.org/svn/reactos?rev=73132&view=rev Log: [BROWSEUI] - CShellBrowser: Add some checks for failures that we re missing. - CAddressEditBox: Add some checks for failures that we re mis

[ros-diffs] [gadamopoulos] 73134: [SHELL32] CDesktopBrowser: Forward the parameters pased in CDesktopBrowser::BrowseObject to SHOpenNewFrame. Thus the same parameters are eventually passed to CShellBr

2016-11-05 Thread gadamopoulos
Author: gadamopoulos Date: Sat Nov 5 15:05:00 2016 New Revision: 73134 URL: http://svn.reactos.org/svn/reactos?rev=73134&view=rev Log: [SHELL32] CDesktopBrowser: Forward the parameters pased in CDesktopBrowser::BrowseObject to SHOpenNewFrame. Thus the same parameters are eventually passe

[ros-diffs] [gadamopoulos] 73137: [SHELL32] - Properly add Printers folder in Control Panel. CORE-12193

2016-11-05 Thread gadamopoulos
Author: gadamopoulos Date: Sat Nov 5 16:33:24 2016 New Revision: 73137 URL: http://svn.reactos.org/svn/reactos?rev=73137&view=rev Log: [SHELL32] - Properly add Printers folder in Control Panel. CORE-12193 Modified: trunk/reactos/dll/win32/shell32/res/rgs/printers.rgs Modified: t

[ros-diffs] [gadamopoulos] 73139: [SHELL32] - Add missing resource strings for the description of some shell folders.

2016-11-05 Thread gadamopoulos
Author: gadamopoulos Date: Sat Nov 5 16:45:41 2016 New Revision: 73139 URL: http://svn.reactos.org/svn/reactos?rev=73139&view=rev Log: [SHELL32] - Add missing resource strings for the description of some shell folders. Modified: trunk/reactos/dll/win32/shell32/lang/bg-BG.rc t

[ros-diffs] [gadamopoulos] 57074: [user32_apitest] - Add support for logging messages in different threads - Add several tests for AttachThreadInput

2012-08-13 Thread gadamopoulos
Author: gadamopoulos Date: Mon Aug 13 18:04:04 2012 New Revision: 57074 URL: http://svn.reactos.org/svn/reactos?rev=57074&view=rev Log: [user32_apitest] - Add support for logging messages in different threads - Add several tests for AttachThreadInput Added: trunk/rostests/apitests/us

[ros-diffs] [gadamopoulos] 57079: [user32_apitest] - Hack around the fact that desktop handling in ros is awful. Now the child threads use the proper desktop. - Convert all calls to SendMessage to Sen

2012-08-15 Thread gadamopoulos
Author: gadamopoulos Date: Wed Aug 15 19:37:29 2012 New Revision: 57079 URL: http://svn.reactos.org/svn/reactos?rev=57079&view=rev Log: [user32_apitest] - Hack around the fact that desktop handling in ros is awful. Now the child threads use the proper desktop. - Convert all calls to SendMes

[ros-diffs] [gadamopoulos] 57083: [win32k] - Do not treat the release of the windows key as a hotkey if it was used as a modifier for another hotkey that was pressed - Now if I press win+R only the Ru

2012-08-16 Thread gadamopoulos
Author: gadamopoulos Date: Thu Aug 16 07:32:49 2012 New Revision: 57083 URL: http://svn.reactos.org/svn/reactos?rev=57083&view=rev Log: [win32k] - Do not treat the release of the windows key as a hotkey if it was used as a modifier for another hotkey that was pressed - Now if I press win+R

[ros-diffs] [gadamopoulos] 57084: [user32] - change error messages in CallWindowProc to make it apparent that we caught an exception with SEH as requested by Caemyr

2012-08-16 Thread gadamopoulos
Author: gadamopoulos Date: Thu Aug 16 07:54:40 2012 New Revision: 57084 URL: http://svn.reactos.org/svn/reactos?rev=57084&view=rev Log: [user32] - change error messages in CallWindowProc to make it apparent that we caught an exception with SEH as requested by Caemyr Modified: trunk/rea

[ros-diffs] [gadamopoulos] 57085: [user32_apitest] - Deactivate Test_SimpleParameters in AttachThreadInput tests until it doesn't crash in win32k. - Add some more tests in Test_SimpleParameters that s

2012-08-16 Thread gadamopoulos
Author: gadamopoulos Date: Thu Aug 16 08:43:43 2012 New Revision: 57085 URL: http://svn.reactos.org/svn/reactos?rev=57085&view=rev Log: [user32_apitest] - Deactivate Test_SimpleParameters in AttachThreadInput tests until it doesn't crash in win32k. - Add some more tests in Test_SimpleP

[ros-diffs] [gadamopoulos] 57623: [win32k] - Fix WARN macros - Keep a list of the PROCESSINFO of all the running processes - Count how many handles a process owns per type in PROCESSINFO - Improve the

2012-10-27 Thread gadamopoulos
Author: gadamopoulos Date: Sat Oct 27 16:39:18 2012 New Revision: 57623 URL: http://svn.reactos.org/svn/reactos?rev=57623&view=rev Log: [win32k] - Fix WARN macros - Keep a list of the PROCESSINFO of all the running processes - Count how many handles a process owns per type in PROCESS

[ros-diffs] [gadamopoulos] 57624: [win32k] - Double the size of the user handle table in order to allow the test suite to complete despite the horrible object leaks

2012-10-27 Thread gadamopoulos
Author: gadamopoulos Date: Sat Oct 27 18:06:10 2012 New Revision: 57624 URL: http://svn.reactos.org/svn/reactos?rev=57624&view=rev Log: [win32k] - Double the size of the user handle table in order to allow the test suite to complete despite the horrible object leaks Modified: trunk/rea

[ros-diffs] [gadamopoulos] 57633: - Fix build I wonder how ninja managed to compile this locally

2012-10-28 Thread gadamopoulos
Author: gadamopoulos Date: Sun Oct 28 10:43:48 2012 New Revision: 57633 URL: http://svn.reactos.org/svn/reactos?rev=57633&view=rev Log: - Fix build I wonder how ninja managed to compile this locally Modified: trunk/reactos/win32ss/user/ntuser/window.c Modified: trunk/reactos/win32ss/

[ros-diffs] [gadamopoulos] 57642: [win32k] - Plug some object leaks in callproc and clipboard code

2012-10-28 Thread gadamopoulos
Author: gadamopoulos Date: Sun Oct 28 17:31:33 2012 New Revision: 57642 URL: http://svn.reactos.org/svn/reactos?rev=57642&view=rev Log: [win32k] - Plug some object leaks in callproc and clipboard code Modified: trunk/reactos/win32ss/user/ntuser/callproc.c trunk/reactos/win32ss/

[ros-diffs] [gadamopoulos] 57651: [user32_apitest] - Add a test for LR_SHARED flag for LoadImage

2012-10-30 Thread gadamopoulos
Author: gadamopoulos Date: Tue Oct 30 13:29:11 2012 New Revision: 57651 URL: http://svn.reactos.org/svn/reactos?rev=57651&view=rev Log: [user32_apitest] - Add a test for LR_SHARED flag for LoadImage Added: trunk/rostests/apitests/user32/LoadImage.c (with props) Modified: trunk/rost

[ros-diffs] [gadamopoulos] 57652: [win32k] - Fix the remaining tests that failed in user32:winstation

2012-10-30 Thread gadamopoulos
Author: gadamopoulos Date: Tue Oct 30 16:50:11 2012 New Revision: 57652 URL: http://svn.reactos.org/svn/reactos?rev=57652&view=rev Log: [win32k] - Fix the remaining tests that failed in user32:winstation Modified: trunk/reactos/win32ss/user/ntuser/winsta.c trunk/reactos/win32ss/

[ros-diffs] [gadamopoulos] 57656: [user32_apitest] - Add some tests to see how SetCursorPos is affected by the current desktop

2012-10-31 Thread gadamopoulos
Author: gadamopoulos Date: Wed Oct 31 14:18:06 2012 New Revision: 57656 URL: http://svn.reactos.org/svn/reactos?rev=57656&view=rev Log: [user32_apitest] - Add some tests to see how SetCursorPos is affected by the current desktop Modified: trunk/rostests/apitests/user32/SetCursorP

[ros-diffs] [gadamopoulos] 57657: [win32k] - Use ONEPARAM_ROUTINE_GETCURSORPOS instead of ONEPARAM_ROUTINE_GETCURSORPOSITION in GetCursorPos - Correctly check if the current thread belongs to the acti

2012-10-31 Thread gadamopoulos
Author: gadamopoulos Date: Wed Oct 31 14:55:23 2012 New Revision: 57657 URL: http://svn.reactos.org/svn/reactos?rev=57657&view=rev Log: [win32k] - Use ONEPARAM_ROUTINE_GETCURSORPOS instead of ONEPARAM_ROUTINE_GETCURSORPOSITION in GetCursorPos - Correctly check if the current thread belong

[ros-diffs] [gadamopoulos] 57658: [user32_apitests] - Add some tests for OpenInputDesktop

2012-10-31 Thread gadamopoulos
Author: gadamopoulos Date: Wed Oct 31 15:23:11 2012 New Revision: 57658 URL: http://svn.reactos.org/svn/reactos?rev=57658&view=rev Log: [user32_apitests] - Add some tests for OpenInputDesktop Modified: trunk/rostests/apitests/user32/desktop.c Modified: trunk/rostests/apitests/us

[ros-diffs] [gadamopoulos] 57659: [win32k] - Remove InputDesktopHandle variable because it is a handle and that means that it can only be used in the context of winlogon - Fixes NtUserOpenInputDesktop

2012-10-31 Thread gadamopoulos
Author: gadamopoulos Date: Wed Oct 31 16:19:48 2012 New Revision: 57659 URL: http://svn.reactos.org/svn/reactos?rev=57659&view=rev Log: [win32k] - Remove InputDesktopHandle variable because it is a handle and that means that it can only be used in the context of winlogon - F

[ros-diffs] [gadamopoulos] 57663: - Fix the double scrollbars in explorer

2012-11-01 Thread gadamopoulos
Author: gadamopoulos Date: Thu Nov 1 17:28:52 2012 New Revision: 57663 URL: http://svn.reactos.org/svn/reactos?rev=57663&view=rev Log: - Fix the double scrollbars in explorer Modified: trunk/reactos/win32ss/user/user32/windows/mdi.c Modified: trunk/reactos/win32ss/user/user32/windows/m

[ros-diffs] [gadamopoulos] 57671: [explorer] - Implement calling IShellView_TranslateAccelerator - Fixes accelerators like Ctrl+c , Ctrl+v, etc in windows

2012-11-03 Thread gadamopoulos
Author: gadamopoulos Date: Sat Nov 3 21:00:10 2012 New Revision: 57671 URL: http://svn.reactos.org/svn/reactos?rev=57671&view=rev Log: [explorer] - Implement calling IShellView_TranslateAccelerator - Fixes accelerators like Ctrl+c , Ctrl+v, etc in windows Modified: trunk/reactos/base/s

[ros-diffs] [gadamopoulos] 63872: [shell32] - Marshall interface pointers between apartments correctly - Patch by Huw Campbell

2014-08-12 Thread gadamopoulos
Author: gadamopoulos Date: Tue Aug 12 10:29:40 2014 New Revision: 63872 URL: http://svn.reactos.org/svn/reactos?rev=63872&view=rev Log: [shell32] - Marshall interface pointers between apartments correctly - Patch by Huw Campbell Modified: trunk/reactos/dll/win32/shell32/folders/fs

[ros-diffs] [gadamopoulos] 61649: [uxtheme] - Use ExtCreateRegion in GetThemeBackgroundRegion as it was fixed in win32k

2014-01-16 Thread gadamopoulos
Author: gadamopoulos Date: Thu Jan 16 21:47:26 2014 New Revision: 61649 URL: http://svn.reactos.org/svn/reactos?rev=61649&view=rev Log: [uxtheme] - Use ExtCreateRegion in GetThemeBackgroundRegion as it was fixed in win32k Modified: trunk/reactos/dll/win32/uxtheme/draw.c Modified: t

[ros-diffs] [gadamopoulos] 61654: [uxtheme] - Greatly reduce needless repaints in the non client area but remembering the last hittest of the mouse events to redraw it only when it is needed - Do not

2014-01-17 Thread gadamopoulos
Author: gadamopoulos Date: Fri Jan 17 17:52:58 2014 New Revision: 61654 URL: http://svn.reactos.org/svn/reactos?rev=61654&view=rev Log: [uxtheme] - Greatly reduce needless repaints in the non client area but remembering the last hittest of the mouse events to redraw it only when it is ne

[ros-diffs] [gadamopoulos] 61655: [uxtheme] - Halfplement DrawNCPreview. Everyone is welcome to improve it

2014-01-17 Thread gadamopoulos
Author: gadamopoulos Date: Fri Jan 17 18:39:40 2014 New Revision: 61655 URL: http://svn.reactos.org/svn/reactos?rev=61655&view=rev Log: [uxtheme] - Halfplement DrawNCPreview. Everyone is welcome to improve it Modified: trunk/reactos/dll/win32/uxtheme/nonclient.c trunk/reactos/dll/w

[ros-diffs] [gadamopoulos] 61656: - fix some typos

2014-01-17 Thread gadamopoulos
Author: gadamopoulos Date: Fri Jan 17 18:45:59 2014 New Revision: 61656 URL: http://svn.reactos.org/svn/reactos?rev=61656&view=rev Log: - fix some typos Modified: trunk/reactos/dll/win32/uxtheme/nonclient.c Modified: trunk/reactos/dll/win32/uxtheme/nonclient.c URL: http://svn.reactos

[ros-diffs] [gadamopoulos] 61971: [explorer_new] - Commit a great experiment for explorer. Our explorer will try to load a library called rshell.dll which will provide an alternative implementation of

2014-02-04 Thread gadamopoulos
Author: gadamopoulos Date: Tue Feb 4 10:41:02 2014 New Revision: 61971 URL: http://svn.reactos.org/svn/reactos?rev=61971&view=rev Log: [explorer_new] - Commit a great experiment for explorer. Our explorer will try to load a library called rshell.dll which will provide an alterna

[ros-diffs] [gadamopoulos] 61974: [filebrowser] - Add an experimental module called FileBrowser.exe. This program works standalone in windows xp and windows 2003 and opens a new file browser window in

2014-02-04 Thread gadamopoulos
Author: gadamopoulos Date: Tue Feb 4 10:49:39 2014 New Revision: 61974 URL: http://svn.reactos.org/svn/reactos?rev=61974&view=rev Log: [filebrowser] - Add an experimental module called FileBrowser.exe. This program works standalone in windows xp and windows 2003 and opens a new file bro

[ros-diffs] [gadamopoulos] 61976: - Add filebrowser to build

2014-02-04 Thread gadamopoulos
Author: gadamopoulos Date: Tue Feb 4 10:55:46 2014 New Revision: 61976 URL: http://svn.reactos.org/svn/reactos?rev=61976&view=rev Log: - Add filebrowser to build Modified: branches/shell-experiments/base/shell/CMakeLists.txt branches/shell-experiments/base/shell/filebro

[ros-diffs] [gadamopoulos] 61978: [rshell] - Commit rshell.exe that allows explorer_new to run in windows 8

2014-02-04 Thread gadamopoulos
Author: gadamopoulos Date: Tue Feb 4 12:11:51 2014 New Revision: 61978 URL: http://svn.reactos.org/svn/reactos?rev=61978&view=rev Log: [rshell] - Commit rshell.exe that allows explorer_new to run in windows 8 Added: branches/shell-experiments/base/shell/rshell/ (with props) bran

[ros-diffs] [gadamopoulos] 61979: [rshell.dll] -cleanup the header from the remnants of my countless hacks that I tried with this module

2014-02-04 Thread gadamopoulos
Author: gadamopoulos Date: Tue Feb 4 12:14:14 2014 New Revision: 61979 URL: http://svn.reactos.org/svn/reactos?rev=61979&view=rev Log: [rshell.dll] -cleanup the header from the remnants of my countless hacks that I tried with this module Modified: branches/shell-experiments/base/s

[ros-diffs] [gadamopoulos] 62009: [undocuser.h] - add the definition of the undocumented message WM_KLUDGEMINRECT

2014-02-06 Thread gadamopoulos
Author: gadamopoulos Date: Thu Feb 6 13:00:48 2014 New Revision: 62009 URL: http://svn.reactos.org/svn/reactos?rev=62009&view=rev Log: [undocuser.h] - add the definition of the undocumented message WM_KLUDGEMINRECT Modified: branches/shell-experiments/include/reactos/undocuser.h Modi

[ros-diffs] [gadamopoulos] 62010: [explorer_new] - Implement showing and closing the start menu by pressing the WIN key - Implement handling WM_KLUDGEMINRECT message that informs the window manager th

2014-02-06 Thread gadamopoulos
Author: gadamopoulos Date: Thu Feb 6 13:01:54 2014 New Revision: 62010 URL: http://svn.reactos.org/svn/reactos?rev=62010&view=rev Log: [explorer_new] - Implement showing and closing the start menu by pressing the WIN key - Implement handling WM_KLUDGEMINRECT message that informs the wi

[ros-diffs] [gadamopoulos] 62011: [atl] - Fix atl thunks to be allocated in executable memory and not from the stack in order to run libraries that use atl (such as browseui) in windows with DEP enabl

2014-02-06 Thread gadamopoulos
Author: gadamopoulos Date: Thu Feb 6 13:07:37 2014 New Revision: 62011 URL: http://svn.reactos.org/svn/reactos?rev=62011&view=rev Log: [atl] - Fix atl thunks to be allocated in executable memory and not from the stack in order to run libraries that use atl (such as browseui) in windows with

[ros-diffs] [gadamopoulos] 62081: [filebrowser] - Do not embed a manifest in the resources in order to allow three different scenarios that can be accomplished by using two manifests - In the first sc

2014-02-09 Thread gadamopoulos
Author: gadamopoulos Date: Sun Feb 9 21:23:07 2014 New Revision: 62081 URL: http://svn.reactos.org/svn/reactos?rev=62081&view=rev Log: [filebrowser] - Do not embed a manifest in the resources in order to allow three different scenarios that can be accomplished by using two manifests - In

[ros-diffs] [gadamopoulos] 62082: [browseui] - Add a tiny hack in browseui that allows it to browse properly when the user tries to open a folder in win8

2014-02-09 Thread gadamopoulos
Author: gadamopoulos Date: Sun Feb 9 21:32:07 2014 New Revision: 62082 URL: http://svn.reactos.org/svn/reactos?rev=62082&view=rev Log: [browseui] - Add a tiny hack in browseui that allows it to browse properly when the user tries to open a folder in win8 Modified: branches/s

[ros-diffs] [gadamopoulos] 62118: - Improve filebrowser a bit and add some FIXMEs to show what should be done later

2014-02-11 Thread gadamopoulos
Author: gadamopoulos Date: Tue Feb 11 14:06:26 2014 New Revision: 62118 URL: http://svn.reactos.org/svn/reactos?rev=62118&view=rev Log: - Improve filebrowser a bit and add some FIXMEs to show what should be done later Modified: branches/shell-experiments/base/shell/filebrowser/filebrows

[ros-diffs] [gadamopoulos] 62143: [shell32] - Implement showing the target type in shortcut properties dialog - Patch by Edijs Kolesnikovics - See CORE-7366

2014-02-13 Thread gadamopoulos
Author: gadamopoulos Date: Thu Feb 13 11:10:47 2014 New Revision: 62143 URL: http://svn.reactos.org/svn/reactos?rev=62143&view=rev Log: [shell32] - Implement showing the target type in shortcut properties dialog - Patch by Edijs Kolesnikovics - See CORE-7366 Modified: trunk/reactos

[ros-diffs] [gadamopoulos] 62211: [appwiz] - Don't duplicate an export - Spotted by Victor Martinez

2014-02-16 Thread gadamopoulos
Author: gadamopoulos Date: Sun Feb 16 12:21:52 2014 New Revision: 62211 URL: http://svn.reactos.org/svn/reactos?rev=62211&view=rev Log: [appwiz] - Don't duplicate an export - Spotted by Victor Martinez Modified: trunk/reactos/dll/cpl/appwiz/appwiz.spec trunk/reactos/dll/c

[ros-diffs] [gadamopoulos] 62223: [rshell] - CMenuBand: Fix the size of the separators by setting iBitmap to 0 (which acts as the width of the separator). - CMenuDeskBar: Create the window only in CMe

2014-02-16 Thread gadamopoulos
Author: gadamopoulos Date: Sun Feb 16 21:53:21 2014 New Revision: 62223 URL: http://svn.reactos.org/svn/reactos?rev=62223&view=rev Log: [rshell] - CMenuBand: Fix the size of the separators by setting iBitmap to 0 (which acts as the width of the separator). - CMenuDeskBar: Create the window

[ros-diffs] [gadamopoulos] 62225: [RSHELL] - CMenuDeskBar: Implement showing a shadow. Implement closing the menu when it loses focus (this only works with the stock menu band for now)

2014-02-17 Thread gadamopoulos
Author: gadamopoulos Date: Mon Feb 17 10:42:52 2014 New Revision: 62225 URL: http://svn.reactos.org/svn/reactos?rev=62225&view=rev Log: [RSHELL] - CMenuDeskBar: Implement showing a shadow. Implement closing the menu when it loses focus (this only works with the stock menu band for now) Modi

[ros-diffs] [gadamopoulos] 62238: [rshell] - CStartMenu: add a test flag that makes the start menu show its submenus using SMIF_TRACKPOPUP in order to show how CMenuBand can use TrackPopupMenu

2014-02-18 Thread gadamopoulos
Author: gadamopoulos Date: Tue Feb 18 09:18:16 2014 New Revision: 62238 URL: http://svn.reactos.org/svn/reactos?rev=62238&view=rev Log: [rshell] - CStartMenu: add a test flag that makes the start menu show its submenus using SMIF_TRACKPOPUP in order to show how CMenuBand can use TrackPopup

[ros-diffs] [gadamopoulos] 43648: Fix two user32 resource tests

2009-10-20 Thread gadamopoulos
Author: gadamopoulos Date: Tue Oct 20 16:42:08 2009 New Revision: 43648 URL: http://svn.reactos.org/svn/reactos?rev=43648&view=rev Log: Fix two user32 resource tests Modified: trunk/reactos/subsystems/win32/win32k/ntuser/accelerator.c Modified: trunk/reactos/subsystems/win32/win32k/nt

[ros-diffs] [gadamopoulos] 43734: Sync DrawText funtions with wine 1.1.32 Fixes all user32 text tests

2009-10-25 Thread gadamopoulos
Author: gadamopoulos Date: Sun Oct 25 10:32:01 2009 New Revision: 43734 URL: http://svn.reactos.org/svn/reactos?rev=43734&view=rev Log: Sync DrawText funtions with wine 1.1.32 Fixes all user32 text tests Modified: trunk/reactos/dll/win32/user32/windows/font.c Modified: trunk/reactos

[ros-diffs] [gadamopoulos] 43773: We should send WM_SYSCOMMAND when we get a WM_SYSKEYUP , not when we get a WM_SYSKEYDOWN message

2009-10-26 Thread gadamopoulos
Author: gadamopoulos Date: Mon Oct 26 09:53:47 2009 New Revision: 43773 URL: http://svn.reactos.org/svn/reactos?rev=43773&view=rev Log: We should send WM_SYSCOMMAND when we get a WM_SYSKEYUP , not when we get a WM_SYSKEYDOWN message Modified: trunk/reactos/dll/win32/user32/windows/defw

[ros-diffs] [gadamopoulos] 48879: [win32k] - Cleanup UserSetCursorPos - UserSetCursorPos: set the new position after sending WM_MOUSEMOVE message now we pass all tests for SetCursorPos

2010-09-25 Thread gadamopoulos
Author: gadamopoulos Date: Sat Sep 25 16:59:53 2010 New Revision: 48879 URL: http://svn.reactos.org/svn/reactos?rev=48879&view=rev Log: [win32k] - Cleanup UserSetCursorPos - UserSetCursorPos: set the new position after sending WM_MOUSEMOVE message now we pass all tests for SetCursorPos Modi

[ros-diffs] [gadamopoulos] 48907: [user32] - Remove the last reactos-only export from user32 (PrivateCsrssManualGuiCheck) [win32csr] - Move PrivateCsrssManualGuiCheck from user32 to win32csr

2010-09-27 Thread gadamopoulos
Author: gadamopoulos Date: Mon Sep 27 14:31:13 2010 New Revision: 48907 URL: http://svn.reactos.org/svn/reactos?rev=48907&view=rev Log: [user32] - Remove the last reactos-only export from user32 (PrivateCsrssManualGuiCheck) [win32csr] - Move PrivateCsrssManualGuiCheck from user32 to win3

[ros-diffs] [gadamopoulos] 48982: [win32k] - Reduce duplicated code in co_UserCreateWindowEx, co_IntSetParent and co_WinPosSetWindowPos - based on wine

2010-10-04 Thread gadamopoulos
Author: gadamopoulos Date: Mon Oct 4 21:44:58 2010 New Revision: 48982 URL: http://svn.reactos.org/svn/reactos?rev=48982&view=rev Log: [win32k] - Reduce duplicated code in co_UserCreateWindowEx, co_IntSetParent and co_WinPosSetWindowPos - based on wine Modified: trunk/reactos/subsys

[ros-diffs] [gadamopoulos] 49001: [win32k] - Don't place new windows with default position at the top left corner of the screen See issue #5484 for more details.

2010-10-05 Thread gadamopoulos
Author: gadamopoulos Date: Tue Oct 5 16:41:38 2010 New Revision: 49001 URL: http://svn.reactos.org/svn/reactos?rev=49001&view=rev Log: [win32k] - Don't place new windows with default position at the top left corner of the screen See issue #5484 for more details. Modified: trun

[ros-diffs] [gadamopoulos] 49011: [win32k] - Send WM_PARENTNOTIFY message when a window is destroyed

2010-10-06 Thread gadamopoulos
Author: gadamopoulos Date: Wed Oct 6 11:14:58 2010 New Revision: 49011 URL: http://svn.reactos.org/svn/reactos?rev=49011&view=rev Log: [win32k] - Send WM_PARENTNOTIFY message when a window is destroyed Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c Modified: trunk/rea

[ros-diffs] [gadamopoulos] 49014: [win32k] - co_UserDestroyWindow: Send WM_PARENTNOTIFY message in correct order

2010-10-06 Thread gadamopoulos
Author: gadamopoulos Date: Wed Oct 6 13:10:00 2010 New Revision: 49014 URL: http://svn.reactos.org/svn/reactos?rev=49014&view=rev Log: [win32k] - co_UserDestroyWindow: Send WM_PARENTNOTIFY message in correct order Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c Modi

[ros-diffs] [gadamopoulos] 49039: [win32k] - Fix an ancient FIXME in PATH_PathToRegion

2010-10-07 Thread gadamopoulos
Author: gadamopoulos Date: Thu Oct 7 19:14:49 2010 New Revision: 49039 URL: http://svn.reactos.org/svn/reactos?rev=49039&view=rev Log: [win32k] - Fix an ancient FIXME in PATH_PathToRegion Modified: trunk/reactos/subsystems/win32/win32k/objects/path.c Modified: trunk/reactos/subsys

[ros-diffs] [gadamopoulos] 49092: Remove empty folders Attempt to sync to trunk(1/2)

2010-10-10 Thread gadamopoulos
Author: gadamopoulos Date: Sun Oct 10 13:43:06 2010 New Revision: 49092 URL: http://svn.reactos.org/svn/reactos?rev=49092&view=rev Log: Remove empty folders Attempt to sync to trunk(1/2) Removed: branches/Tree-restructure-test/addons/ branches/Tree-restructure-test/audio/ bran

[ros-diffs] [gadamopoulos] 49093: Sync to trunk (2/2) Add crt, ndk, ddk, and dxsdk Remove from build mingw Fix generating buildno.h

2010-10-10 Thread gadamopoulos
Author: gadamopoulos Date: Sun Oct 10 14:08:28 2010 New Revision: 49093 URL: http://svn.reactos.org/svn/reactos?rev=49093&view=rev Log: Sync to trunk (2/2) Add crt, ndk, ddk, and dxsdk Remove from build mingw Fix generating buildno.h Added: branches/Tree-restructure-test/sdk/include

[ros-diffs] [gadamopoulos] 49095: attempt to fix the branch

2010-10-10 Thread gadamopoulos
Author: gadamopoulos Date: Sun Oct 10 14:31:24 2010 New Revision: 49095 URL: http://svn.reactos.org/svn/reactos?rev=49095&view=rev Log: attempt to fix the branch Removed: branches/Tree-restructure-test/sdk/include/host/ branches/Tree-restructure-test/sdk/include/psdk/ branches/

[ros-diffs] [gadamopoulos] 49097: really fix the branch now

2010-10-10 Thread gadamopoulos
Author: gadamopoulos Date: Sun Oct 10 14:49:45 2010 New Revision: 49097 URL: http://svn.reactos.org/svn/reactos?rev=49097&view=rev Log: really fix the branch now Added: branches/Tree-restructure-test/sdk/include/crt/ - copied from r48976, trunk/reactos/include/crt/ branches/

[ros-diffs] [gadamopoulos] 49114: [win32k] -Move checks for active hooks in co_HOOK_CallHooks

2010-10-11 Thread gadamopoulos
Author: gadamopoulos Date: Mon Oct 11 10:58:33 2010 New Revision: 49114 URL: http://svn.reactos.org/svn/reactos?rev=49114&view=rev Log: [win32k] -Move checks for active hooks in co_HOOK_CallHooks Modified: trunk/reactos/subsystems/win32/win32k/ntuser/defwnd.c trunk/reactos/subsys

[ros-diffs] [gadamopoulos] 49115: [win32k] - Remove the FreeLParam 'feature' from win32k. This hack allowed us to post messages that contain pointers. However we don't do it anymore so we can also rem

2010-10-11 Thread gadamopoulos
Author: gadamopoulos Date: Mon Oct 11 13:01:46 2010 New Revision: 49115 URL: http://svn.reactos.org/svn/reactos?rev=49115&view=rev Log: [win32k] - Remove the FreeLParam 'feature' from win32k. This hack allowed us to post messages that contain pointers. However we don't do i

[ros-diffs] [gadamopoulos] 49144: [win32k] - Disable checking if a hook is active. It is safe to disable it for now because it is just an optimization. If we try to call a hook when it is not active,

2010-10-14 Thread gadamopoulos
Author: gadamopoulos Date: Thu Oct 14 18:36:33 2010 New Revision: 49144 URL: http://svn.reactos.org/svn/reactos?rev=49144&view=rev Log: [win32k] - Disable checking if a hook is active. It is safe to disable it for now because it is just an optimization. If we try to call a hook when it is

[ros-diffs] [gadamopoulos] 49145: [win32k] - When we try to call a hook with null hook proc will cause a crash in user32. Add an assertion in win32k in order to catch the problem a bit earlier

2010-10-14 Thread gadamopoulos
Author: gadamopoulos Date: Thu Oct 14 18:53:12 2010 New Revision: 49145 URL: http://svn.reactos.org/svn/reactos?rev=49145&view=rev Log: [win32k] - When we try to call a hook with null hook proc will cause a crash in user32. Add an assertion in win32k in order to catch the problem a bit ear

[ros-diffs] [gadamopoulos] 49152: [win32k] - Clean up co_IntPeekMessage

2010-10-15 Thread gadamopoulos
Author: gadamopoulos Date: Fri Oct 15 08:34:59 2010 New Revision: 49152 URL: http://svn.reactos.org/svn/reactos?rev=49152&view=rev Log: [win32k] - Clean up co_IntPeekMessage Modified: trunk/reactos/subsystems/win32/win32k/ntuser/message.c Modified: trunk/reactos/subsystems/win32/wi

[ros-diffs] [gadamopoulos] 49313: [FORMATTING] - Fix formatting in message.c

2010-10-27 Thread gadamopoulos
Author: gadamopoulos Date: Wed Oct 27 20:31:17 2010 New Revision: 49313 URL: http://svn.reactos.org/svn/reactos?rev=49313&view=rev Log: [FORMATTING] - Fix formatting in message.c Modified: trunk/reactos/subsystems/win32/win32k/ntuser/message.c [This mail would be too long, it was short

<    3   4   5   6   7   8   9   10   >