summaryrefslogtreecommitdiff
path: root/gtk2_ardour/default_ui_config.in
AgeCommit message (Collapse)Author
2016-11-27update default config (see also 5ec21347a)Robin Gareus
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-06-21fix incorrect color file name in default UI config filePaul Davis
2016-05-31fix incorrect value in default_ui_configPaul Davis
2015-03-10Introduce theme preference "transients follow front" which, when enabled,nick_m
sets transient windows to be transients for the front window when switching between the editor and mixer. This is the current behavior on non-osx builds. When disabled, there is no reparenting of transient windows. This is the current behavior on osx. This preference defaults to off. Also fix "all windows are dialogs" checkbox being out of sync with the ui state.
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