reactos/base/shell/explorer
Katayama Hirofumi MZ 853b8ebd02
[EXPLORER] Use STDMETHODIMP and override (#7645)
Follow the standard way.
JIRA issue: CORE-19469
- Use STDMETHODIMP and override keyword
  instead of virtual HRESULT STDMETHODCALLTYPE.
- Delete CTaskBand::ProcessMessage and
  CTaskBand::ContainsWindow methods.
  I think they are useless.
2025-01-21 10:03:52 +09:00
..
lang [EXPLORER] Add tooltip for show desktop button (#7483) 2024-11-01 01:09:22 +07:00
res
appbar.cpp [EXPLORER] Implement ABM_GET/SETSTATE and ABM_GETTASKBARPOS (#7525) 2024-11-25 19:51:19 +01: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
notifyiconscust.cpp [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
precomp.h [EXPLORER] Improve appearance of Show Desktop button (#5744) 2024-07-24 11:08:36 +03:00
resource.h [EXPLORER] Add tooltip for show desktop button (#7483) 2024-11-01 01:09:22 +07:00
rshell.cpp
settings.cpp [EXPLORER] Start menu: Fix Small Icons flag (#6651) 2024-03-22 21:15:22 +09:00
shellservice.cpp
startctxmnu.cpp [EXPLORER] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09:00
startmnu.cpp [EXPLORER] Start menu: Fix Small Icons flag (#6651) 2024-03-22 21:15:22 +09:00
startmnucust.cpp [EXPLORER] Start menu: Fix Small Icons flag (#6651) 2024-03-22 21:15:22 +09: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] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09:00
tbsite.cpp [EXPLORER] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09:00
trayclock.cpp [EXPLORER] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09: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] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09:00
trayprop.cpp [SHELL32][EXPLORER][SHLWAPI][SDK] Implement SHGetSetSettings (#6982) 2024-07-05 20:35:45 +02:00
traywnd.cpp [EXPLORER] Use STDMETHODIMP and override (#7645) 2025-01-21 10:03:52 +09:00
util.cpp