index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
svg.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-04
code cleanup: make more functions static or include their own headers.
Campbell Barton
1
-1
/
+1
2012-04-21
dropping some ghost code / probably fixing a memleak as well
Kris De Gussem
1
-4
/
+0
2012-04-18
Warning cleanup
Jon A. Cruz
1
-5
/
+3
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-0
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-3
/
+3
2010-01-02
Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain SVG"...
Jon A. Cruz
1
-4
/
+38
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-4
/
+4
2009-08-05
SPDocument->Document
johnce
1
-4
/
+4
2009-04-07
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
1
-5
/
+3
2009-04-06
noop: Rename argument from uri to filename for Extension::...::save implement...
Peter Moulder
1
-4
/
+4
2009-04-04
noop: comment spelling
Peter Moulder
1
-2
/
+2
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-1
/
+1
2008-04-23
Fixed some further issues with Internal extensions after the introduction of ...
Marcin Floryan
1
-1
/
+1
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-3
/
+3
2008-03-26
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
1
-3
/
+3
2007-11-10
Warning cleanup
Jon A. Cruz
1
-3
/
+3
2007-06-21
Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb...
Peter Moulder
1
-2
/
+2
2007-03-20
format string protection/clean up (CVE-2007-1463, CVE-2007-1464)
Kees Cook
1
-1
/
+1
2007-02-27
get rid of sp_repr_document_root and (commented) sp_repr_duplicate
MenTaLguY
1
-1
/
+1
2007-02-26
get rid of sp_repr_document wrapper function
MenTaLguY
1
-1
/
+1
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-2
/
+2
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-2
/
+2
2006-05-22
replace super-linear complexity stacked C stirng concatenations with O(1) app...
MenTaLguY
1
-13
/
+5
2006-01-30
r10820@tres: ted | 2006-01-29 16:56:50 -0800
Ted Gould
1
-9
/
+11