summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/svg-builder.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-26fix poppler 0.82.0 buildThomas Holder1-1/+1
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza1-16/+50
2019-04-06More document.h cleanup.Tavmjong Bah1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-6/+3
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-29cleanup: remove Base64OutputStreamThomas Holder1-20/+8
It was only used in one place. Use "g_base64_encode" instead, like the rest of the codebase.
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-2/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-09-28fix 1789208 poppler 0.69Thomas Holder1-11/+11
2018-09-04Modified fix for compatibility with poppler 0.64Eduard Braun1-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.
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-52/+52
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-15/+15
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-15/+15
2018-04-24Fix compilation with poppler 0.64Eduard Braun1-2/+2
2018-03-12Fixed more trivial typosluz.paz1-1/+1
Via `codespell` and `grep`
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+1
A lot of header clean-up.
2015-08-29Ensure strncpy'd strings are null terminatedBryce Harrington1-0/+1
(bzr r14332)
2015-05-27Revert unintended changes.Tavmjong Bah1-124/+8
(bzr r14181)
2015-05-27Add 'font-variant-xxx' to properties that should not be set on non-text ↵Tavmjong Bah1-8/+124
elements. (bzr r14179)
2015-05-24Respect PDF image 'interpolate' value on import.Tavmjong Bah1-13/+23
(bzr r14171)
2014-12-28static code analysis: initialisationKris De Gussem1-3/+3
(bzr r13827)
2014-10-15More direct way of finding font-family. One entry per unique style.Tavmjong Bah1-6/+5
(experimental r13580 and r12581) (bzr r13616.1.3)
2014-10-03Removal of unused code dealing with PangoStringToDescrMap and ↵Tavmjong Bah1-6/+5
UIStringToPangoStringMap. Removal of font_factory::GetUIFamiliesAndStyle() (unneeded after implementation of style caching). (bzr r13341.1.239)
2014-03-13Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski1-9/+8
Partially fixes import of some LibreOffice charts. See LP bug #1283537 Fixed bugs: - https://launchpad.net/bugs/1283537 (bzr r13143)
2014-03-13pdfinput: Do not use an extremely ugly static variable in SvgBuilderKrzysztof Kosi??ski1-28/+28
(bzr r13142)
2014-02-11Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.Tavmjong Bah1-0/+4
(bzr r13023)
2013-08-28Improve code readability.Matthew Petroff1-1/+1
(bzr r12475.1.9)
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-5/+3
(bzr r12469)
2013-08-03pdf import. re-define tiling pattern scaling matrix (Bug 1168908)Alvin Penner1-1/+19
Fixed bugs: - https://launchpad.net/bugs/1168908 (bzr r12450)
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-2/+2
(bzr r12380.1.54)
2013-02-11cppcheckKris De Gussem1-2/+2
(bzr r12117)
2012-09-10pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)Alvin Penner1-1/+2
Fixed bugs: - https://launchpad.net/bugs/219709 (bzr r11661)
2012-06-30Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno1-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)
2012-05-18Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.Jon A. Cruz1-2/+4
Fixed bugs: - https://launchpad.net/bugs/616178 (bzr r11379)
2012-04-22pdf import. modify criterion for applying scaling to gradientTransform (Bug ↵Alvin Penner1-6/+8
985182) Fixed bugs: - https://launchpad.net/bugs/985182 (bzr r11283)
2012-04-18Warning cleanupJon A. Cruz1-6/+6
(bzr r11265)
2012-04-15pdf import. for radial gradient, approximate an ExponentialFunction using an ↵Alvin Penner1-19/+18
extra stop (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11256)
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-8/+8
(bzr r10952)
2011-11-19variable initialisationKris De Gussem1-3/+7
(bzr r10746)
2011-10-29Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz1-1/+1
Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10707)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2011-10-23Warning cleanupJon A. Cruz1-14/+14
(bzr r10694)
2011-10-20cppcheckKris De Gussem1-2/+2
(bzr r10686)
2011-10-18cppcheckKris De Gussem1-2/+2
(bzr r10681)
2011-10-17pdf import. modify calculation of GradientTransform (Bug 530895)Alvin Penner1-1/+38
Fixed bugs: - https://launchpad.net/bugs/530895 (bzr r10680)
2011-09-09pdf import. apply invert transform to all image tags (Bug 840625)Alvin Penner1-2/+1
Fixed bugs: - https://launchpad.net/bugs/840625 (bzr r10627)
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
(bzr r10582.1.6)