summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2010-06-16fix keyboard event handling for host-provided plugin GUIsPaul Davis
2010-06-07tiny cleanupPaul Davis
2010-06-07try to fix mistake introduced in 7207 that stole key events from GTK plugin GUIsPaul Davis
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-05-27position region editor @ mouse explicitlyPaul 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-17region export/bounce should use ::read_at() methods, not read directly from t...Paul Davis
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-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-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-28if selecting a range in mouse range mode and there is already a time selectio...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-23more cleanups, redesigns and subtle bug fixes for automation editingPaul Davis
2010-04-22multiple touches in a single automation pass now work; write mode works (with...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-17don't add "anchor" control events on when a touch gesture ends unless the aut...Paul Davis
2010-04-17initial pass at "ramping back" to existing automation values at the end of a ...Paul Davis
2010-04-16rationalize track selection and range selectionBen Loftis
2010-04-16updated spanish translation from david taht and friendsPaul Davis
2010-04-15fix some strange behavior when dragging region(s) towards time zeroBen Loftis
2010-04-15remove a bunch of explicit uses of '/' as a directory separator; use Glib::bu...Paul Davis
2010-04-08patch from lucus to put fixed sized columns on the right of the mixer track+g...Paul Davis
2010-04-02brute force approach to stopping GTK shutdown from causing a crash as we try ...Paul Davis
2010-04-02do not crash if Editor::map_transport_state() is called without a session in ...Paul Davis
2010-04-01redirect via ardour.org to get to the manuals from within ardour, not hard-co...Paul Davis
2010-03-30remove automation mode selector from AU plugin windows, since it doesn't real...Paul Davis
2010-03-26remove silly buffer stats output; apply MIDI control patch (#2655) from dhess...Paul Davis
2010-03-25colinf's patch to make the "name new markers" option be properly managedPaul Davis
2010-03-24anchor the crossfade start and endpoints, and add Help shortcuts to the manua...Ben Loftis
2010-03-17correct a mistake in previous AIFF+Bendian changePaul Davis
2010-03-17force AIFF format exported files to big-endianPaul Davis
2010-03-16fix lucus' previous patchPaul Davis
2010-03-16patch from lucus for long names in trackbus inspectorPaul Davis
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ...Paul Davis
2010-03-12add shortcut to Volumes when opening sessions. needs testing on osxBen Loftis
2010-03-12route removal fixes: notify user that removing a route will result in a save...Ben Loftis
2010-03-06remove global LV2 external GUI list, always call LV2 UI cleanup method when a...Paul Davis
2010-03-04fix import/embed with "sequence files" optionPaul Davis