summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-parser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix poppler 0.82.0 buildThomas Holder2019-10-261-1/+1
|
* Tentative fix for poppler 0.76Marc Jeanmougin2019-04-241-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
|
* Clarify licensesMax Gaukler2018-11-081-8/+7
| | | | | | - 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* use poppler-transition-api instead of ifdefsThomas Holder2018-09-301-701/+205
|
* fix 1789208 poppler 0.69Thomas Holder2018-09-281-28/+18
|
* Modified fix for compatibility with poppler 0.64Eduard Braun2018-09-041-3/+16
| | | | | | | 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.
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Update pdf-parser.cppMarc Jeanmougin2018-06-181-4/+0
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-79/+79
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Fix compilation with poppler 0.65.0Jan Palus2018-05-251-2/+1
| | | | | | replace unused includes with one that is actually used Signed-off-by: Jan Palus <atler@pld-linux.org>
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-15/+15
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-15/+15
|
* Fix compilation with poppler 0.64Eduard Braun2018-04-241-5/+5
|
* Change abs to std::abs to fix warningsSimon Wells2017-11-041-4/+4
|
* adapt to poppler 0.58David Tardon2017-09-071-0/+521
|
* Bump poppler dep to 0.20.0Alex Valavanis2016-01-111-196/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1419263 (bzr r14573)
* Bump poppler dep to 0.15.1 (see bug #1419263)Alex Valavanis2016-01-111-8/+0
| | | (bzr r14572)
* Bump poppler dep to 0.12.2 (see bug #1419263)Alex Valavanis2016-01-111-45/+9
| | | (bzr r14571)
* Revert unintended changes.Tavmjong Bah2015-05-271-35/+0
| | | (bzr r14181)
* Add 'font-variant-xxx' to properties that should not be set on non-text ↵Tavmjong Bah2015-05-271-0/+35
| | | | | elements. (bzr r14179)
* Respect PDF image 'interpolate' value on import.Tavmjong Bah2015-05-241-6/+41
| | | (bzr r14171)
* Bump Poppler dependency to 0.8.3Alex Valavanis2015-02-121-20/+0
| | | (bzr r13917)
* Fix build with poppler 0.29.0 (Bug #1399811)su_v2014-12-111-6/+26
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1399811 (bzr r13794)
* Cleanup of unintialized and leaked values.Jon A. Cruz2014-10-161-60/+122
| | | (bzr r13618)
* Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)2014-06-031-9/+45
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1315142 (bzr r13405)
* remove #pragma for 11 year old compiler that I cannot imagine anyone using ↵Johan B. C. Engelen2014-03-201-8/+0
| | | | | at this point (bzr r13174)
* Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski2014-03-131-4/+1
| | | | | | | | Partially fixes import of some LibreOffice charts. See LP bug #1283537 Fixed bugs: - https://launchpad.net/bugs/1283537 (bzr r13143)
* Improve code readability.Matthew Petroff2013-08-281-3/+3
| | | (bzr r12475.1.9)
* Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-4/+4
|\ | | | | (bzr r12471)
| * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-4/+4
| | | | | | (bzr r12380.1.54)
* | code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-6/+5
|/ | | (bzr r12469)
* cppcheckKris De Gussem2013-03-111-280/+285
| | | (bzr r12193)
* Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno2012-06-301-13/+208
| | | | | | | | Poppler >= 0.20 has a new internal API for errors and other miscellanea. As we are abusing these internal functionalities, they broke from time to time. Fixing it for now with a new conditional build flag. This fixes https://bugs.launchpad.net/inkscape/+bug/1005565 (bzr r11518)
* pdf import. set a default line width, see ↵Alvin Penner2012-05-151-1/+4
| | | | | http://thread.gmane.org/gmane.comp.graphics.inkscape.user/14539 (bzr r11364)
* improved workaround to prevent GfxRadialShading from getting corrupted ↵Alvin Penner2012-05-061-2/+15
| | | | | | | | during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11340)
* pdf import. temporary workaround to prevent GfxRadialShading from getting ↵Alvin Penner2012-04-081-1/+2
| | | | | | | | corrupted during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11184)
* pdf import. improve upon rev 11094. transform four corners of bbox ↵Alvin Penner2012-03-211-8/+14
| | | | | | | | separately (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11112)
* pdf import. transform the bbox associated with a clip path (Bug 919176)Alvin Penner2012-03-181-0/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11094)
* cppcheckKris De Gussem2012-02-151-79/+78
| | | (bzr r10977)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-081-8/+8
| | | (bzr r10952)
* initialisationKris De Gussem2012-02-041-0/+1
| | | (bzr r10933)
* Warning and uninitialized data cleanup.Jon A. Cruz2012-01-071-159/+245
| | | (bzr r10853)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+2
| | | (bzr r10697)
* Patch from Lubomir Rintel to fix build with Poppler 0.15.1Krzysztof Kosi??ski2010-11-211-0/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/676271 (bzr r9910)
* Fix build with poppler >= 0.12.2Krzysztof Kosi??ski2010-03-211-0/+54
| | | | | | Fixed bugs: - https://launchpad.net/bugs/487038 (bzr r9217)
* Restore files that shouldn't have been touched. GrrrDiederik van Lierop2009-12-301-11/+11
| | | (bzr r8928)
* When combining paths: clear the selection before deleting the original objectsDiederik van Lierop2009-12-301-11/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/495483 (bzr r8927)