| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-26 | fix poppler 0.82.0 build | Thomas Holder | 1 | -1/+1 | |
| 2019-04-24 | Tentative fix for poppler 0.76 | Marc Jeanmougin | 1 | -1/+1 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -4/+4 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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 | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -1/+1 | |
| 2018-09-30 | use poppler-transition-api instead of ifdefs | Thomas Holder | 1 | -701/+205 | |
| 2018-09-28 | fix 1789208 poppler 0.69 | Thomas Holder | 1 | -28/+18 | |
| 2018-09-04 | Modified fix for compatibility with poppler 0.64 | Eduard Braun | 1 | -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. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| This makes it clearer whether an integer or a boolean has to be passed in this specific call. | |||||
| 2018-06-18 | Update pdf-parser.cpp | Marc Jeanmougin | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -5/+5 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -79/+79 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-25 | Fix compilation with poppler 0.65.0 | Jan Palus | 1 | -2/+1 | |
| replace unused includes with one that is actually used Signed-off-by: Jan Palus <atler@pld-linux.org> | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -15/+15 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -15/+15 | |
| 2018-04-24 | Fix compilation with poppler 0.64 | Eduard Braun | 1 | -5/+5 | |
| 2017-11-04 | Change abs to std::abs to fix warnings | Simon Wells | 1 | -4/+4 | |
| 2017-09-07 | adapt to poppler 0.58 | David Tardon | 1 | -0/+521 | |
| 2016-01-11 | Bump poppler dep to 0.20.0 | Alex Valavanis | 1 | -196/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1419263 (bzr r14573) | |||||
| 2016-01-11 | Bump poppler dep to 0.15.1 (see bug #1419263) | Alex Valavanis | 1 | -8/+0 | |
| (bzr r14572) | |||||
| 2016-01-11 | Bump poppler dep to 0.12.2 (see bug #1419263) | Alex Valavanis | 1 | -45/+9 | |
| (bzr r14571) | |||||
| 2015-05-27 | Revert unintended changes. | Tavmjong Bah | 1 | -35/+0 | |
| (bzr r14181) | |||||
| 2015-05-27 | Add 'font-variant-xxx' to properties that should not be set on non-text ↵ | Tavmjong Bah | 1 | -0/+35 | |
| elements. (bzr r14179) | |||||
| 2015-05-24 | Respect PDF image 'interpolate' value on import. | Tavmjong Bah | 1 | -6/+41 | |
| (bzr r14171) | |||||
| 2015-02-12 | Bump Poppler dependency to 0.8.3 | Alex Valavanis | 1 | -20/+0 | |
| (bzr r13917) | |||||
| 2014-12-11 | Fix build with poppler 0.29.0 (Bug #1399811) | su_v | 1 | -6/+26 | |
| Fixed bugs: - https://launchpad.net/bugs/1399811 (bzr r13794) | |||||
| 2014-10-16 | Cleanup of unintialized and leaked values. | Jon A. Cruz | 1 | -60/+122 | |
| (bzr r13618) | |||||
| 2014-06-04 | Fix build failure with poppler 0.26 (Bug #1315142) | Matthias Kilian | 1 | -9/+45 | |
| Fixed bugs: - https://launchpad.net/bugs/1315142 (bzr r13341.1.46) | |||||
| 2014-06-03 | Patch from comment 7. Fixes build with Poppler 0.26. | Matthias Kilian (no public email in lp) | 1 | -9/+45 | |
| Fixed bugs: - https://launchpad.net/bugs/1315142 (bzr r13405) | |||||
| 2014-03-20 | remove #pragma for 11 year old compiler that I cannot imagine anyone using ↵ | Johan B. C. Engelen | 1 | -8/+0 | |
| at this point (bzr r13174) | |||||
| 2014-03-13 | Render zero-width PDF lines as 1px lines compensated for current transform. | Krzysztof Kosi??ski | 1 | -4/+1 | |
| Partially fixes import of some LibreOffice charts. See LP bug #1283537 Fixed bugs: - https://launchpad.net/bugs/1283537 (bzr r13143) | |||||
| 2013-08-28 | Improve code readability. | Matthew Petroff | 1 | -3/+3 | |
| (bzr r12475.1.9) | |||||
| 2013-08-05 | code cleanup (cppcheck) | Johan B. C. Engelen | 1 | -6/+5 | |
| (bzr r12469) | |||||
| 2013-07-31 | Eliminate "unit-constants.h". | Matthew Petroff | 1 | -4/+4 | |
| (bzr r12380.1.54) | |||||
| 2013-03-11 | cppcheck | Kris De Gussem | 1 | -280/+285 | |
| (bzr r12193) | |||||
| 2012-06-30 | Fix building with Poppler 0.20 (LP: #1005565) | Luca Bruno | 1 | -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) | |||||
| 2012-05-15 | pdf import. set a default line width, see ↵ | Alvin Penner | 1 | -1/+4 | |
| http://thread.gmane.org/gmane.comp.graphics.inkscape.user/14539 (bzr r11364) | |||||
| 2012-05-06 | improved workaround to prevent GfxRadialShading from getting corrupted ↵ | Alvin Penner | 1 | -2/+15 | |
| during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11340) | |||||
| 2012-04-08 | pdf import. temporary workaround to prevent GfxRadialShading from getting ↵ | Alvin Penner | 1 | -1/+2 | |
| corrupted during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11184) | |||||
| 2012-03-21 | pdf import. improve upon rev 11094. transform four corners of bbox ↵ | Alvin Penner | 1 | -8/+14 | |
| separately (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11112) | |||||
| 2012-03-18 | pdf import. transform the bbox associated with a clip path (Bug 919176) | Alvin Penner | 1 | -0/+11 | |
| Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11094) | |||||
| 2012-02-15 | cppcheck | Kris De Gussem | 1 | -79/+78 | |
| (bzr r10977) | |||||
| 2012-02-08 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -8/+8 | |
| (bzr r10952) | |||||
| 2012-02-04 | initialisation | Kris De Gussem | 1 | -0/+1 | |
| (bzr r10933) | |||||
| 2012-01-07 | Warning and uninitialized data cleanup. | Jon A. Cruz | 1 | -159/+245 | |
| (bzr r10853) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -3/+2 | |
| (bzr r10697) | |||||
| 2010-11-21 | Patch from Lubomir Rintel to fix build with Poppler 0.15.1 | Krzysztof Kosi??ski | 1 | -0/+10 | |
| Fixed bugs: - https://launchpad.net/bugs/676271 (bzr r9910) | |||||
| 2010-03-21 | Fix build with poppler >= 0.12.2 | Krzysztof Kosi??ski | 1 | -0/+54 | |
| Fixed bugs: - https://launchpad.net/bugs/487038 (bzr r9217) | |||||
| 2009-12-30 | Restore files that shouldn't have been touched. Grrr | Diederik van Lierop | 1 | -11/+11 | |
| (bzr r8928) | |||||
| 2009-12-30 | When combining paths: clear the selection before deleting the original objects | Diederik van Lierop | 1 | -11/+11 | |
| Fixed bugs: - https://launchpad.net/bugs/495483 (bzr r8927) | |||||
