Age | Commit message (Expand) | Author |
---|---|---|
2019-04-10 | LibGUI: Move frame painting from GFrame to StylePainter. | Andreas Kling |
2019-04-08 | Taskbar: Replace TaskbarWidget with a simple GFrame. | Andreas Kling |
2019-03-28 | LibGUI: Use GFrame to draw the frames around GItemView and GTableView. | Andreas Kling |
2019-03-28 | LibGUI: Make GScrollableWidget a GFrame and fix up GTextEditor for it. | Andreas Kling |
2019-03-28 | LibGUI: Add a GFrame class that can be inherited by framey widgets. | Andreas Kling |