Age | Commit message (Expand) | Author |
---|---|---|
2019-07-03 | AK: Add String::number() for creating a String from a number. | Andreas Kling |
2019-06-22 | GSpinBox: Make the increment/decrement buttons unfocusable. | Andreas Kling |
2019-06-16 | GSpinBox: The initial text should be "0". | Andreas Kling |
2019-06-07 | LibGUI: Run clang-format on everything. | Andreas Kling |
2019-05-24 | LibGUI: Add a GAbstractButton base class for button widgets. | Andreas Kling |
2019-04-10 | GSpinBox: Move increment/decrement button within the widget frame. | Andreas Kling |
2019-04-10 | GSpinBox: Put nice little arrow glyphs on the buttons. | Andreas Kling |
2019-04-09 | LibGUI: Add a spinbox widget. | Andreas Kling |