Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-25 | Meta+Services: Make clang-format-10 clean | Ben Wiederhake | |
2020-07-16 | Taskbar: Don't create buttons for modal windows | Tom | |
Since the user can't really do much with windows that are blocked by a modal window, there is no point in showing multiple buttons. | |||
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling | |
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much better visual clue about what type of metric is being used. | |||
2020-05-30 | Taskbar: Show window progress as a progress bar behind the window title | Andreas Kling | |
If a window in the taskbar has progress, we'll now draw that progress in the form of a progress bar behind the window title on the taskbar button for the window. | |||
2020-05-08 | Services: Move Taskbar and SystemMenu from Applications to Services | Andreas Kling | |