aboutsummaryrefslogtreecommitdiff
path: root/data/core/scrollbar.lua
AgeCommit message (Expand)Author
2025-03-15add a __tostring method to every object (#1534)ThaCuber
2024-10-22Add `minimum_thumb_size` and `{contracted,expanded}_scrollbar_margin` to `Scr...Guldoman
2023-09-07Fix `Scrollbar.{expanded,contracted}_size` documentationGuldoman
2023-08-23Fix returned `percent` when clicking the `Scrollbar` `track`Guldoman
2023-08-20Fix `scrollbar` misinterpreting `percent` (#1587)Guldoman
2022-11-15Make `Scrollbar` follow `force_status` when animations are disabledGuldoman
2022-11-01Add more options to `Scrollbar` (#1174)Guldoman
2022-10-16Check if scrollbar is no longer hovered on mouse releaseGuldoman
2022-10-16Only consider left clicks on the scrollbarGuldoman
2022-10-15Refactor scrollbar into its own file (#1124)Guldoman