1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 04:18:14 +00:00
serenity/Services/Taskbar
Andreas Kling e263dc8427 Taskbar: Show window progress as a progress bar behind the window title
If a window in the taskbar has progress, we'll now draw that progress
in the form of a progress bar behind the window title on the taskbar
button for the window.
2020-05-30 23:00:35 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
main.cpp Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
TaskbarButton.cpp Taskbar: Show window progress as a progress bar behind the window title 2020-05-30 23:00:35 +02:00
TaskbarButton.h Taskbar: Show window progress as a progress bar behind the window title 2020-05-30 23:00:35 +02:00
TaskbarWindow.cpp Taskbar: Show window progress as a progress bar behind the window title 2020-05-30 23:00:35 +02:00
TaskbarWindow.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
WindowIdentifier.h Services: Move Taskbar and SystemMenu from Applications to Services 2020-05-08 22:00:41 +02:00
WindowList.cpp LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
WindowList.h Taskbar: Show window progress as a progress bar behind the window title 2020-05-30 23:00:35 +02:00