summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/keyboard.cc
AgeCommit message (Expand)Author
2016-10-26Fix restoration of key bindings assigned to Windows+key, bug #7037Tim Mayberry
2016-09-29manually revert b9cab93fb116b and remove associated code.Paul Davis
2016-08-19fix optimized build compilationRobin Gareus
2016-08-19fix failure to remove keyvalue from Keyboard::state on key releasePaul Davis
2016-08-14Ensure RelevantModifierKeyMask is updated on each modifier change.nick_m
2016-08-08fix definition of PrimaryModifier for Keyboard for OS XPaul Davis
2016-07-18move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2extPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-21provide some Keyboard:: methods to get access to other versions of modifier n...Paul Davis
2016-06-07make it possible to disable VisibilityTracker's use of WM visibilityPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-02-22fix merge/rebase mistakePaul Davis
2016-02-22additional GTKOSX => __APPLE__ changes missed in previous commitPaul Davis
2016-02-22set PrimaryModifier on OS X to match the actual bits used by GTK for CommandPaul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22change suffix of keybinding files to ".keys" to avoid conflict with earlier v...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
2016-02-22fix memory lifetime management issuePaul Davis
2016-02-22change/extend/rework Bindings API to allow replacement and provide stub/hook/...Paul Davis
2016-02-22initial compilable version of saving key bindings with "new" schemePaul Davis
2016-02-22changes to Bindings and Keyboard API to support (mostly) GTK-free keyboard bi...Paul Davis
2016-02-22better system for managing kbd focus after cmd-w closing a dialog.Paul Davis
2016-02-22os x: an initial attempt at fixing loss of keyboard focus after cmd-w to clos...Paul Davis
2016-02-21OS X: fix the handling of SUPER,HYPER,META (see code comment for more)Paul Davis
2016-02-18remove HYPER,SUPER,META modifier masks from Keyboard::RelevantModifierMask so...Paul Davis
2016-02-18add a static utility function (should really be in utils.cc and public) to sh...Paul Davis
2015-10-20remove cruftRobin Gareus
2015-10-20remove unused "copy modifier hint"Robin Gareus
2015-10-20Add tooltips to user config preferences. clean up combo ordering.nick_m
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-05-24Swap default snap modifiers (non-OSX) to avoid potential upgrade pain.nick_m
2015-05-21Make the prefs less squashed looking, add another entry for OSX modifiers.nick_m
2015-05-21Move ui-centric modifiers into ArdourKeyboard, set some bad defaults.nick_m
2015-05-21Allow all drag -related modifiers to be set, re-instate "jump after trim"nick_m
2015-05-20Add more modifier preferences.nick_m
2015-05-19Remove some debugging.nick_m
2015-05-18"Lock" mode is now "Constrained", make snap absolute modifier configurable.nick_m
2015-04-02Window focus handling fixes.nick_m
2014-07-10add Gtkmm2ext::Keyboard::reset_bindings()Paul Davis
2013-09-16a few DEBUG_TRACE improvementsPaul Davis
2013-07-23Fix special handling of 'zoom vertical' scroll wheel modifier key.Colin Fletcher
2013-06-21Make scroll-wheel modifier keys consistent in main editor window.Colin Fletcher
2013-02-05replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAM...Paul Davis
2012-06-17Hacky fix for track height step losing 'grip' on theCarl Hetherington
2012-05-31Use the same logic to decide on step size when scroll-wheeling faders in the ...Carl Hetherington