summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar
AgeCommit message (Expand)Author
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21Taskbar: Remove window button if a window state change demands itTom
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-15WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmapAndreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling