summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar
AgeCommit message (Expand)Author
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-04ClockSettings+Taskbar: Add settings for taskbar clock formatcflip
2022-04-03DisplaySettings+WindowServer: Allow updating theme without backgroundBen Maxwell
2022-04-02LibGfx: Add list_installed_system_themes() to SystemThemeBen Maxwell
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename WindowManagerServerConnectionItamar
2022-02-25Taskbar: Update ClockWidget FrameShape and adjust dimensionsthankyouverycool
2022-02-24Taskbar: Minimize/activate window on Super+Digit eventJan Grau
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-28Userland: Fix unnecessary heap allocation of singleton objectsDaniel Bertalan
2022-01-25Userland: Invoke tzset in applications that care about time zonesTimothy Flynn
2022-01-21Taskbar: Remove QuickLaunch entries if corresponding file was deletedMaciej
2022-01-21Taskbar: Support arbitrary *files* as QuickLaunch entriesMaciej
2022-01-21Taskbar: Support arbitrary executables as QuickLaunch entriesMaciej
2022-01-21Taskbar: Abstract out quick launch entriesMaciej
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
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