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