Age | Commit message (Expand) | Author |
---|---|---|
2020-04-23 | LibGUI: Make StatusBar 2px shorter vertically for a snugger fit | Andreas Kling |
2020-04-23 | LibGUI: Add a ToolBarContainer widget and put most ToolBars in one | Andreas Kling |
2020-04-23 | LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar | Andreas Kling |
2020-04-23 | LibGUI: Tweak StatusBar layout margins | Andreas Kling |
2020-04-23 | LibGUI: Get rid of the awkward horizontal line in StatusBar | Andreas Kling |
2020-03-04 | LibCore: Make Core::Object::add<ChildType> return a ChildType& | Andreas Kling |
2020-03-04 | LibGUI: Use set_layout<LayoutType>() in lots of client code | Andreas Kling |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling |
2020-02-14 | LibGUI: Remove some header dependencies from Widget.h | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |