1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:38:11 +00:00
serenity/Applications/Taskbar
Andreas Kling 2e9cc75d11 WindowServer+Taskbar: Let WindowServer manage the "window menus".
Taskbar now simply asks the WindowServer to popup a window menu when right
clicking on a taskbar button.

This patch also implements the "close" menu item, and furthermore makes the
window menu show up when you left-click a window's titlebar icon. :^)
2019-06-21 11:03:43 +02:00
..
.gitignore Taskbar+LibGUI: More work on bringup. 2019-04-03 21:04:16 +02:00
main.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
TaskbarButton.cpp WindowServer+Taskbar: Let WindowServer manage the "window menus". 2019-06-21 11:03:43 +02:00
TaskbarButton.h WindowServer+Taskbar: Let WindowServer manage the "window menus". 2019-06-21 11:03:43 +02:00
TaskbarWindow.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
TaskbarWindow.h Add clang-format file 2019-05-28 17:31:20 +02:00
WindowIdentifier.h Add clang-format file 2019-05-28 17:31:20 +02:00
WindowList.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
WindowList.h Add clang-format file 2019-05-28 17:31:20 +02:00