summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/svg-builder.cpp (unfollow)
Commit message (Expand)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
2018-10-29cleanup: remove Base64OutputStreamThomas Holder1-20/+8
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
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-52/+52
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-2/+2
2018-03-12Fixed more trivial typosluz.paz1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+1
2015-08-29Ensure strncpy'd strings are null terminatedBryce Harrington1-0/+1
2015-05-27Revert unintended changes.Tavmjong Bah1-124/+8
2015-05-27Add 'font-variant-xxx' to properties that should not be set on non-text eleme...Tavmjong Bah1-8/+124
2015-05-24Respect PDF image 'interpolate' value on import.Tavmjong Bah1-13/+23
2014-12-28static code analysis: initialisationKris De Gussem1-3/+3
2014-10-15More direct way of finding font-family. One entry per unique style.Tavmjong Bah1-6/+5
2014-10-03Removal of unused code dealing with PangoStringToDescrMap and UIStringToPango...Tavmjong Bah1-6/+5
2014-03-13Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski1-9/+8
2014-03-13pdfinput: Do not use an extremely ugly static variable in SvgBuilderKrzysztof Kosi??ski1-28/+28
2014-02-11Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.Tavmjong Bah1-0/+4
2013-08-28Improve code readability.Matthew Petroff1-1/+1
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-5/+3
2013-08-03pdf import. re-define tiling pattern scaling matrix (Bug 1168908)Alvin Penner1-1/+19
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-2/+2
2013-02-11cppcheckKris De Gussem1-2/+2
2012-09-10pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)Alvin Penner1-1/+2
2012-06-30Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno1-3/+1
2012-05-18Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.Jon A. Cruz1-2/+4
2012-04-22pdf import. modify criterion for applying scaling to gradientTransform (Bug 9...Alvin Penner1-6/+8
2012-04-18Warning cleanupJon A. Cruz1-6/+6
2012-04-15pdf import. for radial gradient, approximate an ExponentialFunction using an ...Alvin Penner1-19/+18
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-8/+8
2011-11-19variable initialisationKris De Gussem1-3/+7
2011-10-29Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz1-1/+1
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-10-23Warning cleanupJon A. Cruz1-14/+14
2011-10-20cppcheckKris De Gussem1-2/+2
2011-10-18cppcheckKris De Gussem1-2/+2
2011-10-17pdf import. modify calculation of GradientTransform (Bug 530895)Alvin Penner1-1/+38
2011-09-09pdf import. apply invert transform to all image tags (Bug 840625)Alvin Penner1-2/+1
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0