1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 15:51:01 +00:00
serenity/Applications/Taskbar
Andreas Kling aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload.
It was annoying to always write set_preferred_size({ width, height }). :^)
2019-07-20 22:39:24 +02:00
..
main.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
TaskbarButton.cpp LibGUI: Revert GWindowServerConnection to being a singleton 2019-07-17 21:03:01 +02:00
TaskbarButton.h WindowServer+Taskbar: Let WindowServer manage the "window menus". 2019-06-21 11:03:43 +02:00
TaskbarWindow.cpp GWidget: Add set_preferred_size(width, height) overload. 2019-07-20 22:39:24 +02:00
TaskbarWindow.h Add clang-format file 2019-05-28 17:31:20 +02:00
WindowIdentifier.h AK: Defer to Traits<T> for equality comparison in container templates. 2019-06-29 19:14:03 +02:00
WindowList.cpp LibGUI: Revert GWindowServerConnection to being a singleton 2019-07-17 21:03:01 +02:00
WindowList.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00