summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/svg-builder.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix poppler 0.82.0 buildThomas Holder2019-10-261-1/+1
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-191-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* fix 1789208 poppler 0.69Thomas Holder2018-09-281-1/+2
* Modified fix for compatibility with poppler 0.64Eduard Braun2018-09-041-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Fix compilation with poppler 0.64Eduard Braun2018-04-241-2/+1
* Respect PDF image 'interpolate' value on import.Tavmjong Bah2015-05-241-8/+9
* pdfinput: Do not use an extremely ugly static variable in SvgBuilderKrzysztof Kosi??ski2014-03-131-0/+2
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-3/+3
* Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-141-1/+1
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* variable initialisationKris De Gussem2011-11-191-1/+2
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-15/+10
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
* Applied patch and updated to address non-BMP Unicode charcters. Fixes bug #36...Jon A. Cruz2010-10-031-3/+4
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-3/+3
* SPDocument->Documentjohnce2009-08-051-3/+3
* patch 179589 with UI added: optionally, try to replace a font name specified ...bulia byak2009-04-151-0/+3
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-2/+2
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-4/+4
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-041-1/+1
* noop: (SvgBuilder::setTransform): Mark argument as not being written through.Peter Moulder2007-09-161-1/+1
* Added a PDF import settings dialogmiklosh2007-08-191-0/+4
* Added initial transparency group and softmask supportmiklosh2007-08-171-0/+29
* Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...miklosh2007-08-131-1/+5
* Reworked gradient handling to support all shading color spacesmiklosh2007-08-091-4/+6
* Added support for the shading operatormiklosh2007-08-091-2/+4
* Added support for exponential functions in gradientsmiklosh2007-08-091-3/+2
* Added image mask supportmiklosh2007-07-301-0/+11
* Do not set inkscape:groupmode for sub-page objects (eg. patterns)miklosh2007-07-301-0/+1
* Set top-level groups as layers with the name of the PDF documentmiklosh2007-07-281-1/+3
* Reworked text state handling so that now SvgBuilder keeps track of the curren...miklosh2007-07-281-1/+7
* Reworked text output to create <text> nodes on text matrix changes rather tha...miklosh2007-07-251-0/+1
* Added tiling pattern supportmiklosh2007-07-231-3/+6
* Further development of the PDF import module: continued pruning of PdfParser....miklosh2007-07-211-17/+77
* Initial commit of native poppler-based PDF import.miklosh2007-07-121-0/+122