[BROWSEUI] -Move the following classes to a new static lib called shellbars: CBandSit...
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Sun, 9 Apr 2017 13:51:39 +0000 (13:51 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Sun, 9 Apr 2017 13:51:39 +0000 (13:51 +0000)
commit026c7235f9f15146a5f8dc7b932a477d3f138e05
tree04fb6e818d4cf580064c6af8d0c79a9e99dc61a0
parent35eb4001b2f7bdfc4c13ab94a789dfdb00aad275
[BROWSEUI] -Move the following classes to a new static lib called shellbars: CBandSite, CBandSiteMenu, CBaseBar, CSHEnumClassesOfCategories.
- This will be linked to rshell in order to implement support for additional toolbars in the taskbar as well as floating toolbars.
- In the future more classes will be added in this static lib including: CISFBand (which implements a dockable toolbar that shows the contents of a shell folder), CQuickLinks (a special CISFBand), CDeskBarApp (a special CBaseBar that implements the floating host for toolbars) and perhaps more.

svn path=/trunk/; revision=74292
12 files changed:
reactos/dll/win32/browseui/CMakeLists.txt
reactos/dll/win32/browseui/browseui.cpp
reactos/dll/win32/browseui/browseui.h
reactos/dll/win32/browseui/precomp.h
reactos/dll/win32/browseui/shellbars/CBandSite.cpp [moved from reactos/dll/win32/browseui/bandsite.cpp with 99% similarity]
reactos/dll/win32/browseui/shellbars/CBandSite.h [moved from reactos/dll/win32/browseui/bandsite.h with 100% similarity]
reactos/dll/win32/browseui/shellbars/CBandSiteMenu.cpp [moved from reactos/dll/win32/browseui/bandsitemenu.cpp with 95% similarity]
reactos/dll/win32/browseui/shellbars/CBandSiteMenu.h [moved from reactos/dll/win32/browseui/bandsitemenu.h with 100% similarity]
reactos/dll/win32/browseui/shellbars/CBaseBar.cpp [moved from reactos/dll/win32/browseui/basebar.cpp with 99% similarity]
reactos/dll/win32/browseui/shellbars/CMakeLists.txt [new file with mode: 0644]
reactos/dll/win32/browseui/shellbars/CSHEnumClassesOfCategories.cpp [moved from reactos/dll/win32/browseui/comcat.cpp with 99% similarity]
reactos/dll/win32/browseui/shellbars/shellbars.h [new file with mode: 0644]