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