summaryrefslogtreecommitdiffstats
path: root/src/shortcuts.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-10shortcuts: comp function should take values of input variables (attempt to fi...Alex Valavanis1-1/+1
2017-07-09Add Super, Hyper and Meta keys to get in sync with d79cc2caf65007ac9d1d598867...Eduard Braun1-1/+4
2017-07-09Shortcuts: Fix for 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 (is_user_set was ...Eduard Braun1-4/+4
2017-07-09Shortcuts: if loading the shortcuts file set in preferences fails fall back t...Eduard Braun1-5/+26
2017-07-08Hackest regression: We can not exlude the shortcuts file default.xml from the...Eduard Braun1-5/+29
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens1-70/+21
2017-07-01Runtime check for primary acceleratorMarc Jeanmougin1-5/+11
2017-06-30Use Meta for shortcuts on Mac OSMarc Jeanmougin1-0/+6
2017-06-29Allows one to use Super, Hyper and Meta key modifiers in shortcutsMarc Jeanmougin1-0/+21
2017-06-28Revert "menu-items: C++ify"Alexander Valavanis1-1/+13
2017-06-28menu-items: C++ifyAlexander Valavanis1-13/+1
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-13/+9
2017-06-23Use .xml when exporting shortcuts by defaultEduard Braun1-6/+7
2017-06-23Improve and simplify shortcut handling.Eduard Braun1-15/+76
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
2015-11-21Hide unused verbs if Potrace is not availableAlex Valavanis1-1/+8
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-2/+2
2014-06-251. make it compileLiam P. White1-2/+2
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-1/+2
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis1-0/+3
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2013-02-18Fix for 998276 : Keyboard shortcuts not appearing in the main menu under UnityJohn Smith1-9/+59
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-1/+1
2012-11-25Fix for 1036059 : Keyboard shortcut editorJohn Smith1-14/+510
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-3/+1
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-3/+7
2012-04-12Shortcut patch. Fixes bug #974531Jon A. Cruz1-13/+14
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-29Cleanups from backports.Jon A. Cruz1-8/+11
2010-09-10Fixed valgrind-detected issue with tooltip shortcuts and profile manager on d...Jon A. Cruz1-8/+9
2010-09-06Automatically add shortcuts to tooltipsJasper van de Gronde1-2/+26
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2006-06-02fix 1498769bulia byak1-2/+2
2006-04-15minor cleanupsMenTaLguY1-9/+5
2006-04-12change XML vocabulary for keys, make keys parsing a bit more relaxedbulia byak1-13/+20
2006-04-06share/keyboards -> share/keys; first shot at configurable keymapsMenTaLguY1-11/+30