summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
2010-04-18add GUI/action control over replicate-missing-region-channelsPaul Davis
2010-04-16rationalize track selection and range selectionBen Loftis
2010-03-26remove silly buffer stats output; apply MIDI control patch (#2655) from dhess...Paul Davis
2010-03-04fix import/embed with "sequence files" optionPaul Davis
2009-12-08backport feature to show only tracks with regions under the playhead (thanks ...Ben Loftis
2009-11-17potential fix for "crashes" caused by an endless loop of enter/hide events in...Paul Davis
2009-11-12JAG's new region layer editor, tweaked by me to (a) hide editor if we click i...Paul Davis
2009-10-30lots of deep but hard to spot changes to transport control, primarily relatin...Paul Davis
2009-09-16use rt-click context menu instead of the -all- group, which was orphanedBen Loftis
2009-09-11reinstate export-region which was lost, change keybindings to more closely ma...Ben Loftis
2009-08-20simplify waveform menu itemsBen Loftis
2009-06-10Allow Insert Time option to move tempos and time sig changes, as per #1951 (t...Ben Loftis
2009-05-22make stationary-playhead mode less secretBen Loftis
2009-05-19Fix record crash, use pixfufs instead of canvas text in markers, use leftmost...Nick Mainsbridge
2009-03-12fix ordering of track view list & route list resync in editor, to avoid clear...Paul Davis
2009-03-12new options for moving playhead to next/previous region boundaryPaul Davis
2009-03-05Make "consolidate range" and "bounce range to region list" not apply processi...Sampo Savolainen
2008-12-05apply/merge/redo carl & colin's patches for making range markers from the reg...Paul Davis
2008-11-22colin fletcher's preserve-formants patch for rubberband operationsPaul Davis
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-11-09make drop_paths() run in an idle handler on OS X to deal with the current DnD...Paul Davis
2008-11-09Clicking canvas rulers mpves playhead, imicing behaviour of clicking gtk rule...Nick Mainsbridge
2008-11-04Restore scrolling performance on osx.Nick Mainsbridge
2008-11-03Dont move track backgrounds, so that they no longer disappear at high zooms, ...Nick Mainsbridge
2008-11-02Ensure that the newly selected track is visible on the canvas when scrolling ...Sampo Savolainen
2008-11-01Wiimote control surface. Bind one wiimote by pressing 1+2 after the surface m...Sampo Savolainen
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing insensitiv...Nick Mainsbridge
2008-10-23fix botched setting of editor mixer strip width, which in turn affected plugi...Paul Davis
2008-10-20fix up region gain line dragging; prevent press-drag-release from creating ne...Paul Davis
2008-10-18Handle changed session duration & resizing canvas better wrt end marker, remo...Nick Mainsbridge
2008-10-13A more correct fix for non-disappearing loop/punch range rect, calculate trac...Nick Mainsbridge
2008-10-10Don't set colours twice in new TimeAxisViewItems (from 3.0), fix the nostar r...Nick Mainsbridge
2008-10-09add toggles for region fade in/out/both active, plus toggle for region fades ...Paul Davis
2008-10-09new global fade in/out togglePaul Davis
2008-10-07add move-selected-tracks-{up,down} commandsPaul Davis
2008-10-07fix track/strip sync-reorder issues; don't show mixer strip on selection chan...Paul Davis
2008-10-05Primitive take system: active edit groups now dictate playlist decisions. Sampo Savolainen
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-29Backport drobilla's tempo bar cache from 3.0, fix track display regression, r...Nick Mainsbridge
2008-09-23Separate tempo lines stuff ala 3.0.David Robillard
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-08Fix some off by one or more errors spotted by The Big Programmer. Fewer force...Nick Mainsbridge
2008-09-07Fix disappearing regionviews during rapid mouse movement plus grab/copy grab,...Nick Mainsbridge
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-06-26make dynamic track resizing "work" again; colinf's patch for operations on mu...Paul Davis
2008-06-18make bounce range and bounce region work properly (wrong boundaries before); ...Paul Davis
2008-06-18slightly modified patch from colinf to make region context menu items always ...Paul Davis
2008-06-17initial implementation of "make range to next marker" and "export range" cont...Paul Davis