use filechooser widget in export dialog, selected files set format combos, hide progr...
[ardour.git] / libs / ardour /
2007-10-26 Nick Mainsbridgeuse filechooser widget in export dialog, selected files...
2007-10-25 David RobillardUse SSE/veclib/whatever for AudioBuffer::accumulate_from
2007-10-25 David RobillardFix mixed space/tab evil in globals.cc for no particula...
2007-10-25 David RobillardClean/strengthen up constructor/type stuff in new port...
2007-10-23 Carl HetheringtonRe-work Port construction slightly so that _flags is...
2007-10-23 Carl HetheringtonFix a probably-irrelevant warning from valgrind.
2007-10-23 Carl HetheringtonFix crash due to invalidated shared_ptr, as suggested...
2007-10-19 Carl HetheringtonVarious work on bundles. We now have a Bundle Manager...
2007-10-17 Paul Davisnew internal port type, round I, plus tiny fix for...
2007-10-17 David RobillardFix compilation.
2007-10-17 Paul Davisadded file
2007-10-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-13 Carl HetheringtonFix up physical port bundles.
2007-10-12 Paul Davisfix peakfile/sourcefactory botch
2007-10-12 Paul Davisfixes for varispeed playback, mackie control compilatio...
2007-10-11 Paul Davisadd missing file
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-10 Carl HetheringtonMake sure we notice when an IO's port count is reduced...
2007-10-09 Carl HetheringtonRemove a file that should have been removed a few commi...
2007-10-09 Carl HetheringtonFew cleanups related to signed-ness of minimum/maximum...
2007-10-08 Carl HetheringtonVarious work on Bundles, especially dynamic ones so...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-10-05 Sampo SavolainenFix crash with tracks/busses with more outputs than...
2007-10-04 Carl HetheringtonFix to stacked layering for the case when a region...
2007-10-04 David RobillardMerge the two separate 'add notes to midi region' inter...
2007-09-27 Sampo SavolainenMake sure plugins are activated at least once before...
2007-09-25 Sampo SavolainenMake sure activate() and deactivate() are never run...
2007-09-11 Paul Davisclick reset error fixed, plus some older work on sends...
2007-09-11 Paul Davismake sure that AudioRegion::set_live_state() notifies...
2007-09-11 Paul Davismake OSC thread register with GUI
2007-09-10 David RobillardFix crash on playhead relocate in MIDI regions w/o...
2007-09-10 David RobillardFix note separator lines adaptation to changing track...
2007-09-09 Tim MayberryFix a misdefinition in ardour/recent_sessions.h
2007-09-09 Tim MayberryUse sys::path and sys::rename in Session::rename_state...
2007-09-09 Tim MayberryModify Session::load_history for portability
2007-09-09 Tim MayberryModify Session::save_history for portability
2007-09-09 Tim MayberryAdd history_suffix to ardour/filename_extensions.cc
2007-09-09 Tim MayberryUse std::transform with sys::basename in ARDOUR::get_fi...
2007-09-06 David RobillardDeep "automation regions" support.
2007-09-05 Tim MayberryFix source directory paths so that the session name...
2007-09-04 Tim MayberryRemove unused header includes from ardour/session_direc...
2007-09-04 Tim MayberryUse PBD::sys::operator/ instead of PBD::sys::path:...
2007-09-04 Tim MayberryUse sys::remove instead of ::unlink in Session::remove_...
2007-09-04 Tim MayberryAdd ARDOUR::TapeFileMatcher class for matching filename...
2007-09-04 Tim MayberryUse PBD::get_files_in_directory instead of PBD::Scanner...
2007-09-04 Tim MayberryUse path::leaf instead of sys::basename in SessionDirec...
2007-09-04 Tim MayberryFix to avoid overwriting the backup file of a 0.99...
2007-09-04 Tim MayberryChange the SessionDirectory constructor to take a sys...
2007-09-04 Tim MayberryUse sys::exists instead of g_file_test in session.cc
2007-09-04 Tim MayberryRemove unused utility function elapsed_time_to_str
2007-09-04 Tim MayberryRemove declaration of unused and undefined method in...
2007-09-04 Tim MayberryUse Session::_session_dir instead of Session::_path...
2007-09-04 Tim MayberryRemove inclusion of unused header file
2007-09-04 Tim MayberryRemove inclusion of unused header file
2007-09-04 Tim MayberryRemove unused constant max_layer, which is also incorre...
2007-09-04 Tim MayberryRemove unused functions Session::possible_states
2007-09-04 Tim MayberryAdd ARDOUR::get_state_files_in_directory and ARDOUR...
2007-09-04 Tim MayberryRemove three unused temporary variables from Session...
2007-09-04 Tim MayberryUse ARDOUR::create_backup_file in Session::save_state
2007-09-04 Tim MayberryUse ARDOUR::create_backup_file in Session::remove_state
2007-09-04 Tim MayberryAdd function ARDOUR::create_backup_file in new header...
2007-09-04 Tim MayberryRemove unused function PBD::copy_file
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryUse PBD::sys::path instead of PBD::copy_file in Session...
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryUse functions in pbd/filesystem.h in Session::save_stat...
2007-09-04 Tim MayberryUse functions from pbd/filesystem.h in Session::remove_...
2007-09-04 Tim MayberryUse sys::remove instead of ::unlink in Session::remove_...
2007-09-04 Tim MayberryUse PBD::sys::path and SessionDirectory in Session...
2007-09-04 Tim MayberryUse sys::path and SessionDirectory in Session::create_s...
2007-09-04 Tim MayberryRename PBD::SearchPath::get_string to PBD::SearchPath...
2007-09-04 Tim MayberryUse sys::path and SessionDirectory classes in Session...
2007-09-04 Tim MayberryUse PBD::sys::exists instead of Glib::file_test in...
2007-08-31 David RobillardReading of MIDI CC from MIDI regions (MidiModel). ...
2007-08-28 David RobillardSplit MidiModel::Note out to ARDOUR::Note in it's own...
2007-08-17 David RobillardPer-region MIDI CC "automation".
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-14 Carl HetheringtonFix segfault due to uninitialised variable
2007-08-13 David RobillardRemove excessive SMF "Wrote EOT" printing.
2007-08-13 David RobillardFix (edited) MIDI saving restoring (restore note offs...
2007-08-11 David RobillardSaving of edited MIDI data to disk (on session save).
2007-08-11 David RobillardFix MIDI file names on recording (don't write out a...
2007-08-10 David RobillardFix crash on audio region bounce. Not sure if it's...
2007-08-07 David RobillardFix note separator lines from stealing mouse events.
2007-08-07 David RobillardFix note-offs during playback from model.
2007-08-06 Paul Davisslightly improved fixes for MIDI issues
2007-08-06 David RobillardFix startup crashes from recent MIDI stuff.
2007-08-06 David RobillardAdded missing files.
2007-08-06 Paul Davismerge changes to libmidi++ API from 2.0-ongoing
2007-08-06 David RobillardGenericificationalizeified AudioFilter (now Filter).
2007-08-06 Tim MayberryFix for deadlock in Session::remove_source that was...
2007-08-02 David RobillardLittle MidiEvent prettification additions, ifdef'd...
2007-08-02 David Robillard... commit in top level instead of gtk2_ardour. whoops.
2007-08-01 David RobillardFix note delete crash bug.
2007-08-01 Paul Davisuse XML state to store processors in mixer (strips...
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-31 Paul Davisextend filtering to VST + AU, tweak details, add filter...
2007-07-31 David RobillardGet MidiRegionView's hands on MidiModel for editing...
next