ladybird/Applications/Taskbar
Andreas Kling 21c56477b0 LibGUI: Add a GAbstractButton base class for button widgets.
This patch moves GButton and GRadioButton to inherit from it. This allows
them to share code for mouse event handling, etc.
2019-05-24 16:32:20 +02:00
..
.gitignore Taskbar+LibGUI: More work on bringup. 2019-04-03 21:04:16 +02:00
main.cpp Taskbar: Start working on a taskbar app. 2019-04-03 19:38:44 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
TaskbarButton.cpp WindowServer/GMenu: Adjust the popup position to fit the window inside the screen 2019-05-16 01:22:54 +02:00
TaskbarButton.h WindowServer+TaskBar: Add a taskbar window button popup menu. 2019-04-23 23:14:14 +02:00
TaskbarWindow.cpp LibGUI: Add a GAbstractButton base class for button widgets. 2019-05-24 16:32:20 +02:00
TaskbarWindow.h WindowServer+TaskBar: Add a taskbar window button popup menu. 2019-04-23 23:14:14 +02:00
WindowIdentifier.h Taskbar: Forgot to add WindowIdentifier.h. 2019-04-24 02:20:38 +02:00
WindowList.cpp Taskbar: Clicking a window button now toggles minimized state. 2019-04-24 02:48:02 +02:00
WindowList.h WindowServer+TaskBar: Add a taskbar window button popup menu. 2019-04-23 23:14:14 +02:00