wine/programs/explorer
Zhiyi Zhang 8459a5272a explorer: Use a valid taskbar position when the taskbar is hidden.
Some applications use FindWindowA() with class Shell_TrayWnd to find the taskbar window on Windows.
Then GetWindowRect() is called to get the taskbar window rectangle. Finally, the taskbar window
rectangle is subtracted from the primary screen rectangle to calculate the work area. Without a
valid taskbar window position, these applications end up getting an incorrect work area and going
down the wrong path. So use the same position and size as the host system panel for explorer taskbar
when it's hidden.
2022-11-17 10:00:24 +01:00
..
tests explorer: Use a valid taskbar position when the taskbar is hidden. 2022-11-17 10:00:24 +01:00
appbar.c explorer: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
desktop.c explorer: Create clipboard manager thread when creating a desktop. 2022-05-31 22:52:45 +02:00
explorer.c shell32: Implement SHOpenFolderAndSelectItems(). 2022-07-15 20:01:05 +02:00
explorer.manifest explorer: Add system DPI awareness settings to the application manifest. 2021-09-06 14:55:06 +02:00
explorer.rc explorer: Enable visual styles. 2021-06-09 23:38:44 +02:00
explorer_private.h explorer: Add a generic handler for desktop notifications. 2016-05-31 13:55:45 +09:00
Makefile.in explorer: Create clipboard manager thread when creating a desktop. 2022-05-31 22:52:45 +02:00
resource.h explorer: Add run dialog to start menu. 2014-01-08 16:11:37 +01:00
startmenu.c explorer: Use the WCHAR string version of LoadLibrary. 2020-10-19 10:58:56 +02:00
systray.c explorer: Use a valid taskbar position when the taskbar is hidden. 2022-11-17 10:00:24 +01:00