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