Repair thinko in previous commit.
[ardour.git] / libs /
2011-11-15 Paul Davisdon't look for panners in symlinks to avoid finding...
2011-11-15 Paul Davisutility function to detect symlinks
2011-11-15 Paul Davisutility function to detect symlinks
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 HetheringtonFix placeholder creation when dragging from one DnDVBox to
2011-11-14 Carl HetheringtonAllow a dialogue containing an audioclock to be
2011-11-14 Carl HetheringtonTypo.
2011-11-14 Carl HetheringtonFix unit test build by adding some dummy LXVST methods.
2011-11-14 Carl HetheringtonComment typo.
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 Paul Davisswitch use of Option/Alt and Control on OS X for bindin...
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 Paul Davisquiten down in the back
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 Paul Davisfix thinko in previous attempt to tackle active/selecte...
2011-11-03 Paul Davisfix mistake that prevented send processor boxes from...
2011-11-03 Carl HetheringtonDon't offer inputs to things as possible output connect...
2011-11-02 Paul Davistighten up spacing of tearoff arrow
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 Davismove CairoWidget::ActiveState and Visual state up into...
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 Davismake it possible (hackily) to pick the base color for...
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.
2011-10-29 Carl HetheringtonReload meters in the right place even if they are set to
2011-10-29 Carl HetheringtonPatch from nettings to comment out soundtouch-related
2011-10-28 Carl HetheringtonRestore ardour_jack_error.
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-28 Carl HetheringtonImprove audioengine includes slightly.
2011-10-28 Carl HetheringtonRemove unused method.
2011-10-28 Carl HetheringtonRemove unused stuff.
2011-10-28 Carl HetheringtonRevert inadvertantly committed stuff from 10322.
2011-10-27 Carl HetheringtonMinor cleanups to IO.
2011-10-27 Paul Davisshow address of dangling SessionHandle-derived objects
2011-10-26 Paul Davisprovide C API for rounded rectangle cairo utility
2011-10-26 Paul Davisremove left-over debugging call to sleep(3) (!!!)
2011-10-26 Carl HetheringtonDon't resort routes at every step during a session's
2011-10-26 Carl HetheringtonWait for the butler to be quiescent before starting
2011-10-24 Carl HetheringtonRe-claim double-clicks on pixfaders to re-fix #3470.
2011-10-24 Carl HetheringtonSave and restore _saved_meter_point; fixes #4195.
2011-10-24 Carl HetheringtonMove some code up from {Midi,Audio}Track to Track.
2011-10-24 Carl HetheringtonRemove unused call_base parameter from Route::_set_state.
2011-10-24 Carl HetheringtonFix awful thinko in previous commit.
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-24 Carl HetheringtonReset source paths on session rename (fixes #4389).
2011-10-24 Carl HetheringtonExpose sources_root() for Session and make everything...
2011-10-24 Carl HetheringtonExpose set_path so that the Session can alter it.
next