summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar/TaskbarWindow.cpp
AgeCommit message (Expand)Author
2022-09-20Calendar: Add a Calendar settings dialog for the first day of the weekOlivier De Cannière
2022-08-26LibGUI+Taskbar+WindowServer: Prevent minimization when blockedthankyouverycool
2022-08-25LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbarthankyouverycool
2022-07-15Taskbar: Center buttons again by fixing marginsFrHun
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-01Taskbar+Desktop: Add super+D keyboard shortcutOlivier De Cannière
2022-06-01Taskbar: Add toggle_show_desktop()Olivier De Cannière
2022-06-01LibGUI: Fix typo in ConnectionToWindowManagerServerOlivier De Cannière
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-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-24Taskbar: Minimize/activate window on Super+Digit eventJan Grau
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-12-28Taskbar: Add dropping of AppFiles to QuickLaunchfaxe1008
2021-11-14Taskbar: Make quicklaunch bar editablefaxe1008
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas 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-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: Make Margins arguments match CSS orderingsin-ack
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-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-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-10WindowServer+Taskbar: Make all the IPC used by Taskbar asynchronousAndreas Kling
2021-05-09Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixelAndreas Kling
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar 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-19Taskbar: Show start menu when super key is pressedConor Byrne
2021-04-17Taskbar: Use WM connection for window management operationssin-ack