summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2016-05-03batch remove tracksRobin Gareus
2016-05-01GUI updates for transient reworkRobin Gareus
2016-04-09change const some functions to const. (prepare lua bindings)Robin Gareus
2016-03-05Fix for issue #0006803yonideshi
2016-02-22remove use of current_toplevel() where unnecessary, fix broken necessary case...Paul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-02-22Spelling correction patch from DebianAdrian Knoth
2016-02-06insert time: ignore mouse as edit pointColin Fletcher
2016-02-06insert time: remove pointless local variableColin Fletcher
2016-02-06Make name of undo action for 'Remove Time' consistentColin Fletcher
2016-01-28Change duplicate range to use time range/s rather than a single regionTim Mayberry
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-21Refactor code into Editor::temporal_zoom_step_mouse_focus methodTim Mayberry
2016-01-21Refactor scrolling in Editor ruler canvas area into two utility methodsTim Mayberry
2016-01-21Refactor scrolling track canvas in Editor class into two utility methodsTim Mayberry
2015-12-08fix "stuck marker focus" after deleting marker.Robin Gareus
2015-12-04Remove "Fill Range with Region" from menu and also its function.André Nusser
2015-12-03Fix "Crop Region to Range" -- second attempt.André Nusser
2015-12-02fix double template syntaxPaul Davis
2015-12-02Fix "Fill Track".André Nusser
2015-12-02Fix "Crop Region to Range".André Nusser
2015-11-19provide user preference for pre-rollBen Loftis
2015-11-04Fix fencepost error in duplicate_some_regions. Adapt start position.André Nusser
2015-10-30suspend timers while flushing the gtk-event queue.Robin Gareus
2015-10-22fix edge-case: (move playhead w/o session)Robin Gareus
2015-10-17Introduce "Transpose..." also in the context menu of selected notes.André Nusser
2015-10-17Fix tiny memory leak.André Nusser
2015-10-18disable follow-edits with external sync #6577Robin Gareus
2015-10-07fix crash on 2nd LockRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-04remove unused functionRobin Gareus
2015-09-28Revert "add new action and loop marker menu item for setting up loop record"Paul Davis
2015-09-28add new action and loop marker menu item for setting up loop recordPaul Davis
2015-09-20fix duplicating multiple selected regions - fixes #6202André Nusser
2015-09-19fix possible endless loop in silence detectionRobin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Don't try and split a region when dragging, should fix bug #6338Tim Mayberry
2015-09-10Check that a route has a track before trying to insert time on it.Colin Fletcher
2015-08-27clean-up previous commitBen Loftis
2015-08-19Add missing actions from MB2 for Mike:Ben Loftis
2015-07-16merge fix againBen Loftis
2015-07-16merge fixBen Loftis
2015-06-29use Tracks' MainMenuDisabler during session lock (could be improved with more...Paul Davis
2015-06-26make the quantize dialog persistent so that settings are retainedPaul Davis
2015-06-25rename TempoMap::cut_time() to remove_time()Colin Fletcher
2015-06-17Rename 'Cut time' to 'Remove time'Colin Fletcher
2015-06-17Update 'Cut time' to match 'Insert time', and fix cut-time moving range markersColin Fletcher
2015-06-17Use 'Insert time' dialogue for 'Cut time' too.Colin Fletcher
2015-06-17Insert time: don't unlock markers we're not going to move anywayColin Fletcher