reactos/base/shell/explorer
Katayama Hirofumi MZ f19c62c80e
[EXPLORER][SHELL32][SHELL32_APITEST][SDK] AppBar: Initial support (#7778)
Supporting AppBars.
JIRA issue: CORE-7237
- Rewrite shell32!SHAppBarMessage
  function.
- Introduce CAppBarManager class in
  base/shell/explorer/appbar.cpp.
- Add support of ABM_NEW,
  ABM_REMOVE, ABM_QUERYPOS,
  and ABM_SETPOS messages for
  AppBar in Tray Window.
2025-04-28 19:08:13 +09:00
..
lang [EXPLORER] Improve Turkish (tr-TR) translation (#7801) 2025-03-24 14:06:30 +03:00
res [EXPLORER] Add Show Desktop button to taskbar customization preview (#7727) 2025-03-02 20:56:30 +01:00
appbar.cpp [EXPLORER][SHELL32][SHELL32_APITEST][SDK] AppBar: Initial support (#7778) 2025-04-28 19:08:13 +09:00
appbar.h [EXPLORER][SHELL32][SHELL32_APITEST][SDK] AppBar: Initial support (#7778) 2025-04-28 19:08:13 +09:00
CMakeLists.txt [EXPLORER] Improve appearance of Show Desktop button (#5744) 2024-07-24 11:08:36 +03:00
desktop.cpp
explorer.cpp [EXPLORER] Remove redundant bIsSystemShell assignments (#7542) 2024-12-02 20:42:46 +01:00
explorer.exe.manifest
explorer.rc [EXPLORER] Add Show Desktop button to taskbar customization preview (#7727) 2025-03-02 20:56:30 +01:00
notifyiconscust.cpp [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
precomp.h [EXPLORER] Implement ClearRecentDocsOnExit setting (#7935) 2025-04-27 01:28:37 +02:00
resource.h [EXPLORER] Add Show Desktop button to taskbar customization preview (#7727) 2025-03-02 20:56:30 +01:00
rshell.cpp [SHDOCVW][EXPLORER][RSHELL][SDK] Populate WinList_* stubs (#7691) 2025-02-01 07:14:36 +09:00
settings.cpp
shellservice.cpp
startctxmnu.cpp [EXPLORER] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09:00
startmnu.cpp
startmnucust.cpp [EXPLORER] Implement ClearRecentDocsOnExit setting (#7935) 2025-04-27 01:28:37 +02:00
startmnusite.cpp [EXPLORER] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09:00
startup.cpp [EXPLORER] Execute RunOnce[Ex] before desktop is created (#7143) 2024-07-17 12:42:22 +02:00
syspager.cpp [EXPLORER] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09:00
taskband.cpp [EXPLORER] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09:00
taskswnd.cpp [EXPLORER][BROWSEUI][SHLWAPI][BOOTDATA][WIN32K] Support AppKeys and more WM_APPCOMMANDs (#7879) 2025-04-18 18:35:30 +02:00
tbsite.cpp [EXPLORER] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09:00
trayclock.cpp [EXPLORER] Implement NoWinKeys and HideClock restrictions (#7926) 2025-04-25 13:51:26 +02:00
traydeskbtn.cpp [EXPLORER] Add tooltip for show desktop button (#7483) 2024-11-01 01:09:22 +07:00
traydeskbtn.h [EXPLORER] Add tooltip for show desktop button (#7483) 2024-11-01 01:09:22 +07:00
trayntfy.cpp [EXPLORER] Implement NoWinKeys and HideClock restrictions (#7926) 2025-04-25 13:51:26 +02:00
trayprop.cpp [EXPLORER] Implement NoWinKeys and HideClock restrictions (#7926) 2025-04-25 13:51:26 +02:00
traywnd.cpp [EXPLORER][SHELL32][SHELL32_APITEST][SDK] AppBar: Initial support (#7778) 2025-04-28 19:08:13 +09:00
util.cpp