summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyboard.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-02-23Start versioning Mixbus keybindings files.Ben Loftis
2017-08-06Remove some debug output (gtk2_ardour)Robin Gareus
2017-04-19Use XMLNode::get/set_property API in Keyboard classTim Mayberry
2017-04-01Remove duplicate msg (load_keybindings also prints an info)Robin Gareus
2017-04-01Another fix to reset keybindings:Robin Gareus
2017-02-17Version keybindings file.Robin Gareus
2016-12-31Add keyboard option resetRobin Gareus
2016-08-14Choose some non-overlapping defaults for User Interaction modifier keys.nick_m
2016-08-14Resolve potential ambiguity between the constraint modifier and the copy modi...nick_m
2016-08-14Ensure RelevantModifierKeyMask is updated on each modifier change.nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-08Fix bug 6833 in bugzillaJohn Emmas
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-02-22change GTKOSX macro constant to use __APPLE__ insteadPaul Davis
2016-02-22remove all trace of SAE from source code.Paul Davis
2016-02-22change suffix of keybinding files to ".keys" to avoid conflict with earlier v...Paul Davis
2016-02-22change name of default bindings to us.bindings (and thus binding definitions ...Paul Davis
2016-02-22use Bindings API for binding replacementPaul Davis
2016-02-22changes to support new key bindings editor designPaul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis
2015-10-20OSX copy/constraint mod tweak (amend 0675fe1)Robin Gareus
2015-10-20Fix snap modifier logic (again).nick_m
2015-10-20ArdourKeyboard - fix snap / delta logic for triple modifier combinations.nick_m
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-12GUI part of memleak fixesRobin Gareus
2015-05-24Rekative snap - add commentsnick_m
2015-05-23Bring back contrained drag modifier with preference setting.nick_m
2015-05-22Appease Our Dear Leadernick_m
2015-05-22Fix excessive use of logic.nick_m
2015-05-22Fix up modifier behaviournick_m
2015-05-21Move ui-centric modifiers into ArdourKeyboard, set some bad defaults.nick_m
2014-07-10use lower-case PROGRAM_NAME for user bindings file namePaul Davis
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ...Ben Loftis
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2012-06-23Use std::string and Glib::build_filename in gtk2_ardourTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2011-02-15Save user key bindings to the right place. Fixes #3773.Carl Hetherington
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-11-13fix stupid MIDI::Manager design to properly handle multiple MIDI ports with t...Paul Davis
2009-11-12tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;re...Paul Davis
2009-10-22Use info stream for infoey things.David Robillard
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-01visual state patches from 2.XPaul Davis