Age | Commit message (Expand) | Author |
---|---|---|
2019-04-10 | LibGUI: Move frame painting from GFrame to StylePainter. | 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 | LibGUI: Improve GFrame's look for Container shapes. | Andreas Kling |
2019-03-28 | Userland: Add a simple GFrame testing window to guitest2. | 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: Use GFrame to draw the frames around GItemView and GTableView. | Andreas Kling |
2019-03-28 | LibGUI: Add a GFrame class that can be inherited by framey widgets. | Andreas Kling |