Handle overlaps better when executing DiffCommands.
[ardour.git] / libs / ardour /
2010-12-09 Carl HetheringtonHandle overlaps better when executing DiffCommands.
2010-12-09 Carl HetheringtonUndo for sys-ex movements in time.
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-09 Carl HetheringtonUse a weak_ptr rather than a bald pointer for _midi_sou...
2010-12-09 Paul Davisfix computation of silence text, and its display. it...
2010-12-09 Paul Davismake strip silence work (again?)
2010-12-08 Paul Davisfix for Route::shift/insert-time
2010-12-08 Paul Davismove display of silence for strip-silence into regionvi...
2010-12-08 Paul Davisminor panner debugging, cont'd
2010-12-08 Carl Hetheringtonin compute_gains in case _speakers.n_tuples is 0. ...
2010-12-08 Carl HetheringtonRemove unused method.
2010-12-07 Carl HetheringtonFix VST preset deletion.
2010-12-07 Carl HetheringtonAdd scrollbar to edit presets dialogue, and the ability...
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
2010-12-07 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonFix a couple of places where set_position_internal...
2010-12-07 Paul Davisreimplement Route::shift() from 2.X for "Insert Time"
2010-12-07 Carl HetheringtonPut plugin-note-off code in the right place.
2010-12-07 Carl HetheringtonSend note-offs to VST instrument plugins on transport...
2010-12-07 Carl HetheringtonMove RDF-based preset stuff into LadspaPlugin, to make...
2010-12-06 Carl HetheringtonAdd dialog to allow removal of plugin presets. Should...
2010-12-06 Carl HetheringtonFix VST build.
2010-12-06 Paul Davisforward-port fatal-error-saving fix for xfade loading...
2010-12-06 Carl HetheringtonManage attempts to save plugin presets with the same...
2010-12-05 Paul Davisremoved files
2010-12-05 Paul Davispart of lincoln's patches for OSC/ardroid
2010-12-04 Carl HetheringtonMissing nframes_t fixes in VST build.
2010-12-03 Paul Davistype tweaks and casts following the nframes_t expulsion
2010-12-03 Paul Davistweak search path for export profiles
2010-12-03 Carl HetheringtonNo-op: reformat and add GPL boilerplate.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Carl HetheringtonA few type fixes.
2010-12-01 Paul Davismore stereo panner work
2010-12-01 Paul Davisremove some debugging output
2010-12-01 Carl HetheringtonRemove some thought-to-be-useless volatile qualifiers.
2010-12-01 Carl HetheringtonRe-expose timecode offset in the session option editor.
2010-12-01 Paul Davisbetter operation of the stereo panner
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-12-01 Carl HetheringtonRemove unused code.
2010-11-30 David RobillardCorrectly implement LV2 event URI mapping (event URI...
2010-11-30 David RobillardFix LV2 logarithmic hint URI.
2010-11-30 David RobillardTidy (whitespace changes only).
2010-11-30 David RobillardFix stub LV2 persist implementation.
2010-11-29 Paul Davisremove using boost::shared_ptr stuff from session.cc
2010-11-29 Paul Davisposition+width panning improvements (reverse width...
2010-11-29 Paul Davismake position+width stereo panning actually functional...
2010-11-28 Paul Davisadd non-functional meta-controls for 2in/2out panning...
2010-11-28 Carl HetheringtonFix non-update of session range marker in some cases.
2010-11-28 Paul Davisfix lookup of LV2 plugin parameter name
2010-11-28 Paul Davisinitialize rec-enable controllable after setting MidiTr...
2010-11-28 Paul Davismore or less complete restoration of Controllable:...
2010-11-27 Paul Davisdon't display internal returns to user
2010-11-27 Paul Davisremove (or attempt to remove) requirement for holding...
2010-11-27 Paul Davischanges associated with save/restore of AutomationContr...
2010-11-27 Paul Davissave controls state in PluginInsert state nodes (needed...
2010-11-27 Paul Davismake IO::disconnect (port,port) symmetric with IO:...
2010-11-27 Carl HetheringtonAdd comments.
2010-11-26 Carl HetheringtonAdd missing files from previous commit.
2010-11-26 Carl HetheringtonHandle unknown plugins on loading sessions by hiding...
2010-11-26 Carl HetheringtonAdd lots of asserts to try to track down #3553.
2010-11-26 David RobillardRemove premature inclusion of lv2_persist_file.c
2010-11-26 David RobillardFix more broken indentation (whitespace changes only).
2010-11-26 Paul DavisVBAP panner should use Panner::_angles not its own...
2010-11-26 Paul Davisadd two process lock calls where some port connecting...
2010-11-26 Paul Davisone step closer to working vbap panning
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-25 David RobillardAdd missing file.
2010-11-25 David RobillardStub implementation of LV2 persist extension.
2010-11-25 Carl HetheringtonRemove unused code.
2010-11-24 Carl HetheringtonPrevent crash when loading sessions with unknown plugins.
2010-11-23 Carl HetheringtonSave solo isolate / solo safe states. Fixes #3551.
2010-11-23 Paul Davissemi-functioning vbap panning, still not done
2010-11-21 Carl HetheringtonThought-to-be-fix for #2794; fix route process order...
2010-11-20 Paul Davismore debugging
2010-11-20 Paul Davisdebugging
2010-11-20 Carl HetheringtonSave/restore aux send levels. Fixes #3546.
2010-11-19 Carl HetheringtonFix typo causing CPU burn.
2010-11-19 Paul Davisnon-crashing (but also non-functional) integration...
2010-11-18 Paul Davissteps toward a working VBAP panner
2010-11-18 Paul Davisadd license info to vbap code
2010-11-18 Paul Davisinitial check in of VBAP implementation (not coupled...
2010-11-17 Carl HetheringtonAdd std::string specialization for ConfigVariableWithMu...
2010-11-17 Carl HetheringtonRemove debug output.
2010-11-16 Paul Davishandle OS X's lack of unnamed semaphores, phase 1
2010-11-15 Carl HetheringtonModify region trim cursor if a region can only be trimm...
2010-11-15 Paul Davisnominally add MIDI input support for AudioUnit plugins
2010-11-14 Carl HetheringtonFix updates of LV2 plugin parameters. Fixes #3341.
2010-11-14 Carl HetheringtonCreate a new layer if required on record to a track...
2010-11-13 Carl HetheringtonFix crash on closedown.
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-12 Carl HetheringtonRemove unused variables.
2010-11-10 Paul Davisfix botched fix
2010-11-10 Paul Davisremove some unnecessary and hard-to-compile-on-OSX...
2010-11-10 Paul Davisremove duplicate std limit + format macro defs
2010-11-10 Paul Davisremove duplicate std limit + format macro defs
2010-11-10 Paul Davisfix dubious conflation of int and pthread_t
2010-11-10 Paul Davisupdated .po files (*not* translations, just .po files)
2010-11-10 Paul Davisre-enable i18n as a build target for translations
2010-11-09 Paul Davismissing dialog cleanups and logic improvements
next