summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-parser.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-25fix build again for old poppler libs, by reverting a part of my previous commitDiederik van Lierop1-11/+11
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-11/+11
2009-02-09using C++ const_cast instead of plain C-type castFelipe Corr??a da Silva Sanches1-129/+129
2009-02-08gcc warning cleanupFelipe Corr??a da Silva Sanches1-133/+132
2008-07-19noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for u...Peter Moulder1-140/+13
2008-06-12Fix to work with a changed api for 0.8.3's GfxFont::getNextChar(). many tha...Bob Jamison1-0/+148
2007-11-17Merged from Poppler's Gfx.cc; Unset the font if it doesn't exist or we can no...miklosh1-0/+4
2007-09-16noop: Remove a couple of redundant casts.Peter Moulder1-2/+2
2007-08-23Avoid transforming a group with an already set clip-pathmiklosh1-2/+2
2007-08-19Fixed a typo and an off-by-one errormiklosh1-2/+2
2007-08-19Require a pageBox in the constructor for GfxState so that we do not always ne...miklosh1-2/+3
2007-08-18Added the ability to set the precision of gradient mesh approximation in PdfP...miklosh1-34/+32
2007-08-17Make sure style is invalidated when setting fill/stroke color in text objectsmiklosh1-0/+2
2007-08-17Moved the code for updating the text matrix to where it belongsmiklosh1-0/+1
2007-08-17Added initial transparency group and softmask supportmiklosh1-18/+15
2007-08-13Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...miklosh1-15/+77
2007-08-09To ease testing reduced fallback operations' precision for nowmiklosh1-5/+5
2007-08-09Added support for the shading operatormiklosh1-7/+67
2007-07-30Added image mask supportmiklosh1-5/+5
2007-07-28Reworked text state handling so that now SvgBuilder keeps track of the curren...miklosh1-1/+9
2007-07-25Reworked text output to create <text> nodes on text matrix changes rather tha...miklosh1-0/+1
2007-07-23Added tiling pattern supportmiklosh1-0/+25
2007-07-23Removed transform from <svg> and corrected matrix multiplication order in Pdf...miklosh1-7/+8
2007-07-21Further development of the PDF import module: continued pruning of PdfParser....miklosh1-134/+63
2007-07-12Initial commit of native poppler-based PDF import.miklosh1-0/+3031