| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-12-09 | fix poppler 0.72.0 build | Thomas Holder | 1 | -1/+0 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -4/+10 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -0/+4 | |
| 2018-09-28 | fix 1789208 poppler 0.69 | Thomas Holder | 1 | -4/+8 | |
| 2018-09-04 | Modified fix for compatibility with poppler 0.64 | Eduard Braun | 1 | -0/+6 | |
| This is slightly uglier than a600c6438fef2f4c06f9a4a7d933d99fb054a973 but avoids duplicating strings (which is unnecessary and leaked memory). It's also closer to what upstream intended with the changes in 0.64. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-04-24 | Fix compilation with poppler 0.64 | Eduard Braun | 1 | -1/+1 | |
| 2014-10-16 | Cleanup of unintialized and leaked values. | Jon A. Cruz | 1 | -28/+2 | |
| (bzr r13618) | |||||
| 2011-10-25 | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 1 | -4/+7 | |
| (bzr r10696) | |||||
| 2007-11-04 | Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵ | Johan B. C. Engelen | 1 | -2/+2 | |
| reverted for some files to keep them C-compatible. (bzr r4024) | |||||
| 2007-08-19 | Require a pageBox in the constructor for GfxState so that we do not always ↵ | miklosh | 1 | -1/+1 | |
| need to specify a cropbox (bzr r3520) | |||||
| 2007-08-18 | Added the ability to set the precision of gradient mesh approximation in ↵ | miklosh | 1 | -0/+22 | |
| PdfParser (bzr r3510) | |||||
| 2007-08-13 | Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ↵ | miklosh | 1 | -2/+29 | |
| for mask support later (bzr r3458) | |||||
| 2007-08-09 | Added support for the shading operator | miklosh | 1 | -0/+2 | |
| (bzr r3439) | |||||
| 2007-07-23 | Added tiling pattern support | miklosh | 1 | -0/+4 | |
| (bzr r3283) | |||||
| 2007-07-21 | Further development of the PDF import module: continued pruning of ↵ | miklosh | 1 | -10/+3 | |
| PdfParser.cpp, added basic text and image support and did some coding style adjustments. (bzr r3272) | |||||
| 2007-07-12 | Initial commit of native poppler-based PDF import. | miklosh | 1 | -0/+303 | |
| (bzr r3230) | |||||
