index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shortcuts.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-10
shortcuts: comp function should take values of input variables (attempt to fi...
Alex Valavanis
1
-1
/
+1
2017-07-09
Add Super, Hyper and Meta keys to get in sync with d79cc2caf65007ac9d1d598867...
Eduard Braun
1
-1
/
+4
2017-07-09
Shortcuts: Fix for 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 (is_user_set was ...
Eduard Braun
1
-4
/
+4
2017-07-09
Shortcuts: if loading the shortcuts file set in preferences fails fall back t...
Eduard Braun
1
-5
/
+26
2017-07-08
Hackest regression: We can not exlude the shortcuts file default.xml from the...
Eduard Braun
1
-5
/
+29
2017-07-02
Move directory scanners to new get_filenames(...) calls
Martin Owens
1
-70
/
+21
2017-07-01
Runtime check for primary accelerator
Marc Jeanmougin
1
-5
/
+11
2017-06-30
Use Meta for shortcuts on Mac OS
Marc Jeanmougin
1
-0
/
+6
2017-06-29
Allows one to use Super, Hyper and Meta key modifiers in shortcuts
Marc Jeanmougin
1
-0
/
+21
2017-06-28
Revert "menu-items: C++ify"
Alexander Valavanis
1
-1
/
+13
2017-06-28
menu-items: C++ify
Alexander Valavanis
1
-13
/
+1
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-13
/
+9
2017-06-23
Use .xml when exporting shortcuts by default
Eduard Braun
1
-6
/
+7
2017-06-23
Improve and simplify shortcut handling.
Eduard Braun
1
-15
/
+76
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+0
2015-11-21
Hide unused verbs if Potrace is not available
Alex Valavanis
1
-1
/
+8
2014-06-26
Convert accidental member accesses into static function accesses
Liam P. White
1
-2
/
+2
2014-06-25
1. make it compile
Liam P. White
1
-2
/
+2
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-1
/
+1
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-1
/
+2
2013-03-26
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
1
-0
/
+3
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-1
/
+1
2013-02-18
Fix for 998276 : Keyboard shortcuts not appearing in the main menu under Unity
John Smith
1
-9
/
+59
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-1
/
+1
2012-11-25
Fix for 1036059 : Keyboard shortcut editor
John Smith
1
-14
/
+510
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-3
/
+1
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-3
/
+7
2012-04-12
Shortcut patch. Fixes bug #974531
Jon A. Cruz
1
-13
/
+14
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-29
Cleanups from backports.
Jon A. Cruz
1
-8
/
+11
2010-09-10
Fixed valgrind-detected issue with tooltip shortcuts and profile manager on d...
Jon A. Cruz
1
-8
/
+9
2010-09-06
Automatically add shortcuts to tooltips
Jasper van de Gronde
1
-2
/
+26
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2006-06-02
fix 1498769
bulia byak
1
-2
/
+2
2006-04-15
minor cleanups
MenTaLguY
1
-9
/
+5
2006-04-12
change XML vocabulary for keys, make keys parsing a bit more relaxed
bulia byak
1
-13
/
+20
2006-04-06
share/keyboards -> share/keys; first shot at configurable keymaps
MenTaLguY
1
-11
/
+30