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 |
|
FalseHonesty
|
28f74df2e6
|
LibGUI: Add hook when a context menu is requested on a button
|
2020-05-22 18:23:02 +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
|
add93bf593
|
LibGUI: Brighten buttons when hovering over them :^)
|
2020-03-30 19:40:44 +02:00 |
|
Andreas Kling
|
a26b63a958
|
LibGUI: Remove Button& parameter from Button::on_click hook
There was but a single user of this parameter and it's a bit tedious
to write it out every time, so let's get rid of it.
|
2020-03-03 17:02:38 +01: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 |
|