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
2019-11-13
Fix alignment error for inline-size SVG 1.1 fallback text.
Tavmjong Bah
1
-3
/
+44
2019-11-09
Fix SVG 1.1 fallback for SVG 2 text in a shape with 'text-align' not equal to...
Tavmjong Bah
1
-4
/
+13
2019-09-07
Fix bugs appliing in fallback elements
Jabier Arraiza
1
-1
/
+1
2019-09-07
Prepared for beta. Fixed blocking bug
Jabiertxof
1
-1
/
+1
2019-09-01
Update internal extensions for latest .inx format changes
Patrick Storz
1
-9
/
+9
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
1
-2
/
+2
2019-08-31
Use proper boolean values
Patrick Storz
1
-1
/
+1
2019-06-28
hatch.js
Valentin Ionita
1
-7
/
+54
2019-05-03
Fix opening of files on Windows (and possibly elsewhere)
Patrick Storz
1
-1
/
+1
2019-04-09
Style fix
Marc Jeanmougin
1
-1
/
+1
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-1
/
+1
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-6
/
+6
2018-12-14
Round-trip SVG 2 flowed text with SVG 1.1 backup.
Tavmjong Bah
1
-44
/
+62
2018-12-07
Add some SVG 2 fallbacks:
Tavmjong Bah
1
-5
/
+520
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-07
fix clipboard URL rebasing
Thomas Holder
1
-1
/
+2
2018-10-17
Code cleanup and adding comments.
Tavmjong Bah
1
-31
/
+75
2018-10-06
Misc. typos
luz.paz
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-30
Improve calls to document_units
Jabier Arraiza
1
-6
/
+1
2018-09-22
Allow ask for SVG dragged import method. Also split ask question from one to ...
Jabier Arraiza
1
-5
/
+5
2018-09-22
Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG
Jabier Arraiza
1
-15
/
+9
2018-09-14
Fix a bug opening SVG from comand lines related to the DPI changes done. Than...
Jabiertxof
1
-2
/
+2
2018-09-13
Fix DPI wrong code pointed by Mc
Jabiertxof
1
-3
/
+3
2018-09-13
Add per embed/linked SVG a DPI value
Jabiertxof
1
-3
/
+8
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-7
/
+7
2018-05-15
Fis maren improvements to embed/import
Jabier Arraiza
1
-4
/
+4
2018-05-13
Fix bug embeding SVG as PNG
Jabier Arraiza
1
-13
/
+12
2018-05-12
Allow embed on SVG imports
Jabier Arraiza
1
-34
/
+44
2018-05-12
Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVG
Jabier Arraiza
1
-2
/
+1
2018-05-10
Add Maren improvements prepare to merge
Jabiertxo Arraiza Cenoz
1
-11
/
+11
2018-05-10
Allow link a SVG as image
Jabiertxo Arraiza Cenoz
1
-2
/
+103
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-5
/
+5
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-5
/
+5
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+1
2017-10-13
Remove deprecated GNOME VFS
Stefano Facchini
1
-61
/
+22
2016-10-01
Add a prune method to saving svg files that removes Adobe's i:pgf tag.
Martin Owens
1
-0
/
+26
2014-04-04
Cleanup namespace removal so that it doesn't require bugs in updateRepr to wo...
Martin Owens
1
-17
/
+38
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
[next]