Age | Commit message (Expand) | Author |
---|---|---|
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-19 | LibGUI: Remove some ancient unused debug logging in AbstractButton | Andreas Kling |
2020-05-12 | LibGUI: Include keyboard modifier state with button on_click calls | Andreas Kling |
2020-04-29 | LibGUI: Remove unnecessary is_enabled() checks in mouse event handlers | Andreas Kling |
2020-03-05 | LibGUI: Implement set_property() on Widget and AbstractButton | Andreas Kling |
2020-03-03 | LibGUI: Save some more state from AbstractButton | Andreas Kling |
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-20 | LibGfx+LibGUI: Allow theming the focus outline of AbstractButton | Tibor Nagy |
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |