if a request to reset the speed to zero as the default arrives when stopped, reset...
[ardour.git] / libs / ardour /
2012-07-26 Paul Davisif a request to reset the speed to zero as the default...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-25 Paul Davischeck for multiple tempo/meter marks at the same locati...
2012-07-24 Paul Davisremove use of boost::thread/boost::mutex; bump glibmm...
2012-07-24 Paul Davisa bit more output from -D audioplayback, to help thorst...
2012-07-23 Paul Davisanother fix for apple's absurd un-namespaced global...
2012-07-19 Paul Davismore work on RID and editor/mixer order matching; when...
2012-07-17 Paul Davismake it possible to (and actually do) name insert and...
2012-07-17 Paul Davisupdated RU translations from alexander prokoudine
2012-07-17 Paul Davisi18n fixes from alexander prokoudine (#5016)
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-07-16 Paul Davisdo NOT mark imported MIDI files as un-writable - all...
2012-07-16 Paul Davisadd some Evoral enums to the enumwriter (seems a bit...
2012-07-14 Paul Davisfix up part of the remaining details with automation...
2012-07-14 Paul Davisfix OS X compilation
2012-07-13 Paul Davisadd missing files
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-12 Paul DavisAU version of break recursive loops of Plugin::paramete...
2012-07-12 Paul Davisbreak recursive loops of Plugin::parameter_changed...
2012-07-11 Paul Davisreinstate thread buffer debug output
2012-07-11 Paul Davisforce I/O selector windows to stay-on-top (experimental)
2012-07-11 Paul Davisremove unusued signals inadvertently added during previ...
2012-07-11 Paul Davistry to fix crashes due to not-enough-per-thread-buffers...
2012-07-11 Paul Davisadd StartTouch and EndTouch signals to Plugin class...
2012-07-11 Paul Davisdebugging for process thread issues
2012-07-11 Paul Davisfix propagation of parameter changes from Plugin to...
2012-07-11 Paul Davisimproved version of last commit, for tracking plugin...
2012-07-11 Paul Davisupdate automatable parameter's Evoral::Control object...
2012-07-09 Paul Davisset fader and plugin parameter automation curve default...
2012-07-08 David RobillardReport correct time instead of old time when locating...
2012-07-07 David RobillardFix Jack transport master after session load.
2012-07-06 Paul Davisdo not deactivate the meter in a frozen track
2012-07-05 Carl HetheringtonDon't rename playlists on rename track if the track...
2012-07-04 Carl HetheringtonRevert erroneous commit 12922 and replace with a better fix
2012-06-28 Paul Davisfurther efforts at cleaning up the design of the intera...
2012-06-28 Carl HetheringtonFix missing lock causing erroneous disk space reports...
2012-06-27 Paul Davisfirst pass at the big rethink of managing sort order...
2012-06-26 Paul Daviscorrectly(?) set number of process thread buffers...
2012-06-26 Carl HetheringtonAdd test for loading sessions, and a session with a
2012-06-26 Carl HetheringtonFix uninitialised variable.
2012-06-26 Carl HetheringtonRemove unused named selection / chunk code.
2012-06-26 Carl HetheringtonFix some oddities with playhead movement when locating
2012-06-25 Paul Davisdrastic rethink of the relationship between remote...
2012-06-25 Carl HetheringtonCreate diskstream before calling Route::set_state, the
2012-06-24 Sakari BergenRemove some excess commas from the export format descri...
2012-06-24 Sakari BergenInrease the export "chunk size" to speed it up over...
2012-06-24 Carl HetheringtonRevert to using SSE mix-buffers-with-gain rather than...
2012-06-24 Sakari BergenChange logic for compiling export format descriptions...
2012-06-24 Sakari BergenFix stem export. The capturing processor of routes...
2012-06-24 Paul Davisunused variable warning
2012-06-24 Paul Davisstring fix, plus a tweak to handling variable i/o AUs
2012-06-24 Sakari BergenIn export format dialog, show preview of generated...
2012-06-23 Tim MayberryRemove unused utility function ARDOUR::create_session_d...
2012-06-23 Tim MayberryUse SessionDirectory class directly rather than ARDOUR...
2012-06-23 Tim MayberryChange the meaning of the return value in SessionDirect...
2012-06-23 Tim MayberryRemove unused or unnecessary header includes
2012-06-23 Tim MayberryRemove unused header include
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string instead of sys::path in Session::jack_s...
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in Session...
2012-06-23 Tim MayberryUse Glib::build_filename in Session::new_midi_source_name()
2012-06-23 Tim MayberryUse g_mkdir_with_parents instead of sys::create_directories
2012-06-23 Tim MayberryAdd doc note about postcondition of ARDOUR::user_config...
2012-06-23 Tim MayberryReplace use of PBD::sys::exists with Glib equivalent
2012-06-23 Tim MayberryUse Glib::file_test instead of sys::exists
2012-06-23 Tim MayberryRemove use of pbd/filesystem.h in SessionDirectory...
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 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 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 MayberryRename PBD::sys::inodes_same to equivalent_paths
2012-06-23 Tim MayberryMove PBD::sys::copy_file/s into pbd/file_utils.h and...
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 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...
next