index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Scrollbar.cpp
Age
Commit message (
Expand
)
Author
2022-06-28
LibGUI: Implement new layout system for Scrollbar
FrHun
2022-06-20
LibGUI: Draw ScrollBar arrows with draw_triangle
FrHun
2022-06-17
LibGUI: End Scrollbar gutter tinting when target is reached
FrHun
2022-06-17
LibGUI: Fix crash on Scrollbar shift click and re enable jumping
FrHun
2022-06-10
LibGUI: Fix crash when clicking on small Scrollbar gutter
FrHun
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibGUI: Add DoClamp option to AbstractSlider::set_value()
Itamar
2022-03-13
LibGUI: Allow setting smooth/coarse scrolling animation on ScrollBar
MacDue
2022-03-13
LibGUI: Add m_ prefix to gutter_click_state in ScrollBar
MacDue
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-03-07
LibGUI: Animated smooth scroll interpolation
ForLoveOfCats
2022-03-04
Libraries: Make CharacterBitmap instances at compile-time
Lenny Maiorani
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-12-30
LibGUI+LibWeb: Use 'decrease_slider_by_steps()' method
Elyse
2021-12-30
LibGUI+LibWeb: Use 'increase_slider_by_steps()' method
Elyse
2021-12-30
Everywhere: Use 'decrease_slider_by()' method from AbstractSlider
Elyse
2021-12-30
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
Elyse
2021-12-23
LibGUI: Add visual clue to Scrollbar gutter
FrHun
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-22
LibGUI: Calculate unclamped_scrubber_size() as float
thankyouverycool
2021-09-01
LibGUI: Don't draw Scrollbar scrubber when scrubber rect is null
thankyouverycool
2021-08-31
LibGUI: Tweak scrollbar arrows
Andreas Kling
2021-08-31
LibGUI+LibGfx: Make scrollbar buttons a little bit thicker
Andreas Kling
2021-07-19
LibGUI: Don't invalidate scrollbar rect if disabled
Marcus Nilsson
2021-07-07
LibGUI: Don't repaint disabled scrollbars when mousing over them
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-03
LibGUI: Fix off-by-one in Scrollbar::scrubber_rect()
Linus Groh
2021-05-03
LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect()
Linus Groh
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling