summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/StatusBar.cpp
AgeCommit message (Expand)Author
2020-04-23LibGUI: Make StatusBar 2px shorter vertically for a snugger fitAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-23LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBarAndreas Kling
2020-04-23LibGUI: Tweak StatusBar layout marginsAndreas Kling
2020-04-23LibGUI: Get rid of the awkward horizontal line in StatusBarAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling