summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar/main.cpp
AgeCommit message (Expand)Author
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-22Taskbar: Check if executable in .af exist in filesystemPAUL007
2021-06-04Taskbar: Allow creating menus for sub-categoriesGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-08AK: Add missing GenericTraits<NonnullRefPtr>Itamar
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-04-25Userland+Base: Add "ladyball" logo for the system :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17Taskbar: Use WM connection for window management operationssin-ack
2021-03-26Taskbar: Add more prominent Help app icon in the start menuAndreas Kling
2021-03-26Taskbar: Move "About SerenityOS" to the top of the start menuAndreas Kling
2021-03-25Taskbar: Add start menu :^)Andreas Kling
2021-03-25Taskbar: Integrate clock widget into taskbar windowAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas 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