summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2009-06-10Allow Insert Time option to move tempos and time sig changes, as per #1951 (t...Ben Loftis
2009-06-02Fix memory leak in name text pixbuf generation, move RegionView::_height to T...Nick Mainsbridge
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of p...Paul Davis
2009-03-23use region sync points correctly for grid and PH motion (i hope)Paul Davis
2009-03-17fix freeze progress bar displayPaul 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-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ...Paul Davis
2008-11-29revert markus' change, add back debug outputPaul Davis
2008-11-21other part of that fix from markus s. for visual state operationsPaul Davis
2008-11-21fix from markus s. for visual state operations, too bad this missed 2.7Paul Davis
2008-11-11add start/sync clocks to audio region editor (not editable at this time)Paul Davis
2008-11-11Fix silly careless errors.David Robillard
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ...Paul Davis
2008-11-04Skip non active and hidden tracks with prev/next track. Also prevent ensuring...Sampo Savolainen
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-10-22Remove some unused variables.Nick Mainsbridge
2008-10-22Fix repeated toggling of visual state (zoom to region for example), fix zoom ...Nick Mainsbridge
2008-10-18Handle changed session duration & resizing canvas better wrt end marker, remo...Nick Mainsbridge
2008-10-14fix a few things related to fit-to-tracks and toggle-visual-statePaul Davis
2008-10-13Fix fit_tracks () bug.Nick Mainsbridge
2008-10-13A more correct fix for non-disappearing loop/punch range rect, calculate trac...Nick Mainsbridge
2008-10-09add toggles for region fade in/out/both active, plus toggle for region fades ...Paul Davis
2008-09-19Fix a bunch of stupid warnings.David Robillard
2008-09-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-06-19Fixes and changes to the horizontal canvas scrolling, per our conversation on...Doug McLain
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-12fix crashing bug caused by not using RegionSelection::add()Paul Davis
2008-06-10debugging region splitting with nowhiskey_Paul Davis
2008-05-16add GotoWallClock command; switch Editor class to use nframes64_t throughout;...Paul Davis
2008-05-15generalize "delete-while-mouse-button-pressed" fix; make LADSPA/VST plugins c...Paul Davis
2008-05-15commit crash caused by deleting a marker while mouse is held down (needs gene...Paul Davis
2008-05-12some adjustments to the spacing in the import/interthread progress window, an...Paul Davis
2008-05-06logic rearrangement for visual state savePaul Davis
2008-05-06make view save message use n+1, to count from 1 not zeroPaul Davis
2008-05-06clean up debug output from view-saving work; add popup temp window to show th...Paul Davis
2008-05-06now with extra-yummy key-release binding semantics, specially for visual stat...Paul Davis
2008-05-06fix from ryan scott whereby playhead gets stuck because frame{++,--} gets rou...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-01fix typo in last commit - move start & end, not start & startPaul 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-30make resize button more visible; make standard heights the right size to hold...Paul Davis
2008-04-30first pass of dynamically resizable track heightsPaul Davis
2008-04-17gcc 4.3 compile fixes; new name-new-marker-at-creation option; make ferret re...Paul Davis