summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Scrollbar.h
AgeCommit message (Collapse)Author
2022-06-28LibGUI: Implement new layout system for ScrollbarFrHun
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29LibGUI: Add DoClamp option to AbstractSlider::set_value()Itamar
2022-03-13LibGUI: Allow setting smooth/coarse scrolling animation on ScrollBarMacDue
2022-03-13LibGUI: Add m_ prefix to gutter_click_state in ScrollBarMacDue
Quick fix, this member did not seem to follow the conventions.
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules "The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler."
2022-03-07LibGUI: Animated smooth scroll interpolationForLoveOfCats
2021-12-23LibGUI: Add visual clue to Scrollbar gutterFrHun
This adds a visual clue to scrolling by clicking on the Scrollbar gutter. This gives the user a hint that scrolling will continue in the direction of the darkened gutter, until the mouse is released. It is inspired by very similar behavior on old windows.
2021-09-22LibGUI: Calculate unclamped_scrubber_size() as floatthankyouverycool
Large enough content ranges produced unclamped scrubbers sized zero, effectively clamped by their integer type. This led to zero sized page_increments and scrubbers which didn't budge on gutter events. This fixes broken gutters in FontEditor and TextEditor for large files.
2021-05-03LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect()Linus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
SPDX License Identifiers are a more compact / standardized way of representing file license information. See: https://spdx.dev/resources/use/#identifiers This was done with the `ambr` search and replace tool. ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
I hereby declare these to be full nouns that we don't split, neither by space, nor by underscore: - Breadcrumbbar - Coolbar - Menubar - Progressbar - Scrollbar - Statusbar - Taskbar - Toolbar This patch makes everything consistent by replacing every other variant of these with the proper one. :^)