index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
Taskbar
Age
Commit message (
Expand
)
Author
2021-01-12
Services: Move to Userland/Services/
Andreas Kling
2021-01-10
Everywhere: Convert a bunch of dbgprintf() to dbgln()
Andreas Kling
2021-01-02
LibGUI: Remove Widget's unused m_{foreground,background}_color
Linus Groh
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-30
Taskbar: Set min/max size for taskbar buttons
Andreas Kling
2020-12-28
Everywhere: Move AppFile from LibGUI to LibDesktop
Linus Groh
2020-12-27
Taskbar: Use GUI::AppFile
Linus Groh
2020-12-24
Taskbar: Use GUI::FileIconProvider for app icons
Linus Groh
2020-12-02
Taskbar: Wait on all waitable children in SIGCHLD handler
Tom
2020-10-27
LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)
Andreas Kling
2020-10-25
Taskbar: Make quicklaunch buttons larger and reduce spacing
Andreas Kling
2020-09-25
Meta+Services: Make clang-format-10 clean
Ben Wiederhake
2020-08-19
Taskbar: Update and clear taskbar button rectangles
Tom
2020-08-04
Taskbar: Disown quick-launched programs
Andreas Kling
2020-07-18
Taskbar: Use Name from .af file as tooltip
Nico Weber
2020-07-16
Taskbar: Don't create buttons for modal windows
Tom
2020-07-04
Taskbar: Don't wrap minimized window titles in []
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-30
Taskbar: Show window progress as a progress bar behind the window title
Andreas Kling
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-26
Userland et al: Pledge sigaction when needed
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-10
Taskbar: Let's custom paint the background instead of using GUI::Frame
Andreas Kling
2020-05-08
Services: Move Taskbar and SystemMenu from Applications to Services
Andreas Kling