summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2007-10-12fix peakfile/sourcefactory botchPaul Davis
2007-10-12fixes for varispeed playback, mackie control compilation, new odd color for t...Paul Davis
2007-10-12add keybinding editorPaul Davis
2007-10-11add missing filePaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-10-10Make sure we notice when an IO's port count is reduced as well as when it's i...Carl Hetherington
2007-10-09Remove a file that should have been removed a few commits ago.Carl Hetherington
2007-10-09Few cleanups related to signed-ness of minimum/maximum port counts.Carl Hetherington
2007-10-08Various work on Bundles, especially dynamic ones so that you can, for example...Carl Hetherington
2007-10-07Fix several MIDI timestamp related problems:David Robillard
2007-10-05Fix crash with tracks/busses with more outputs than control outputs.Sampo Savolainen
2007-10-04Fix to stacked layering for the case when a region is dragged to overlap anot...Carl Hetherington
2007-10-04Merge the two separate 'add notes to midi region' interfaces (note and midiev...David Robillard
2007-09-27Make sure plugins are activated at least once before they are cleaned upSampo Savolainen
2007-09-25Make sure activate() and deactivate() are never run multiple times in a Sampo Savolainen
2007-09-11click reset error fixed, plus some older work on sends+panners i/o countsPaul Davis
2007-09-11make sure that AudioRegion::set_live_state() notifies interested parties when...Paul Davis
2007-09-11make OSC thread register with GUIPaul Davis
2007-09-10Fix crash on playhead relocate in MIDI regions w/o CC data.David Robillard
2007-09-10Fix note separator lines adaptation to changing track height.David Robillard
2007-09-09Fix a misdefinition in ardour/recent_sessions.hTim Mayberry
2007-09-09If sys::copy_file fails, try and remove the target file before throwing an ex...Tim Mayberry
2007-09-09Use sys::path and sys::rename in Session::rename_state for portabilityTim Mayberry
2007-09-09Modify Session::load_history for portabilityTim Mayberry
2007-09-09Modify Session::save_history for portabilityTim Mayberry
2007-09-09Add function sys::rename to pbd/filesystem.h/cc. Renames a file, uses g_rename.Tim Mayberry
2007-09-09Add history_suffix to ardour/filename_extensions.ccTim Mayberry
2007-09-09Use std::transform with sys::basename in ARDOUR::get_file_names_no_extensionTim Mayberry
2007-09-06Deep "automation regions" support.David Robillard
2007-09-05Fix source directory paths so that the session name element is "legalized" an...Tim Mayberry
2007-09-04Remove unused header includes from ardour/session_directory.ccTim Mayberry
2007-09-04Use PBD::sys::operator/ instead of PBD::sys::path::operator/= in ARDOUR::Sess...Tim Mayberry
2007-09-04Add PBD::sys::operator/ to pbd/filesystem for convenient path buildingTim Mayberry
2007-09-04Use sys::remove instead of ::unlink in Session::remove_empty_sounds for porta...Tim Mayberry
2007-09-04Add ARDOUR::TapeFileMatcher class for matching filenames and use it in Sessio...Tim Mayberry
2007-09-04Use PBD::get_files_in_directory instead of PBD::Scanner in Session::remove_em...Tim Mayberry
2007-09-04Use path::leaf instead of sys::basename in SessionDirectory::sound/midi_pathTim Mayberry
2007-09-04Use path::leaf in sys::basename and sys::extensionTim Mayberry
2007-09-04Add path::leaf method function to the PBD::sys::path classTim Mayberry
2007-09-04Add PBD::sys::extension for getting the filename extension of a fileTim Mayberry
2007-09-04Modify PBD::sys::basename to match boost::filesystem behaviour and document it.Tim Mayberry
2007-09-04Add path::branch_path to the PBD::sys::path classTim Mayberry
2007-09-04Fix to avoid overwriting the backup file of a 0.99 session when opening a ses...Tim Mayberry
2007-09-04Add some documentation regarding the PBD::sys namespace and my justifications...Tim Mayberry
2007-09-04Change the SessionDirectory constructor to take a sys::path instead of a stringTim Mayberry
2007-09-04Use sys::exists instead of g_file_test in session.ccTim Mayberry
2007-09-04Remove unused utility function elapsed_time_to_strTim Mayberry
2007-09-04Remove declaration of unused and undefined method in Session classTim Mayberry
2007-09-04Use Session::_session_dir instead of Session::_path when calling Session::set...Tim Mayberry
2007-09-04Remove inclusion of unused header fileTim Mayberry