summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/svg-builder.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-5/+5
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-5/+5
2011-02-02update to latest 2geom !Johan B. C. Engelen1-8/+8
2010-10-03Applied patch and updated to address non-BMP Unicode charcters. Fixes bug #36...Jon A. Cruz1-16/+19
2009-12-16Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-04-15patch 179589 with UI added: optionally, try to replace a font name specified ...bulia byak1-7/+87
2009-02-11patch by KoRi for 324938bulia byak1-1/+2
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen1-3/+4
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-1/+0
2008-10-27From trunkTed Gould1-1/+3
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-15/+15
2008-07-12warning cleanupFelipe Corr??a da Silva Sanches1-30/+30
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-1/+8
2007-09-16noop: (SvgBuilder::setTransform): Mark argument as not being written through.Peter Moulder1-1/+1
2007-08-23Avoid transforming a group with an already set clip-pathmiklosh1-0/+4
2007-08-19Fixed some compiler warningsmiklosh1-13/+7
2007-08-19Remove the clipping path emitted before the 'sh' operator since that same pat...miklosh1-0/+21