summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.cc
AgeCommit message (Expand)Author
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
2012-04-11Patch from epitech_user to fix statement with no effectCarl Hetherington
2011-12-29stupid hack to fix issues with OS X Carbon headersPaul Davis
2011-12-06use color selector renderer for theme managerPaul Davis
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-11-102 level structure for theme manager window, to help with all these buttonsPaul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-04-18Fix some i18n bugs; hopefully most if not all of #2999.Carl Hetherington
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-22Use info stream for infoey things.David Robillard
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-02-27Waf: install stuffDavid Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-18Fix ardour2 -> ardour3 issues.David Robillard
2009-01-03Improve GNOME HIG compliance a bit.Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-02-02Merge with trunk R2978.David Robillard
2008-01-13Install everything to *ardour3* instead of *ardour2*.David Robillard
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2007-10-10Make theme manager dialog's title similar in style to the others on the same ...Carl Hetherington
2007-09-04Rename PBD::SearchPath::get_string to PBD::SearchPath::to_stringTim Mayberry
2007-06-29only do the widget packing style hack once, instead of everytime there is a t...Doug McLain
2007-06-29fixed typoDoug McLain
2007-06-29Moved canvas colors and theme file selection into new ui specific config systemDoug McLain
2007-06-29quick fix for weird colorselection bug where alpha gets set to 0 if it wasnt ...Doug McLain
2007-06-27Use signal_toggled instead of signal_clicked in ThemeManager so a theme is on...Tim Mayberry
2007-06-27Move some code from ARDOUR_UI::setup_theme to ThemeManager::setup_themeTim Mayberry
2007-06-27Move ARDOUR_UI::ThemeChanged signal into Gtkmm2ext::UITim Mayberry
2007-06-27Use PBD::find_file_in_search_path in ThemeManager to find the rc file.Tim Mayberry