summaryrefslogtreecommitdiff
path: root/libs/ardour/rc_configuration.cc
AgeCommit message (Expand)Author
2016-07-20messages sent to info/warning/error/fatal should end with endmsg, not endlPaul Davis
2016-07-20add LocaleGuard while restoring RC configuration.Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-06-29merge several of the trickiest Tracks- and platform-specific RC configuration...Paul Davis
2015-01-23split apart read and write chunk size and offer platform-dependent sizes for ...Paul Davis
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-09-07rename system and user config files with product-neutral namesPaul Davis
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-08-13don't bother with old MIDI port data in ardour.rcPaul Davis
2013-08-13save and restore all ardour-owned MIDI portsPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-01-09A few more typo fixes in libardour.Colin Fletcher
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