Andreas Kling
|
c7ab643883
|
Move LibGUI/GStyle to SharedGraphics/StylePainter.
I want to paint some buttons in WindowServer where we don't have LibGUI.
|
2019-03-28 17:32:38 +01:00 |
|
Andreas Kling
|
9fa21fa585
|
LibGUI: Add a GPainter class that inherits from Painter.
This gets rid of the last little piece of LibGUI knowledge in Painter.
|
2019-03-28 17:19:56 +01:00 |
|
Andreas Kling
|
3dc4255eb4
|
LibGUI: Use GFrame to draw the frames around GItemView and GTableView.
|
2019-03-28 16:58:29 +01:00 |
|
Andreas Kling
|
cb296ffede
|
LibGUI: Add a GFrame class that can be inherited by framey widgets.
This will gather the code for painting sunken/raised frames etc in a single
place and make it easier add a bit of pleasant shading to UI's. :^)
|
2019-03-28 15:30:29 +01:00 |
|