summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
AgeCommit message (Expand)Author
2014-07-06Q and W jump between markers. this puts them right next to Tab which creates...Ben Loftis
2014-07-04rename the action that cycles through edit modes, since there are more than twoPaul Davis
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ...Ben Loftis
2014-07-02start-range and finish-range should graphically show the range being created....Ben Loftis
2014-07-01splice mode is undefined, undocumented, and buggy. ripple does most of what ...Ben Loftis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2014-06-24add ability to save current action sensitivities and restore them, and to dis...Paul Davis
2014-05-07Ripple mode: basic implementationColin Fletcher
2014-05-01correctly set up ruler preferences for get_trx() == true casePaul Davis
2014-04-29"sequence regions" operation (remove space between selected regions) added, c...Paul Davis
2014-04-10first pass hiding/rearrangement of UI elements related to trxPaul Davis
2014-03-26the FlatFace element is no longer relevant. instead it was being used for an ...Ben Loftis
2014-03-23New theme for editor window using ArdourMenuharrison
2014-02-25the forgotten second (amend to prev commit)Robin Gareus
2014-02-25fix prev_snap_choice() key="3" bindingRobin Gareus
2014-01-27various work to make loop/punch display work better (including fixes for bugs...Paul Davis
2013-06-13merge with masterPaul Davis
2013-06-14s/Framenumber/Frame number/Robin Gareus
2013-06-13vtl: make "Remove Video" insensitive if N/ARobin Gareus
2013-04-11Merge branch 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-05master merge; new files not added after initial cairocanvas patch applicationPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-04-04vtl: video-monitor letterbox & orig-zoom to menuRobin Gareus
2013-04-03vtl: video-monitor interactionRobin Gareus
2013-03-13videotimlineRobin Gareus
2013-01-09remove timecode subframe configurationRobin Gareus
2012-12-13add cycle-zoom-focus and bind to "1" by defaultPaul Davis
2012-12-08remove debug outputPaul Davis
2012-12-08locale/focus debug 3Paul Davis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-11-26tweak Smart Mode to be more like Mixbus. Smart mode is just a modifier on Ob...Ben Loftis
2012-11-20make range ruler visible by default - costs a few mm, saves confusion among n...Paul Davis
2012-11-14provide the ability to enable + disable tooltipsPaul Davis
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the sta...Paul Davis
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