index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
ScrollBar.h
Age
Commit message (
Expand
)
Author
2020-08-25
LibGUI: Make ScrollBar track the currently pressed component
Nico Weber
2020-08-25
LibGUI: Make scrollbars keep scrolling by page while clicking the gutter
Nico Weber
2020-08-25
LibGUI: Keep scrollbar timer active while mouse is down
Nico Weber
2020-08-25
LibGUI: Extract ScrollBar::update_hovered_component() method
Nico Weber
2020-08-25
LibGUI: Extract ScrollBar::component_at_position() method
Nico Weber
2020-08-25
LibGUI: Make AutomaticScrollingKind a paramter on set_automatic_scrolling_active
Nico Weber
2020-08-25
LibGUI: In ScrollBar, rename AutomaticScrollingDirection to AutomaticScrollin...
Nico Weber
2020-08-12
ScrollBar: Let clicking the gutter scroll by one page
Nico Weber
2020-08-12
GUI: Rename ScrollBar::scrubber_size() to ScrollBar::visibile_scrubber_size()
Nico Weber
2020-08-12
GUI: Extract a ScrollBar::scroll_to_position method
Nico Weber
2020-07-09
LibGUI: Make scrollbar thumb size relative to content size
Tom
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Don't require passing a parent to widget constructors
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling