summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/svg-builder.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)