summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GScrollBar.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
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-11-10LibGUI: Add a simple GWidget class registry/factoryAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-09-06GScrollBar: Scrolling with the mouse wheel should use step incrementsAndreas Kling
2019-08-20GScrollBar: Allow scrolling the scrollbar by mouse-wheeling over itAndreas Kling
2019-08-18LibGUI: Make the timers in GAbstractButton and GScrollBar into childrenAndreas Kling
2019-08-11GScrollBar: highlight the scrubber while it's in use.Ignas S
2019-07-20GWidget: Add set_preferred_size(width, height) overload.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling