summaryrefslogtreecommitdiff
path: root/gtk2_ardour/color_theme_manager.cc
AgeCommit message (Collapse)Author
2020-01-13Sort palette colors by name onlyBen Loftis
2019-09-26Theme-manager: sort colors by name (not hue)Robin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2019-06-06NOOP: remove whitespacePaul Davis
2019-06-06adjust h-size of color theme manager "Reset to Defaults" buttonPaul Davis
2019-06-06limit width of color theme manager theme dropdownPaul Davis
2017-07-17Purify libcanvas, remove libardour dependencyRobin Gareus
A canvas is just a canvas. Move WaveView into its own library.
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
make libwidget independent of libcanvas. Confine basics to pbd and gtkmm2ext.
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2016-12-30re-group preferences part eight and nine of 27 (probably)Robin Gareus
2016-12-29Consolidate Preferences/OptionEditorRobin Gareus
2016-12-28Further preference-dialog re-layout work in progress..Robin Gareus
2016-12-28Prefs Dialog: consistent headings, spacing, reduce width,..Robin Gareus
2016-12-28Pack Color Theme Manager as Box - consistent spacingRobin Gareus
2016-10-12Fixes minor memory leak found in color_theme_manager.cpp:326Nathan Stewart
2016-07-18turn back towards color theme files ALWAYS including the program name. also ↵Paul Davis
load both default and user colors (if present)
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-21fix some more thinkos related to user color file managementPaul Davis
2016-06-21remove debug outputPaul Davis
2016-06-21fixes for color theme manager's handling of color file choices, notably ↵Paul Davis
while running from source tree
2016-06-07noop: comment changePaul Davis
2016-06-07header file cleanup/reductionPaul Davis
2016-06-07move color theme selector into color tab for preferencesPaul Davis
2016-06-07first pass at moving color theme management into its own preferences tabPaul Davis