summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Expand)Author
2010-05-07re-enable sync_all_route_ordering, not sure why it was commented out, may nee...Ben Loftis
2010-04-08patch from lucus to put fixed sized columns on the right of the mixer track+g...Paul Davis
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ...Paul Davis
2009-12-08backport feature to show only tracks with regions under the playhead (thanks ...Ben Loftis
2009-10-28key stroke (left/right arrow) and wheel (left/right, shift-down/up) scrolling...Paul Davis
2009-10-26no more edit point clock (except SAE version, but who knows why or even if)Paul Davis
2009-10-02now in gtk2_ardour: replace all instances of prop->value() == "yes" with stri...Paul Davis
2009-09-16use rt-click context menu instead of the -all- group, which was orphanedBen Loftis
2009-07-18imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin co...Paul Davis
2008-12-04changes to handle an instant.xml file that has been modified by ardour 3.0 (n...Paul Davis
2008-11-14Ensure treeview checkmarks always drawn on osx, session load failure dialogs ...Nick Mainsbridge
2008-11-07Fix (OSX only) for dirty redraws in adjacent mixer strips when resizing.Nick Mainsbridge
2008-10-21Don't tear down and rebuild all rulers on each visibility change, avoid setti...Nick Mainsbridge
2008-10-18Handle changed session duration & resizing canvas better wrt end marker, remo...Nick Mainsbridge
2008-10-07fix track/strip sync-reorder issues; don't show mixer strip on selection chan...Paul Davis
2008-10-03probable fix for track sync-ordering, part II to come in a minutePaul Davis
2008-08-05Fix the bug which shuffled tracks when one was removed. Please test.Sampo Savolainen
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people to...Paul Davis
2008-02-16replace a typo with the result that led to the desired non-step behaviour on ...Doug McLain
2008-02-06move mixer window arrangement back the way it wasPaul Davis
2008-02-05rationalize all region selection for editor operationsPaul Davis
2008-02-05adjusting region fade in/out lengths makes the fade in/out active; new font s...Paul Davis
2008-01-09Add option to use narrow mixer strips by default, and fix ardour_system.rc be...Doug McLain
2007-11-28parametize modifier key usage; fix keyboard-driven sync point setting; add la...Paul Davis
2007-11-17Fix for crash on track removal, backported from trunk.Carl Hetherington
2007-09-06don't mess with signal order keys, everPaul Davis
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ...Paul Davis
2007-09-02limited history depth (no GUI yet); more work on import dialog and semanticsPaul Davis
2007-07-20removed used of MIDI::Port::number() from mackie surface codePaul Davis
2007-04-26fix mixer-strip-width-not-restored, hopefully foreverPaul Davis
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis
2007-03-16fix crash in mixer selection after session was closed, but mixer selection re...Paul Davis
2007-03-13Removed unused MeterBridgeStrip and MeterBridge classes.Taybin Rutkin
2007-03-05new design for region dragging; make add route dialog float over the correct ...Paul Davis
2007-02-28maybe fix copy-x-constrained drag issues; mix group buttons change text when ...Paul Davis
2007-02-23fixed incorrect restore of mixer strip visibilityPaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-19remote control IDs follow editor/mixer view order; fix multiple display of di...Paul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2006-12-20small but major fix for Controllable state storage (do not create illegal XML...Paul Davis
2006-12-08make follow-playhead available again; remove special pane handlingPaul Davis
2006-11-27many small changes, see ardour-dev for morePaul Davis
2006-11-22patch from brian to get consistent menu behaviourPaul Davis
2006-11-16small changes to the mixer strip from thorwilPaul Davis
2006-11-13Fixed refresh of strip and track hide buttons.Taybin Rutkin
2006-08-30** requires svn jack ** Hardware monitoring should work, some canvas scrollin...Nick Mainsbridge
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-17further optimizations for multiple-track-at-once addition. as in "whoah!"Paul Davis
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-06-21the return of VST supportPaul Davis