summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.cc
AgeCommit message (Expand)Author
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
2007-06-24Disable excessive colour debugging print statements.David Robillard
2007-06-15Major Theme Manager changes, see ardour-devDoug McLain
2007-05-28make ARDOUR2_UI_RC work againDoug McLain
2007-05-25New theme manager, with option to select between dark and light theme. Clea...Doug McLain