reactos/dll/win32/shdocvw
Katayama Hirofumi MZ 69931a4a7d
[SHDOCVW] Initial implementation of Favorites bar (#7146)
First step to Favorites bar support.
Menu: [View]→[Explorer bar]
→[Favorites]

JIRA issue: CORE-19686

- Add CFavBand.cpp, CFavBand.h,
  favband.rgs, and resource.h files.
- Modify CMakeLists.txt.
- Add IDS_ADD and IDS_ORGANIZE
  resource strings.
- Implement empty Favorites bar.
- The treeview is not populated yet.
- The Add button is not
  implemented yet.
2024-07-18 23:21:40 +09:00
..
lang [SHDOCVW] Initial implementation of Favorites bar (#7146) 2024-07-18 23:21:40 +09:00
CFavBand.cpp [SHDOCVW] Initial implementation of Favorites bar (#7146) 2024-07-18 23:21:40 +09:00
CFavBand.h [SHDOCVW] Initial implementation of Favorites bar (#7146) 2024-07-18 23:21:40 +09:00
CMakeLists.txt [SHDOCVW] Initial implementation of Favorites bar (#7146) 2024-07-18 23:21:40 +09:00
favband.rgs [SHDOCVW] Initial implementation of Favorites bar (#7146) 2024-07-18 23:21:40 +09:00
mrulist.cpp [SHDOCVW][SHDOCVW_APITEST] Implement MRU List for Shell Bag, Part 6 (#5699) 2023-09-18 20:13:29 +09:00
precomp.h [SHDOCVW] Sync with Wine Staging 4.18. CORE-16441 2019-11-30 14:49:41 +01:00
resource.h [SHDOCVW] Initial implementation of Favorites bar (#7146) 2024-07-18 23:21:40 +09:00
shdocvw.h [SHDOCVW] Initial implementation of Favorites bar (#7146) 2024-07-18 23:21:40 +09:00
shdocvw.rc [SHDOCVW] Initial implementation of Favorites bar (#7146) 2024-07-18 23:21:40 +09:00
shdocvw.spec
shdocvw_main.c [SHDOCVW] Initial implementation of Favorites bar (#7146) 2024-07-18 23:21:40 +09:00
shdocvw_v1.idl
shdocvw_v1.rgs [SHDOCVW][SHDOCVW_APITEST] Implement MRU List for Shell Bag, Part 6 (#5699) 2023-09-18 20:13:29 +09:00
shlinstobj.c [SHDOCVW] Initial implementation of Favorites bar (#7146) 2024-07-18 23:21:40 +09:00