index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GStatusBar.cpp
Age
Commit message (
Expand
)
Author
2019-04-10
LibGUI: Move frame painting from GFrame to StylePainter.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-03-30
FileManager: Tweak look of thumbnailing progress bar.
Andreas Kling
2019-03-29
Rename Painter::set_clip_rect() to add_clip_rect().
Andreas Kling
2019-03-29
LibGUI: Don't draw left and right side of surfaces that span entire window.
Andreas Kling
2019-03-28
Move LibGUI/GStyle to SharedGraphics/StylePainter.
Andreas Kling
2019-03-28
LibGUI: Add a GPainter class that inherits from Painter.
Andreas Kling
2019-03-28
LibGUI: Add a GFrame class that can be inherited by framey widgets.
Andreas Kling
2019-03-10
LibGUI: Don't fill widgets with background color by defualt.
Andreas Kling
2019-03-04
LibGUI: Improve GStatusBar and GToolBar and share some code via GStyle.
Andreas Kling
2019-02-28
LibGUI: Tweak GStatusBar margins.
Andreas Kling
2019-02-28
LibGUI: Both GToolBar and GStatusBar should have highlight/shadow.
Andreas Kling
2019-02-28
LibGUI: Top line on GStatusBar should be a highlight, not a shadow.
Andreas Kling
2019-02-28
SharedGraphics: Make Painter clipping work with translated clip origin.
Andreas Kling
2019-02-12
Add a little About app and hook it up to the system menu's "About..." entry.
Andreas Kling
2019-02-10
LibGUI: Start adding an automatic widget layout system.
Andreas Kling