summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-parser.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix poppler 0.72.0 buildThomas Holder2018-12-091-1/+0
* Clarify licensesMax Gaukler2018-11-081-4/+10
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-0/+4
* fix 1789208 poppler 0.69Thomas Holder2018-09-281-4/+8
* Modified fix for compatibility with poppler 0.64Eduard Braun2018-09-041-0/+6
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
* Fix compilation with poppler 0.64Eduard Braun2018-04-241-1/+1
* Cleanup of unintialized and leaked values.Jon A. Cruz2014-10-161-28/+2
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-4/+7
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-041-2/+2
* Require a pageBox in the constructor for GfxState so that we do not always ne...miklosh2007-08-191-1/+1
* Added the ability to set the precision of gradient mesh approximation in PdfP...miklosh2007-08-181-0/+22
* Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...miklosh2007-08-131-2/+29
* Added support for the shading operatormiklosh2007-08-091-0/+2
* Added tiling pattern supportmiklosh2007-07-231-0/+4
* Further development of the PDF import module: continued pruning of PdfParser....miklosh2007-07-211-10/+3
* Initial commit of native poppler-based PDF import.miklosh2007-07-121-0/+303