reactos/dll/win32/browseui
Carl J. Bialorucki f744bb2994
[BROWSEUI] More settings and window refresh (#5584)
Adds the option to set the address edit box to use the display name or the full path. Also refreshes the window title and edit box in all open explorer windows when changing these settings using the folder options dialog.

## PROPOSED CHANGES ##
- Create a new CabinetStateSettings type that inherits from the CABINETSTATE type. This allows us to add additional cabinet state settings not exposed in the CABINETSTATE type as well as adding a Load() method to easily populate the cabinet state settings.

- Add a global cabinet state settings object. While most settings in browseui are stored independently in each shellbrowser window, cabinet state settings are global and apply to every shellbrowser window. This can be confirmed on Windows Server 2003 and Windows 7.

- When receiving the WM_SETTINGCHANGE window message from the folder options dialog, refresh the title of the window and the text in the address edit box. This is the same behavior as Windows Server 2003 and Windows 7.
Add a DWORD registry value to HKCU\...\Explorer\CabinetState\FullPathAddress to allow users to toggle this setting on or off in our folder options.

CORE-9277
2023-10-02 22:43:00 +02:00
..
lang [TRANSLATION] Update hungarian translation for mspaint, notepad, taskmgr, explorer, appwiz, browseui, msgina, shell32 (#5645) 2023-09-03 17:46:38 +02:00
res
shellbars [BROWSEUI] Fix pos of taskbar toolbar right-click menu (#5421) 2023-07-11 05:28:50 +09:00
shellfind [BROWSEUI] Don't forget to CoInitializeEx on COM thread (#5552) 2023-08-10 22:16:30 +09:00
ACLCustomMRU.cpp
ACLCustomMRU.h
aclhistory.cpp
aclhistory.h
aclistisf.cpp
aclistisf.h
aclmulti.cpp
aclmulti.h
addressband.cpp
addressband.h
addresseditbox.cpp [BROWSEUI] More settings and window refresh (#5584) 2023-10-02 22:43:00 +02:00
addresseditbox.h [BROWSEUI] More settings and window refresh (#5584) 2023-10-02 22:43:00 +02:00
bandproxy.cpp
bandproxy.h
basebarsite.cpp
brandband.cpp
brandband.h
browseui.cpp
browseui.h [BROWSEUI] More settings and window refresh (#5584) 2023-10-02 22:43:00 +02:00
browseui.rc
browseui.spec [BROWSEUI][BROWSEUI_APITEST] SHExplorerParseCmdLine(): Sync and improve (#3231) 2022-05-03 16:32:14 +02:00
browseuiord.cpp
CAutoComplete.cpp [BROWSEUI] Fix CAutoComplete use after free 2022-10-27 23:45:18 +02:00
CAutoComplete.h [BROWSEUI] Fix CAutoComplete use after free 2022-10-27 23:45:18 +02:00
CMakeLists.txt [BROWSEUI] Refactor settings and sync them between windows (#5496) 2023-08-17 12:14:41 +03:00
commonbrowser.cpp
commonbrowser.h
CProgressDialog.cpp
CProgressDialog.h
CShellTaskScheduler.cpp
CShellTaskScheduler.h
CTaskbarList.cpp
CTaskbarList.h
CUserAssist.cpp
CUserAssist.h
desktopipc.cpp [EXPLORER][BROWSEUI][SHELL32][NETSHELL] Fix wrong usage of CComPtr 2022-10-02 00:38:23 +02:00
dllinstall.c
explorerband.cpp [BROWSEUI] Fix crash while editing a label in the folder tree 2023-02-13 23:20:20 +01:00
explorerband.h [EXPLORER] Fix crash on backspace while editing a label in the folder panel (#5059) 2023-02-13 20:45:39 +01:00
globalfoldersettings.cpp
globalfoldersettings.h
internettoolbar.cpp [BROWSEUI] Refactor settings and sync them between windows (#5496) 2023-08-17 12:14:41 +03:00
internettoolbar.h [BROWSEUI] Refactor settings and sync them between windows (#5496) 2023-08-17 12:14:41 +03:00
newatlinterfaces.h
parsecmdline.cpp [BROWSEUI][BROWSEUI_APITEST] SHExplorerParseCmdLine(): Sync and improve (#3231) 2022-05-03 16:32:14 +02:00
precomp.h [BROWSEUI] More settings and window refresh (#5584) 2023-10-02 22:43:00 +02:00
regtreeoptions.cpp
regtreeoptions.h
resource.h [BROWSEUI] Respect status bar display state in Folders/Search panes (#5445) 2023-07-17 01:14:33 +03:00
settings.cpp [BROWSEUI] More settings and window refresh (#5584) 2023-10-02 22:43:00 +02:00
settings.h [BROWSEUI] More settings and window refresh (#5584) 2023-10-02 22:43:00 +02:00
shellbrowser.cpp [BROWSEUI] More settings and window refresh (#5584) 2023-10-02 22:43:00 +02:00
toolsband.cpp
travellog.cpp
utility.cpp
utility.h
version.rc