summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-parser.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-2/+2
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Require a pageBox in the constructor for GfxState so that we do not always ↵miklosh2007-08-191-1/+1
| | | | | need to specify a cropbox (bzr r3520)
* Added the ability to set the precision of gradient mesh approximation in ↵miklosh2007-08-181-0/+22
| | | | | PdfParser (bzr r3510)
* Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ↵miklosh2007-08-131-2/+29
| | | | | for mask support later (bzr r3458)
* Added support for the shading operatormiklosh2007-08-091-0/+2
| | | (bzr r3439)
* Added tiling pattern supportmiklosh2007-07-231-0/+4
| | | (bzr r3283)
* Further development of the PDF import module: continued pruning of ↵miklosh2007-07-211-10/+3
| | | | | | | 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/+303
(bzr r3230)