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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
emf-print.cpp : fix coding... :'(
Johan B. C. Engelen
2014-03-23
1
-12
/
+12
*
cairo-render-context: swap order of header inclusion to redefinition clash of...
Johan B. C. Engelen
2014-03-21
1
-1
/
+1
*
remove #pragma for 11 year old compiler that I cannot imagine anyone using at...
Johan B. C. Engelen
2014-03-20
1
-8
/
+0
*
WMF support: last piece of the code cleanup from bug #1248753
David Mathog
2014-03-19
1
-64
/
+49
*
EMF import: fix clipPath definition: move transform attribute into the <rect>...
David Mathog
2014-03-19
1
-2
/
+2
*
Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295.
Jon A. Cruz
2014-03-18
1
-19
/
+16
*
Warning cleanups.
Jon A. Cruz
2014-03-18
2
-2
/
+2
*
Render zero-width PDF lines as 1px lines compensated for current transform.
Krzysztof Kosi??ski
2014-03-13
2
-13
/
+9
*
pdfinput: Do not use an extremely ugly static variable in SvgBuilder
Krzysztof Kosi??ski
2014-03-13
2
-28
/
+30
*
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
2014-03-11
7
-107
/
+88
*
Remove unused includes to tidy up the code.
Martin Owens
2014-03-09
3
-2
/
+2
*
WMF: fix for files with swapped W, H in the SETWINDOWEXT record
David Mathog
2014-03-06
1
-86
/
+81
*
Remove dom/* code and replace two uses of dom/uri with uri.
Martin Owens
2014-03-03
2
-19
/
+9
|
\
|
*
Merge to trunk
Martin Owens
2014-02-28
1
-1
/
+1
|
|
\
|
*
|
Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...
Martin Owens
2014-02-26
2
-19
/
+9
*
|
|
More memory leak fixes (Bug #1275170)
Kris De Gussem
2014-03-03
1
-1
/
+3
|
|
/
|
/
|
*
|
Fix whitespace formatting of dbus documentation (bug 1282045)
Tomasz Boczkowski
2014-02-27
1
-1
/
+1
*
|
Revert unintended checkin.
Tavmjong Bah
2014-02-25
1
-3
/
+3
*
|
Rewrite of symbol creation code. Partial fix for 1201325.
Tavmjong Bah
2014-02-25
1
-3
/
+3
|
/
*
Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...
David Mathog
2014-02-22
4
-15
/
+23
*
Image import dialog: add dpi option (from file or default), use compacter lay...
su_v
2014-02-12
1
-5
/
+17
*
Set bitmap upscaling preference in Cairo based PS and PDF output.
Tavmjong Bah
2014-02-12
1
-1
/
+22
*
Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.
Tavmjong Bah
2014-02-11
1
-0
/
+4
*
Set 'preserveAspectRatio' to 'none' when importing an image.
Tavmjong Bah
2014-02-11
1
-0
/
+6
*
Extensions->Render submenu. Scaling into document units for grid.cpp (Bug 124...
Alvin Penner
2014-02-10
1
-5
/
+7
*
EMF/WMF support: Various changes (see bug #1263242 c35 for details)
David Mathog
2014-02-08
7
-71
/
+163
*
Fix for Bug #1275443 (Including picture results in crash).
Nicolas Dufour
2014-02-07
1
-0
/
+6
*
Protect against infinate looping of new included hrefs
Martin Owens
2014-01-22
1
-1
/
+1
*
EMF export: fix handling of transformed rectangular gradients (bug #1263242)
David Mathog
2014-01-21
1
-9
/
+9
*
libUEMF update; EMF linear gradient bug fixes (bug #1263242)
David Mathog
2014-01-17
12
-664
/
+1034
*
Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). N...
Tavmjong Bah
2014-01-15
1
-3
/
+3
*
drop useless checks for hard Cairo version dependency
Alex Valavanis
2014-01-15
2
-8
/
+0
*
fix warnings
Johan B. C. Engelen
2014-01-08
1
-4
/
+4
*
Fix for bug #1204732 (Inkscape crashed with SIGABRT in __gnu_cxx::__verbose_t...
Nicolas Dufour
2013-12-26
1
-1
/
+4
*
ImageMagick exception handling improvements (see Bug #1252719).
Nicolas Dufour
2013-12-03
1
-1
/
+7
*
Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.
Tavmjong Bah
2013-11-19
2
-17
/
+43
*
i18n. Fix for Bug #1252229 (As for the verb name XXX (No preferences), XXX ar...
Nicolas Dufour
2013-11-18
1
-1
/
+1
*
fix warnings
Johan B. C. Engelen
2013-10-30
1
-2
/
+14
*
"fix" some "unused parameter" warnings
Kris De Gussem
2013-10-29
6
-6
/
+6
*
add some nullptr checking, should fix crash (couldn't test)
Johan B. C. Engelen
2013-10-27
5
-5
/
+6
*
fix crash, partly fix vertical positioning issue. couldn't figure out how to ...
Johan B. C. Engelen
2013-10-27
2
-10
/
+8
*
fix crash
Johan B. C. Engelen
2013-10-26
1
-1
/
+1
*
Fix for Bug 1241783 (WMF image output size)
David Mathog
2013-10-25
1
-1
/
+4
*
WMF import: fix scaling of files without ViewPort record
David Mathog
2013-10-25
1
-1
/
+3
*
Fix for Bug 1242927 (minor EMF import issues)
David Mathog
2013-10-24
1
-4
/
+11
*
Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)
David Mathog
2013-10-24
2
-0
/
+4
*
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
2013-10-24
8
-12
/
+14
*
Fixing unit convertion in PNG import Imagemagick fallback (see Bug #165952).
Nicolas Dufour
2013-10-22
1
-2
/
+9
*
Fix for Bug #1230292 (dbus service file not included in tarball when doing a ...
Nicolas Dufour
2013-10-22
1
-1
/
+2
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
2
-2
/
+2
[prev]
[next]