summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/svg-builder.h (follow)
Commit message (Collapse)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
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* 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
| | | | | | | This is slightly uglier than a600c6438fef2f4c06f9a4a7d933d99fb054a973 but avoids duplicating strings (which is unnecessary and leaked memory). It's also closer to what upstream intended with the changes in 0.64.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Fix compilation with poppler 0.64Eduard Braun2018-04-241-2/+1
|
* Respect PDF image 'interpolate' value on import.Tavmjong Bah2015-05-241-8/+9
| | | (bzr r14171)
* pdfinput: Do not use an extremely ugly static variable in SvgBuilderKrzysztof Kosi??ski2014-03-131-0/+2
| | | (bzr r13142)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-3/+3
| | | (bzr r12206)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* variable initialisationKris De Gussem2011-11-191-1/+2
| | | (bzr r10746)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-15/+10
| | | (bzr r10696)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* Applied patch and updated to address non-BMP Unicode charcters. Fixes bug ↵Jon A. Cruz2010-10-031-3/+4
| | | | | | | | #369861. Fixed bugs: - https://launchpad.net/bugs/369861 (bzr r9812)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8409)
* patch 179589 with UI added: optionally, try to replace a font name specified ↵bulia byak2009-04-151-0/+3
| | | | | in PDF with the closest-named local installed font (since we do not extract any fonts, nor can we embed them into svg) (bzr r7718)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-2/+2
| | | (bzr r7045)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-4/+4
| | | (bzr r6612)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* noop: (SvgBuilder::setTransform): Mark argument as not being written through.Peter Moulder2007-09-161-1/+1
| | | (bzr r3763)
* Added a PDF import settings dialogmiklosh2007-08-191-0/+4
| | | (bzr r3523)
* Added initial transparency group and softmask supportmiklosh2007-08-171-0/+29
| | | (bzr r3491)
* Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ↵miklosh2007-08-131-1/+5
| | | | | for mask support later (bzr r3458)
* Reworked gradient handling to support all shading color spacesmiklosh2007-08-091-4/+6
| | | (bzr r3442)
* Added support for the shading operatormiklosh2007-08-091-2/+4
| | | (bzr r3439)
* Added support for exponential functions in gradientsmiklosh2007-08-091-3/+2
| | | (bzr r3437)
* Added image mask supportmiklosh2007-07-301-0/+11
| | | (bzr r3349)
* Do not set inkscape:groupmode for sub-page objects (eg. patterns)miklosh2007-07-301-0/+1
| | | (bzr r3347)
* Set top-level groups as layers with the name of the PDF documentmiklosh2007-07-281-1/+3
| | | (bzr r3330)
* Reworked text state handling so that now SvgBuilder keeps track of the ↵miklosh2007-07-281-1/+7
| | | | | current text position (bzr r3329)
* Reworked text output to create <text> nodes on text matrix changes rather ↵miklosh2007-07-251-0/+1
| | | | | than on every font update (bzr r3299)
* Added tiling pattern supportmiklosh2007-07-231-3/+6
| | | (bzr r3283)
* Further development of the PDF import module: continued pruning of ↵miklosh2007-07-211-17/+77
| | | | | | | PdfParser.cpp, added basic text and image support and did some coding style adjustments. (bzr r3272)
* Initial commit of native poppler-based PDF import.miklosh2007-07-121-0/+122
(bzr r3230)