summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar/main.cpp
AgeCommit message (Expand)Author
2021-08-14Taskbar: Add keyboard shortcuts to the fixed items in the start menuAndreas Kling
2021-08-07Taskbar: Pass full argv for exit actionLuK1337
2021-08-06Userland: Use Core::Process::spawn() instead of posix_spawn() in placesAndreas Kling
2021-08-04Taskbar: Use provided AppFile icon instead of finding it ourselvesJelle Raaijmakers
2021-08-03Taskbar: Set chdir to the home directory when opening applicationsKarol Kosek
2021-07-26Taskbar: Unbreak application launchers in the start menuAndreas Kling
2021-07-26Taskbar: Show Settings app instead of Settings app categoryAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-20Taskbar: Launch apps in Terminal when RunInTerminal=true is specifiedLinus Groh
2021-07-03Taskbar: Only show the current desktop's window buttonsTom
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