summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.cc
AgeCommit message (Expand)Author
2020-04-17expand everything for a key editor tab is there is only 1 child nodePaul Davis
2020-04-12when binding a key, if it is already bound, offer to replace the existing bin...Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-02-16additional logic to avoid showing top-level menu actions in the key shortcut ...Paul Davis
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-01-12Minor tweak to bindings editor layoutRobin Gareus
2017-01-12Display name of conflicting keyboard bindingRobin Gareus
2017-01-12rename Bindings -> Keyboard ShortcutsBen Loftis
2017-01-05Un-bunch the bunched-up Keybindings editor widgets.Ben Loftis
2016-08-21Fix another crash at exit:Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-24fix KeyEditor::print() for windows (hopefully, untested)Robin Gareus
2016-06-15initial working version of "printing" keybindings (via a browser)Paul Davis
2016-06-14wording change for key binding dialog remove shortcut button labelPaul Davis
2016-06-01fix windows builds & remove cruftRobin Gareus
2016-05-31hacked up incomplete use of print-key-bindings-as-htmlPaul Davis
2016-04-24update keyeditor when action label changesRobin Gareus
2016-03-30Don't crash when keyeditor is emptyMathias Buhr
2016-03-15change the way the key editor gets populated; drop binding sets with no actionsPaul Davis
2016-03-15in key editor, attach key press/release handlers before other handlers so tha...Paul Davis
2016-03-15extend API of key binding editor to allow for tab removalPaul Davis
2016-03-08Adds a tooltip to the iconMathias Buhr
2016-03-08Implements filtering in bindings editorMathias Buhr
2016-03-05edited keybindings should be stored in lower-case formPaul Davis
2016-03-05remove some uncharacteristic comments in codePaul Davis
2016-03-05Small refactoring of keyboard bindings (first part)Mathias Buhr
2016-03-05Adds sorting the toe keyeditorMathias Buhr
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-22use Bindings API for binding replacementPaul Davis
2016-02-22redesign key editor to work with tabbed notebook, one tab per set of bindingsPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-04-02Window focus handling fixes.nick_m
2015-01-14Fix setting command key bindings on OSX.David Robillard
2015-01-07Redisplay key bindings when reset.David Robillard
2014-12-18This fixes a bug where an impossible keybinding assignment is possible.Paul Davis
2014-07-10fix key editor resize behaviourPaul Davis
2014-07-10add reset bindings button to key bindings editorPaul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2013-09-17more excision of "JACK" from labels, menu items, etc.Paul Davis
2012-07-25fix a SNAFU that occured when switch from ArdourDialog to ArdourWindow that r...Paul Davis
2012-06-23Remove unneeded header includeTim Mayberry
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-04-13MCP: catch noteOff to see note-on+velocity=zero messages; more GUI tweaksPaul Davis
2012-03-12remove menu items from the keybindings dialogBen Loftis
2011-12-04remove OS X specific code for key editor binding displaysPaul Davis
2011-12-04lets see what gtk/osx displays for key bindings without us editing themPaul Davis
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-02-20Use an action's tooltip in the key editor if its label is empty; add some too...Carl Hetherington