1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 22:15:08 +00:00
serenity/Applications/Taskbar
Sergey Bugaev f2546d15ce Taskbar: Add a quick launch bar
This is a tiny bar at the left of the taskbar where you can put
your most used apps to launch them with a single click. In a way,
it's another replacement for the Launcher, in addition to the app
menu. Unlike the launcher and the menu, it's not meant to be the
primary way to launch apps; it's only a faster way to launch a few
most often used utilities.
2019-12-04 14:32:15 +01:00
..
main.cpp Taskbar: Add a quick launch bar 2019-12-04 14:32:15 +01:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
TaskbarButton.cpp WindowServer+Taskbar: Animate window frames on minimize/unminimize 2019-12-03 21:34:34 +01:00
TaskbarButton.h WindowServer+Taskbar: Animate window frames on minimize/unminimize 2019-12-03 21:34:34 +01:00
TaskbarWindow.cpp Taskbar: Add a quick launch bar 2019-12-04 14:32:15 +01:00
TaskbarWindow.h Taskbar: Add a quick launch bar 2019-12-04 14:32:15 +01:00
WindowIdentifier.h AK: Defer to Traits<T> for equality comparison in container templates. 2019-06-29 19:14:03 +02:00
WindowList.cpp WindowServer: Port to the new IPC system 2019-12-02 11:11:05 +01:00
WindowList.h Taskbar: Remove window buttons from the taskbar when appropriate 2019-09-22 00:41:52 +02:00