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
|
0f0d73d1b5
|
LibGUI: Make the "enabled" widget state propagate to child widgets
This simplifies building composite widgets by not having to worry about
updating widget subtrees.
|
2020-05-08 13:49:58 +02:00 |
|
Hüseyin ASLITÜRK
|
f0f98de5d8
|
LibGUI: Fix for disable state of SpinBox
|
2020-05-08 09:49:41 +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 |
|
Tibor Nagy
|
5f913c67d9
|
LibGUI: Implement keyboard and mouse wheel events for SpinBox
|
2020-02-24 10:40:32 +01:00 |
|
Andreas Kling
|
c5d913970a
|
LibGUI: Remove parent parameter to GUI::Widget constructor
|
2020-02-23 12:27:53 +01:00 |
|
Andreas Kling
|
45c25ffecd
|
LibGUI: Use Core::Object::add() a whole bunch
|
2020-02-23 11:10:52 +01:00 |
|
Andreas Kling
|
6a9cc66b97
|
LibGUI: Remove leading G from filenames
|
2020-02-06 20:33:02 +01:00 |
|