summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-07-24a bit more output from -D audioplayback, to help thorsten track down a crash/...Paul Davis
2012-07-24make rendering of the editor summary view a bit more efficient, enable key ev...Paul Davis
2012-07-23add PREBUNDLE_ENV to startup script for OS X, so that JACK can be discovered ...Paul Davis
2012-07-23fixes for the linux build scriptPaul Davis
2012-07-23forward port the carbon window position fix from 2.XPaul Davis
2012-07-23another fix for apple's absurd un-namespaced global Carbon macros like "check"Paul Davis
2012-07-23bump versionPaul Davis
2012-07-23forward-port generic MIDI and transport controllable changes from 2.XPaul Davis
2012-07-20Correctly allow startup options to be passed to the main program when bundled...Todd Naugle
2012-07-20make more or less all LHS treeviews use the same stylePaul Davis
2012-07-20shrink down some location UI button labelsPaul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-07-17rename MIDI "Fork" operation to "Unlink from other copies"Paul Davis
2012-07-17make it possible to (and actually do) name insert and send ports as "return" ...Paul Davis
2012-07-17updated RU translations from alexander prokoudinePaul Davis
2012-07-17i18n fixes from alexander prokoudine (#5016)Paul Davis
2012-07-17move binding for duplicate-region to secondary-d rather than d, use d for dra...Paul Davis
2012-07-17add translucent "shade" to playhead cursor (may remove this in the future)Paul Davis
2012-07-17lots more fidgety work on automation. sort of works now, but undo/redo needs ...Paul Davis
2012-07-16do NOT mark imported MIDI files as un-writable - all MIDI files are subject t...Paul Davis
2012-07-16code motion to put Sequence::{add,append}_patch_changed_unlocked() next to ea...Paul Davis
2012-07-16add some Evoral enums to the enumwriter (seems a bit odd)Paul Davis
2012-07-15use correct event struct when handling key events in patch changes, and flip ...Paul Davis
2012-07-15i18n detailPaul Davis
2012-07-14fix up part of the remaining details with automation, so that touch/write ove...Paul Davis
2012-07-14fix OS X compilationPaul Davis
2012-07-13add missing filesPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-12AU version of break recursive loops of Plugin::parameter_changed()->Plugin::P...Paul Davis
2012-07-12break recursive loops of Plugin::parameter_changed()->Plugin::ParameterChange...Paul Davis
2012-07-11reinstate thread buffer debug outputPaul Davis
2012-07-11force I/O selector windows to stay-on-top (experimental)Paul Davis
2012-07-11handle failure to start audioengine correctlyPaul Davis
2012-07-11remove unusued signals inadvertently added during previous plugin-touch-autom...Paul Davis
2012-07-11try to fix crashes due to not-enough-per-thread-buffers by just using more of...Paul Davis
2012-07-11add StartTouch and EndTouch signals to Plugin class; make PluginInsert handle...Paul Davis
2012-07-11debugging for process thread issuesPaul Davis
2012-07-11fix propagation of parameter changes from Plugin to PluginInsert so that auto...Paul Davis
2012-07-11improved version of last commit, for tracking plugin control changes and mapp...Paul Davis
2012-07-11update automatable parameter's Evoral::Control object when AU parameter liste...Paul Davis