summaryrefslogtreecommitdiffstats
path: root/svgio/source/svgreader
Commit message (Expand)AuthorAgeFilesLines
* widget theme: Gradient support when drawing widgetsTomaž Vajngerl2019-11-081-0/+37
* loplugin:unusedfieldsNoel Grandin2019-10-031-24/+4
* SVGIO: Fix conditions after ab147995Xisco Fauli2019-09-231-2/+2
* SVGIO: Use correct type for <use> elementsXisco Fauli2019-09-221-1/+1
* tdf#123926: SVGIO: Check parent's fill when...Xisco Fauli2019-09-191-0/+13
* tdf#94765: SVGIO: Look for gradient/pattern ids once the file...Xisco Fauli2019-09-191-26/+53
* tdf#99115: add Css selector '*' style only if the element...Xisco Fauli2019-09-161-5/+13
* loplugin:returnconstval in svgioNoel Grandin2019-08-256-13/+13
* Fix typosAndrea Gelmini2019-08-121-3/+3
* Improved loplugin:stringconstant (now that GCC 7 supports it): svgioStephan Bergmann2019-07-311-2/+2
* loplugin:unusedfields improvementsNoel Grandin2019-06-141-6/+1
* loplugin:sequentialassign in starmath..svlNoel Grandin2019-04-141-2/+1
* support opacity for widget definition draw SVGsTomaž Vajngerl2019-04-051-0/+4
* tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen2019-03-201-0/+1
* new loplugin constvarsNoel Grandin2019-03-081-1/+1
* parse more attributes in SvgDrawVisitorTomaž Vajngerl2019-03-061-6/+31
* use gfx namespace for DrawCommandsTomaž Vajngerl2019-03-061-4/+4
* svgio visitor, add draw commands and create the from svgTomaž Vajngerl2019-03-062-0/+109
* loplugin:simplifybool, check for !(!a op !b)Noel Grandin2019-02-183-3/+3
* loplugin:flatten in svgioNoel Grandin2019-01-2918-1976/+1976
* Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann2019-01-111-8/+9
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-2/+2
* Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov2018-11-251-3/+3
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-101-12/+8
* clang-tidy performance-unnecessary-copy-init in sfx2..svtoolsNoel Grandin2018-10-244-5/+5
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-192-7/+7
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-191-4/+4
* Turn SvgMarkerNode::MarkerUnits into scoped enumStephan Bergmann2018-10-182-4/+4
* loplugin:useuniqueptr in SvgDocumentNoel Grandin2018-09-262-11/+6
* remove duplicate lineNoel Grandin2018-09-171-1/+0
* New loplugin:externalStephan Bergmann2018-09-172-3/+3
* match_colorKeyword should be using static const lookup tableNoel Grandin2018-09-141-152/+150
* loplugin:simplifyconstruct in stoc..svlNoel Grandin2018-09-1220-31/+6
* tdf#119557 style hierarchy isn't stable so looping check fails falselyCaolán McNamara2018-08-311-91/+93
* Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann2018-08-171-7/+10
* Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2018-08-042-5/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-08-023-0/+3
* Fix typosAndrea Gelmini2018-07-311-1/+1
* loplugin:stringloop in svgio..xmlsecurityNoel Grandin2018-07-301-3/+3
* crashtesting: infinite recurse with moz609361-1.svgCaolán McNamara2018-07-241-56/+143
* crashtesting: infinite recurse with moz384637-1.svgCaolán McNamara2018-07-241-0/+7
* crashtesting: infinite recurse with moz455984-5.svgCaolán McNamara2018-07-231-20/+51
* crashtesting: infinite recurse on moz330387-6.svgCaolán McNamara2018-07-181-21/+54
* tdf#118232 Allow load and insert of SVGs with no GeometryArmin Le Grand2018-07-111-0/+17
* Fix typosAndrea Gelmini2018-06-142-4/+4
* Replace SVGFilter using SVGIOArmin Le Grand2018-06-132-17/+104
* loplugin:useuniqueptr in pathTextBreakupHelperNoel Grandin2018-05-281-8/+4
* svgio: fix rendering when the width/height isn't present in SVGTomaž Vajngerl2018-05-131-18/+33
* new loplugin:unusedvariablemoreNoel Grandin2018-04-111-2/+2
* tdf#114738 Add support for transparency for EMF+ recordsBartosz Kosiorek2018-04-062-4/+0