summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-parser.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged from Poppler's Gfx.cc; Unset the font if it doesn't exist or we can no...miklosh2007-11-171-0/+4
* noop: Remove a couple of redundant casts.Peter Moulder2007-09-161-2/+2
* Avoid transforming a group with an already set clip-pathmiklosh2007-08-231-2/+2
* Fixed a typo and an off-by-one errormiklosh2007-08-191-2/+2
* Require a pageBox in the constructor for GfxState so that we do not always ne...miklosh2007-08-191-2/+3
* Added the ability to set the precision of gradient mesh approximation in PdfP...miklosh2007-08-181-34/+32
* Make sure style is invalidated when setting fill/stroke color in text objectsmiklosh2007-08-171-0/+2
* Moved the code for updating the text matrix to where it belongsmiklosh2007-08-171-0/+1
* Added initial transparency group and softmask supportmiklosh2007-08-171-18/+15
* Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...miklosh2007-08-131-15/+77
* To ease testing reduced fallback operations' precision for nowmiklosh2007-08-091-5/+5
* Added support for the shading operatormiklosh2007-08-091-7/+67
* Added image mask supportmiklosh2007-07-301-5/+5
* Reworked text state handling so that now SvgBuilder keeps track of the curren...miklosh2007-07-281-1/+9
* Reworked text output to create <text> nodes on text matrix changes rather tha...miklosh2007-07-251-0/+1
* Added tiling pattern supportmiklosh2007-07-231-0/+25
* Removed transform from <svg> and corrected matrix multiplication order in Pdf...miklosh2007-07-231-7/+8
* Further development of the PDF import module: continued pruning of PdfParser....miklosh2007-07-211-134/+63
* Initial commit of native poppler-based PDF import.miklosh2007-07-121-0/+3031