summaryrefslogtreecommitdiff
path: root/libs/widgets/ardour_fader.cc
AgeCommit message (Collapse)Author
2020-04-09fix ArdourFader to use contrasting_text_color() for text, based on relevant ↵Paul Davis
bg color
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2017-09-24Simplify the logic of on_scroll_eventJulien "_FrnchFrgg_" RIVAUD
2017-09-24Make ArdourFader's scroll handler obey to Alignment incrementsJulien "_FrnchFrgg_" RIVAUD
Currently, the scroll handler obeys to the page increment, but instead of using the step increment for more precise scroll, it uses an hardcoded one tenth of the page increment. Use the step increment instead since it has been filled with sensible values by ArdourFader's users.
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus