summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
AgeCommit message (Expand)Author
2016-12-06Rename Duplicate Range action to Duplicate and assign existing Alt+d key bindingTim Mayberry
2016-10-15Editor up/down arrow keys: snap to track (not 60px)Robin Gareus
2016-09-27add "quantize" action for control surface accessPaul Davis
2016-09-06move kbd focus reset method into ARDOUR_UI where it (probably) belongsPaul Davis
2016-09-06do not set the focus widget to be a toplevel window in Editor::reset_focus.Paul Davis
2016-08-27single action punch in5.2Paul Davis
2016-08-13Add "Marker Toggle" #5193Nathan Stewart
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Make bbt ruler visible in default session.nick_m
2016-07-08fix region action sensitivity issues.Paul Davis
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-03Actions - make set-tempo-from-edit-range sensitive to time selection.nick_m
2016-05-31make Escape (cancel drag or selection) work in mixer as well as editorPaul Davis
2016-05-14action script GUI details (sensitivity + tooltip)Robin Gareus
2016-05-06use WindowManager toggle API for script-managerRobin Gareus
2016-04-27towards fixing optional tooltipsRobin Gareus
2016-04-25lua action details (button sensitivity, text ellipsis)Robin Gareus
2016-04-25add optional buttons to trigger lua scripted actions.Robin Gareus
2016-03-15fix capitalization of sections of key editorPaul Davis
2016-03-15change API for CairoWidget::focus_handlerPaul Davis
2016-03-11add region & range loudnless reportRobin Gareus
2016-02-23Editor Actions Scripts & ManagerRobin Gareus
2016-02-22remove all trace of SAE from source code.Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22use X_() to mark binding names as non-translatedPaul Davis
2016-02-22changes to support new key bindings editor designPaul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis
2016-02-22remove all tearoffs except the monitor section.Paul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-01-28Editing from a control surface must have the ability to ignore mouse location.Ben Loftis
2016-01-18add some horz and vert zoom actions; remove some whitespace from the code of...Ben Loftis
2016-01-16scrolling actions should not require that a track selection existsBen Loftis
2015-12-01Make capitalization consistent and other minor spelling corrections.André Nusser
2015-10-08Fix "Select All * Edit Point" when used as shortcut. -fixes #6626André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
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-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-08-19Add missing actions from MB2 for Mike:Ben Loftis
2015-08-13fix two oddities in stringsPaul Davis
2015-08-06Added PT .ptf session audio import functionalityDamien Zammit
2015-06-17Rename 'Cut time' to 'Remove time'Colin Fletcher
2015-05-26replace tool pixel icons with vector drawingRobin Gareus
2015-05-18use Go To instead of GotoBen Loftis
2015-04-27new actions: allow user to set session start and end to playhead locationBen Loftis
2015-04-24expose set-range-selection-from-region-selection operation in more placesPaul Davis
2015-04-21Port 'Cut time' code from MixbusColin Fletcher