summaryrefslogtreecommitdiffstats
path: root/svgio
Commit message (Expand)AuthorAgeFilesLines
* tdf#99115: add Css selector '*' style only if the element...Xisco Fauli2019-10-233-14/+112
* tdf#123926: SVGIO: Check parent's fill when...Xisco Fauli2019-10-213-0/+42
* tdf#94765: SVGIO: Look for gradient/pattern ids once the file...Xisco Fauli2019-09-254-30/+95
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-10/+14
* loplugin:sequentialassign in starmath..svlNoel Grandin2019-04-141-2/+1
* Downgrade a SAL_WARN() that shows up a lot but can be ignored to SAL_INFO()Tor Lillqvist2019-04-121-1/+1
* support opacity for widget definition draw SVGsTomaž Vajngerl2019-04-054-2/+12
* tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen2019-03-201-0/+1
* svgio: don't use_library_objects in CppunitTest_svgio_readMichael Stahl2019-03-121-4/+0
* Removed duplicated includesAndrea Gelmini2019-03-081-1/+0
* new loplugin constvarsNoel Grandin2019-03-081-1/+1
* Update SvgRead test - add new parameters and path parsingTomaž Vajngerl2019-03-072-12/+56
* parse more attributes in SvgDrawVisitorTomaž Vajngerl2019-03-061-6/+31
* use gfx namespace for DrawCommandsTomaž Vajngerl2019-03-064-12/+13
* svgio visitor, add draw commands and create the from svgTomaž Vajngerl2019-03-069-36/+413
* loplugin:simplifybool, check for !(!a op !b)Noel Grandin2019-02-183-3/+3
* move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl2019-02-091-67/+67
* loplugin:flatten in svgioNoel Grandin2019-01-2918-1976/+1976
* Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann2019-01-111-8/+9
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-071-0/+1
* 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
* tdf#113624 EMF+ Fix shift of DrawString without StringFormatBartosz Kosiorek2018-11-081-2/+2
* 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-183-5/+5
* loplugin:constfields in stoc..svgioNoel Grandin2018-10-083-3/+3
* loplugin:useuniqueptr in SvgDocumentNoel Grandin2018-09-265-20/+12
* 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-312-92/+94
* 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-024-0/+4
* 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-242-56/+144
* crashtesting: infinite recurse with moz384637-1.svgCaolán McNamara2018-07-242-0/+9
* crashtesting: infinite recurse with moz455984-5.svgCaolán McNamara2018-07-232-20/+52
* crashtesting: infinite recurse on moz330387-6.svgCaolán McNamara2018-07-182-21/+55
* 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-134-19/+124
* new loplugin:unusedvariablemoreNoel Grandin2018-04-111-2/+2