summaryrefslogtreecommitdiff
path: root/libs/canvas/colors.cc
AgeCommit message (Expand)Author
2016-09-27put change_alpha() into ArdourCanvas namespace as intendedPaul Davis
2016-07-14canvas HSV color serialization needs LocaleGuardPaul Davis
2016-05-17backport canvas color functions from MixbusRobin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-12-19add ArdourCanvas::change_alpha()Paul Davis
2014-12-15add getters for SVAModifierPaul Davis
2014-12-15fix typoPaul Davis
2014-12-15more fixes to SVAModifier constructor(s)Paul Davis
2014-12-14fix up SVAModifier constructorsPaul Davis
2014-12-14add SVAModifier to ArdourCanvas color codePaul Davis
2014-12-08lots more color work, closer and closer to being ready for ... being taken ap...Paul Davis
2014-12-07remove all explicit button text colors; use contrasting_text_color() instead.Paul Davis
2014-12-05include alpha-delta computation in HSV::delta()Paul Davis
2014-11-27Fix calculation using uninitialized value.David Robillard
2014-11-26get correct ::distance() and ::delta() implementations for cases involving ac...Paul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-11-10further work on new color manipulation codePaul Davis
2014-11-07move canvas colors code into its own file(s)Paul Davis