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
|
5d69bf06d2
|
LibGUI: Don't fill widgets with background color by defualt.
|
2019-03-10 13:16:36 +01:00 |
|
Andreas Kling
|
6836e21d1c
|
ProcessManager: Tidy up the memory stats and align everything nicely.
|
2019-03-10 12:34:44 +01:00 |
|
Andreas Kling
|
37388b311f
|
ProcessManager: Show some basic system memory stats below the process table.
This really improves the feeling of "system overview" :^)
|
2019-03-10 12:13:22 +01:00 |
|