Age | Commit message (Expand) | Author |
---|---|---|
2020-08-27 | LibGUI: Splitter should only override cursor if within grabbable area | Tom |
2020-08-26 | LibGUI: Make Splitter inherit from Widget instead of Frame | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling |
2020-02-23 | LibGUI: Don't require passing a parent to widget constructors | Andreas Kling |
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling |
2020-02-13 | LibGUI: Don't assert when hovering spacing around single-child Splitter | Andreas Kling |
2020-02-11 | LibGUI: Only highlight grabbable area between a Splitter's children | Andreas Kling |
2020-02-11 | LibGUI: Factor out Splitter hit testing into a separate function | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |