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
/
pdfinput
/
svg-builder.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-09-10
pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)
Alvin Penner
1
-1
/
+2
2012-06-30
Fix building with Poppler 0.20 (LP: #1005565)
Luca Bruno
1
-3
/
+1
2012-05-18
Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.
Jon A. Cruz
1
-2
/
+4
2012-04-22
pdf import. modify criterion for applying scaling to gradientTransform (Bug 9...
Alvin Penner
1
-6
/
+8
2012-04-18
Warning cleanup
Jon A. Cruz
1
-6
/
+6
2012-04-15
pdf import. for radial gradient, approximate an ExponentialFunction using an ...
Alvin Penner
1
-19
/
+18
2012-02-08
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-8
/
+8
2011-11-19
variable initialisation
Kris De Gussem
1
-3
/
+7
2011-10-29
Updating use of libpng jump buffer. Fixes bug #721029.
Jon A. Cruz
1
-1
/
+1
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-10-23
Warning cleanup
Jon A. Cruz
1
-14
/
+14
2011-10-20
cppcheck
Kris De Gussem
1
-2
/
+2
2011-10-18
cppcheck
Kris De Gussem
1
-2
/
+2
2011-10-17
pdf import. modify calculation of GradientTransform (Bug 530895)
Alvin Penner
1
-1
/
+38
2011-09-09
pdf import. apply invert transform to all image tags (Bug 840625)
Alvin Penner
1
-2
/
+1
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-5
/
+5
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-5
/
+5
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-8
/
+8
2010-10-03
Applied patch and updated to address non-BMP Unicode charcters. Fixes bug #36...
Jon A. Cruz
1
-16
/
+19
2009-12-16
Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...
Josh Andler
1
-2
/
+2
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-04-15
patch 179589 with UI added: optionally, try to replace a font name specified ...
bulia byak
1
-7
/
+87
2009-02-11
patch by KoRi for 324938
bulia byak
1
-1
/
+2
2009-01-02
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
1
-3
/
+4
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
1
-1
/
+0
2008-10-27
From trunk
Ted Gould
1
-1
/
+3
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-15
/
+15
2008-07-12
warning cleanup
Felipe Corr??a da Silva Sanches
1
-30
/
+30
2008-01-05
Applying Gail's patch for font-specification
Bryce Harrington
1
-1
/
+8
2007-09-16
noop: (SvgBuilder::setTransform): Mark argument as not being written through.
Peter Moulder
1
-1
/
+1
2007-08-23
Avoid transforming a group with an already set clip-path
miklosh
1
-0
/
+4
2007-08-19
Fixed some compiler warnings
miklosh
1
-13
/
+7
2007-08-19
Remove the clipping path emitted before the 'sh' operator since that same pat...
miklosh
1
-0
/
+21
2007-08-19
Corrected image mask generation
miklosh
1
-28
/
+14
2007-08-19
Added a PDF import settings dialog
miklosh
1
-2
/
+9
2007-08-17
Moved the code for updating the text matrix to where it belongs
miklosh
1
-26
/
+26
2007-08-17
Optimized text output by not repeating glyph coordinates when they are identical
miklosh
1
-2
/
+20
2007-08-17
Added initial transparency group and softmask support
miklosh
1
-7
/
+116
2007-08-13
Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...
miklosh
1
-15
/
+37
2007-08-09
Reworked gradient handling to support all shading color spaces
miklosh
1
-109
/
+77
2007-08-09
Added support for the shading operator
miklosh
1
-10
/
+49
2007-08-09
Added support for exponential functions in gradients
miklosh
1
-20
/
+54
2007-08-09
Set the even-odd clipping rule if requested
miklosh
1
-3
/
+3
2007-07-30
Forgot to advance text position when skipping the first space
miklosh
1
-0
/
+2
2007-07-30
Type3 fonts do not have a name set so default to 'Arial'
miklosh
1
-1
/
+3
2007-07-30
Added image mask support
miklosh
1
-5
/
+158
2007-07-30
Do not flip non-top-level images
miklosh
1
-4
/
+6
2007-07-30
Do not set inkscape:groupmode for sub-page objects (eg. patterns)
miklosh
1
-1
/
+3
[next]