summaryrefslogtreecommitdiff
path: root/libs/canvas/colors.cc
AgeCommit message (Collapse)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
Paul Davis was responsible for introducing almost all of this.
2015-01-19use C locale, because POSIX locale is not supported on windows, and ↵Ben Loftis
operation is undefined. C works on all platforms
2014-12-19add ArdourCanvas::change_alpha()Paul Davis
Time to move away from rgba macros
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 ↵Paul Davis
apart again
2014-12-07remove all explicit button text colors; use contrasting_text_color() instead.Paul Davis
Also, use a slightly off-white rather than pure white, which should really be configurable
2014-12-05include alpha-delta computation in HSV::delta()Paul Davis
2014-11-27Fix calculation using uninitialized value.David Robillard
Implicit "this" is the devil.
2014-11-26get correct ::distance() and ::delta() implementations for cases involving ↵Paul Davis
achromatics
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