summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/svg-builder.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-10pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)Alvin Penner1-1/+2
2012-06-30Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno1-3/+1
2012-05-18Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.Jon A. Cruz1-2/+4
2012-04-22pdf import. modify criterion for applying scaling to gradientTransform (Bug 9...Alvin Penner1-6/+8
2012-04-18Warning cleanupJon A. Cruz1-6/+6
2012-04-15pdf import. for radial gradient, approximate an ExponentialFunction using an ...Alvin Penner1-19/+18
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-8/+8
2011-11-19variable initialisationKris De Gussem1-3/+7
2011-10-29Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz1-1/+1
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-10-23Warning cleanupJon A. Cruz1-14/+14
2011-10-20cppcheckKris De Gussem1-2/+2
2011-10-18cppcheckKris De Gussem1-2/+2
2011-10-17pdf import. modify calculation of GradientTransform (Bug 530895)Alvin Penner1-1/+38
2011-09-09pdf import. apply invert transform to all image tags (Bug 840625)Alvin Penner1-2/+1
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-5/+5
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-5/+5
2011-02-02update to latest 2geom !Johan B. C. Engelen1-8/+8
2010-10-03Applied patch and updated to address non-BMP Unicode charcters. Fixes bug #36...Jon A. Cruz1-16/+19
2009-12-16Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
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