#
b4e946f5 |
| 10-Jul-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[BROWSEUI] Fix pos of taskbar toolbar right-click menu (#5421)
Don't call ClientToScreen in handling NM_RCLICK message because NMMOUSE.pt is already in screen coordinates.
CORE-18966
|
Revision tags: 0.4.14-release |
|
#
9393fc32 |
| 13-Sep-2021 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
|
Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release |
|
#
0aed0fd1 |
| 08-Mar-2018 |
Thomas Faber <thomas.faber@reactos.org> |
[BROWSEUI][SHELL32] Treat OnWinEvent's result parameter as optional. CORE-14443
Windows's explorer can call it with NULL.
|
Revision tags: 0.4.8-RC, 0.4.9-dev |
|
#
4c23b78b |
| 16-Jan-2018 |
Giannis Adamopoulos <gadamopoulos@reactos.org> |
[BROWSEUI] CISFBand: Handle DBID_SETWINDOWTHEME. CORE-14176
|
#
b3544fd0 |
| 09-Dec-2017 |
Amine Khaldi <amine.khaldi@reactos.org> |
[BROWSEUI/SHELLBARS] Add a PCH.
|
#
d1636273 |
| 07-Dec-2017 |
Giannis Adamopoulos <gadamopoulos@reactos.org> |
[BROWSEUI] Move _ILIsDesktop to a shared header to avoid having 3 instances of it
|
Revision tags: 0.4.7-release, v0.4.7 |
|
#
e12763d5 |
| 11-Nov-2017 |
Stanislav Motylkov <x86corez@gmail.com> |
[BROWSEUI] CISFBand: Add "Open Folder" feature
CORE-13996 #resolve
|
#
2875a70c |
| 02-Nov-2017 |
Giannis Adamopoulos <gadamopoulos@reactos.org> |
[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 not complete but cover most
[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 not complete but cover most important problems of quick launch. There is no need to create bug reports for these.
show more ...
|
Revision tags: 0.4.8-dev, 0.4.7-rc1 |
|
#
bab9a540 |
| 20-Oct-2017 |
Giannis Adamopoulos <gadamopoulos@reactos.org> |
[BROWSEUI] Add a hack and abuse ISFB_STATE_QLINKSMODE to make the quick launch band to be aligned to left and show no text
|
#
ee3b7320 |
| 20-Oct-2017 |
Giannis Adamopoulos <gadamopoulos@reactos.org> |
[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 as the name of the band
|
#
8a52080d |
| 20-Oct-2017 |
Giannis Adamopoulos <gadamopoulos@reactos.org> |
[BROWSEUI] Rename CISFBand_CreateInstance and add a CISFBand_CreateInstance macro that makes easy to switch between the system implementation or the local one.
|
#
f0f1e5ff |
| 16-Oct-2017 |
Giannis Adamopoulos <johnyadams@outlook.com> |
[QCKLNCH] Remove qcklnch (#61)
- Move CIFSBand to the shellbars static lib which is linked to browseui and rshell.
- Move CQuickLaunchBand to rshell.
- Make nescessary adjustments so that they can
[QCKLNCH] Remove qcklnch (#61)
- Move CIFSBand to the shellbars static lib which is linked to browseui and rshell.
- Move CQuickLaunchBand to rshell.
- Make nescessary adjustments so that they can both be registered and instantiated.
show more ...
|