do not pass a non-zero offset to plugins AFTER the first call to connect_and_run...
[ardour.git] / gtk2_ardour / editor_mixer.cc
2009-03-19 Paul Davisremove/delete current mixer strip when session is deleted
2009-03-12 Paul Davisif we attempt to move beyond the limit of the current...
2008-11-01 Nick MainsbridgeIgnore triple clicks for mute/solo/rec-enable (fixes...
2008-10-28 Sakari BergenFix bug #0002433: Invalid handling of editor mixer...
2008-10-23 Paul Davisfix botched setting of editor mixer strip width, which...
2008-10-21 Paul Davisimproved (?) Session::audible_frame()
2008-10-18 Nick MainsbridgeHandle changed session duration & resizing canvas bette...
2008-10-11 Paul Davistest another fix for solo-press-crashes
2008-10-07 Paul Davisfix track/strip sync-reorder issues; don't show mixer...
2008-10-05 Paul Davismake RouteUI and its children and relations able to...
2008-09-20 Nick MainsbridgeDon't defer Editor::track_canvas_size_allocated ()...
2008-09-16 Nick MainsbridgeAdd a session file type icon for OSX, remove unused...
2008-09-03 Nick MainsbridgeUnify the canvases by moving groups around rather than...
2008-05-16 Paul Davisadd GotoWallClock command; switch Editor class to use...
2008-02-21 Paul Davisfix first_idle idea so that tracks added after session...
2008-02-15 Doug McLainTrackfaders
2008-01-18 Paul Davispermit OSX native package without JACK; prevent excessi...
2007-12-21 Paul Davisnew tempo handling from drmoore; don't follow playhead...
2007-11-14 Paul Davisadded "separate" as a new bindable editor operation...
2007-11-09 Paul Davismake edit clock do something useful again; do sensible...
2007-04-26 Paul Davisfix mixer-strip-width-not-restored, hopefully forever
2007-03-18 Paul Davisfix rect redraw problem(s); make zoom range rect visibl...
2007-03-13 Taybin RutkinRemoved unused MeterBridgeStrip and MeterBridge classes.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-21 Paul Davisfix stupid error in last commit
2007-02-20 Paul Davisnew (commented) continuous scroll from ben; fix for...
2007-02-19 Paul Davisback out continuous scroll change inadvertently committ...
2007-02-19 Paul Davismake transport buttons and shuttle controller work...
2007-01-31 Paul Davisremove ardour_message.{cc,h}; JACK latency menu now...
2007-01-17 Paul Davisfix ordering of cut/copied regions when pasting; ctrl...
2007-01-11 Paul Davisvarious fixes to named selection mgmt and display,...
2006-12-01 Paul Davisdon't update clocks while dragging playhead
2006-11-03 Paul Davisdo not allow NSD to quit ardour if the user presses...
2006-11-02 Paul Daviseditor mixer visibility now restored correctly
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-05-02 Paul Davisenable use of arrow keys, fix hscroller issues, start...
2006-04-24 Paul Davisa) completely refactor abstract UI code
2006-04-20 Paul Davisa) use ink extents in most places where we used to...
2006-04-10 Paul Davisa) moved metering and meter falloff code into libardour
2006-02-13 Paul Davisfix style overwriting done by fastmeter, and lack of...
2006-01-31 Paul Davisremove editor mixer button, fix up editor mixer state...
2005-12-18 Nick MainsbridgeDon't resize the editor_mixer when changing tracks...
2005-11-28 Paul Davismega commit to remove gtk_object cruft, and much other...
2005-11-28 Paul Daviscome up and stay up
2005-11-23 Nick MainsbridgeGnome::Canvas -> ArdourCanvas and some other small...
2005-11-13 Nick Mainsbridgesome C++-ification of GnomeCanvasBlah
2005-10-27 Nick Mainsbridgeoption editor and some prompters, misc stuff. this...
2005-10-22 Taybin RutkinMore compliation fixes. add_with_viewport() -> add...
2005-10-09 Paul Davis"finalmunge" patch from nick, plus work on editor regio...
2005-09-25 Taybin RutkinSwitched to use libgnomecanvas (not the C++ one).
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.