summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GAbstractButton.cpp
AgeCommit message (Expand)Author
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-24LibGUI: Use SystemColor::Text in more placesAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-20LibCore+LibGUI+WindowServer: Make events bubble up through ancestorsAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-08-18LibGUI: Make the timers in GAbstractButton and GScrollBar into childrenAndreas Kling
2019-08-12GButton: Allow non-checkable buttons to render as checkedAndreas Kling
2019-07-13LibGUI: Add an auto-repeat interval to GAbstractButton.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling