summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config.h
AgeCommit message (Expand)Author
2016-08-21Merge set_pango_fontsize() into reset_dpi()Julien "_FrnchFrgg_" RIVAUD
2016-07-18turn back towards color theme files ALWAYS including the program name. also l...Paul Davis
2016-06-21tweaks to how UIConfiguration::color_file_name() operatesPaul Davis
2016-05-31rework of color theme file managementPaul Davis
2016-05-31the return of the theme selector, plus 3 new themes from cooltehnoPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-17fix clang compilation. Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-09-16Move util functions into UIConfiguration as they depend on it anywayTim Mayberry
2015-05-28rearrange and redesign UIConfiguration/ARDOUR_UI APIs to allow correct initia...Paul Davis
2014-12-22move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbdPaul Davis
2014-12-16Various color tweaks.David Robillard
2014-12-15add editor to Theme Manager for modifiersPaul Davis
2014-12-15Add UIConfiguration::color_mod (colorname, modifiername) to get a modified colorPaul Davis
2014-12-14add missing UIConfiguration::modifier()Paul Davis
2014-12-14basic code to use SVModifier plus one definition in dark.colorsPaul Davis
2014-12-14remove base color concept from UIConfiguration and ThemeManager.Paul Davis
2014-12-11allow UIConfiguration::color() to tell caller that it could not find the name...Paul Davis
2014-12-08more tweaking of color management.Paul Davis
2014-12-08another metric ton of color workPaul Davis
2014-12-08lots more color work, closer and closer to being ready for ... being taken ap...Paul Davis
2014-12-08more color work, including removing rgba{_p_}_from_style()Paul Davis
2014-12-07fix up various issues with UIConfiguration, saving state, RC file loading etc.Paul Davis
2014-12-07big strides in color managementPaul Davis
2014-12-07first mostly-working build supporting GTK rethemeing via the Theme ManagerPaul Davis
2014-12-05save and restore color aliasesPaul Davis
2014-12-05remove CANVAS_STRING_VARIABLE (it was replaced by CANVAS_FONT_VARIABLEPaul Davis
2014-12-05several steps closer to more sane color systemPaul Davis
2014-12-05make new color aliases actually workPaul Davis
2014-12-05working compilation for new color codePaul Davis
2014-11-26continue tweaks on the color roadPaul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-19change the way font specifications are used in UI config filesPaul Davis
2014-06-13rename UIConfigVariable as ColorVariable since that is really it should be us...Paul Davis
2014-06-13add CANVAS_STRING_VARIABLE, the first step in being able to avoid using GTK r...Paul Davis
2013-06-21properly restore newer (cairo-canvas related) UI config parametersPaul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-14First stage of options rework.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2007-06-29fix compiler warningDoug McLain
2007-06-29Moved canvas colors and theme file selection into new ui specific config syst...Doug McLain