summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-02make marker labels and regionview name text (now drawn with pixbufs) be color...2.8.9Paul Davis
2010-06-02prevent key events from being delivered to any widgets in plugin windows, to ...Paul Davis
2010-06-02bump version to 2.8.9Paul Davis
2010-06-02specialize ConfigVariable<bool> to use string_is_affirmative() and thus get c...Paul Davis
2010-06-01clean up and simplify optimization flags for OS X PowerPC build2.8.8Paul Davis
2010-05-27fix handling of automation recording when stopping and restarting from the ex...Paul Davis
2010-05-27position region editor @ mouse explicitlyPaul Davis
2010-05-26logic error in AutomationEvent::cut_copy_clear() when deciding whether to add...Paul Davis
2010-05-21rename the last rename that renamed the previous one ...Paul Davis
2010-05-21rename the last rename ...Paul Davis
2010-05-21rename overloaded-virtual method of TimeAxisView (::set_selected()) so as not...Paul Davis
2010-05-21the MementoCommand for automation clearing should be based on the AutomationL...Paul Davis
2010-05-20drop some debug outputPaul Davis
2010-05-20make AU Cocoa plugin views with "client-side-windows" versions of GTK+; make ...Paul Davis
2010-05-17almost-certain fix for "randomly-muted overlapped region" bugPaul Davis
2010-05-17region export/bounce should use ::read_at() methods, not read directly from t...Paul Davis
2010-05-14fix for clocks refusing to update when reverse-playback was used later in the...Ben Loftis
2010-05-07updated french translation from raphaelPaul Davis
2010-05-07re-enable sync_all_route_ordering, not sure why it was commented out, may nee...Ben Loftis
2010-05-06move largefile and reentrant compiler flags up to the top level, rather than ...Paul Davis
2010-05-05when splitting to mono regions, don't make the new mono regions children of e...Paul Davis
2010-05-05remove JACK does montioring option for OS X, because the CoreAudio backend ha...Paul Davis
2010-05-04back-port carl's workaround for a gnomecanvas bug that causes a crash during ...Paul Davis
2010-05-02patch for #2997 from carl, fix handling stat of large filesPaul Davis
2010-04-30quick fix for sync combo control which inexplicably got smallerBen Loftis
2010-04-29(OS X) make /Volumes show up in 1 extra location in the new session dialogPaul Davis
2010-04-29fix faulty logic when deciding whether to run a redirect's ::silence() method...Paul Davis
2010-04-28if selecting a range in mouse range mode and there is already a time selectio...Paul Davis
2010-04-28patch for mantis #2794 - fix route ordering after creating sends etc.Paul Davis
2010-04-27more reductions in stack space requirements for exportPaul Davis
2010-04-27reduce stack space requirements for export and normalizationPaul Davis
2010-04-27AU parameter unit is a single integer value, not a bitmask, so treat it corre...Paul Davis
2010-04-26change automation track selection model slightly so that auto tracks are high...Ben Loftis
2010-04-26close a carbon window for an AU plugin *in addition to*, not just instead of,...Paul Davis
2010-04-26significant fixes for AutomationList::cut_copy_clear() for cut and copy opera...Paul Davis
2010-04-23if something is in Write, dont take it out of Write when locatingBen Loftis
2010-04-23remove iterator-based AutomationList cut/copy methods, to avoid appearance of...Paul Davis
2010-04-23more cleanups, redesigns and subtle bug fixes for automation editingPaul Davis
2010-04-22refuse to accept Auto_Write state when loading automation list state from diskPaul Davis
2010-04-22finally change the misnamed ::reposition_for_rt_add(); never save automation_...Paul Davis
2010-04-22more realtime automation fixes: only do realtime automation while rolling, a...Ben Loftis
2010-04-22cleanup AutomationList::cut_copy_clear() and try to add guard/clamp points to...Paul Davis
2010-04-22multiple touches in a single automation pass now work; write mode works (with...Paul Davis
2010-04-22better, cleaner, correct merging of nascent automation events into the event ...Paul Davis
2010-04-21correctly handle touch/write automation data merging when it occurs before th...Paul Davis
2010-04-21start of The Fix for automation touch+writePaul Davis
2010-04-20append Auto_ to auto modes so they are more easily searchableBen Loftis
2010-04-18add GUI/action control over replicate-missing-region-channelsPaul Davis
2010-04-17add config parameter to control missing-region-channel behaviour. not control...Paul Davis
2010-04-17don't add "anchor" control events on when a touch gesture ends unless the aut...Paul Davis