summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-parser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* To ease testing reduced fallback operations' precision for nowmiklosh2007-08-091-5/+5
| | | (bzr r3443)
* Added support for the shading operatormiklosh2007-08-091-7/+67
| | | (bzr r3439)
* Added image mask supportmiklosh2007-07-301-5/+5
| | | (bzr r3349)
* Reworked text state handling so that now SvgBuilder keeps track of the ↵miklosh2007-07-281-1/+9
| | | | | 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-0/+25
| | | (bzr r3283)
* Removed transform from <svg> and corrected matrix multiplication order in ↵miklosh2007-07-231-7/+8
| | | | | PdfParser::opConcat (bzr r3282)
* Further development of the PDF import module: continued pruning of ↵miklosh2007-07-211-134/+63
| | | | | | | 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/+3031
(bzr r3230)