summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
AgeCommit message (Expand)Author
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-07-17rename MIDI "Fork" operation to "Unlink from other copies"Paul Davis
2012-07-04Rename Editor::duplicate_dialog to Editor::duplicate_rangeCarl Hetherington
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-05-29substantive change to try to provide some rationality for region gain line vi...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-05-17More tweaks to naming some actions (#4879).Carl Hetherington
2012-05-16Use Later / Earlier in descriptions of nudging and some playhead movements, i...Carl Hetherington
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-03-16fix twice-used name "Editor" for action groupPaul Davis
2012-03-12remove menu items from the keybindings dialogBen Loftis
2012-02-15make region gain line visibility global, not per-regionPaul Davis
2012-02-14support a grid of beats/64 and beats/128Paul Davis
2012-02-13(1) remove magic number voodoo when saving zoom focus/snap settings to instan...Paul Davis
2012-02-03use button joiner for smart mode; polish up the visuals on the joiner a bitPaul Davis
2012-02-01MIDI event list editor improvements, mostly to do with nagivation, but also e...Paul Davis
2012-01-24exit internal/note edit mode when clicking on anything that is not a MIDI reg...Paul Davis
2012-01-20tweak up the region context menu quite a bitPaul Davis
2012-01-19new mouse mode (Draw (notes)); switch into internal mode when draw is selecte...Paul Davis
2011-12-30make insert-patch-change from context menu use context click event for positi...Paul Davis
2011-12-26add a new name for the region-layering-editor-action that tells us we were st...Paul Davis
2011-11-30preparations for using ardour's own keybinding system for the editor (not act...Paul Davis
2011-11-28Hopefully fix some i18n bugs (#3565).Carl Hetherington
2011-11-21Fix capitalisation.Carl Hetherington
2011-11-15Use the word Remove consistently for the remove regionsCarl Hetherington
2011-11-14Ellipsis on Quantize option.Carl Hetherington
2011-11-10ardour-button-ize zoom buttons; move MIDI panic button to transport barPaul Davis
2011-11-10more ardour-button-ization; fix transparency of selection rects; use "correct...Paul Davis
2011-08-14add new editor actions for solo, mute, solo-isolate toggle (of selected track...Paul Davis
2011-06-12implement a delete operation that works like "cut" but doesn't put the delete...3.0-alpha6Paul Davis
2011-06-02Remove "smaller" track height (basically just a broken version of small anyway).David Robillard
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-27somewhat illogical and temporary workaround to the problems with consolidate ...Paul 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-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-04-19Remove delete menu item which does the same as cut (#3930).Carl Hetherington
2011-04-18Fix radio action registration thinko of my doing. Fixes #3986.Carl Hetherington
2011-04-17Remove extend-range-to-{start,end}-of-region and replace with move-range-{sta...Carl Hetherington
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2011-04-06Rename Transpose to Pitch Shift to correspond with its dialogue box.Carl Hetherington
2011-04-06Fix typos (part of #3939).Carl Hetherington
2011-04-03Fix center_edit_point action name.Carl Hetherington
2011-04-03Fix Transport->Play->Play option name, and rename Play Selection to Play Sele...Carl Hetherington
2011-04-03Use some helper functions to trim some lines. There should be no functional ...Carl Hetherington
2011-03-02Remove action-driven keyboard brush, which is the same as paste as far as I c...Carl Hetherington
2011-03-02make fit-selected-tracks operate on tracks with selected regions IF no tracks...Paul Davis
2011-03-02Clean up Misc. Shortcuts menu.Carl Hetherington