index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
helper
/
action.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-24
Timestamp: Switch to std::shared_ptr.
Emmanuel Gil Peyrot
1
-1
/
+1
2019-01-24
Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...
Emmanuel Gil Peyrot
1
-5
/
+4
2018-11-09
Move icon-loader and provide a temporary fallback to render pixbuf
Jabiertxof
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-8
/
+9
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-2
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-7
/
+7
2018-06-17
ZoomToolbar: C++ify and GtkAction migration
Alexander Valavanis
1
-1
/
+35
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2013-12-20
Null check added. (should fix bug 1172484)
Kris De Gussem
1
-34
/
+37
2013-07-03
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
1
-1
/
+16
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-9
/
+27
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-34
/
+7
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-2
/
+1
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-9
/
+8
2011-10-02
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
2011-08-28
Remove nr-object.h and nr-macros.h
Krzysztof Kosi??ski
1
-129
/
+56
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2007-05-10
add document to action events (when possible)
MenTaLguY
1
-3
/
+5
2007-05-10
add document to action events
MenTaLguY
1
-0
/
+6
2007-05-06
allow nesting under verb events
MenTaLguY
1
-1
/
+2
2007-05-06
instrument actions
MenTaLguY
1
-0
/
+26
2006-07-09
Added descriptions to Undo/Redo commands in the menus
gustav_b
1
-1
/
+31