summaryrefslogtreecommitdiff
path: root/Services/Taskbar/WindowList.h
AgeCommit message (Collapse)Author
2020-09-25Meta+Services: Make clang-format-10 cleanBen Wiederhake
2020-07-16Taskbar: Don't create buttons for modal windowsTom
Since the user can't really do much with windows that are blocked by a modal window, there is no point in showing multiple buttons.
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much better visual clue about what type of metric is being used.
2020-05-30Taskbar: Show window progress as a progress bar behind the window titleAndreas Kling
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-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling