Andreas Kling
|
b7dfa83223
|
LibGUI+LibGfx: Improve focus rect appearance
Draw a dotted focus rect to make it stand out more. Also make it much
larger on regular text-only GUI::Buttons.
|
2020-10-26 21:01:45 +01:00 |
|
Andreas Kling
|
1a2b626746
|
LibGUI+LibGfx: Move check box painting to Gfx::StylePainter
This will allow us to render check boxes from other places. :^)
|
2020-09-11 18:42:43 +02:00 |
|
Andreas Kling
|
d851863704
|
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
2020-07-04 17:25:31 +02:00 |
|
Andreas Kling
|
11c4a28660
|
Kernel: Move headers intended for userspace use into Kernel/API/
|
2020-07-04 17:22:23 +02:00 |
|
Andreas Kling
|
116cf92156
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much
better visual clue about what type of metric is being used.
|
2020-06-10 10:59:04 +02:00 |
|
Andreas Kling
|
977863ea07
|
LibGUI: Include keyboard modifier state with button on_click calls
This will allow you us to implement special behavior when Ctrl+clicking
a button.
|
2020-05-12 20:31:16 +02:00 |
|
Andreas Kling
|
03c91fce74
|
LibGUI: Highlight interactive area of hovered CheckBox and RadioButton
This is consistent what we do for regular Buttons and gives a pleasant
visual cue when you're over a clickable area.
|
2020-05-08 21:12:16 +02:00 |
|
Andres Vieira
|
711bcff0da
|
LibGUI: Paint CheckBox background same as widget's if it's not enabled
|
2020-04-28 15:14:02 +02:00 |
|
Andreas Kling
|
c5d913970a
|
LibGUI: Remove parent parameter to GUI::Widget constructor
|
2020-02-23 12:27:53 +01:00 |
|
Andreas Kling
|
34c7322d77
|
LibGUI: Remove some header dependencies from Widget.h
|
2020-02-14 23:53:11 +01:00 |
|
Andreas Kling
|
6a9cc66b97
|
LibGUI: Remove leading G from filenames
|
2020-02-06 20:33:02 +01:00 |
|