summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/keyboard.cc
AgeCommit message (Expand)Author
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
2012-05-31fix comment regarding keyboard modifiers on OS XPaul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-03-16use MOD2 for command key on OS X, just like in 2.XPaul Davis
2011-11-28Hopefully fix some i18n bugs (#3565).Carl Hetherington
2011-11-07switch use of Option/Alt and Control on OS X for bindings. Option/Alt is inte...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-02Make button 1 the default for inserting notes via modifier shortcut with sele...David Robillard
2011-03-01Use PBD debugging code for keyboard debugging.Carl Hetherington
2011-02-20Use an action's tooltip in the key editor if its label is empty; add some too...Carl Hetherington
2010-12-29add static methods to Keyboard for keyboard modifier namesPaul Davis
2010-08-05slightly more info when debugging the kbd snooperPaul Davis
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis