Sort session routes before trying to do the group tabs
[ardour.git] / libs / ardour /
2011-11-21 Paul Davistweak wscript files to set PACKAGE in one place
2011-11-21 Paul Davisunintentional but valid updates to .po files
2011-11-21 Paul Davisnew i18n targets (to be explained in TRANSLATORS)
2011-11-21 David RobillardAdd missing file.
2011-11-21 Carl HetheringtonRename windows VST stuff with a Windows prefix.
2011-11-21 Paul Davisfix a few warnings from newer versions of gcc
2011-11-21 Paul Davis#ifdef out some expensive code from midibuffer merging...
2011-11-21 Paul Davisuse return value of realpath() and note an error if...
2011-11-21 Carl HetheringtonRe-add code to support do-not-record-plugins (#4487).
2011-11-21 Paul Davismake --lv2=0 work, as a workaround for LV2 release...
2011-11-21 David RobillardImplement the LV2 urid extension and remove implementat...
2011-11-21 Carl HetheringtonRemove unused with_processors parameter to
2011-11-20 Carl HetheringtonMake a few things private in Delivery; couple of minor
2011-11-20 Carl HetheringtonRemove unused variables.
2011-11-20 Carl HetheringtonComment fixes.
2011-11-20 Carl HetheringtonFill extra channels if monitor sends have more outputs...
2011-11-19 David RobillardRemove spurious semicolon.
2011-11-18 David RobillardUse LV2_STATE_INTERFACE_URI instead of hard-coded string.
2011-11-18 Carl HetheringtonFix test build.
2011-11-17 Paul Davismove non-X11/GUI related lxvst code back into libardour
2011-11-16 Carl HetheringtonSlightly unpleasant fix for creation of tracks from
2011-11-16 Carl HetheringtonRemove set_state / _set_state dance in Route hierarchy
2011-11-16 Carl HetheringtonMake activate/deactivate all only operate on visible
2011-11-16 Carl HetheringtonDoxygen tweaks.
2011-11-16 Carl HetheringtonRemove unused variable.
2011-11-16 Carl HetheringtonSave custom meter position so that it can be restored if
2011-11-16 Carl HetheringtonRemove no-longer-required search path hack.
2011-11-16 Paul Davisavoid duplicate panners by checking names, not symlinks
2011-11-15 Carl HetheringtonComment previous commit.
2011-11-15 Carl HetheringtonMust search for *.so* to find panners now that symlinked
2011-11-15 Paul Davisprovide link-editor-and-mixer-selection option. gui...
2011-11-15 Carl HetheringtonUse ARDOUR_EXPORT_FORMATS_PATH (as set up by the bundle)
2011-11-15 Carl HetheringtonFix comment.
2011-11-15 Carl HetheringtonRemove unused MIDI regions as well as audio ones
2011-11-15 Carl HetheringtonSlightly fudged but basically reasonable fix for reports of
2011-11-15 Paul Davisdon't look for panners in symlinks to avoid finding...
2011-11-15 Carl HetheringtonRemove debug code.
2011-11-15 Paul Davisshow path where a panner is discovered
2011-11-14 Paul Davismake auto-connect be the default for inputs and outputs
2011-11-14 Paul Davismake PluginManager API more in line with other singleto...
2011-11-14 Carl HetheringtonTypo.
2011-11-14 Carl HetheringtonFix unit test build by adding some dummy LXVST methods.
2011-11-13 Paul Davismove LXVST GUI stuff into gtk2_ardour, and fix X11...
2011-11-13 Carl HetheringtonFix some bits of the libardour unit tests.
2011-11-13 David RobillardApply patch from timbyr to fix building with --test.
2011-11-12 David RobillardFix lingering references to old persist extension.
2011-11-11 David RobillardUpdate LV2 persist extension implementation (now named...
2011-11-11 Paul Davisremove debug output
2011-11-11 Paul Davisfix nasty off by one error that put the end of an end...
2011-11-11 Carl HetheringtonChange the feedback alert to a flashing button; works
2011-11-11 Paul Daviscleanup regexp after use
2011-11-11 Paul Davisuse home-grown solution for path_expand(), rather than...
2011-11-10 Paul Davisnext attempt to fix the use of wordexp(3) ...
2011-11-10 Paul Davisforce IFS=/ when calling path_expand, so that whitespac...
2011-11-10 Paul Davisshow all paths discovered when a path is ambiguous...
2011-11-10 Paul Davisuse error << to replace cerr in AudioUnits GUI code...
2011-11-09 Paul Davissome possible build fixes for OS X
2011-11-09 Paul Davisprovide global prelight option (its in Edit -> Preferen...
2011-11-09 Carl HetheringtonAlert the user if a connection is made which causes
2011-11-09 Carl HetheringtonReturn 0 from the topological sort if it failed due to
2011-11-09 Carl Hetheringtontypedef for a DAGVertex.
2011-11-08 Carl HetheringtonRemove a couple of unnecessary casts.
2011-11-08 Carl HetheringtonFix a few SNAFUs in the port matrix related to multi...
2011-11-08 Carl HetheringtonAttempt to fix some confusions caused by bundles containing
2011-11-08 Carl HetheringtonFix naming / numbering of new MIDI tracks (#4453).
2011-11-07 Carl HetheringtonFix name and a comment.
2011-11-07 David RobillardUse standard style LV2 extension include paths.
2011-11-07 Carl HetheringtonDo a topological sort of the route list before passing...
2011-11-05 Carl HetheringtonCoding style tinkering.
2011-11-05 Carl HetheringtonA few more comments.
2011-11-05 David RobillardFix i18n.
2011-11-05 Carl HetheringtonA few comments.
2011-11-05 Carl HetheringtonRemove what is IMHO an unnecessarily confusing typedef.
2011-11-04 Carl HetheringtonRemove non-RT-safe alloc in the MIDI process() call.
2011-11-04 Carl HetheringtonFix somewhat confusing method names.
2011-11-04 Carl HetheringtonMake sure that the old route group is left properly...
2011-11-03 Carl HetheringtonDon't offer inputs to things as possible output connect...
2011-11-01 Carl HetheringtonAllocate some thread-local buffers for the GUI thread...
2011-11-01 Paul Davisstart trying to remove the use of Plugin::info()->n_...
2011-11-01 Paul Davisa better fix for the silent buffer issue: whenever...
2011-11-01 Paul Davisforce re-silence of buffers in ProcessThread::get_silen...
2011-11-01 Carl HetheringtonMake plugin scanner objects give leaf names to their...
2011-11-01 Carl HetheringtonAdd an option to disable editor update during drags...
2011-11-01 Carl HetheringtonGive group and meter point buttons controllable visibility.
2011-11-01 Carl HetheringtonTrim include.
2011-11-01 Paul Davisremove useless debugging output
2011-10-31 Carl HetheringtonRemove unused variable.
2011-10-31 Carl HetheringtonComment.
2011-10-31 Carl HetheringtonFix compensation of roll delay with MIDI tracks; data
2011-10-31 Carl HetheringtonTake commit() out of process() in both types of
2011-10-31 Carl HetheringtonComment.
2011-10-31 Carl HetheringtonRemove Diskstream member playback_distance that can be
2011-10-31 Carl HetheringtonA few comments and minor coding style adjustments.
2011-10-31 Carl HetheringtonRemove unused method.
2011-10-31 Carl HetheringtonRemove unused parameter.
2011-10-31 Carl HetheringtonRemove unused code.
2011-10-29 Carl HetheringtonSome limited control of mixer strip component
2011-10-29 Paul Davistweaks to boost debug related code, from a boost debugg...
2011-10-29 Paul Davischange internal API used by native VST support to read...
2011-10-29 Carl HetheringtonRemove some unused stuff.
next