summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config.cc
AgeCommit message (Expand)Author
2017-01-20Leave some notes about memory-leaksRobin Gareus
2017-01-20Free some one time alloc of the UI (cleaner valgrind output)Robin Gareus
2016-11-27Don't include program-name with <Option name="color-file" />Robin Gareus
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-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14UIConfig needs C numeric locale while setting GTK color themePaul Davis
2016-06-21fix some more thinkos related to user color file managementPaul Davis
2016-06-21tweaks to how UIConfiguration::color_file_name() operatesPaul Davis
2016-06-08fix user color file nameRobin Gareus
2016-05-31show color theme file search path when a file is not foundPaul Davis
2016-05-31rework of color theme file managementPaul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31the return of the theme selector, plus 3 new themes from cooltehnoPaul Davis
2016-05-07GUI part of LocaleGuard optimization.Robin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapper (GUI)Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-09-16Remove inclusion of ardour_ui.h from ui_config.ccTim 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-09-15remove unused variableRobin Gareus
2015-09-07image-surface/software rendering as preferenceRobin Gareus
2015-05-28only use and present the buggy gradient parameter if built with a suitably pa...Paul Davis
2015-05-28rearrange and redesign UIConfiguration/ARDOUR_UI APIs to allow correct initia...Paul Davis
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-12-22fix color parsing on 32bit systemsRobin Gareus
2014-12-16Various color tweaks.David Robillard
2014-12-15add localeguard to read floating point values correctly when loading theme mo...Paul Davis
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-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-12hide a lot of color debugging noisePaul 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-08change GTK rc file system to use just a single file, which is color-neutral.Paul Davis
2014-12-08more color work, including removing rgba{_p_}_from_style()Paul Davis
2014-12-07Revert "new code-level defaults for audio peak meter colors"Paul Davis
2014-12-07new code-level defaults for audio peak meter colorsPaul Davis
2014-12-07remove stacktracePaul Davis