summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-parser.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-26fix poppler 0.82.0 buildThomas Holder1-1/+1
2019-04-24Tentative fix for poppler 0.76Marc Jeanmougin1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-4/+4
2018-11-08Clarify licensesMax Gaukler1-8/+7
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-09-30use poppler-transition-api instead of ifdefsThomas Holder1-701/+205
2018-09-28fix 1789208 poppler 0.69Thomas Holder1-28/+18
2018-09-04Modified fix for compatibility with poppler 0.64Eduard Braun1-3/+16
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Update pdf-parser.cppMarc Jeanmougin1-4/+0
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-5/+5
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-79/+79
2018-05-25Fix compilation with poppler 0.65.0Jan Palus1-2/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-15/+15
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-15/+15
2018-04-24Fix compilation with poppler 0.64Eduard Braun1-5/+5
2017-11-04Change abs to std::abs to fix warningsSimon Wells1-4/+4
2017-09-07adapt to poppler 0.58David Tardon1-0/+521
2016-01-11Bump poppler dep to 0.20.0Alex Valavanis1-196/+0
2016-01-11Bump poppler dep to 0.15.1 (see bug #1419263)Alex Valavanis1-8/+0
2016-01-11Bump poppler dep to 0.12.2 (see bug #1419263)Alex Valavanis1-45/+9
2015-05-27Revert unintended changes.Tavmjong Bah1-35/+0
2015-05-27Add 'font-variant-xxx' to properties that should not be set on non-text eleme...Tavmjong Bah1-0/+35
2015-05-24Respect PDF image 'interpolate' value on import.Tavmjong Bah1-6/+41
2015-02-12Bump Poppler dependency to 0.8.3Alex Valavanis1-20/+0
2014-12-11Fix build with poppler 0.29.0 (Bug #1399811)su_v1-6/+26
2014-10-16Cleanup of unintialized and leaked values.Jon A. Cruz1-60/+122
2014-06-04Fix build failure with poppler 0.26 (Bug #1315142)Matthias Kilian1-9/+45
2014-06-03Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)1-9/+45
2014-03-20remove #pragma for 11 year old compiler that I cannot imagine anyone using at...Johan B. C. Engelen1-8/+0
2014-03-13Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski1-4/+1
2013-08-28Improve code readability.Matthew Petroff1-3/+3
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-6/+5
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-4/+4
2013-03-11cppcheckKris De Gussem1-280/+285
2012-06-30Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno1-13/+208
2012-05-15pdf import. set a default line width, see http://thread.gmane.org/gmane.comp....Alvin Penner1-1/+4
2012-05-06improved workaround to prevent GfxRadialShading from getting corrupted during...Alvin Penner1-2/+15
2012-04-08pdf import. temporary workaround to prevent GfxRadialShading from getting cor...Alvin Penner1-1/+2
2012-03-21pdf import. improve upon rev 11094. transform four corners of bbox separately...Alvin Penner1-8/+14
2012-03-18pdf import. transform the bbox associated with a clip path (Bug 919176)Alvin Penner1-0/+11
2012-02-15cppcheckKris De Gussem1-79/+78
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-8/+8
2012-02-04initialisationKris De Gussem1-0/+1
2012-01-07Warning and uninitialized data cleanup.Jon A. Cruz1-159/+245
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-3/+2
2010-11-21Patch from Lubomir Rintel to fix build with Poppler 0.15.1Krzysztof Kosi??ski1-0/+10
2010-03-21Fix build with poppler >= 0.12.2Krzysztof Kosi??ski1-0/+54
2009-12-30Restore files that shouldn't have been touched. GrrrDiederik van Lierop1-11/+11
2009-12-30When combining paths: clear the selection before deleting the original objectsDiederik van Lierop1-11/+11