summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar
AgeCommit message (Expand)Author
2022-01-12Taskbar: Include `ScreenLayout.h` from `Services` directoryJelle Raaijmakers
2022-01-10Taskbar: Tweak taskbar button progress bar renderingAndreas Kling
2022-01-03Taskbar: Tighten pledged promises, remove incorrect commentbugreport0
2021-12-28Taskbar: Add context menu to remove quicklaunch itemsfaxe1008
2021-12-28Taskbar: Add dropping of AppFiles to QuickLaunchfaxe1008
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23Taskbar: Port to LibMain :^)Andreas Kling
2021-11-14Taskbar: Make quicklaunch bar editablefaxe1008
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::scaled()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-17TaskBar+Utilities: Add logout(1) command, and call it in ShutdownDialogPeter Elliott
2021-10-11ClockWidget: Left-align clock and center based on ideal widthJames Magahern
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
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-08-01Services: Remove unused header includesBrian Gianforcaro
2021-07-27Userland: Make TextWrapping::Wrap opt-insin-ack
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack
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: Update the start button width when system fonts changeAndreas Kling
2021-07-20Taskbar: Launch apps in Terminal when RunInTerminal=true is specifiedLinus Groh
2021-07-12TaskbarWindow: Redraw start button when default font changesLuK1337
2021-07-10Taskbar: Scale window icon bitmap if it's not 16x16LuK1337
2021-07-08Taskbar: Make clicks at the edges and corners work as expectedAndrea Martinelli
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-07-04Taskbar: Simplify quick launch widget layoutAndreas Kling
2021-07-04Taskbar: Give the "Show/Hide Desktop" button an icon :^)Andreas Kling
2021-07-04Taskbar: Add show desktop button to toggle showing of the desktopForLoveOfCats
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-28Taskbar: Move 'Assistant' Desktop::AppFile to member for quicker accessSpencer Dixon
2021-06-28Assistant+Taskbar: Use AppFile::spawn() utilitySpencer Dixon
2021-06-28Taskbar: Open 'Assistant' with Super+SpaceSpencer Dixon
2021-06-28LibGUI+WindowServer: Add new WMEvent Super+SpaceSpencer Dixon
2021-06-22Taskbar: Check if executable in .af exist in filesystemPAUL007
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-04Taskbar: Make sure LibGUI/Desktop.h is usable in portsGunnar Beutner
2021-06-04Taskbar: Allow creating menus for sub-categoriesGunnar Beutner