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.cpp
Age
Commit message (
Expand
)
Author
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-09-09
LibGUI: Do not paint scrollbar button highlight for scrollbars without scrubber
Nico Weber
2020-08-25
LibGUI: Make ScrollBar show hover state of scrubber after gutter drag
Nico Weber
2020-08-25
LibGUI: Only paint ScrollBar hover states if a component is pressed
Nico Weber
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-25
LibGUI: Make ScrollBar shift-click use same code path as scrubber click
Nico Weber
2020-08-12
ScrollBar: Let clicking the gutter scroll by one page
Nico Weber
2020-08-12
ScrollBar: Simplify ScrollBar::scroll_to_position()
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-05-10
LibGUI+LibGfx: Paint scollbar tracks with a dithered pattern
Andreas Kling
2020-04-23
LibGUI: Tweak default ScrollBar size to make arrow icons centered :^)
Andreas Kling
2020-04-23
LibGUI: Tweak colorization of ScrollBar gutter
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Use Core::Object::add() a whole bunch
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-16
LibGUI: Render ScrollBar buttons as pressed when they are being pressed
Tibor Nagy
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling