Andreas Kling
|
38f589a9cb
|
SharedGraphics: Add some useful painting helpers and make use of them.
|
2019-02-05 11:42:58 +01:00 |
|
Andreas Kling
|
b1e054ffe8
|
Rename LizaBold to LizaRegular and LizaBlack to LizaBold.
LizaRegular is quickly becoming my favorite bitmap font. It's so pretty :^)
|
2019-02-05 09:08:25 +01:00 |
|
Andreas Kling
|
6f787f6877
|
LibGUI: Use LizaBold as the default button font.
|
2019-02-04 11:41:01 +01:00 |
|
Andreas Kling
|
83228d03d8
|
LibGUI: GButton should only react to the left mouse button (for pushing.)
|
2019-01-27 20:26:45 +01:00 |
|
Andreas Kling
|
069d21ed7f
|
Make buttons unpress when the cursor leaves the button rect.
Implement this functionality by adding global cursor tracking.
It's currently only possible for one GWidget per GWindow to track the cursor.
|
2019-01-27 08:48:34 +01:00 |
|
Andreas Kling
|
dfdca9d2a7
|
Kernel: Implement lazy FPU state restore.
|
2019-01-25 07:52:44 +01:00 |
|
Andreas Kling
|
d66b0f7dd8
|
LibGUI: Mass coding style fixes.
|
2019-01-21 00:54:35 +01:00 |
|
Andreas Kling
|
6c4f1bad09
|
guitest2: Add a simple launcher so I can easily spawn more Terminals.
Also update GButton coding style.
|
2019-01-21 00:31:48 +01:00 |
|
Andreas Kling
|
b91479d9b9
|
Rename all the LibGUI classes to GClassName.
|
2019-01-20 04:49:48 +01:00 |
|