summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_list.cc
AgeCommit message (Expand)Author
2009-07-18imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin co...Paul Davis
2009-03-12fix ordering of track view list & route list resync in editor, to avoid clear...Paul Davis
2009-03-11don't crash if there's no editor mixer and we remove a routePaul Davis
2009-03-11keep trackview list in editor synced with route listPaul Davis
2009-03-11final (?) fix for editor mixer strip handling when route is removedPaul Davis
2009-03-11partial fix for editor mixer strip state after a route removalPaul Davis
2008-11-14back out "ignore_gui_changes" stuff for track resizingPaul Davis
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-10-14fix a few things related to fit-to-tracks and toggle-visual-statePaul Davis
2008-10-10Don't set colours twice in new TimeAxisViewItems (from 3.0), fix the nostar r...Nick Mainsbridge
2008-10-09code cleanupPaul Davis
2008-10-07add move-selected-tracks-{up,down} commandsPaul Davis
2008-10-07Fix non-disappearing tracks when hidingNick Mainsbridge
2008-10-07fix track/strip sync-reorder issues; don't show mixer strip on selection chan...Paul Davis
2008-10-04Improve scrolling performance for sessions containing hundreds of regions ove...Nick Mainsbridge
2008-10-03probable fix for track sync-ordering, part II to come in a minutePaul Davis
2008-09-16Add a session file type icon for OSX, remove unused editor_mixer_button, use ...Nick Mainsbridge
2008-09-14Speed up track resizing, fix disappearing automation controls when automation...Nick Mainsbridge
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-08-05Fix the bug which shuffled tracks when one was removed. Please test.Sampo Savolainen
2008-06-19reset editor's entered_track to null if that track is deleted; fix use of wro...Paul Davis
2008-05-08allow keybindings manager to bind arrow keys, using hack from utils.cc that w...Paul Davis
2008-05-05fixes for 2 of 3 "fit-tracks" problems; new feature: 12 "view-states" and bin...Paul Davis
2008-05-02many changes related to region zooming; proto-visual state undo/redo stack; f...Paul Davis
2008-05-01phase two (of 3 or 4) for zoom-to-region et alPaul Davis
2008-04-30first pass of dynamically resizable track heightsPaul Davis
2008-03-14make feature lines (rhythm ferret etc) scale with zoom; hide them whenever RF...Paul Davis
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-02-15TrackfadersDoug McLain
2007-12-18new LocateRollLocate event, used to implement play-at-edit-point-and-return; ...Paul Davis
2007-11-18Remove debug output and move meter option to root menu for nowDoug McLain
2007-11-17Level meters added to editor tracks, smaller and aboveDoug McLain
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-05-18allow diskstream deletion after a track is removed by using weak_ptr<Diskstre...Paul Davis
2007-03-19Editor GUI touchups:David Robillard
2007-03-15update editor mixer action if strip is hidden due to track deselect (Carl)Paul Davis
2007-03-09Bug fix for displaying routes after a hidden route.Taybin Rutkin
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
2007-02-03make zoom rect extend to cover all tracks, no matter when addedPaul Davis
2006-11-22patch from brian to get consistent menu behaviourPaul Davis
2006-11-02editor mixer visibility now restored correctlyPaul Davis
2006-08-17further optimizations for multiple-track-at-once addition. as in "whoah!"Paul 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-07-11fix for playhead/edit cursor having wrong z-order placement; fix fader mouse ...Paul Davis
2006-06-21the return of VST supportPaul Davis