index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xml
/
event.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-20
Add explicit overrides
Joseph Da Silva
1
-1
/
+1
2019-03-20
Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)
Joseph Da Silva
1
-0
/
+34
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-6
/
+6
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-10
/
+10
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-4
/
+4
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-4
/
+4
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-8
/
+8
2012-05-12
syntx of null pointer dereference checks
Kris De Gussem
1
-289
/
+302
2009-02-26
Patch from Lubomir Rintel: fixes for GCC 4.4
Krzysztof Kosi??ski
1
-0
/
+1
2008-07-20
Warning cleanup
Jon A. Cruz
1
-8
/
+8
2008-01-05
glib/gtestutils.h is not available on gutsy, so switching to include of
Bryce Harrington
1
-1
/
+1
2008-01-05
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
1
-0
/
+2
2007-02-20
Improve null check
Bob Jamison
1
-1
/
+1
2007-01-20
merge XML::Session into XML::Document
MenTaLguY
1
-21
/
+7
2006-03-15
shared_ptr -> ptr_shared
MenTaLguY
1
-8
/
+8
2006-02-06
replace Util::SharedCStringPtr with the more general Util::shared_ptr<>
MenTaLguY
1
-10
/
+10