summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-10revert previous redundant commitPaul Davis
2012-04-10call ProcessThread::init() to correctly setup per-thread process buffers for ...Paul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-03-22Remove unused op parameter to temporal_zoom_by_frame. Add Zoom to Range opti...Carl Hetherington
2012-03-17fix command name in undo/redo history for nudge backwards (#3325)Paul Davis
2012-03-16put back revised version of Route::has_external_redirects() and use it to giv...Paul Davis
2012-03-16forward port save/goto visual state changes from 2.X (now uses ctrl-Fn to sav...Paul Davis
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-03-07fix up a substantial mess with the operation of toggle-zoom and related actio...Paul Davis
2012-02-15make region gain line visibility global, not per-regionPaul Davis
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-24Fix warning about getting tempo map for frame -1; stopCarl Hetherington
2011-12-30Anywhere that deletes regions needs to use a rdiff() on the playlistCarl Hetherington
2011-12-30centralize use of "from-context-menu" in Editor::get_preferred_edit_position(...Paul Davis
2011-12-30fix logic for context-menu-mouse-dependent actions so that if the edit point ...Paul Davis
2011-12-30make insert-patch-change from context menu use context click event for positi...Paul Davis
2011-12-27Try to make new layering stuff play nicely with undo.Carl Hetherington
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-12-03Fix somewhat unlikely crash on doing add note; start drag to resize note; und...Carl Hetherington
2011-10-31Trim includes.Carl Hetherington
2011-10-19Trim include tree.David Robillard
2011-10-07Fix crash on "Consolidate Range" on MIDI tracks (#4226).David Robillard
2011-10-02Fix crash on rename region.Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-06Patch from royvegard to stop session range location being removed on clear-ra...Carl Hetherington
2011-09-05Add option to insert time on all a track's playlists (#4304).Carl Hetherington
2011-08-14make control protocol's SelectByRID signal work, thus enabling MIDI binding m...Paul Davis
2011-08-14add new editor actions for solo, mute, solo-isolate toggle (of selected track...Paul Davis
2011-08-13track changes to config parameters for MMC device id's correctly (from roy ve...Paul Davis
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-14fix breakage for region copy (ctrl-c) operationPaul Davis
2011-06-12implement a delete operation that works like "cut" but doesn't put the delete...3.0-alpha6Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-31Quantize notes to session tempo time, not relative to start of region (fix is...David Robillard
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-05-27somewhat illogical and temporary workaround to the problems with consolidate ...Paul Davis
2011-05-25change region selection after a combine opPaul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-16rename join regions op as combine regions; save and restore nested playlists,...Paul Davis
2011-05-16Set up _last_cut_copy_source_track on copying automation points. Should help...Carl Hetherington
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-04-19Sort track selections before cut/copying their playlists, so that the list of...Carl Hetherington
2011-04-17Extend range selections using the selected tracks, rather than all tracks.Carl Hetherington
2011-04-17Remove extend-range-to-{start,end}-of-region and replace with move-range-{sta...Carl Hetherington
2011-04-16Fix crash on bouncing a range selection that includes a buss (#3962).Carl Hetherington
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2011-03-07Hide/Remove to apply to the track selection.Carl Hetherington
2011-03-02Remove action-driven keyboard brush, which is the same as paste as far as I c...Carl Hetherington