summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GScrollBar.cpp
AgeCommit message (Expand)Author
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