Age | Commit message (Expand) | Author |
---|---|---|
2019-06-07 | LibGUI: Run clang-format on everything. | Andreas Kling |
2019-06-03 | StringViewize a bunch of things -- mostly LibGUI | Robin Burchell |
2019-05-27 | LibCore: Add CObject::for_each_child_of_type<T>() | Andreas Kling |
2019-05-27 | LibGUI: Add GWidget::for_each_child_widget(callback). | Andreas Kling |
2019-05-24 | LibGUI: Share code for text painting in GAbstractButton. | Andreas Kling |
2019-05-24 | GRadioButton: Draw a focus rect when focused. | Andreas Kling |
2019-05-24 | LibGUI: Add a GAbstractButton base class for button widgets. | Andreas Kling |
2019-05-24 | LibGUI: Add a GRadioButton widget. | Andreas Kling |