summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/svg-builder.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-15patch 179589 with UI added: optionally, try to replace a font name specified ...bulia byak1-7/+87
2009-02-11patch by KoRi for 324938bulia byak1-1/+2
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen1-3/+4
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-1/+0
2008-10-27From trunkTed Gould1-1/+3
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-15/+15
2008-07-12warning cleanupFelipe Corr??a da Silva Sanches1-30/+30
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-1/+8
2007-09-16noop: (SvgBuilder::setTransform): Mark argument as not being written through.Peter Moulder1-1/+1
2007-08-23Avoid transforming a group with an already set clip-pathmiklosh1-0/+4
2007-08-19Fixed some compiler warningsmiklosh1-13/+7
2007-08-19Remove the clipping path emitted before the 'sh' operator since that same pat...miklosh1-0/+21
2007-08-19Corrected image mask generationmiklosh1-28/+14
2007-08-19Added a PDF import settings dialogmiklosh1-2/+9
2007-08-17Moved the code for updating the text matrix to where it belongsmiklosh1-26/+26
2007-08-17Optimized text output by not repeating glyph coordinates when they are identicalmiklosh1-2/+20
2007-08-17Added initial transparency group and softmask supportmiklosh1-7/+116
2007-08-13Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...miklosh1-15/+37
2007-08-09Reworked gradient handling to support all shading color spacesmiklosh1-109/+77
2007-08-09Added support for the shading operatormiklosh1-10/+49
2007-08-09Added support for exponential functions in gradientsmiklosh1-20/+54
2007-08-09Set the even-odd clipping rule if requestedmiklosh1-3/+3
2007-07-30Forgot to advance text position when skipping the first spacemiklosh1-0/+2
2007-07-30Type3 fonts do not have a name set so default to 'Arial'miklosh1-1/+3
2007-07-30Added image mask supportmiklosh1-5/+158
2007-07-30Do not flip non-top-level imagesmiklosh1-4/+6
2007-07-30Do not set inkscape:groupmode for sub-page objects (eg. patterns)miklosh1-1/+3
2007-07-30Use the font matrix for Type3 fonts onlymiklosh1-4/+7
2007-07-28Set top-level groups as layers with the name of the PDF documentmiklosh1-1/+24
2007-07-28Reworked text state handling so that now SvgBuilder keeps track of the curren...miklosh1-15/+55
2007-07-25Reworked text output to create <text> nodes on text matrix changes rather tha...miklosh1-27/+46
2007-07-24Modified CSS font style and text matrix setting to work with TrueType fontsmiklosh1-8/+12
2007-07-24Set the xml:space attribute on <svg> once rather than on every <text>miklosh1-1/+1
2007-07-23Added tiling pattern supportmiklosh1-7/+68
2007-07-22Added some heuristics to set CSS font-style and font-weight from PDF font nam...miklosh1-1/+44
2007-07-22Added xml:space=preserve attribute on <text> nodes and sodipodi:role=line att...miklosh1-0/+2
2007-07-22Use the #RRGGBB color format instead of rgb() since most extensions don't sup...miklosh1-4/+5
2007-07-21Further development of the PDF import module: continued pruning of PdfParser....miklosh1-130/+720
2007-07-12Initial commit of native poppler-based PDF import.miklosh1-0/+608