summaryrefslogtreecommitdiff
path: root/gtk2_ardour/default_ui_config.in
AgeCommit message (Collapse)Author
2014-12-22change font scaling default in code and default_ui_config to 100%.Paul Davis
Incorrect value was caused by misremembering how Pango::SCALE works.
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not ↵Paul Davis
RCConfiguration
2014-12-08another metric ton of color workPaul Davis
2014-12-08lots more color work, closer and closer to being ready for ... being taken ↵Paul Davis
apart again
2014-12-08change GTK rc file system to use just a single file, which is color-neutral.Paul Davis
* packaging scripts need modification * light theme file left in place to help with possible generation of alternate theme
2014-12-08more color work, including removing rgba{_p_}_from_style()Paul Davis
2014-12-07sane audio meter default colorsRobin Gareus
2014-12-07remove old alias names for meter fills from default_ui_configPaul Davis
2014-12-07the return of correct audio meter colorsPaul Davis
2014-12-07fix default gtk background colorPaul Davis
2014-12-07first mostly-working build supporting GTK rethemeing via the Theme ManagerPaul Davis
2014-12-05add default (for now) color aliases to default_ui_configPaul Davis
2014-11-26add default values for base colors (configurable colors) to default_ui_config.inPaul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-11-16Make selected control points bright red rather than vice-versa.David Robillard
2014-11-10add new color variable for arrange canvas backgroundPaul Davis
Conflicts: gtk2_ardour/canvas_vars.h gtk2_ardour/default_ui_config.in
2014-10-29Kind of BlueRobin Gareus
2014-10-28Revert "change the peak display widget from Gtkmm2ext::FocusEntry to ↵Paul Davis
ArdourButton, since it is absolutely not editable." This reverts commit 58f7d02bf21776f7537ac16ae41646859dbca0b1. Conflicts: gtk2_ardour/default_ui_config.in gtk2_ardour/gain_meter.cc
2014-10-21slightly closer to correct color for peak display button when not active.Paul Davis
This cannot be correct at present because all buttons get a fade applied to them.
2014-10-21change the peak display widget from Gtkmm2ext::FocusEntry to ArdourButton, ↵Paul Davis
since it is absolutely not editable. This adds a new button name and corresponding colors in default_ui_config which requires a theme reset
2014-09-27un-hardcode DIN & VU meter-colors,Robin Gareus
2014-09-13update ghost track colors:Robin Gareus
'clip' and 'wave' need to have the same value, since only either of them is painted. desaturate background and show some wave-fill.
2014-09-13NOOP, format default-config valuesRobin Gareus
2014-09-13don't clamp wave-fill alpha value when using region colorRobin Gareus
2014-09-07rename input/source file for default UI configurationPaul Davis