Age | Commit message (Expand) | Author |
---|---|---|
2020-06-29 | LibGUI: SpinBox: update the displayed value when set_range() clamps it | Benoît Lormeau |
2020-06-12 | AK: Make string-to-number conversion helpers return Optional | Andreas Kling |
2020-05-20 | LibGUI: Replace up and down arrows with emoji | Hüseyin ASLITÜRK |
2020-05-12 | LibGUI: Include keyboard modifier state with button on_click calls | Andreas Kling |
2020-05-08 | LibGUI: Make the "enabled" widget state propagate to child widgets | Andreas Kling |
2020-05-08 | LibGUI: Fix for disable state of SpinBox | Hüseyin ASLITÜRK |
2020-03-03 | LibGUI: Remove Button& parameter from Button::on_click hook | Andreas Kling |
2020-02-24 | LibGUI: Implement keyboard and mouse wheel events for SpinBox | Tibor Nagy |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling |
2020-02-23 | LibGUI: Use Core::Object::add() a whole bunch | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |