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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code cleanup and adding comments.
Tavmjong Bah
2018-10-17
1
-31
/
+75
*
Misc. typos
luz.paz
2018-10-06
1
-1
/
+1
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Improve calls to document_units
Jabier Arraiza
2018-09-30
1
-6
/
+1
*
Allow ask for SVG dragged import method. Also split ask question from one to ...
Jabier Arraiza
2018-09-22
1
-5
/
+5
*
Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG
Jabier Arraiza
2018-09-22
1
-15
/
+9
*
Fix a bug opening SVG from comand lines related to the DPI changes done. Than...
Jabiertxof
2018-09-14
1
-2
/
+2
*
Fix DPI wrong code pointed by Mc
Jabiertxof
2018-09-13
1
-3
/
+3
*
Add per embed/linked SVG a DPI value
Jabiertxof
2018-09-13
1
-3
/
+8
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-7
/
+7
*
Fis maren improvements to embed/import
Jabier Arraiza
2018-05-15
1
-4
/
+4
*
Fix bug embeding SVG as PNG
Jabier Arraiza
2018-05-13
1
-13
/
+12
*
Allow embed on SVG imports
Jabier Arraiza
2018-05-12
1
-34
/
+44
*
Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVG
Jabier Arraiza
2018-05-12
1
-2
/
+1
*
Add Maren improvements prepare to merge
Jabiertxo Arraiza Cenoz
2018-05-10
1
-11
/
+11
*
Allow link a SVG as image
Jabiertxo Arraiza Cenoz
2018-05-10
1
-2
/
+103
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-5
/
+5
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-5
/
+5
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-2
/
+1
*
Remove deprecated GNOME VFS
Stefano Facchini
2017-10-13
1
-61
/
+22
*
Add a prune method to saving svg files that removes Adobe's i:pgf tag.
Martin Owens
2016-10-01
1
-0
/
+26
*
Cleanup namespace removal so that it doesn't require bugs in updateRepr to wo...
Martin Owens
2014-04-04
1
-17
/
+38
*
code cleanup: make more functions static or include their own headers.
Campbell Barton
2012-10-04
1
-1
/
+1
*
dropping some ghost code / probably fixing a memleak as well
Kris De Gussem
2012-04-21
1
-4
/
+0
*
Warning cleanup
Jon A. Cruz
2012-04-18
1
-5
/
+3
*
Merge Andrew's new OCAL dialog and clean headers. Please test
Alex Valavanis
2012-02-27
1
-0
/
+1
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-0
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-6
/
+8
|
\
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-3
/
+3
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-3
/
+3
|
/
*
Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain SVG"...
Jon A. Cruz
2010-01-02
1
-4
/
+38
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-4
/
+4
*
SPDocument->Document
johnce
2009-08-05
1
-4
/
+4
*
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
2009-04-07
1
-5
/
+3
*
noop: Rename argument from uri to filename for Extension::...::save implement...
Peter Moulder
2009-04-06
1
-4
/
+4
*
noop: comment spelling
Peter Moulder
2009-04-04
1
-2
/
+2
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-1
/
+1
*
Fixed some further issues with Internal extensions after the introduction of ...
Marcin Floryan
2008-04-23
1
-1
/
+1
*
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
2008-04-21
1
-3
/
+3
*
system clipboard support (bug #170185) from Chris Kosiński
MenTaLguY
2008-03-26
1
-3
/
+3
*
Warning cleanup
Jon A. Cruz
2007-11-10
1
-3
/
+3
*
Handle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.deb...
Peter Moulder
2007-06-21
1
-2
/
+2
*
format string protection/clean up (CVE-2007-1463, CVE-2007-1464)
Kees Cook
2007-03-20
1
-1
/
+1
*
get rid of sp_repr_document_root and (commented) sp_repr_duplicate
MenTaLguY
2007-02-27
1
-1
/
+1
*
get rid of sp_repr_document wrapper function
MenTaLguY
2007-02-26
1
-1
/
+1
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
1
-2
/
+2
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
1
-2
/
+2
*
replace super-linear complexity stacked C stirng concatenations with O(1) app...
MenTaLguY
2006-05-22
1
-13
/
+5
*
r10820@tres: ted | 2006-01-29 16:56:50 -0800
Ted Gould
2006-01-30
1
-9
/
+11
[next]