summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-29added missing header includeRobin Gareus
2012-08-28LV2: Send messages from one UI to all replicated instances.Robin Gareus
2012-08-28LV2: amend previous commit, respect replicated plugin instancesRobin Gareus
2012-08-28LV2: allocate dedicated buffers for [non-midi] event-ports.Robin Gareus
2012-08-28LV2 worker: prevent corruption of ringbufferRobin Gareus
2012-08-27fix LV2 workerRobin Gareus
2012-08-27dedicated LV2 non-MIDI atom-event-port handlingRobin Gareus
2012-08-21Create and realize LV2 UI container before instantiating (required for proper...David Robillard
2012-08-21fix long-option: --no-splash = -n (and test git+svn first-commit)Robin Gareus
2012-08-18Fix some const-violating casts.David Robillard
2012-08-18Add debug trace for LV2 like the other APIs.David Robillard
2012-08-17LV2 log extension support.David Robillard
2012-08-17Fix const violating case.David Robillard
2012-08-16make --disable-plugins/-d work again, probablyPaul Davis
2012-08-10undo that last commitPaul Davis
2012-08-10fix for OS X builds with new prototype C warning flagsPaul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-08-10fix erroneous use of i18n.h in a header filePaul Davis
2012-08-09test a different approach to propagating plugin parameter changes (VST only f...Paul Davis
2012-08-09when sending notice of a change in a plugin parameter value, send the current...Paul Davis
2012-08-09more vst parameter related stuffPaul Davis
2012-08-09more vst parameter related stuffPaul Davis
2012-08-09VST parameter setting tweakPaul Davis
2012-08-09use new floateq() to check VST plugin parameter equalityPaul Davis
2012-08-09new file containing very clever code for floating point "equality" comparisonsPaul Davis
2012-08-09more VST parameter debuggingPaul Davis
2012-08-08some VST parameter mgmt debuggingPaul Davis
2012-08-08Fix more tab width assumption mess caused by Paul's misconfigured editor.David Robillard
2012-08-08Support new LV2 buf-size extension if a new enough (currently svn) LV2 is pre...David Robillard
2012-08-07Set splash screen to non-resizable so it displays correctly in smart window m...David Robillard
2012-08-02Use accelerator key of "/Editor/set-playhead" action to position playhead in ...Colin Fletcher
2012-07-29trying to track down why undo doesn't remove xfade rendering on OS XPaul Davis
2012-07-28allow resizing of startup wizard windowPaul Davis
2012-07-28Add missing #includes to some testsSakari Bergen
2012-07-27slightly more debugging for kbd accelsPaul Davis
2012-07-27comment code that stopped the keybd accel activation pathway if Keyboard::som...Paul Davis
2012-07-26reset default transport speed when leaving audition mouse modePaul Davis
2012-07-26if a request to reset the speed to zero as the default arrives when stopped, ...Paul Davis
2012-07-26replace deprecated g_atomic_int_exchange_add()Paul Davis
2012-07-26fix for fetching git revision, from robin gareusPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-25we're not really a beta anymorePaul Davis
2012-07-25check for multiple tempo/meter marks at the same location, which somehow ardo...Paul Davis
2012-07-25add a new -DBOOST_SYSTEM_NO_DEPRECATED to try to remove the need to link agai...Paul Davis
2012-07-25bump glibmm required version to 2.32Paul Davis
2012-07-25fix a SNAFU that occured when switch from ArdourDialog to ArdourWindow that r...Paul Davis
2012-07-25tweak layout of export dialog to try to make it clear what to enter when sett...Paul Davis
2012-07-25add export formats path to ardev_common.sh.in so that ./ardev runs find expor...Paul Davis
2012-07-24remove use of boost::thread/boost::mutex; bump glibmm requirement to 2.30 in ...Paul Davis
2012-07-24quiet!Paul Davis