summaryrefslogtreecommitdiff
path: root/LibGUI/GAbstractButton.cpp
AgeCommit message (Expand)Author
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-05-25LibGUI: Notify widgets when their enabled state changes.Andreas Kling
2019-05-25LibGUI: Elide the text in GCheckBox and GRadioButton when low on space.Andreas Kling
2019-05-24LibGUI: Share code for text painting in GAbstractButton.Andreas Kling
2019-05-24LibGUI: Make GCheckBox inherit from GAbstractButton.Andreas Kling
2019-05-24LibGUI: Add a GAbstractButton base class for button widgets.Andreas Kling