summaryrefslogtreecommitdiff
path: root/Services/Taskbar
AgeCommit message (Expand)Author
2021-01-12Services: Move to Userland/Services/Andreas Kling
2021-01-10Everywhere: Convert a bunch of dbgprintf() to dbgln()Andreas Kling
2021-01-02LibGUI: Remove Widget's unused m_{foreground,background}_colorLinus Groh
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-30Taskbar: Set min/max size for taskbar buttonsAndreas Kling
2020-12-28Everywhere: Move AppFile from LibGUI to LibDesktopLinus Groh
2020-12-27Taskbar: Use GUI::AppFileLinus Groh
2020-12-24Taskbar: Use GUI::FileIconProvider for app iconsLinus Groh
2020-12-02Taskbar: Wait on all waitable children in SIGCHLD handlerTom
2020-10-27LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)Andreas Kling
2020-10-25Taskbar: Make quicklaunch buttons larger and reduce spacingAndreas Kling
2020-09-25Meta+Services: Make clang-format-10 cleanBen Wiederhake
2020-08-19Taskbar: Update and clear taskbar button rectanglesTom
2020-08-04Taskbar: Disown quick-launched programsAndreas Kling
2020-07-18Taskbar: Use Name from .af file as tooltipNico Weber
2020-07-16Taskbar: Don't create buttons for modal windowsTom
2020-07-04Taskbar: Don't wrap minimized window titles in []Andreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-30Taskbar: Show window progress as a progress bar behind the window titleAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-26Userland et al: Pledge sigaction when neededSergey Bugaev
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-10Taskbar: Let's custom paint the background instead of using GUI::FrameAndreas Kling
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling