summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GScrollBar.h
AgeCommit message (Expand)Author
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-10LibGUI: Add a simple GWidget class registry/factoryAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert GScrollBar to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-08-20GScrollBar: Allow scrolling the scrollbar by mouse-wheeling over itAndreas Kling
2019-08-11GScrollBar: highlight the scrubber while it's in use.Ignas S
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling