summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/configuration.h
AgeCommit message (Expand)Author
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul 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-16Add session preferences dialog.Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-06-29Moved canvas colors and theme file selection into new ui specific config systemDoug McLain
2007-06-27Fix annoying warning from canvas var stuff.David Robillard
2007-06-27Use ARDOUR::user_config_directory in Configuration::*instant_xmlTim Mayberry
2007-06-17Make Stateful::*instant_xml methods protected and non-virtualTim Mayberry
2007-06-17Move Stateful class declared in pbd/stateful.h into the PBD namespaceTim Mayberry
2007-06-16Move (default) colours from code to rc file.David Robillard
2007-06-15Major Theme Manager changes, see ardour-devDoug McLain
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2006-09-29modify design of configuration state saving to reflect discussions on IRCPaul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-07-19Removed unused midicontrollable.ccTaybin Rutkin
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-04-24a) completely refactor abstract UI codePaul Davis
2006-03-27total reimplementation of Configuration object internals to make adding new c...Paul Davis
2006-03-21add crossfade and layering options to menu system; add missing crossfade edit...Paul Davis
2006-03-12removed the following environment variables:Tim Mayberry
2006-02-11miscellaneous fixes post-jesse's 24 bit file format changesPaul Davis
2006-01-19latched rec-enablePaul Davis
2006-01-08a metric ton of changesPaul Davis
2006-01-06committed RWlock fixes to libardour. added hw monitoring fixes from nick_m. ...Jesse Chappell
2005-09-24libardour added.Taybin Rutkin