summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/RadioButton.h
AgeCommit message (Expand)Author
2021-01-01LibGUI: Remove some hand-rolled type information from WidgetAndreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2021-01-01LibGUI: Simplify RadioButton by using AbstractButton exclusive modeAndreas Kling
2020-12-28LibGUI: Tweak AbstractButton and subclass constructorsAndreas Kling
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Don't require passing a parent to widget constructorsAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling