summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
AgeCommit message (Expand)Author
2010-04-26change automation track selection model slightly so that auto tracks are high...Ben Loftis
2009-10-30more loop/transport fixups; make visible PH track transport frame as an exper...Paul Davis
2009-05-22make stationary-playhead mode less secretBen Loftis
2009-03-19remove/delete current mixer strip when session is deletedPaul Davis
2009-03-12if we attempt to move beyond the limit of the current horizontal adjustment, ...Paul Davis
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing insensitiv...Nick Mainsbridge
2008-10-28Fix bug #0002433: Invalid handling of editor mixer strip state on session loadSakari Bergen
2008-10-23fix botched setting of editor mixer strip width, which in turn affected plugi...Paul Davis
2008-10-21improved (?) Session::audible_frame()Paul Davis
2008-10-18Handle changed session duration & resizing canvas better wrt end marker, remo...Nick Mainsbridge
2008-10-11test another fix for solo-press-crashesPaul Davis
2008-10-07fix track/strip sync-reorder issues; don't show mixer strip on selection chan...Paul Davis
2008-10-05make RouteUI and its children and relations able to switch the Route/IO objec...Paul Davis
2008-09-20Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawi...Nick Mainsbridge
2008-09-16Add a session file type icon for OSX, remove unused editor_mixer_button, use ...Nick Mainsbridge
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-05-16add GotoWallClock command; switch Editor class to use nframes64_t throughout;...Paul Davis
2008-02-21fix first_idle idea so that tracks added after session loading show up OKPaul Davis
2008-02-15TrackfadersDoug McLain
2008-01-18permit OSX native package without JACK; prevent excessive track name lengths ...Paul Davis
2007-12-21new tempo handling from drmoore; don't follow playhead when doing requested_r...Paul Davis
2007-11-14added "separate" as a new bindable editor operation; bound to F4 by default; ...Paul Davis
2007-11-09make edit clock do something useful again; do sensible guess work on how to d...Paul 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-13Removed unused MeterBridgeStrip and MeterBridge classes.Taybin Rutkin
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-21fix stupid error in last commitPaul Davis
2007-02-20new (commented) continuous scroll from ben; fix for max() issues in MCP codePaul Davis
2007-02-19back out continuous scroll change inadvertently committed as part of rev 1477Paul Davis
2007-02-19make transport buttons and shuttle controller work with MIDI CC'sPaul Davis
2007-01-31remove ardour_message.{cc,h}; JACK latency menu now shows correct settings at...Paul Davis
2007-01-17fix ordering of cut/copied regions when pasting; ctrl-click now does the righ...Paul Davis
2007-01-11various fixes to named selection mgmt and display, plus fixes for xfade mgmt ...Paul Davis
2006-12-01don't update clocks while dragging playheadPaul Davis
2006-11-03do not allow NSD to quit ardour if the user presses "Quit" with a session alr...Paul Davis
2006-11-02editor mixer visibility now restored correctlyPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-05-02enable use of arrow keys, fix hscroller issues, start work on smoother auto-s...Paul Davis
2006-04-24a) completely refactor abstract UI codePaul Davis
2006-04-20a) use ink extents in most places where we used to use logical extentsPaul Davis
2006-04-10a) moved metering and meter falloff code into libardourPaul Davis
2006-02-13fix style overwriting done by fastmeter, and lack of clip mask/clip origin re...Paul Davis
2006-01-31remove editor mixer button, fix up editor mixer state save/restorePaul Davis
2005-12-18Don't resize the editor_mixer when changing tracks, gcc 4.1 fix, reorder edit...Nick Mainsbridge
2005-11-28mega commit to remove gtk_object cruft, and much other stuffPaul Davis
2005-11-28come up and stay upPaul Davis