summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2010-03-12route removal fixes: notify user that removing a route will result in a save...Ben Loftis
2009-11-07clean up that godawful programming style in the last transport commit, and fi...Paul Davis
2009-11-07better design for range plays that leaves the range play button able to play ...Paul Davis
2009-10-30remove stop when playing rangesPaul Davis
2009-10-30lots of deep but hard to spot changes to transport control, primarily relatin...Paul Davis
2009-10-29loop handling changes: always turn off play_loop @ transport stop ; remove re...Paul Davis
2009-10-21changes to region popup editor inspired by carlh 3.0, rev 5813Ben Loftis
2009-10-20clean up Window titles for consistencyBen Loftis
2009-10-08accurate dB/log patch from Carl, back-ported from 3.0Paul Davis
2009-10-01final part of robsch's visual state patchPaul Davis
2009-09-11reinstate export-region which was lost, change keybindings to more closely ma...Ben Loftis
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