ladybird/Applications/Taskbar
Andreas Kling c09c114d77 WindowServer+LibGUI: Add ability to set per-window icons.
The icons are passed around as filesystem paths for now, since the shared
memory bitmaps only support 2 sides.
2019-04-13 16:59:55 +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 Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
TaskbarWindow.cpp WindowServer+LibGUI: Add ability to set per-window icons. 2019-04-13 16:59:55 +02:00
TaskbarWindow.h Taskbar: Plumb window active state from the WindowServer to the taskbar. 2019-04-04 13:19:26 +02:00
WindowList.cpp WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar. 2019-04-04 14:38:53 +02:00
WindowList.h WindowServer+LibGUI: Add ability to set per-window icons. 2019-04-13 16:59:55 +02:00