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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-22
/
+22
*
Replace all deprecated gdk_keymap_get_default() with Gdk::Display::get_defaul...
Emmanuel Gil Peyrot
2018-06-12
1
-2
/
+4
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-11
/
+11
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-11
/
+11
*
Add Cmd as an alternative keyboard shortcut
Martin Owens
2018-03-28
1
-1
/
+1
*
Allow MacOSX builds to use a specially design carbon keyboard set
Martin Owens
2018-03-28
1
-0
/
+6
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
2017-10-05
1
-2
/
+2
*
shortcuts: comp function should take values of input variables (attempt to fi...
Alex Valavanis
2017-08-10
1
-1
/
+1
*
Add Super, Hyper and Meta keys to get in sync with d79cc2caf65007ac9d1d598867...
Eduard Braun
2017-07-09
1
-1
/
+4
*
Merge branch 'master' into shortcuts
Eduard Braun
2017-07-09
1
-83
/
+102
|
\
|
*
Shortcuts: Fix for 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 (is_user_set was ...
Eduard Braun
2017-07-09
1
-4
/
+4
|
*
Shortcuts: if loading the shortcuts file set in preferences fails fall back t...
Eduard Braun
2017-07-09
1
-5
/
+26
|
*
Hackest regression: We can not exlude the shortcuts file default.xml from the...
Eduard Braun
2017-07-08
1
-5
/
+29
|
*
Move directory scanners to new get_filenames(...) calls
Martin Owens
2017-07-02
1
-70
/
+21
|
*
Runtime check for primary accelerator
Marc Jeanmougin
2017-07-01
1
-5
/
+11
|
*
Use Meta for shortcuts on Mac OS
Marc Jeanmougin
2017-06-30
1
-0
/
+6
|
*
Allows one to use Super, Hyper and Meta key modifiers in shortcuts
Marc Jeanmougin
2017-06-29
1
-0
/
+21
|
*
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
2017-06-28
1
-13
/
+9
*
|
Use .xml when exporting shortcuts by default
Eduard Braun
2017-06-23
1
-6
/
+7
*
|
Improve and simplify shortcut handling.
Eduard Braun
2017-06-23
1
-15
/
+76
|
/
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+1
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+4
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-4
/
+0
*
Hide unused verbs if Potrace is not available
Alex Valavanis
2015-11-21
1
-1
/
+8
*
Convert accidental member accesses into static function accesses
Liam P. White
2014-06-26
1
-2
/
+2
*
1. make it compile
Liam P. White
2014-06-25
1
-2
/
+2
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-1
/
+1
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-1
/
+1
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-1
/
+2
*
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
2013-03-26
1
-0
/
+3
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-1
/
+1
*
Fix for 998276 : Keyboard shortcuts not appearing in the main menu under Unity
John Smith
2013-02-18
1
-9
/
+59
*
Warning and dead code cleanup.
Jon A. Cruz
2013-01-11
1
-1
/
+1
*
Fix for 1036059 : Keyboard shortcut editor
John Smith
2012-11-25
1
-14
/
+510
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-4
/
+0
*
Eliminated duplication of GTK key defines.
Jon A. Cruz
2012-05-03
1
-3
/
+1
*
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
2012-04-15
1
-3
/
+7
*
Shortcut patch. Fixes bug #974531
Jon A. Cruz
2012-04-12
1
-13
/
+14
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-1
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Cleanups from backports.
Jon A. Cruz
2010-10-29
1
-8
/
+11
*
Fixed valgrind-detected issue with tooltip shortcuts and profile manager on d...
Jon A. Cruz
2010-09-10
1
-8
/
+9
*
Automatically add shortcuts to tooltips
Jasper van de Gronde
2010-09-06
1
-2
/
+26
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+2
*
fix 1498769
bulia byak
2006-06-02
1
-2
/
+2
*
minor cleanups
MenTaLguY
2006-04-15
1
-9
/
+5
*
change XML vocabulary for keys, make keys parsing a bit more relaxed
bulia byak
2006-04-12
1
-13
/
+20
*
share/keyboards -> share/keys; first shot at configurable keymaps
MenTaLguY
2006-04-06
1
-11
/
+30
[next]