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
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
2007-07-30
Use the font matrix for Type3 fonts only
miklosh
1
-4
/
+7
2007-07-28
Set top-level groups as layers with the name of the PDF document
miklosh
1
-1
/
+24
2007-07-28
Reworked text state handling so that now SvgBuilder keeps track of the curren...
miklosh
1
-15
/
+55
2007-07-25
Reworked text output to create <text> nodes on text matrix changes rather tha...
miklosh
1
-27
/
+46
2007-07-24
Modified CSS font style and text matrix setting to work with TrueType fonts
miklosh
1
-8
/
+12
2007-07-24
Set the xml:space attribute on <svg> once rather than on every <text>
miklosh
1
-1
/
+1
2007-07-23
Added tiling pattern support
miklosh
1
-7
/
+68
2007-07-22
Added some heuristics to set CSS font-style and font-weight from PDF font nam...
miklosh
1
-1
/
+44
2007-07-22
Added xml:space=preserve attribute on <text> nodes and sodipodi:role=line att...
miklosh
1
-0
/
+2
2007-07-22
Use the #RRGGBB color format instead of rgb() since most extensions don't sup...
miklosh
1
-4
/
+5
2007-07-21
Further development of the PDF import module: continued pruning of PdfParser....
miklosh
1
-130
/
+720
2007-07-12
Initial commit of native poppler-based PDF import.
miklosh
1
-0
/
+608