summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2022-08-28svgio: Add support for clip-rule="evenodd"Xisco Fauli4-11/+78
2022-08-01related: tdf#97539: SVGIO: iterate over parent's clippathsXisco Fauli3-1/+42
2022-08-01tdf#97539; if parent is css style, look one level upXisco Fauli4-6/+53
2022-07-26tdf#126330: use correct type for symbol nodeXisco Fauli3-1/+31
2022-07-26svgio: use href along with xlink:hrefXisco Fauli10-2/+12
2022-07-26tdf#149449 Don't ignore CSS class redefinition inside SVGsofftkp2-19/+16
2022-07-11related: tdf#149893: trim the color nameXisco Fauli2-2/+2
2022-07-11tdf#149880: handle url when it's inside the quotation marksXisco Fauli3-4/+55
2022-07-11tdf#149893: Color names are ASCII case-insensitiveXisco Fauli5-19/+34
2022-06-24tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek1-3/+11
2021-12-24tdf#97663 SVGIO: Fix line spacing for <tspan>Hossein6-8/+36
2021-11-22Cleaning up math in SvgNumberHossein1-2/+2
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-1/+1
2021-11-12improve mergeToSinglePolyPolygonNoel Grandin2-3/+3
2021-11-11Use o3tl::convertMike Kaganski4-21/+20
2021-11-03loplugin:finalclassesNoel Grandin5-5/+5
2021-10-31Prepare for removal of non-const operator[] from Sequence in svgioMike Kaganski1-2/+1
2021-10-26Add documentation for the 'svgio' moduleHossein1-1/+34
2021-10-17Use range based for loopsHossein3-8/+8
2021-10-11loplugin:moveparam in svgioNoel Grandin2-10/+10
2021-10-10loplugin:moveparam in basegfxNoel Grandin2-3/+3
2021-10-06Cleanup svgcharacternode.cxxHossein1-26/+43
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin2-5/+5
2021-09-24reduce copying in drawinglayerNoel Grandin13-25/+25
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: svgioStephan Bergmann2-21/+23
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin7-32/+32
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin20-92/+11
2021-08-22no need to use unique_ptr for B2DHomMatrixNoel Grandin33-83/+74
2021-08-22no need to use unique_ptr for B2DPolygonNoel Grandin2-3/+4
2021-08-22no need to use unique_ptr for B2DPolyPolygonNoel Grandin3-6/+7
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-23EMF+ tdf#142975 Add brush support to DrawString recordBartosz Kosiorek1-2/+2
2021-05-04svgio: instead of assert(false && ...) rather use SAL_WARN insteadTomaž Vajngerl2-5/+5
2021-05-01svgio: add test for SvgNumber::solveTomaž Vajngerl2-4/+49
2021-05-01svgio: refactor SvgNumber::solve and SvgNumber::solveNonPercentageTomaž Vajngerl1-106/+70
2021-05-01svgio: move SvgNumber methods to its own SvgNumber.cxx fileTomaž Vajngerl3-132/+161
2021-05-01svgio: covnert enum to enum class in svgtools.cxxTomaž Vajngerl1-6/+6
2021-05-01svgio: convert enum to enum class in svgstyleattributes.hxxTomaž Vajngerl4-290/+290
2021-05-01svgio: use pragma once in the header filesTomaž Vajngerl33-143/+33
2021-05-01svgio: add test for svgtools starting with SvgNumberTomaž Vajngerl3-0/+94
2021-05-01svgio: move isPositive to the SvgNumber header fileTomaž Vajngerl2-6/+4
2021-05-01svgio: move SvgNumber to its own header fileTomaž Vajngerl2-88/+118
2021-05-01convert enums to enum classes in svgnode.hxxTomaž Vajngerl12-62/+62
2021-05-01convert enums to enum classes in svgtools.hxxTomaž Vajngerl17-241/+241
2021-04-30svgio: change some OSL_ENSUREs to (std) assertTomaž Vajngerl1-5/+5
2021-04-30svgio: change SVGToken enum to enum classTomaž Vajngerl32-600/+600
2021-04-12update PCHsCaolán McNamara1-2/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21update pchesCaolán McNamara1-7/+1