summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/bindings.cc
AgeCommit message (Expand)Author
2020-04-16if the action associated with a binding is insensitive, do not activate it, a...Paul Davis
2020-04-12some tweaks to Bindings API to allow ::is_bound() to indicate the action path...Paul Davis
2020-04-12improve understanding by using an actions label, not its path, in the binding...Paul Davis
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2019-03-20ActionManager::get_all_actions() no longer includes <Actions> in the paths it...Paul Davis
2019-01-13adjust debug/trace output for key bindingsPaul Davis
2018-12-11add ActionManager::get_actions() to fetch all actions created in ActionGroups...Paul Davis
2018-12-10add basic concept of an "owner" for an action group, to allow later groupingPaul Davis
2018-12-10change ActionManager::find_action() back to ActionManager::get_action()Paul Davis
2018-12-10consolidate ActionMap and ActionManager APIs into a single namespacePaul Davis
2018-12-06add syntactic sugar for fetching toggle and radio actionsPaul Davis
2018-12-05some ActionMap infrastructure to start removing ActionManagerPaul Davis
2018-12-05add new variant of ActionMap::find_action()Paul Davis
2018-01-17Explicit encoding for bindings html.Robin Gareus
2017-08-18NO-OP: whitespacePaul Davis
2017-08-18strip <Actions>/ from displayed path when printing bindings to HTMLPaul Davis
2017-04-19Use XMLNode::set_property API in Gtkmm2ext::Bindings classTim Mayberry
2017-03-30Shortcut editor: include a raw list of the currently-available actions in the...Ben Loftis
2017-03-11create_action_group -> get_or_create_action_groupRobin Gareus
2017-02-06Tweak output formatting of save_all_bindings_as_htmlBen Loftis
2017-01-12add API to query name of bound actionRobin Gareus
2016-12-13changes to adapt to modified version of GTK/Quartz which uses only MOD2 for C...Paul Davis
2016-09-29enhance -D bindings outputPaul Davis
2016-08-08fix display of modifiers on OS X in the bindings editorPaul Davis
2016-07-18fix a compile of annoying compiler warnings with elcap clangPaul Davis
2016-07-18before pushing keybindings to GTK for menu display, make sure that we add bac...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-23more tweaks to HTML output when printing key bindingsPaul Davis
2016-06-21use new keyboard modifier names, and replace GDK names with better versionsPaul Davis
2016-06-20some modest improvements in the html rendering of key bindings, plus use of n...Paul Davis
2016-06-02NOOP: space requiredPaul Davis
2016-05-31basics of printing bindings as HTMLPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-03-30inability to save non single character key binding with modifier eg. Ctrl-F5yonideshi
2016-03-08remove uncharacteristic commentsPaul Davis
2016-03-08fix up indentation in libs/gtkmm2ext/bindings code, probably messed up by ema...Paul Davis
2016-03-05don't downcase Home, End and other non-single-key keycode namesPaul Davis
2016-03-05Small refactoring of keyboard bindings (first part)Mathias Buhr
2016-03-02force all KeyboardKeys in Bindings to be lower casePaul Davis
2016-02-26when looking up a key event, switch to the lowercase keyvalPaul Davis
2016-02-22fix inadvertent case changePaul Davis
2016-02-22add a clarifying commentPaul Davis
2016-02-22change operator<< for Keyboardkey to show state in hexPaul Davis
2016-02-22no more munging with keyvals/accels on OS XPaul Davis
2016-02-22remove Bindings::ignored_state and use Keyboard::RelevantModifierMaskPaul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22cleanup Bindings/ActionMap API to get all actions for various purposesPaul Davis
2016-02-22create a two-way association between an action map and a bindings object, rat...Paul 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