summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.cc
AgeCommit message (Expand)Author
2015-03-20disable light theme until it gets fixedRobin Gareus
2015-03-10Introduce theme preference "transients follow front" which, when enabled,nick_m
2015-01-21set Theme buttons on state resetRobin Gareus
2015-01-21initialize theme > gradient sliders.Robin Gareus
2015-01-21apply Theme > “Show waveform clipping”Robin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-15fix editing of nested/group item colors in theme managerPaul Davis
2014-12-15tweak up transparency editor in theme panelPaul Davis
2014-12-15move theme manager into preferences windowPaul Davis
2014-12-15add editor to Theme Manager for modifiersPaul Davis
2014-12-14remove base color concept from UIConfiguration and ThemeManager.Paul Davis
2014-12-08remove debug outputPaul 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-08When we pass an integer clarify which overloaded version of sqrt() to callJohn Emmas
2014-12-07fix up various issues with UIConfiguration, saving state, RC file loading etc.Paul Davis
2014-12-07fix up a logic problem when editing palette colorsPaul 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-06fix/amend pre commitRobin Gareus
2014-12-06fix another ambiguity, this time: WINAPI RectangleRobin Gareus
2014-12-06fix ambiguous reference.Robin Gareus
2014-12-05several steps closer to more sane color systemPaul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-09-07change all GUI config files (GTK RC and our own XML config files) to use prod...Paul Davis
2014-09-05connect "blink-rec-arm" only when needed.Robin Gareus
2014-08-28add option to blink rec-enablesBen Loftis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2014-06-13rename UIConfigVariable as ColorVariable since that is really it should be us...Paul Davis
2014-06-10make the icon set selector actually do somethingPaul Davis
2014-06-10add icon set selector to theme managerPaul Davis
2013-06-28changes to waveform clipping displayPaul Davis
2013-06-28more waveform drawing/coloring changesPaul Davis
2013-06-24an awful lot of tweaks to drawing detailsPaul Davis
2013-06-21properly restore newer (cairo-canvas related) UI config parametersPaul Davis
2013-05-08merge with masterPaul Davis
2013-05-07work work on window mgmt: offer the change to mark all floating windows as Di...Paul Davis
2013-05-05fix missing content of theme managerPaul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-16make waveform gradient depth continuously variable. color probably needs adju...Paul Davis
2013-04-16change rendering technique for waveforms, add back optional gradient, add bac...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2012-12-26save user UI config (colors) file as soon as colors change or "restore defaul...Paul Davis
2012-07-10add option to not use gradients when rendering waveforms (#4944)Paul Davis
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22use the theme manager dialog to provide control over flat button option, and ...Paul Davis
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis