summaryrefslogtreecommitdiff
path: root/libs/ardour/directory_names.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31infrastructure for finding theme filesPaul Davis
2016-02-22add lua search pathRobin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-29add more directory names to set managed via various APIs (automation, analysi...Paul Davis
2015-03-11hide user_config_dir_name; alter API for user_config_dir() to allow specifica...Paul Davis
2014-07-16parameterize the version number used to define the config directory namePaul Davis
2014-03-10use PBD::downcase() rather than non-portable MS-based strlwr()Paul Davis
2014-03-10Modify 'user_config_dir_name' to use the program name (e.g. Ardour or Mixbus)...John Emmas
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-15Add ladspa directory name to directory namesPaul Davis
2013-04-11enable videotimeline by defaultRobin Gareus
2013-03-13videotimlineRobin Gareus
2013-01-16add copyright commentsPaul Davis
2012-02-29fix a few dangling uses of Ardour as program name, in favor of PROGRAM_NAMEPaul Davis
2012-01-09change config dir on OS X to ~/Library/Preferences/Ardour3Paul Davis
2011-04-02add the standard mechanism for search paths to the path used for export forma...Paul Davis
2011-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-03-01improve, cleanup, rationalize Session::cleanup_sources() and supporting infra...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2009-11-08as per freedesktop/XDG specs, ardour3 config files etc now live ~/.config/ard...Paul Davis
2009-03-02track templates, backported from 2.XPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-08* first primitive implementation of MidiPatchManagerHans Baier
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-01-13Install everything to *ardour3* instead of *ardour2*.David Robillard
2007-06-27Add ARDOUR::user_config_directory in new header ardour/filesystem_paths.hTim Mayberry
2007-06-07Write MIDI files to interchange/sessionname/midifiles (for real this time).David Robillard
2007-06-07Add ARDOUR::surfaces_dir_name to directory_names.h/ccTim Mayberry
2007-06-07Add ARDOUR::templates_dir_name to directory_names.h/ccTim Mayberry
2007-06-06Fix MIDI session path problems (thanks timbyr).David Robillard
2007-06-05Save MIDI files to interchange/sessionname/midifiles (instead of audiofiles).David Robillard
2007-05-18Add PBD::sys::path class that has a similar API to boost::filesystem::path bu...Tim Mayberry
2007-05-18Move directory names out of Session class and into directory_names.h/cc filesTim Mayberry