[SHDOCVW] Update Russian (ru-RU) translationAddendum to 69931a4a7d1. CORE-19686
[SHDOCVW] Add missing file headers and fix existingAddendum to 69931a4a7d1 and 960a305e5c5.
[BROWSEUI][SHDOCVW] Move CExplorerBand to shdocvw (#7163)CExplorerBand should be implemented in shdocvw.dll. https://github.com/reactos/reactos/blob/894ad4f17d119d312d4ae816cb41db12369389e8/modul
[BROWSEUI][SHDOCVW] Move CExplorerBand to shdocvw (#7163)CExplorerBand should be implemented in shdocvw.dll. https://github.com/reactos/reactos/blob/894ad4f17d119d312d4ae816cb41db12369389e8/modules/rostests/apitests/com/shdocvw.c#L37 JIRA issue: CORE-19698 - Move CExplorerBand code from browseui to shdocvw. - Delete IDS_FOLDERSLABEL resource string from browseui. - Add IDS_FOLDERSLABEL resource string to shdocvw. - Adapt code to these changes. - Add sdk/include/reactos/ shdocvw_undoc.h. - Implement IEILIsEqual function.
show more ...
[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,
[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.