summaryrefslogtreecommitdiff
path: root/Services/Taskbar/WindowList.cpp
AgeCommit message (Collapse)Author
2021-01-12Services: Move to Userland/Services/Andreas Kling
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-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
This will allow you us to implement special behavior when Ctrl+clicking a button.
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling