summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar/TaskbarWindow.h
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26Taskbar: Unbreak SDL2 port by changing include pathJelle Raaijmakers
2022-11-26Taskbar: Made it possible to add a system menu to taskbar laterArda Cinar
2022-11-26Taskbar: Rename start_menu to system_menuArda Cinar
2022-08-25LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbarthankyouverycool
2022-06-01Taskbar: Add toggle_show_desktop()Olivier De Cannière
2022-04-04ClockSettings+Taskbar: Add settings for taskbar clock formatcflip
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-01-12Taskbar: Include `ScreenLayout.h` from `Services` directoryJelle Raaijmakers
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-07-20Taskbar: Update the start button width when system fonts changeAndreas Kling
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-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-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-09Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixelAndreas 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-04Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove itLinus Groh
2021-03-30Taskbar: Reposition the applet area when the desktop rect changesAndreas Kling
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-03-25Taskbar: Add start menu :^)Andreas Kling
2021-03-25Taskbar: Integrate clock widget into taskbar windowAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling