[ros-diffs] [reactos] 01/01: [EXPLORER] Remove an unnecessary refresh of the rebar and its bands.

2017-10-14 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=da5b61f32fe6ef332fa226bf1653cd12e08dc64f commit da5b61f32fe6ef332fa226bf1653cd12e08dc64f Author: Giannis Adamopoulos AuthorDate: Sat Oct 14 18:36:02 2017 +0300 [EXPLORER] Remove an unnecessary refresh of the rebar and its bands

[ros-diffs] [reactos] 01/03: [PSDK] Add CLSID_ISFBand, IShellFolderBand and IFolderBandPriv

2017-10-16 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d114f48fd4045291d49c65521fb7459ba4d416b2 commit d114f48fd4045291d49c65521fb7459ba4d416b2 Author: Giannis Adamopoulos AuthorDate: Mon Oct 16 16:35:11 2017 +0300 [PSDK] Add CLSID_ISFBand, IShellFolderBand and IFolderBandPriv --- sdk

[ros-diffs] [reactos] 01/01: [PSDK] Fix build.

2017-10-16 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=129f98b4733e621b0d59405e4d248b9ff458a258 commit 129f98b4733e621b0d59405e4d248b9ff458a258 Author: Giannis Adamopoulos AuthorDate: Mon Oct 16 18:04:15 2017 +0300 [PSDK] Fix build. --- sdk/include/psdk/shlobj.h | 2 ++ 1 file changed, 2

[ros-diffs] [reactos] 01/01: [QCKLNCH] Fix gcc build

2017-10-16 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3c9aedfd1c8c1f44c80d26c05722f3456c1a55e9 commit 3c9aedfd1c8c1f44c80d26c05722f3456c1a55e9 Author: Giannis Adamopoulos AuthorDate: Mon Oct 16 18:15:20 2017 +0300 [QCKLNCH] Fix gcc build --- dll/shellext/qcklnch/CMakeLists.txt | 3

[ros-diffs] [reactos] 01/01: [STOBJECT] Fix build on linux

2017-10-16 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a4576f55099602f05d06cf1fab1b8d6448ffc26a commit a4576f55099602f05d06cf1fab1b8d6448ffc26a Author: Giannis Adamopoulos AuthorDate: Mon Oct 16 18:21:02 2017 +0300 [STOBJECT] Fix build on linux --- dll/shellext/stobject/power.cpp | 6

[ros-diffs] [reactos] 01/01: [PSDK] Try to fix build

2017-10-16 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a08d1f92bea146ca8bcc042723a2c89360881e3c commit a08d1f92bea146ca8bcc042723a2c89360881e3c Author: Giannis Adamopoulos AuthorDate: Mon Oct 16 18:32:23 2017 +0300 [PSDK] Try to fix build --- sdk/include/psdk/shlguid.h | 1 - 1 file changed

[ros-diffs] [reactos] 01/01: [QCKLNCH] Remove qcklnch (#61)

2017-10-16 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f0f1e5ffdb989023d91fa9c99cb253463ba9f202 commit f0f1e5ffdb989023d91fa9c99cb253463ba9f202 Author: Giannis Adamopoulos AuthorDate: Mon Oct 16 23:56:34 2017 +0300 [QCKLNCH] Remove qcklnch (#61) - Move CIFSBand to the shellbars

[ros-diffs] [reactos] 01/09: [PSDK] Add some missing definitions from IShellFolderBand

2017-10-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ee1cbf51e15b8b13a1428d6361747e7af8de85cf commit ee1cbf51e15b8b13a1428d6361747e7af8de85cf Author: Giannis Adamopoulos AuthorDate: Fri Oct 20 15:53:16 2017 +0300 [PSDK] Add some missing definitions from IShellFolderBand --- sdk/include

[ros-diffs] [reactos] 02/09: [BROWSEUI] Rename CISFBand_CreateInstance and add a CISFBand_CreateInstance macro that makes easy to switch between the system implementation or the local one.

2017-10-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8a52080dccb5b24b18d0d0063e2847911bde5b5a commit 8a52080dccb5b24b18d0d0063e2847911bde5b5a Author: Giannis Adamopoulos AuthorDate: Fri Oct 20 16:02:13 2017 +0300 [BROWSEUI] Rename CISFBand_CreateInstance and add a CISFBand_CreateInstance

[ros-diffs] [reactos] 04/09: [BROWSEUI] CBandSiteMenu: Fix two broken loops

2017-10-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0ed80264f98a35561805af97f4367ff41fcd8d53 commit 0ed80264f98a35561805af97f4367ff41fcd8d53 Author: Giannis Adamopoulos AuthorDate: Fri Oct 20 16:08:52 2017 +0300 [BROWSEUI] CBandSiteMenu: Fix two broken loops --- dll/win32/browseui

[ros-diffs] [reactos] 05/09: [BROWSEUI] CBandSiteMenu: Implement the Desktop, Quick Launch and New Toolbar menu items

2017-10-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=37e6151b40178a2cbea3fc17999eaa35d328666c commit 37e6151b40178a2cbea3fc17999eaa35d328666c Author: Giannis Adamopoulos AuthorDate: Fri Oct 20 16:17:10 2017 +0300 [BROWSEUI] CBandSiteMenu: Implement the Desktop, Quick Launch and New

[ros-diffs] [reactos] 03/09: [BROWSEUI] Enable the menu items for the toolbars submenu of the CBandSiteMenu. Also add a new string which will be used in the next commit.

2017-10-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3e812a66ffd2b0044e445e7af50f9cea9aa80c3e commit 3e812a66ffd2b0044e445e7af50f9cea9aa80c3e Author: Giannis Adamopoulos AuthorDate: Fri Oct 20 16:04:15 2017 +0300 [BROWSEUI] Enable the menu items for the toolbars submenu of the

[ros-diffs] [reactos] 06/09: [BROWSEUI] CISFBand: Misc fixes - Slightly improve the implementation of IShellFolderBand - Show both folders and files in the toolbar - Use the name of the folder shown a

2017-10-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ee3b73204399956cff7bb9d8e4acb5db6db45996 commit ee3b73204399956cff7bb9d8e4acb5db6db45996 Author: Giannis Adamopoulos AuthorDate: Fri Oct 20 16:21:13 2017 +0300 [BROWSEUI] CISFBand: Misc fixes - Slightly improve the implementation of

[ros-diffs] [reactos] 07/09: [BROWSEUI] Add a hack and abuse ISFB_STATE_QLINKSMODE to make the quick launch band to be aligned to left and show no text

2017-10-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bab9a540396e6b21e1e863f87cc38319cc9dbd44 commit bab9a540396e6b21e1e863f87cc38319cc9dbd44 Author: Giannis Adamopoulos AuthorDate: Fri Oct 20 16:23:17 2017 +0300 [BROWSEUI] Add a hack and abuse ISFB_STATE_QLINKSMODE to make the quick

[ros-diffs] [reactos] 09/09: [BROWSEUI] CBandSiteMenu: Use CSimpleArray and CComHeapPtr.

2017-10-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=143c3060066f1d67ca11c48d4773d42e50726f18 commit 143c3060066f1d67ca11c48d4773d42e50726f18 Author: Giannis Adamopoulos AuthorDate: Sun Oct 22 18:59:01 2017 +0300 [BROWSEUI] CBandSiteMenu: Use CSimpleArray and CComHeapPtr. --- dll/win32

[ros-diffs] [reactos] 08/09: [BROWSEUI] Improve CBandSiteBase::OnWinEvent to forward messages correctly to the child bands.

2017-10-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3bfdbf3b2c253a0ef21303b8fc7aed5e67947146 commit 3bfdbf3b2c253a0ef21303b8fc7aed5e67947146 Author: Giannis Adamopoulos AuthorDate: Fri Oct 20 19:41:01 2017 +0300 [BROWSEUI] Improve CBandSiteBase::OnWinEvent to forward messages correctly

[ros-diffs] [reactos] 01/01: [EXPLORER] Reduce the spam due to the broken CBandSite in browseui

2017-10-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0503d8808cbe0ae68381bc3db63aa4752482aad5 commit 0503d8808cbe0ae68381bc3db63aa4752482aad5 Author: Giannis Adamopoulos AuthorDate: Mon Oct 23 00:32:52 2017 +0300 [EXPLORER] Reduce the spam due to the broken CBandSite in browseui --- base

[ros-diffs] [reactos] 02/03: Add CPropertyPageImpl that allows us to make property pages object oriented

2017-10-26 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=283afefc4eb1fb8ae43bdd4719026349cbe871ac commit 283afefc4eb1fb8ae43bdd4719026349cbe871ac Author: Giannis Adamopoulos AuthorDate: Mon Oct 23 23:41:47 2017 +0300 Add CPropertyPageImpl that allows us to make property pages object oriented

[ros-diffs] [reactos] 01/03: [ATL] Add CHAIN_MSG_MAP macro

2017-10-26 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e7c29bb1fcdb261e8437349e3c3a559bdb06cba8 commit e7c29bb1fcdb261e8437349e3c3a559bdb06cba8 Author: Giannis Adamopoulos AuthorDate: Mon Oct 23 18:56:35 2017 +0300 [ATL] Add CHAIN_MSG_MAP macro --- sdk/lib/atl/atlwin.h | 6 ++ 1 file

[ros-diffs] [reactos] 03/03: [ACPPAGE] Convert CLayerUIPropPage to use CPropertyPageImpl

2017-10-26 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=27fe3d475f48a9d591b05f709aa03ed1ea360020 commit 27fe3d475f48a9d591b05f709aa03ed1ea360020 Author: Giannis Adamopoulos AuthorDate: Mon Oct 23 18:56:57 2017 +0300 [ACPPAGE] Convert CLayerUIPropPage to use CPropertyPageImpl --- dll/shellext

[ros-diffs] [reactos] 01/01: [SHELL32] CDefView: Fix a leak of an HMENU. This fix is thanks to Joachim Henze who found the bug and quickly found the guilty revision. CORE-13911

2017-10-26 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d310df0dd24ebda3b2cc74ffd5214303143884bf commit d310df0dd24ebda3b2cc74ffd5214303143884bf Author: Giannis Adamopoulos AuthorDate: Thu Oct 26 21:39:32 2017 +0300 [SHELL32] CDefView: Fix a leak of an HMENU. This fix is thanks to Joachim

[ros-diffs] [reactos] 01/01: [VERSION.CMAKE] Bump the version to 0.4.8-dev

2017-10-26 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=21f0b163a780c617df33a7904c6d3c4f0d2158fe commit 21f0b163a780c617df33a7904c6d3c4f0d2158fe Author: Giannis Adamopoulos AuthorDate: Fri Oct 27 09:38:34 2017 +0300 [VERSION.CMAKE] Bump the version to 0.4.8-dev --- sdk/include/reactos

[ros-diffs] [reactos] 01/01: [EXPLORER] Simplify how autohide is implemented Do not change m_TrayRects when m_AutoHideOffset is changed. m_AutoHideOffset will be taken into account only while WM_WINDO

2017-10-28 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4238f223966abec8496f7a077b0ab533344ee5e1 commit 4238f223966abec8496f7a077b0ab533344ee5e1 Author: Giannis Adamopoulos AuthorDate: Sat Oct 28 19:23:49 2017 +0300 [EXPLORER] Simplify how autohide is implemented Do not change m_TrayRects

[ros-diffs] [reactos] 01/01: [EXPLORER] CSysPagerWnd: Notify the CTrayWindow to reposition its children only when the number of the icons shown in the notification area changes.

2017-10-28 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=82b12ef4cf046f5d346d8f065dc47e98bc3c1654 commit 82b12ef4cf046f5d346d8f065dc47e98bc3c1654 Author: Giannis Adamopoulos AuthorDate: Sat Oct 28 22:09:44 2017 +0300 [EXPLORER] CSysPagerWnd: Notify the CTrayWindow to reposition its children

[ros-diffs] [reactos] 01/01: [EXPLORER] -Rewrite taskbar settings routines and dialog - Rewrite the taskbar settings and start menu settings property sheets. - All settings in the taskbar settings pro

2017-10-31 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2ed535da8ab490b53bb496f3ac25fd1fd03f4965 commit 2ed535da8ab490b53bb496f3ac25fd1fd03f4965 Author: Giannis Adamopoulos AuthorDate: Mon Oct 30 17:39:12 2017 +0200 [EXPLORER] -Rewrite taskbar settings routines and dialog - Rewrite the

[ros-diffs] [reactos] 01/01: [BROWSEUI] Add a todo comment block in CISFBand.cpp and CBandSite.cpp regarding some problems and missing features when using the quick launch toolbar. These two lists are

2017-11-02 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2875a70c0a41a149c0764d1f3c45fa5cd211a6d6 commit 2875a70c0a41a149c0764d1f3c45fa5cd211a6d6 Author: Giannis Adamopoulos AuthorDate: Thu Nov 2 19:50:03 2017 +0200 [BROWSEUI] Add a todo comment block in CISFBand.cpp and CBandSite.cpp

[ros-diffs] [reactos] 01/01: [SHELL32] SHBrowseForFolder: Fix creating a new folder (which was broken two years ago and was properly reported 3 days ago). CORE-13925

2017-11-03 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dd4af777034d4abae0e461fe663d5479dbbe1715 commit dd4af777034d4abae0e461fe663d5479dbbe1715 Author: Giannis Adamopoulos AuthorDate: Fri Nov 3 12:09:30 2017 +0200 [SHELL32] SHBrowseForFolder: Fix creating a new folder (which was broken two

[ros-diffs] [reactos] 01/01: [SHELL32] SHBrowseForFolderW: Fix creating directories in the desktop and in drives like C: CORE-13925

2017-11-05 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=78b78d6e735a69f497c6277f6dfdb10d55505802 commit 78b78d6e735a69f497c6277f6dfdb10d55505802 Author: Giannis Adamopoulos AuthorDate: Sun Nov 5 12:09:42 2017 +0200 [SHELL32] SHBrowseForFolderW: Fix creating directories in the desktop and in

[ros-diffs] [reactos] 01/01: [COMCTL32] -Button: Implement drawing the image list with the BUTTON_IMAGELIST_ALIGN_CENTER parameter. This is enough to fix buttons with images created by Lazarus but onl

2017-11-10 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dea602cd7073d44d90d84fe6674eba6369f80d19 commit dea602cd7073d44d90d84fe6674eba6369f80d19 Author: Giannis Adamopoulos AuthorDate: Fri Nov 10 20:59:25 2017 +0200 [COMCTL32] -Button: Implement drawing the image list with the

[ros-diffs] [reactos] 01/01: [COMCTL32] Button: Draw the image list even when the button has the BS_ICON or the BS_BITMAP style. CORE-13170

2017-11-10 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a98ff4d77c9052f8089fdbc9cedd3c6feb9123bf commit a98ff4d77c9052f8089fdbc9cedd3c6feb9123bf Author: Giannis Adamopoulos AuthorDate: Sat Nov 11 01:30:14 2017 +0200 [COMCTL32] Button: Draw the image list even when the button has the BS_ICON

[ros-diffs] [reactos] 01/01: [COMCTL32] Button: Implement sending CDDS_PREERASE, CDDS_POSTERASE, CDDS_PREPAINT and CDDS_POSTPAINT according to the apitest and the visual tests. Remove some #ifdef __RE

2017-11-11 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=18dee7a39228f11ade4d95d1e2715672c3ad8f62 commit 18dee7a39228f11ade4d95d1e2715672c3ad8f62 Author: Giannis Adamopoulos AuthorDate: Sat Nov 11 13:56:28 2017 +0200 [COMCTL32] Button: Implement sending CDDS_PREERASE, CDDS_POSTERASE

[ros-diffs] [reactos] 01/01: [COMCTL32] Button: Don't use a class brush. CORE-13445

2017-11-16 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=34c563fa2a29c71705322abba6768a00361e91bb commit 34c563fa2a29c71705322abba6768a00361e91bb Author: Giannis Adamopoulos AuthorDate: Fri Nov 17 01:25:57 2017 +0200 [COMCTL32] Button: Don't use a class brush. CORE-13445 --- dll/

[ros-diffs] [reactos] 01/01: [COMCTL32] Implement using different image list images depending on the button state

2017-11-17 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a4ea17218f3062e7089d5913985473f78f284cbf commit a4ea17218f3062e7089d5913985473f78f284cbf Author: Giannis Adamopoulos AuthorDate: Fri Nov 17 14:00:30 2017 +0200 [COMCTL32] Implement using different image list images depending on the

[ros-diffs] [reactos] 01/01: [UXTHEME] EnumThemes: Don't fail if a theme doesn't have a tooltip. CORE-13732

2017-11-19 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3a68bebf87e8254c97b1938f0f4609a034ab8e06 commit 3a68bebf87e8254c97b1938f0f4609a034ab8e06 Author: Giannis Adamopoulos AuthorDate: Sun Nov 19 16:02:44 2017 +0200 [UXTHEME] EnumThemes: Don't fail if a theme doesn't have a tool

[ros-diffs] [reactos] 01/01: [COMCTL32] Button: Use double buffering when themes are enabled.

2017-11-20 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1bfbdb612305efa463d3fc5846e0c3b40dcc3a02 commit 1bfbdb612305efa463d3fc5846e0c3b40dcc3a02 Author: Giannis Adamopoulos AuthorDate: Mon Nov 20 18:51:03 2017 +0200 [COMCTL32] Button: Use double buffering when themes are enabled. --- dll

[ros-diffs] [reactos] 01/01: [UXTHEME] -Don't change the behaviour of DefWindowProc if SetWindowRgn was called before

2017-11-21 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8f98574e1d4a2155061c40816a597b7697aa6654 commit 8f98574e1d4a2155061c40816a597b7697aa6654 Author: Giannis Adamopoulos AuthorDate: Tue Nov 21 10:51:06 2017 +0200 [UXTHEME] -Don't change the behaviour of DefWindowProc if SetWindowRg

[ros-diffs] [reactos] 01/01: [BUTTONVISTEST] Add visual tests for buttons

2017-11-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b4d691ba969d796acebfed01649498bc437914b0 commit b4d691ba969d796acebfed01649498bc437914b0 Author: Giannis Adamopoulos AuthorDate: Wed Nov 22 11:14:49 2017 +0200 [BUTTONVISTEST] Add visual tests for buttons --- modules/rostests/win32

[ros-diffs] [reactos] 01/01: [GDI32] GdiDrawStream: Improve handling of small rcDest sizes - Abort drawing if rcDest has negative height or width. - Ignore sizing margins if rcDest is too small. CORE-

2017-11-22 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=febf9acfeeb71ae6fca7c3a659449ef7997458fa commit febf9acfeeb71ae6fca7c3a659449ef7997458fa Author: Giannis Adamopoulos AuthorDate: Wed Nov 22 17:28:18 2017 +0200 [GDI32] GdiDrawStream: Improve handling of small rcDest sizes - Abort

[ros-diffs] [reactos] 01/01: [UXTHEME] Improve drawing of the scrollbars when they are too small. CORE-13513

2017-11-23 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=68af472a2133fb8e6859a7a9d5363385b995f891 commit 68af472a2133fb8e6859a7a9d5363385b995f891 Author: Giannis Adamopoulos AuthorDate: Thu Nov 23 21:17:03 2017 +0200 [UXTHEME] Improve drawing of the scrollbars when they are too small. CORE

[ros-diffs] [reactos] 01/01: [UXTHEME] Fix text background on themed tabs. CORE-13605

2017-11-23 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=51333f3eecd7c8a054bc0274783292ad567ade84 commit 51333f3eecd7c8a054bc0274783292ad567ade84 Author: Giannis Adamopoulos AuthorDate: Thu Nov 23 22:25:52 2017 +0200 [UXTHEME] Fix text background on themed tabs. CORE-13605 --- dll/win32

[ros-diffs] [reactos] 01/01: [UXTHEME] Add a hack for themed scrollbars - After inspecting a theme file with different upper or lower tracks it seems that windows use what is called LowerTrackHorz and

2017-11-23 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fc6c07c385c08b503512481b996fe404faaf7092 commit fc6c07c385c08b503512481b996fe404faaf7092 Author: Giannis Adamopoulos AuthorDate: Thu Nov 23 23:07:35 2017 +0200 [UXTHEME] Add a hack for themed scrollbars - After inspecting a theme

[ros-diffs] [reactos] 01/01: [COMCTL32] syslink: Don't free the return value of WM_CTLCOLORSTATIC. CORE-13605 -This is a bug in wine and should be sent upstream

2017-11-23 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4a843c4e855b6c05c6ea1bc381851f16f899935b commit 4a843c4e855b6c05c6ea1bc381851f16f899935b Author: Giannis Adamopoulos AuthorDate: Fri Nov 24 00:15:57 2017 +0200 [COMCTL32] syslink: Don't free the return value of WM_CTLCOLORSTATIC.

[ros-diffs] [reactos] 01/01: [BROWSEUI] Move _ILIsDesktop to a shared header to avoid having 3 instances of it

2017-12-07 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d16362731992fb3c9f1957adbe1d862830ec6139 commit d16362731992fb3c9f1957adbe1d862830ec6139 Author: Giannis Adamopoulos AuthorDate: Thu Dec 7 23:24:32 2017 +0200 [BROWSEUI] Move _ILIsDesktop to a shared header to avoid having 3 instances

[ros-diffs] [reactos] 01/06: [RTL] find_string_index: name parameter may not be null terminated

2017-12-24 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=51c694274f3eef1fbb18ac54794bb43eab333b4b commit 51c694274f3eef1fbb18ac54794bb43eab333b4b Author: Giannis Adamopoulos AuthorDate: Tue Oct 3 21:51:46 2017 +0300 [RTL] find_string_index: name parameter may not be null terminated --- sdk

[ros-diffs] [reactos] 02/06: [NTDLL] Implement RtlDosApplyFileIsolationRedirection_Ustr based on existing wine's code for ldr. .local redirection is not implemented yet.

2017-12-24 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7000fe2340aedfd1c1fc643f50d1aa1036c7530e commit 7000fe2340aedfd1c1fc643f50d1aa1036c7530e Author: Giannis Adamopoulos AuthorDate: Tue Oct 3 21:57:44 2017 +0300 [NTDLL] Implement RtlDosApplyFileIsolationRedirection_Ustr based on existing

[ros-diffs] [reactos] 03/06: [LDR] Overhaul sxs support in ldr * Remove the hacky find_actctx_dll form ldr that was taken from wine. LdrpResolveDllName and LdrpCheckForLoadedDll should get a parameter

2017-12-24 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f318a25e1059d0a80999ebf649ea215b584c3a0e commit f318a25e1059d0a80999ebf649ea215b584c3a0e Author: Giannis Adamopoulos AuthorDate: Tue Oct 3 22:11:47 2017 +0300 [LDR] Overhaul sxs support in ldr * Remove the hacky find_actctx_dll form

[ros-diffs] [reactos] 04/06: [NTDLL_APITEST] Add several tests for RtlDosApplyFileIsolationRedirection_Ustr

2017-12-24 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7059421a23f1169dbb848ced63177f89e6899217 commit 7059421a23f1169dbb848ced63177f89e6899217 Author: Giannis Adamopoulos AuthorDate: Wed Oct 4 11:10:59 2017 +0300 [NTDLL_APITEST] Add several tests for

[ros-diffs] [reactos] 05/06: [COMCTL32] Install comctl32 v6 and its manifest in first stage

2017-12-24 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=435b0b19d25b533a03bccd1eb1eedc918ff559ec commit 435b0b19d25b533a03bccd1eb1eedc918ff559ec Author: Giannis Adamopoulos AuthorDate: Tue Oct 3 22:28:12 2017 +0300 [COMCTL32] Install comctl32 v6 and its manifest in first stage --- boot

[ros-diffs] [reactos] 06/06: [NTDLL_APITEST] -Add a hacky Microsoft.Windows.GdiPlus.manifest.

2017-12-24 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1db8bd46d6d1eff589a20f6ec7e57047bc9b3a05 commit 1db8bd46d6d1eff589a20f6ec7e57047bc9b3a05 Author: Giannis Adamopoulos AuthorDate: Sun Dec 24 19:22:42 2017 +0200 [NTDLL_APITEST] -Add a hacky Microsoft.Windows.GdiPlus.manifest

[ros-diffs] [reactos] 01/01: [UXTHEME] EnableThemeDialogTexture: Update window theme only when ETDT_USETABTEXTURE is used

2017-12-24 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c5e707ec1f0ea489a6335e544e39455cc15251b4 commit c5e707ec1f0ea489a6335e544e39455cc15251b4 Author: Giannis Adamopoulos AuthorDate: Sun Dec 24 23:52:10 2017 +0200 [UXTHEME] EnableThemeDialogTexture: Update window theme only when

[ros-diffs] [reactos] 01/01: [USER32] Implement the index -1 for GetWindowLong which returns a pointer to WW We don't have this struct but WND already contains the same fields in the right order so we

2017-12-24 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c5db5399dc0864b51d3b761eaadd9d8bb640e181 commit c5db5399dc0864b51d3b761eaadd9d8bb640e181 Author: Giannis Adamopoulos AuthorDate: Mon Dec 25 00:12:45 2017 +0200 [USER32] Implement the index -1 for GetWindowLong which returns a pointer to

[ros-diffs] [reactos] 01/02: [ATL] -Add COMMAND_CODE_HANDLER macro

2017-12-27 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=deb908b0382bb9eea6a132bf964310644aae8bf3 commit deb908b0382bb9eea6a132bf964310644aae8bf3 Author: Giannis Adamopoulos AuthorDate: Tue Dec 5 20:32:39 2017 +0200 [ATL] -Add COMMAND_CODE_HANDLER macro --- sdk/lib/atl/atlwin.h | 9

[ros-diffs] [reactos] 02/02: [ATL] CWindow: Add an overload of GetDlgItemText which takes a CSimpleString as parameter

2017-12-27 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=406c31cee8dbac75fa7ac7708e512efc44d48d18 commit 406c31cee8dbac75fa7ac7708e512efc44d48d18 Author: Giannis Adamopoulos AuthorDate: Wed Dec 6 19:24:20 2017 +0200 [ATL] CWindow: Add an overload of GetDlgItemText which takes a CSimpleString

[ros-diffs] [reactos] 01/01: [COMCTL32] toolbar: Draw checked and not hot buttons as checked, not hot. CORE-13592 Should be sent to wine.

2018-01-04 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=522601d0503b19d09e0ecce9bf2c474370d419e2 commit 522601d0503b19d09e0ecce9bf2c474370d419e2 Author: Giannis Adamopoulos AuthorDate: Thu Jan 4 14:30:47 2018 +0200 [COMCTL32] toolbar: Draw checked and not hot buttons as checked, not hot

[ros-diffs] [reactos] 01/01: [COMCTL32] tab: Use DrawThemeText when drawing text with themes. CORE-13855

2018-01-04 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=695147eaacf99d47e771b063cd896b5379488ca8 commit 695147eaacf99d47e771b063cd896b5379488ca8 Author: Giannis Adamopoulos AuthorDate: Thu Jan 4 23:25:37 2018 +0200 [COMCTL32] tab: Use DrawThemeText when drawing text with themes. CORE-13855

[ros-diffs] [reactos] 01/01: [SHELL32] CMenuToolbarBase: Use COLOR_MENUTEXT color for the text color in normal menu items. CORE-13855

2018-01-05 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a6719230378fd49e610593c2b7e45ac331017c86 commit a6719230378fd49e610593c2b7e45ac331017c86 Author: Giannis Adamopoulos AuthorDate: Fri Jan 5 11:53:35 2018 +0200 [SHELL32] CMenuToolbarBase: Use COLOR_MENUTEXT color for the text color in

[ros-diffs] [reactos] 01/01: [COMCTL32] rebar: Use DrawThemeText when drawing text with themes. CORE-13855

2018-01-10 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=92732f1bcfaa008774f21abcb01f9064ada0ca48 commit 92732f1bcfaa008774f21abcb01f9064ada0ca48 Author: Giannis Adamopoulos AuthorDate: Wed Jan 10 13:42:53 2018 +0200 [COMCTL32] rebar: Use DrawThemeText when drawing text with themes. CORE

[ros-diffs] [reactos] 01/01: [COMCTL32] status: Use DrawThemeText when drawing text with themes. CORE-13855

2018-01-10 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=789881672a47f69af454e52bf4be7e855b0b9d30 commit 789881672a47f69af454e52bf4be7e855b0b9d30 Author: Giannis Adamopoulos AuthorDate: Wed Jan 10 15:52:42 2018 +0200 [COMCTL32] status: Use DrawThemeText when drawing text with themes. CORE

[ros-diffs] [reactos] 01/01: [COMCTL32] -toolbar: Improve drawing diabled text with themes. CORE-13855

2018-01-10 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f463ebe9e72646d400cf934d1f78a8d06ba08b66 commit f463ebe9e72646d400cf934d1f78a8d06ba08b66 Author: Giannis Adamopoulos AuthorDate: Wed Jan 10 23:29:20 2018 +0200 [COMCTL32] -toolbar: Improve drawing diabled text with themes. CORE-13855

[ros-diffs] 01/01: [SHELL32] CMenuBand: Redraw the toolbars if this is the menu bar of a window and its active state changed. Use COLOR_GRAYTEXT for the text of the inactive menu bar items. CORE-14197

2018-01-13 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5618b33c3b9472c7f5805fe20312d1d6c7a72691 commit 5618b33c3b9472c7f5805fe20312d1d6c7a72691 Author: Giannis Adamopoulos AuthorDate: Sat Jan 13 14:57:24 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Jan 13 14:57:24 2018 +0200

[ros-diffs] 01/01: [COMCTL32] toolbar: Use the theme text color for the dropdown arrows. CORE-13855

2018-01-13 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5966a18e66c8139db927443b0d73ac711b3e9fd5 commit 5966a18e66c8139db927443b0d73ac711b3e9fd5 Author: Giannis Adamopoulos AuthorDate: Sat Jan 13 16:19:27 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Jan 13 16:19:27 2018 +0200

[ros-diffs] 01/01: [EXPLORER] Winkey + E shortcut should open "My Computer" instead of "My documents" CORE-14199

2018-01-13 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4b6d929be1a13e2a1867b23f142af7b65f368c88 commit 4b6d929be1a13e2a1867b23f142af7b65f368c88 Author: Giannis Adamopoulos AuthorDate: Sat Jan 13 21:14:16 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Jan 13 21:14:16 2018 +0200

[ros-diffs] 01/01: [SHELL32] CDrivesFolder: Fix showing the drive capacity. CORE-14201

2018-01-13 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6d9a0d0fd46214b6268b3f6a738e3b1ce2297468 commit 6d9a0d0fd46214b6268b3f6a738e3b1ce2297468 Author: Giannis Adamopoulos AuthorDate: Sat Jan 13 21:27:57 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Jan 13 21:27:57 2018 +0200

[ros-diffs] 01/01: [USER32] Stop hiding exceptions left and right

2018-01-15 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bd193c45347b8f2fa602ce2802c09b9e91db16a5 commit bd193c45347b8f2fa602ce2802c09b9e91db16a5 Author: Giannis Adamopoulos AuthorDate: Mon Jan 15 12:36:45 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Jan 15 12:36:45 2018 +0200

[ros-diffs] 01/01: [USER32] InternalGetWindowText: Write to caller's buffer only when one was provided. CORE-13614

2018-01-15 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6318e47bb9a7598eec633ff26b31b237b4b414bc commit 6318e47bb9a7598eec633ff26b31b237b4b414bc Author: Giannis Adamopoulos AuthorDate: Mon Jan 15 12:45:41 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Jan 15 12:45:41 2018 +0200

[ros-diffs] 01/02: [COMCTL32] rebar: Remove some hacks and fix checking for transparent background

2018-01-15 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b8062bde5d9f4e5272278d7dff155e9085538fc2 commit b8062bde5d9f4e5272278d7dff155e9085538fc2 Author: Giannis Adamopoulos AuthorDate: Fri Jan 12 18:49:09 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Jan 15 12:57:06 2018 +0200

[ros-diffs] 02/02: [UXTHEME] -Pass a non 0 wParam when themes get enabled and 0 when they get disabled

2018-01-15 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e9f56229f8287f597c4a78fd215d3e3e359a873 commit 7e9f56229f8287f597c4a78fd215d3e3e359a873 Author: Giannis Adamopoulos AuthorDate: Fri Jan 12 18:52:08 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Jan 15 12:57:08 2018 +0200

[ros-diffs] 01/02: [BROWSEUI] CISFBand: Handle DBID_SETWINDOWTHEME. CORE-14176

2018-01-16 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4c23b78b5e71913a1a6604bf55615b0475f22ff6 commit 4c23b78b5e71913a1a6604bf55615b0475f22ff6 Author: Giannis Adamopoulos AuthorDate: Tue Jan 16 11:36:34 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Tue Jan 16 11:50:51 2018 +0200

[ros-diffs] 02/02: [EXPLORER] CTrayBandSite: Call DBID_SETWINDOWTHEME on new bands to make them use the theme of the taskbar. CORE-14176

2018-01-16 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=71e66c69c1fe53c9cec35e5fbf62b64a67f73f3a commit 71e66c69c1fe53c9cec35e5fbf62b64a67f73f3a Author: Giannis Adamopoulos AuthorDate: Tue Jan 16 11:43:28 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Tue Jan 16 11:50:52 2018 +0200

[ros-diffs] 01/03: [RTL] actctx: Implement the implicit activation context

2018-01-26 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1e903d96cbdc78dbc91843cb599f6c31da627ff3 commit 1e903d96cbdc78dbc91843cb599f6c31da627ff3 Author: Giannis Adamopoulos AuthorDate: Thu Jan 18 16:53:59 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Jan 27 02:45:50 2018 +0200

[ros-diffs] 02/03: [NTDLL_APITEST] Remove one of the hacks for the implicit activation context.

2018-01-26 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=22317b0ca40a70e76e20799cded688d82aebc307 commit 22317b0ca40a70e76e20799cded688d82aebc307 Author: Giannis Adamopoulos AuthorDate: Thu Jan 18 16:56:16 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Jan 27 02:45:50 2018 +0200

[ros-diffs] 03/03: [GDIPLUS] Add it to winsxs. [NTDLL_APITEST] Remove a hack for gdiplus

2018-01-26 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5b8975211db256faf070c69cda499eb03f8539d8 commit 5b8975211db256faf070c69cda499eb03f8539d8 Author: Giannis Adamopoulos AuthorDate: Thu Jan 18 19:01:35 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Jan 27 02:45:50 2018 +0200

[ros-diffs] 01/01: [EXPLORER] CTrayNotifyWnd: Simplify how it interacts with its parent and children. Clean up.

2018-01-27 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7f35908ad27b76a7e1d9653fb7fe55abaf7f5c83 commit 7f35908ad27b76a7e1d9653fb7fe55abaf7f5c83 Author: Giannis Adamopoulos AuthorDate: Sat Jan 27 01:27:24 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Jan 27 19:41:09 2018 +0200

[ros-diffs] 01/01: [EXPLORER] -Make CSysPagerWnd, CTaskSwitchWnd, CTrayClockWnd and CTrayNotifyWnd proper com objects so that their lifetime is managed properly.

2018-01-28 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=455bce68b505b89dd19ca994b67f671ee1dfa407 commit 455bce68b505b89dd19ca994b67f671ee1dfa407 Author: Giannis Adamopoulos AuthorDate: Sun Jan 28 14:21:45 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sun Jan 28 18:35:16 2018 +0200

[ros-diffs] 01/01: [EXPLORER] CTrayClockWnd: Implement showing and hiding seconds or the whole clock from the properties window.

2018-01-28 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6c073e9539f50355275710902ecca6f752414179 commit 6c073e9539f50355275710902ecca6f752414179 Author: Giannis Adamopoulos AuthorDate: Sun Jan 28 18:59:18 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sun Jan 28 18:59:18 2018 +0200

[ros-diffs] 01/01: [EXPLORER] CTaskSwitchWnd: Implement getting the setting for grouping tasks. This doesn't work yet but the setting does get stored in m_IsGroupingEnabled. TSWM_ENABLEGROUPING is not

2018-01-28 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5a1984c99853fa8e551f864e28c1673f9de732b5 commit 5a1984c99853fa8e551f864e28c1673f9de732b5 Author: Giannis Adamopoulos AuthorDate: Sun Jan 28 19:20:12 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sun Jan 28 20:24:02 2018 +0200

[ros-diffs] 01/01: [EXPLORER] CTrayNotifyWnd: Only update the requested dimension when handling TNWM_GETMINIMUMSIZE.

2018-01-28 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=85d7dd4f838d37b95ff89fb876ec4eec25538394 commit 85d7dd4f838d37b95ff89fb876ec4eec25538394 Author: Giannis Adamopoulos AuthorDate: Sun Jan 28 22:04:34 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sun Jan 28 22:04:34 2018 +0200

[ros-diffs] 01/01: [EXPLORER] CTrayNotifyWnd: Fix resizing when the clock is hidden

2018-01-28 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=488477d10d554041e6a357340d96c1daeb9ac70c commit 488477d10d554041e6a357340d96c1daeb9ac70c Author: Giannis Adamopoulos AuthorDate: Sun Jan 28 22:38:48 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sun Jan 28 22:38:48 2018 +0200

[ros-diffs] 01/01: [EXPLORER] CTrayWindow: Draw the sizer only when the taskbar is not locked.

2018-01-28 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c54c5ebb5f320b6cfe8d355eec9f27f7dee111c8 commit c54c5ebb5f320b6cfe8d355eec9f27f7dee111c8 Author: Giannis Adamopoulos AuthorDate: Mon Jan 29 00:27:45 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Jan 29 00:27:45 2018 +0200

[ros-diffs] 01/01: [EXPLORER] CNotifyToolbar: Set TBMETRICS::cxBarPad and TBMETRICS::cyBarPad MSDN says that these values are not used but apparently they are used as a padding around the buttons. Thi

2018-01-29 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=22d1e1017f8ca89aae73c2bb9131155cb20f96a2 commit 22d1e1017f8ca89aae73c2bb9131155cb20f96a2 Author: Giannis Adamopoulos AuthorDate: Mon Jan 29 17:28:29 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Jan 29 17:30:44 2018 +0200

[ros-diffs] 01/01: [COMCTL32] toolbar: Use szBarPadding.cy as the default top margin

2018-01-29 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8c4b7b0747b49e4ee8bbd5fc27c964a41450d9f2 commit 8c4b7b0747b49e4ee8bbd5fc27c964a41450d9f2 Author: Giannis Adamopoulos AuthorDate: Mon Jan 29 17:51:06 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Jan 29 17:51:06 2018 +0200

[ros-diffs] 01/01: [EXPLORER] Fix showing the lock status in the taskbar popup menu

2018-01-29 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fabf069daf030d0ddc32b094e2445d61e4834a9b commit fabf069daf030d0ddc32b094e2445d61e4834a9b Author: Giannis Adamopoulos AuthorDate: Mon Jan 29 18:13:22 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Jan 29 18:15:31 2018 +0200

[ros-diffs] 01/01: [EXPLORER] Center the text of the clock CTrayClockWnd: Fix the calculation that centered the text of the clock. CTrayNotifyWnd: Restore the 1 pixel margin between the clock and the

2018-01-29 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d11e7af5f2539c417e980ba1b3a622f8da450603 commit d11e7af5f2539c417e980ba1b3a622f8da450603 Author: Giannis Adamopoulos AuthorDate: Mon Jan 29 21:50:33 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Jan 29 21:50:33 2018 +0200

[ros-diffs] 01/01: [EXPLORER] Improve the width of the taskbar clock Don't take into account TRAY_CLOCK_WND_SPACING_X twice Increase TRAY_CLOCK_WND_SPACING_X

2018-01-29 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=556c485c8b7b9313af0b0b2aa03aa7304b991447 commit 556c485c8b7b9313af0b0b2aa03aa7304b991447 Author: Giannis Adamopoulos AuthorDate: Mon Jan 29 22:32:17 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Jan 29 22:32:17 2018 +0200

[ros-diffs] 01/01: [SYSSETUP] Don't load ISOLATIONAWARE_MANIFEST_RESOURCE_ID manually Such a manifest is meant to be activated by the caller of the exports of the dll. This means that the user of syss

2018-02-06 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=218b8eda92bc84be24a61c055e567f95b5e5a16b commit 218b8eda92bc84be24a61c055e567f95b5e5a16b Author: Giannis Adamopoulos AuthorDate: Wed Feb 7 01:15:49 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Wed Feb 7 01:15:49 2018 +0200

[ros-diffs] 01/01: [SYSSETUP] Hackfix CORE-14228 Wine's comctl32 somehow fails to load an 24bpp image with ImageList_LoadImageW when crMask is CLR_NONE so use a color that doesn't exist in the bitmaps

2018-02-06 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e05f08be4e00d5404878117c83b95280a4c14612 commit e05f08be4e00d5404878117c83b95280a4c14612 Author: Giannis Adamopoulos AuthorDate: Wed Feb 7 02:26:28 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Wed Feb 7 02:26:28 2018 +0200

[ros-diffs] 01/01: [SHELL32] CDefViewBckgrndMenu: Fix handling string verbs. It shouldn't be necessary for QueryContextMenu to be called before InvokeCommand. Move retrieving the IContextMenu of the f

2018-02-13 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=111c40e012dc07e7f829bc314615f4e37d86e6d0 commit 111c40e012dc07e7f829bc314615f4e37d86e6d0 Author: Giannis Adamopoulos AuthorDate: Wed Feb 14 00:03:35 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Wed Feb 14 00:03:35 2018 +0200

[ros-diffs] 01/01: [SHELL32] Fix the toolbar buttons in the file open dialog CDefView: Make GetItemObject return an IContectMenu after setting itself as the site. CDefViewBckgrndMenu: Make the inner c

2018-02-14 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b97886ea9f17c62a849634053ef3dd0521a00848 commit b97886ea9f17c62a849634053ef3dd0521a00848 Author: Giannis Adamopoulos AuthorDate: Thu Feb 15 00:23:18 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Thu Feb 15 00:23:18 2018 +0200

[ros-diffs] 01/01: [SHELL32] CNewMenu: Don't use CWM_GETISHELLBROWSER. CDefaultContextMenu: Set the site for context menu extensions CNewMenu: Get SID_IFolderView service of the site to get the IShell

2018-02-14 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=67f99833cdb861a11720ad03685b439b599e3233 commit 67f99833cdb861a11720ad03685b439b599e3233 Author: Giannis Adamopoulos AuthorDate: Thu Feb 15 00:58:22 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Thu Feb 15 00:58:22 2018 +0200

[ros-diffs] 01/04: [SHELL32] Add menu resource which is used when dragging files with right click

2018-02-17 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5bef945cc9ef223f9c85ededcbfa8f5f9410dcb9 commit 5bef945cc9ef223f9c85ededcbfa8f5f9410dcb9 Author: Giannis Adamopoulos AuthorDate: Sat Feb 17 19:18:43 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Feb 17 20:30:37 2018 +0200

[ros-diffs] 02/04: [SHELL32] CDefView: Implement several methods needed for drop targets Set the view object as the site of the drop target. Implement GetItemPosition, SelectAndPositionItems, IsDropOn

2018-02-17 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8f8ab050db7fde50f09995f63d580f70645bece8 commit 8f8ab050db7fde50f09995f63d580f70645bece8 Author: Giannis Adamopoulos AuthorDate: Sat Feb 17 19:29:20 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Feb 17 20:30:37 2018 +0200

[ros-diffs] 03/04: [SHELL32] CFSDropTarget: Initial implementation of right click drag menu

2018-02-17 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6d91269edaf26cbea019577b9b14faf7d04a8d33 commit 6d91269edaf26cbea019577b9b14faf7d04a8d33 Author: Giannis Adamopoulos AuthorDate: Fri Feb 16 20:33:44 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Feb 17 20:30:37 2018 +0200

[ros-diffs] 04/04: [SHELL32] CFSDropTarget: Use copy depending on the source drive Show the default action as the default menu item in the right click menu.

2018-02-17 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6f25b42a3142868c232dcb718b188be9e2a6fc9d commit 6f25b42a3142868c232dcb718b188be9e2a6fc9d Author: Giannis Adamopoulos AuthorDate: Sat Feb 17 13:59:51 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Feb 17 20:30:37 2018 +0200

[ros-diffs] 01/01: [SHELL32] CDefView: remove a useless print

2018-02-17 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4b19b1e49d467bf4cbb9b4018ea40f0a7d225b97 commit 4b19b1e49d467bf4cbb9b4018ea40f0a7d225b97 Author: Giannis Adamopoulos AuthorDate: Sat Feb 17 21:36:31 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Feb 17 21:40:16 2018 +0200

[ros-diffs] 01/01: [SHELL32] CFSDropTarget: style fixes

2018-02-17 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fd209faa66b06f6ed8a1aeb94ec2f3f20ec0cf55 commit fd209faa66b06f6ed8a1aeb94ec2f3f20ec0cf55 Author: Giannis Adamopoulos AuthorDate: Sat Feb 17 22:01:04 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Sat Feb 17 22:01:04 2018 +0200

[ros-diffs] 01/01: [SHELL32] CFSFolder: Fix some tests for GetAttributesOf

2018-02-18 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=48d88a361766d38a9a8b10dafeb9a57176ab455a commit 48d88a361766d38a9a8b10dafeb9a57176ab455a Author: Giannis Adamopoulos AuthorDate: Mon Feb 19 01:59:30 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Feb 19 02:01:02 2018 +0200

[ros-diffs] 01/01: [SNDREC32] it-IT.rc: add a missing new line

2018-02-18 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=21ae3a0862415cbff1accdf5efd208d37b3b339c commit 21ae3a0862415cbff1accdf5efd208d37b3b339c Author: Giannis Adamopoulos AuthorDate: Mon Feb 19 02:03:35 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Mon Feb 19 02:03:35 2018 +0200

[ros-diffs] 01/01: [SHELL32] Fix some test failures

2018-02-20 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=730d81b9f7a7231668832be2d9f38a0c93739956 commit 730d81b9f7a7231668832be2d9f38a0c93739956 Author: Giannis Adamopoulos AuthorDate: Mon Feb 19 03:23:15 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Tue Feb 20 10:15:23 2018 +0200

[ros-diffs] 01/01: [SHELL32] shellpath: sync a part of _SHGetDefaultValue with wine on 32bit builds CSIDL_PROGRAM_FILESX86 is treated as CSIDL_PROGRAM_FILES and on wow64 builds CSIDL_PROGRAM_FILES get

2018-02-20 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ac950ea01d31e8a2a1058ae9d621ff1da91c736c commit ac950ea01d31e8a2a1058ae9d621ff1da91c736c Author: Giannis Adamopoulos AuthorDate: Tue Feb 20 10:58:14 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Tue Feb 20 10:58:14 2018 +0200

[ros-diffs] 01/01: [SHELL32] Fix a couple of tests

2018-02-20 Thread Giannis Adamopoulos
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e48c20b3b6b4290387abbc459ac15702c8374bf commit 7e48c20b3b6b4290387abbc459ac15702c8374bf Author: Giannis Adamopoulos AuthorDate: Tue Feb 20 11:48:40 2018 +0200 Commit: Giannis Adamopoulos CommitDate: Tue Feb 20 11:48:40 2018 +0200

  1   2   >