summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/svg-builder.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix poppler 0.82.0 buildThomas Holder2019-10-261-1/+1
|
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-191-16/+50
|
* More document.h cleanup.Tavmjong Bah2019-04-061-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-6/+3
|
* Clarify licensesMax Gaukler2018-11-081-3/+4
| | | | | | - 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
* cleanup: remove Base64OutputStreamThomas Holder2018-10-291-20/+8
| | | | | It was only used in one place. Use "g_base64_encode" instead, like the rest of the codebase.
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-2/+2
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* fix 1789208 poppler 0.69Thomas Holder2018-09-281-11/+11
|
* Modified fix for compatibility with poppler 0.64Eduard Braun2018-09-041-3/+3
| | | | | | | 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-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-52/+52
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* 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-2/+2
|
* Fixed more trivial typosluz.paz2018-03-121-1/+1
| | | Via `codespell` and `grep`
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+1
| | | | A lot of header clean-up.
* Ensure strncpy'd strings are null terminatedBryce Harrington2015-08-291-0/+1
| | | (bzr r14332)
* Revert unintended changes.Tavmjong Bah2015-05-271-124/+8
| | | (bzr r14181)
* Add 'font-variant-xxx' to properties that should not be set on non-text ↵Tavmjong Bah2015-05-271-8/+124
| | | | | elements. (bzr r14179)
* Respect PDF image 'interpolate' value on import.Tavmjong Bah2015-05-241-13/+23
| | | (bzr r14171)
* static code analysis: initialisationKris De Gussem2014-12-281-3/+3
| | | (bzr r13827)
* More direct way of finding font-family. One entry per unique style.Tavmjong Bah2014-10-151-6/+5
| | | | | (experimental r13580 and r12581) (bzr r13616.1.3)
* Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski2014-03-131-9/+8
| | | | | | | | Partially fixes import of some LibreOffice charts. See LP bug #1283537 Fixed bugs: - https://launchpad.net/bugs/1283537 (bzr r13143)
* pdfinput: Do not use an extremely ugly static variable in SvgBuilderKrzysztof Kosi??ski2014-03-131-28/+28
| | | (bzr r13142)
* Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.Tavmjong Bah2014-02-111-0/+4
| | | (bzr r13023)
* Improve code readability.Matthew Petroff2013-08-281-1/+1
| | | (bzr r12475.1.9)
* Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-2/+2
|\ | | | | (bzr r12471)
| * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-2/+2
| | | | | | (bzr r12380.1.54)
* | code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-5/+3
| | | | | | (bzr r12469)
* | pdf import. re-define tiling pattern scaling matrix (Bug 1168908)Alvin Penner2013-08-031-1/+19
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/1168908 (bzr r12450)
* cppcheckKris De Gussem2013-02-111-2/+2
| | | (bzr r12117)
* pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)Alvin Penner2012-09-101-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/219709 (bzr r11661)
* Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno2012-06-301-3/+1
| | | | | | | | 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)
* Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.Jon A. Cruz2012-05-181-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/616178 (bzr r11379)
* pdf import. modify criterion for applying scaling to gradientTransform (Bug ↵Alvin Penner2012-04-221-6/+8
| | | | | | | | 985182) Fixed bugs: - https://launchpad.net/bugs/985182 (bzr r11283)
* Warning cleanupJon A. Cruz2012-04-181-6/+6
| | | (bzr r11265)
* pdf import. for radial gradient, approximate an ExponentialFunction using an ↵Alvin Penner2012-04-151-19/+18
| | | | | | | | extra stop (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11256)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-081-8/+8
| | | (bzr r10952)
* variable initialisationKris De Gussem2011-11-191-3/+7
| | | (bzr r10746)
* Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz2011-10-291-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10707)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* Warning cleanupJon A. Cruz2011-10-231-14/+14
| | | (bzr r10694)
* cppcheckKris De Gussem2011-10-201-2/+2
| | | (bzr r10686)
* cppcheckKris De Gussem2011-10-181-2/+2
| | | (bzr r10681)
* pdf import. modify calculation of GradientTransform (Bug 530895)Alvin Penner2011-10-171-1/+38
| | | | | | Fixed bugs: - https://launchpad.net/bugs/530895 (bzr r10680)
* pdf import. apply invert transform to all image tags (Bug 840625)Alvin Penner2011-09-091-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/840625 (bzr r10627)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)