summaryrefslogtreecommitdiff
path: root/libs/ardour/rc_configuration.cc
AgeCommit message (Expand)Author
2012-06-23Remove now unnecessary header includeTim Mayberry
2012-06-23Replace use of pbd/filesystem.h with Glib:: equivalentsTim Mayberry
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-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-04-18add User metadata. user metadata is edited from the same dialog and read/wri...Ben Loftis
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-09-26Use RCU for MIDI Manager's port list.Carl Hetherington
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-07-26don't crash during startup with no config files when trying to use a non-exis...Paul Davis
2010-07-08Move MIDI control port ownership into the MIDI Manager, since control port st...Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-13"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardourPaul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-11-13fix stupid MIDI::Manager design to properly handle multiple MIDI ports with t...Paul Davis
2009-11-10lots of tweaks relating to GUI sync managementPaul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-10-22Use info stream for infoey things.David Robillard
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul 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-14Add missing files from last commit, as per.Carl Hetherington