summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/ScrollBar.h
AgeCommit message (Expand)Author
2020-08-25LibGUI: Make ScrollBar track the currently pressed componentNico Weber
2020-08-25LibGUI: Make scrollbars keep scrolling by page while clicking the gutterNico Weber
2020-08-25LibGUI: Keep scrollbar timer active while mouse is downNico Weber
2020-08-25LibGUI: Extract ScrollBar::update_hovered_component() methodNico Weber
2020-08-25LibGUI: Extract ScrollBar::component_at_position() methodNico Weber
2020-08-25LibGUI: Make AutomaticScrollingKind a paramter on set_automatic_scrolling_activeNico Weber
2020-08-25LibGUI: In ScrollBar, rename AutomaticScrollingDirection to AutomaticScrollin...Nico Weber
2020-08-12ScrollBar: Let clicking the gutter scroll by one pageNico Weber
2020-08-12GUI: Rename ScrollBar::scrubber_size() to ScrollBar::visibile_scrubber_size()Nico Weber
2020-08-12GUI: Extract a ScrollBar::scroll_to_position methodNico Weber
2020-07-09LibGUI: Make scrollbar thumb size relative to content sizeTom
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Don't require passing a parent to widget constructorsAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling