summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
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
2008-06-10(5) debugging with nowhiskey - remove stupid lack of scaling caused by redisp...Paul Davis
2008-05-16add GotoWallClock command; switch Editor class to use nframes64_t throughout;...Paul Davis
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get...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-01allow insert-time to move markers tooPaul 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-04-21prevent drags on rulers/bars from initiating vertical scrollingPaul Davis
2008-04-17gcc 4.3 compile fixes; new name-new-marker-at-creation option; make ferret re...Paul Davis
2008-04-17AccessAction() OSC patch from Ryan ScottPaul Davis
2008-04-16Remove some unused classes, methods and variables, mostly in ARDOUR_UITim Mayberry
2008-04-01insert time operationPaul Davis
2008-03-31minor mootcher fixes; change "Analyze .." to "Spectral Analysis" where applic...Paul Davis
2008-03-26a big menu cleanup; vertical auto-scrolling; some code cleanups; an unfinishe...Paul Davis
2008-03-14make feature lines (rhythm ferret etc) scale with zoom; hide them whenever RF...Paul Davis
2008-02-27fix up BWF creation; make CoreAudioSource work; add CAImportable; refactor So...Paul Davis