summaryrefslogtreecommitdiff
path: root/LibGUI/GStatusBar.cpp
AgeCommit message (Collapse)Author
2019-03-10LibGUI: Don't fill widgets with background color by defualt.Andreas Kling
2019-03-04LibGUI: Improve GStatusBar and GToolBar and share some code via GStyle.Andreas Kling
2019-02-28LibGUI: Tweak GStatusBar margins.Andreas Kling
2019-02-28LibGUI: Both GToolBar and GStatusBar should have highlight/shadow.Andreas Kling
2019-02-28LibGUI: Top line on GStatusBar should be a highlight, not a shadow.Andreas Kling
2019-02-28SharedGraphics: Make Painter clipping work with translated clip origin.Andreas Kling
2019-02-12Add a little About app and hook it up to the system menu's "About..." entry.Andreas Kling
Added icons and customizable text alignment to GLabel.
2019-02-10LibGUI: Start adding an automatic widget layout system.Andreas Kling
My needs are really quite simple, so I'm just going to add what I need as I go along. The first thing I needed was a simple box layout with widgets being able to say whether they prefer fixed or fill for both their vertical and horizontal sizes. I also made a simple GStatusBar so FileManager can show how many bytes worth of files are in the current directory.