reactos/base/shell/explorer
Katayama Hirofumi MZ 4866a25a8f
[EXPLORER] Fix Taskbar context menu Z-order bug (#8186)
Taskbar task button context menu was wrongly
overlapped by Taskbar. #8105 introduced this bug.
JIRA issue: CORE-20260
- Don't bring the taskbar to top on no rude app.
- Check the target window by FindTaskItem in
  OnWindowActivated and OnWindowDestroyed.
2025-06-30 10:55:15 +09:00
..
lang [EXPLORER] Update Polish (pl-PL) translation (#8160) 2025-06-24 16:59:32 +02:00
res [EXPLORER] Add Show Desktop button to taskbar customization preview (#7727) 2025-03-02 20:56:30 +01:00
appbar.cpp [EXPLORER] AppBar Part 3 (#7966) 2025-06-03 06:59:30 +09:00
appbar.h [EXPLORER] AppBar Part 3 (#7966) 2025-06-03 06:59:30 +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] Add fullscreen handling (#8105) 2025-06-15 21:20:45 +09: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] Fix Taskbar context menu Z-order bug (#8186) 2025-06-30 10:55:15 +09: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] Add fullscreen handling (#8105) 2025-06-15 21:20:45 +09:00
util.cpp