summaryrefslogtreecommitdiff
path: root/LibGUI/GScrollBar.cpp
AgeCommit message (Expand)Author
2019-03-25GScrollBar: Clicking in the gutter should jump directly to that position.Andreas Kling
2019-03-24WindowServer+LibGUI: Implement automatic cursor tracking.Andreas Kling
2019-02-28SharedGraphics: Make Painter clipping work with translated clip origin.Andreas Kling
2019-02-25Convert more RetainPtr use to Retained.Andreas Kling
2019-02-20LibGUI: Support different button styles.Andreas Kling
2019-02-17LibGUI: Tweak the scrollbar and button styles a bit.Andreas Kling
2019-02-17SharedGraphics: Removed some unused stuff from Font.Andreas Kling
2019-02-10LibGUI: Support horizontal GScrollBars as well.Andreas Kling
2019-02-10LibGUI: Improve GScrollBar button look a bit.Andreas Kling
2019-02-10LibGUI: Minor cleanup in GScrollBar.Andreas Kling
2019-02-10LibGUI: Draw GScrollBar buttons with a disabled look when appropriate.Andreas Kling
2019-02-10LibGUI: Share code for widget rendering styles in a GStyle class.Andreas Kling
2019-02-10LibGUI: Support dragging the GScrollBar scrubber.Andreas Kling
2019-02-10LibGUI: Draw some cute arrows on the GScrollBar buttons.Andreas Kling
2019-02-09GScrollBar: Start looking a bit more like a proper scrollbar.Andreas Kling
2019-02-09LibGUI: Start working on a GScrollBar.Andreas Kling