fix failure to remove keyvalue from Keyboard::state on key release
[ardour.git] / libs / gtkmm2ext / keyboard.cc
2016-08-19 Paul Davisfix failure to remove keyvalue from Keyboard::state...
2016-08-13 nick_mEnsure RelevantModifierKeyMask is updated on each modif...
2016-08-08 Paul Davisfix definition of PrimaryModifier for Keyboard for...
2016-07-18 Paul Davismove show_gdk_event_state() utility function from gtk2_...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-21 Paul Davisprovide some Keyboard:: methods to get access to other...
2016-06-07 Paul Davismake it possible to disable VisibilityTracker's use...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-02-22 Paul Davisfix merge/rebase mistake
2016-02-22 Paul Davisadditional GTKOSX => __APPLE__ changes missed in previo...
2016-02-22 Paul Davisset PrimaryModifier on OS X to match the actual bits...
2016-02-22 Paul Davisreplicate the remove-all-trailing whitespace commit...
2016-02-22 Paul Davischange suffix of keybinding files to ".keys" to avoid...
2016-02-22 Paul Davismore changes to Bindings, Keyboard APIs
2016-02-22 Paul Davisradically change Keyboard/Binding API design to disconn...
2016-02-22 Paul Davisfix memory lifetime management issue
2016-02-22 Paul Davischange/extend/rework Bindings API to allow replacement...
2016-02-22 Paul Davisinitial compilable version of saving key bindings with...
2016-02-22 Paul Davischanges to Bindings and Keyboard API to support (mostly...
2016-02-22 Paul Davisbetter system for managing kbd focus after cmd-w closin...
2016-02-22 Paul Davisos x: an initial attempt at fixing loss of keyboard...
2016-02-21 Paul DavisOS X: fix the handling of SUPER,HYPER,META (see code...
2016-02-18 Paul Davisremove HYPER,SUPER,META modifier masks from Keyboard...
2016-02-18 Paul Davisadd a static utility function (should really be in...
2015-10-20 Robin Gareusremove cruft
2015-10-20 Robin Gareusremove unused "copy modifier hint"
2015-10-19 nick_mAdd tooltips to user config preferences. clean up combo...
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-10-05 Robin Gareusremove unused fstream includes
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-05-23 nick_mSwap default snap modifiers (non-OSX) to avoid potentia...
2015-05-23 nick_mMerge branch 'relative_snap'
2015-05-21 nick_mMake the prefs less squashed looking, add another entry...
2015-05-20 nick_mMove ui-centric modifiers into ArdourKeyboard, set...
2015-05-20 nick_mAllow all drag -related modifiers to be set, re-instat...
2015-05-19 nick_mAdd more modifier preferences.
2015-05-18 nick_mRemove some debugging.
2015-05-17 nick_m"Lock" mode is now "Constrained", make snap absolute...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-01 nick_mWindow focus handling fixes.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-10 Paul Davisadd Gtkmm2ext::Keyboard::reset_bindings()
2013-09-18 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-09-17 Paul DavisMerge branch 'master' into cairocanvas
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-17 Paul Davisa few DEBUG_TRACE improvements
2013-08-08 Colin FletcherFix special handling of 'zoom vertical' scroll wheel...
2013-08-01 Paul Davisfix merge conflict from master
2013-07-23 Colin FletcherFix special handling of 'zoom vertical' scroll wheel...
2013-06-26 Paul DavisMerge branch 'master' into cairocanvas
2013-06-23 Robin GareusMerge branch 'radiosrb' of https://github.com/adiknoth...
2013-06-22 Colin FletcherFurther Freesound import tweaks.
2013-06-21 Colin FletcherMake scroll-wheel modifier keys consistent in main...
2013-02-05 Paul Davisreplace final(?) incidences of program name (ardour...
2012-06-17 Carl HetheringtonHacky fix for track height step losing 'grip' on the
2012-05-31 Carl HetheringtonUse the same logic to decide on step size when scroll...
2012-05-31 Paul Davisfix comment regarding keyboard modifiers on OS X
2012-04-09 Paul DavisMCP: F1-7 jump to a given view; F8 closes any currently...
2012-03-16 Paul Davisuse MOD2 for command key on OS X, just like in 2.X
2011-11-28 Carl HetheringtonHopefully fix some i18n bugs (#3565).
2011-11-07 Paul Davisswitch use of Option/Alt and Control on OS X for bindin...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-06-02 David RobillardMake button 1 the default for inserting notes via modif...
2011-03-01 Carl HetheringtonUse PBD debugging code for keyboard debugging.
2011-02-20 Carl HetheringtonUse an action's tooltip in the key editor if its label...
2010-12-29 Paul Davisadd static methods to Keyboard for keyboard modifier...
2010-08-05 Paul Davisslightly more info when debugging the kbd snooper
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...