ardour.git
2012-06-23 Tim MayberryRemove unused method PBD::sys::path::branch_path
2012-06-23 Tim MayberryRemove unused function PBD::sys::rename
2012-06-23 Tim MayberryUse g_rename instead of PBD::sys::rename in Session...
2012-06-23 Tim MayberryUse g_rename instead of PBD::sys::rename in Session...
2012-06-23 Tim MayberryRemove unused function PBD::sys::remove
2012-06-23 Tim MayberryUse g_remove instead of PBD::sys::remove in Session...
2012-06-23 Tim MayberryUse g_remove instead of sys::remove in Session::save_state
2012-06-23 Tim MayberryUse g_remove instead of sys::remove in Session::remove_...
2012-06-23 Tim MayberryDon't try to remove pending state file if the file...
2012-06-23 Tim MayberryUse Glib file utility functions in Session::remove_pend...
2012-06-23 Tim MayberryRemove unused function PBD::sys::basename
2012-06-23 Tim MayberryRemove unused function PBD::sys::extension
2012-06-23 Tim MayberryMove file utility function into pbd/file_utils.h and...
2012-06-23 Tim MayberryMake PBD::sys::exists_and_writable take a string instea...
2012-06-23 Tim MayberryMove three file utility functions from pbd/filesystem...
2012-06-23 Tim MayberryChange PBD::sys::get_absolute_path to take and return...
2012-06-23 Tim MayberryMove docs for PBD::sys::get_absolute_path into header
2012-06-23 Tim MayberryMove doc for PBD::sys::path_is_within to header
2012-06-23 Tim MayberryChange PBD::sys::path_is_within to take string params...
2012-06-23 Tim MayberryAdd docs for PBD::sys::equivalent_paths
2012-06-23 Tim MayberryRename PBD::sys::inodes_same to equivalent_paths
2012-06-23 Tim MayberryFix PBD::sys::inodes_same to check that paths are on...
2012-06-23 Tim MayberryUse g_stat in PBD::sys::inodes_same for portability
2012-06-23 Tim MayberryOverwrite target file in PBD::copy_file
2012-06-23 Tim MayberryMove PBD::sys::copy_file/s into pbd/file_utils.h and...
2012-06-23 Tim MayberryUse Glib::build_filename in PBD::sys::copy_files
2012-06-23 Tim MayberryUse PBD::sys::copy_file in ARDOUR::create_backup_file
2012-06-23 Tim MayberryUse giomm in PBD::sys::copy_file and change function...
2012-06-23 Tim MayberryRemove unnecessary header include
2012-06-23 Tim MayberryReplace use of pbd/filesystem.h with glib/mm equivalents
2012-06-23 Tim MayberryUse PBD::basename_nosuffix instead of sys::basename
2012-06-23 Tim MayberryUse giomm in ARDOUR::create_backup_file to copy file...
2012-06-23 Tim MayberryReplace use of PBD::sys::path with Glib equivalent
2012-06-23 Tim MayberryRemove now unnecessary header include
2012-06-23 Tim MayberryReplace PBD::sys::path use in PBD::Stateful
2012-06-23 Tim MayberryReplace use of pbd/filesystem.h with Glib:: equivalents
2012-06-23 Tim MayberryReplace use of PBD::sys::path in PluginManager
2012-06-23 Tim MayberryReplace use of pbd/filesystem.h with Glib alternative
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ARDOUR::find_bindings_...
2012-06-23 Tim MayberryUse static string in ARDOUR::user_config_directory
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ARDOUR::user_config_di...
2012-06-23 Tim MayberrySimplify ardour_*_search_path functions
2012-06-23 Tim MayberryRemove unused header include
2012-06-23 Tim MayberryReplace use of PBD::sys::path in AudioLibrary
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/template_utils.h
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/session_state_u...
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ExportProfileManager
2012-06-23 Tim MayberryReplace use of PBD::sys::path in AudioRegionImporter
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-23 Tim MayberryRemove unneeded header include
2012-06-23 Tim MayberryRemove unnecessary header includes
2012-06-23 Tim MayberryRemove two unnecessary header includes of pbd/mountpoint.h
2012-06-23 Tim MayberryRemove unnecessary header include
2012-06-23 Tim MayberryRemove unnecessary header include
2012-06-22 Paul Davisdon't try to backup sessions from older versions of...
2012-06-22 Paul Davisdon't swallow left/right scroll events in a midi region...
2012-06-22 Paul Davisuse the pane watcher to prevent the nastiness that...
2012-06-22 Paul Daviskeep latency dialog for plugins above the plugin GUI
2012-06-22 Paul Davisintroduce the idea of a "default transport speed",...
2012-06-22 Paul Davisfix reset of transport speed when seamless looping...
2012-06-22 Paul Davisprovide an easier way to add mixed (audio+MIDI) tracks...
2012-06-21 Paul Davissshhh
2012-06-21 Paul Davissmooth 0.5 second fade out during quit, plus MIDI panic...
2012-06-21 Todd Nauglemissing includes
2012-06-21 Todd NaugleFixing issues with opening a browser when using the...
2012-06-21 Paul Davisa putatively better approach to cleaning up ports at...
2012-06-20 Paul Daviswhen a session goes away, deliver silence to all curren...
2012-06-20 Paul Davisremove sndfile debugging from export code
2012-06-20 Carl HetheringtonAdd a menu option and key press (F) in port matrices...
2012-06-20 Carl HetheringtonDeclick before the end of seamless loops, not after...
2012-06-20 Carl HetheringtonComment declick stuff a bit, and fix confusing use...
2012-06-20 Carl HetheringtonUnify clamping of frames-per-unit values during zoom...
2012-06-20 Carl HetheringtonRemove indirected method calls.
2012-06-20 Paul Davistweak expander label name as per thorsten wilms' suggestion
2012-06-20 Paul Davistweak button label name as per thorsten wilms' suggestion
2012-06-20 Carl HetheringtonVery minor tidy-up.
2012-06-19 Carl HetheringtonClarify the meaning of the show-region-gain-envelopes...
2012-06-19 Carl HetheringtonMake sure we always copy Freesound imported files as...
2012-06-19 Paul Davissndfile/export debuggign with ricardus
2012-06-19 Paul Davispatch from colinf that adds an 'empty' preset to the...
2012-06-19 Paul Davis2nd half of patch for handling LV2 presets from colinf...
2012-06-19 Paul Davispatch for handling LV2 presets from colinf (#4698)
2012-06-19 Carl HetheringtonWrite the topologically sorted route list back to the...
2012-06-19 Paul Davisreally, really do not signal MidiRegionView::SelectionC...
2012-06-19 Carl HetheringtonChange option name to clarify that get_default_narrow_m...
2012-06-19 Carl HetheringtonAdd option to add new range marker from the context...
2012-06-19 Carl HetheringtonHush some debug messages.
2012-06-19 Carl HetheringtonFix logic for setting mixer strip name button widths...
2012-06-19 Carl HetheringtonUse set_editable() rather than set_sensitive() to lock...
2012-06-19 Paul Davisslighty brighten bar lines and slighty dim beat lines...
2012-06-19 Carl HetheringtonAdd load_session to profiling.
2012-06-18 Carl HetheringtonDisallow import-without-copy for MIDI files (#4148).
2012-06-18 Paul Davisfix compilation on OS X
2012-06-18 Paul Davisdefine CHARSETALIASDIR (again) to stop various bits...
2012-06-18 Paul Davismake switching between input+disk monitoring work ...
2012-06-18 Paul Davisfix comment indentation
2012-06-18 Carl HetheringtonSimple arrangement to run basic load tests on a corpus
2012-06-18 Carl HetheringtonFix comment.
2012-06-18 Carl HetheringtonMake EnumWriter exceptions a bit more informative.
2012-06-18 Carl HetheringtonFix (?) failure to load A2 sessions with a ControlOut.
next