summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
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
2011-03-02Fix up undo/redo of MIDI note paste (#3815).Carl Hetherington
2011-03-02use entered track for fit-tracks if in internal edit mode and no tracks or re...Paul Davis
2011-03-02make fit-selected-tracks operate on tracks with selected regions IF no tracks...Paul Davis
2011-03-02Remove some unused code, and Editor::get_prefix() which wasn't doing anything.Carl Hetherington
2011-03-01Remove unused code.Carl Hetherington
2011-02-21c&p debugPaul Davis
2011-02-17Don't go off the left edge of the session when zooming out (#3784).Carl Hetherington
2011-02-16Re-add height menu to tracks (#3761).Carl Hetherington
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-02-07Fix fit to window for route groups whose first track is hidden (#3678).Carl Hetherington
2011-01-19Patch from Lincoln to fix rhythm ferret in various ways (#3715).Carl Hetherington
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-10Add route group property to share route active state (#3703)Carl Hetherington
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-26Use the channel selector to decide which channel to add program changes to.Carl Hetherington
2010-12-22Add menu option to insert program changes.Carl Hetherington
2010-12-12Make adjust region gain work in 1dB steps with no upper limit. Should fix or...Carl Hetherington
2010-12-10Stop bounce / freeze on tracks that have more outputs than inputs and so cann...Carl Hetherington
2010-12-09fix computation of silence text, and its display. it is still not on top of t...Paul Davis
2010-12-09make strip silence work (again?)Paul Davis
2010-12-08move display of silence for strip-silence into regionviews, along with text t...Paul Davis
2010-12-07fix infinite loop in quantize setupPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-23make region trim keybinding work again; don't show quantize dialog if its not...Paul Davis
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-06Fix crash on clear current playlists (#3524).Carl Hetherington
2010-11-04Tidy up close gap dialogue box.Carl Hetherington