summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-parser.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump poppler dep to 0.20.0Alex Valavanis2016-01-111-196/+0
* Bump poppler dep to 0.15.1 (see bug #1419263)Alex Valavanis2016-01-111-8/+0
* Bump poppler dep to 0.12.2 (see bug #1419263)Alex Valavanis2016-01-111-45/+9
* Revert unintended changes.Tavmjong Bah2015-05-271-35/+0
* Add 'font-variant-xxx' to properties that should not be set on non-text eleme...Tavmjong Bah2015-05-271-0/+35
* Respect PDF image 'interpolate' value on import.Tavmjong Bah2015-05-241-6/+41
* Bump Poppler dependency to 0.8.3Alex Valavanis2015-02-121-20/+0
* Fix build with poppler 0.29.0 (Bug #1399811)su_v2014-12-111-6/+26
* Cleanup of unintialized and leaked values.Jon A. Cruz2014-10-161-60/+122
* Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)2014-06-031-9/+45
* remove #pragma for 11 year old compiler that I cannot imagine anyone using at...Johan B. C. Engelen2014-03-201-8/+0
* Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski2014-03-131-4/+1
* Improve code readability.Matthew Petroff2013-08-281-3/+3
* Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-4/+4
|\
| * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-4/+4
* | code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-6/+5
|/
* cppcheckKris De Gussem2013-03-111-280/+285
* Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno2012-06-301-13/+208
* pdf import. set a default line width, see http://thread.gmane.org/gmane.comp....Alvin Penner2012-05-151-1/+4
* improved workaround to prevent GfxRadialShading from getting corrupted during...Alvin Penner2012-05-061-2/+15
* pdf import. temporary workaround to prevent GfxRadialShading from getting cor...Alvin Penner2012-04-081-1/+2
* pdf import. improve upon rev 11094. transform four corners of bbox separately...Alvin Penner2012-03-211-8/+14
* pdf import. transform the bbox associated with a clip path (Bug 919176)Alvin Penner2012-03-181-0/+11
* cppcheckKris De Gussem2012-02-151-79/+78
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-081-8/+8
* initialisationKris De Gussem2012-02-041-0/+1
* Warning and uninitialized data cleanup.Jon A. Cruz2012-01-071-159/+245
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+2
* Patch from Lubomir Rintel to fix build with Poppler 0.15.1Krzysztof Kosi??ski2010-11-211-0/+10
* Fix build with poppler >= 0.12.2Krzysztof Kosi??ski2010-03-211-0/+54
* Restore files that shouldn't have been touched. GrrrDiederik van Lierop2009-12-301-11/+11
* When combining paths: clear the selection before deleting the original objectsDiederik van Lierop2009-12-301-11/+11
* fix build again for old poppler libs, by reverting a part of my previous commitDiederik van Lierop2009-12-251-11/+11
* refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop2009-12-241-11/+11
* using C++ const_cast instead of plain C-type castFelipe Corr??a da Silva Sanches2009-02-091-129/+129
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-081-133/+132
* noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for u...Peter Moulder2008-07-191-140/+13
* Fix to work with a changed api for 0.8.3's GfxFont::getNextChar(). many tha...Bob Jamison2008-06-121-0/+148
* 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