summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/svg-builder.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)Alvin Penner2012-09-101-1/+2
* Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno2012-06-301-3/+1
* Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.Jon A. Cruz2012-05-181-2/+4
* pdf import. modify criterion for applying scaling to gradientTransform (Bug 9...Alvin Penner2012-04-221-6/+8
* Warning cleanupJon A. Cruz2012-04-181-6/+6
* pdf import. for radial gradient, approximate an ExponentialFunction using an ...Alvin Penner2012-04-151-19/+18
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-081-8/+8
* variable initialisationKris De Gussem2011-11-191-3/+7
* Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz2011-10-291-1/+1
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
* Warning cleanupJon A. Cruz2011-10-231-14/+14
* cppcheckKris De Gussem2011-10-201-2/+2
* cppcheckKris De Gussem2011-10-181-2/+2
* pdf import. modify calculation of GradientTransform (Bug 530895)Alvin Penner2011-10-171-1/+38
* pdf import. apply invert transform to all image tags (Bug 840625)Alvin Penner2011-09-091-2/+1
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-5/+5
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-5/+5
* update to latest 2geom !Johan B. C. Engelen2011-02-021-8/+8
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+4
|\
* | Applied patch and updated to address non-BMP Unicode charcters. Fixes bug #36...Jon A. Cruz2010-10-031-16/+19
|/
* Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler2009-12-161-2/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* patch 179589 with UI added: optionally, try to replace a font name specified ...bulia byak2009-04-151-7/+87
* patch by KoRi for 324938bulia byak2009-02-111-1/+2
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-3/+4
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
* From trunkTed Gould2008-10-271-1/+3
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-15/+15
* warning cleanupFelipe Corr??a da Silva Sanches2008-07-121-30/+30
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-1/+8
* noop: (SvgBuilder::setTransform): Mark argument as not being written through.Peter Moulder2007-09-161-1/+1
* Avoid transforming a group with an already set clip-pathmiklosh2007-08-231-0/+4
* Fixed some compiler warningsmiklosh2007-08-191-13/+7
* Remove the clipping path emitted before the 'sh' operator since that same pat...miklosh2007-08-191-0/+21
* Corrected image mask generationmiklosh2007-08-191-28/+14
* Added a PDF import settings dialogmiklosh2007-08-191-2/+9
* Moved the code for updating the text matrix to where it belongsmiklosh2007-08-171-26/+26
* Optimized text output by not repeating glyph coordinates when they are identicalmiklosh2007-08-171-2/+20
* Added initial transparency group and softmask supportmiklosh2007-08-171-7/+116
* Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...miklosh2007-08-131-15/+37
* Reworked gradient handling to support all shading color spacesmiklosh2007-08-091-109/+77
* Added support for the shading operatormiklosh2007-08-091-10/+49
* Added support for exponential functions in gradientsmiklosh2007-08-091-20/+54
* Set the even-odd clipping rule if requestedmiklosh2007-08-091-3/+3
* Forgot to advance text position when skipping the first spacemiklosh2007-07-301-0/+2
* Type3 fonts do not have a name set so default to 'Arial'miklosh2007-07-301-1/+3
* Added image mask supportmiklosh2007-07-301-5/+158
* Do not flip non-top-level imagesmiklosh2007-07-301-4/+6