summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Expand)Author
2022-08-28svgio: Add support for clip-rule="evenodd"Xisco Fauli
2022-08-01related: tdf#97539: SVGIO: iterate over parent's clippathsXisco Fauli
2022-08-01tdf#97539; if parent is css style, look one level upXisco Fauli
2022-07-26tdf#126330: use correct type for symbol nodeXisco Fauli
2022-07-26svgio: use href along with xlink:hrefXisco Fauli
2022-07-26tdf#149449 Don't ignore CSS class redefinition inside SVGsofftkp
2022-07-11related: tdf#149893: trim the color nameXisco Fauli
2022-07-11tdf#149880: handle url when it's inside the quotation marksXisco Fauli
2022-07-11tdf#149893: Color names are ASCII case-insensitiveXisco Fauli
2021-12-24tdf#97663 SVGIO: Fix line spacing for <tspan>Hossein
2021-11-22Cleaning up math in SvgNumberHossein
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-12improve mergeToSinglePolyPolygonNoel Grandin
2021-11-11Use o3tl::convertMike Kaganski
2021-10-31Prepare for removal of non-const operator[] from Sequence in svgioMike Kaganski
2021-10-17Use range based for loopsHossein
2021-10-11loplugin:moveparam in svgioNoel Grandin
2021-10-10loplugin:moveparam in basegfxNoel Grandin
2021-10-06Cleanup svgcharacternode.cxxHossein
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin
2021-09-24reduce copying in drawinglayerNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: svgioStephan Bergmann
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-22no need to use unique_ptr for B2DHomMatrixNoel Grandin
2021-08-22no need to use unique_ptr for B2DPolygonNoel Grandin
2021-08-22no need to use unique_ptr for B2DPolyPolygonNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-04svgio: instead of assert(false && ...) rather use SAL_WARN insteadTomaž Vajngerl
2021-05-01svgio: refactor SvgNumber::solve and SvgNumber::solveNonPercentageTomaž Vajngerl
2021-05-01svgio: move SvgNumber methods to its own SvgNumber.cxx fileTomaž Vajngerl
2021-05-01svgio: covnert enum to enum class in svgtools.cxxTomaž Vajngerl
2021-05-01svgio: convert enum to enum class in svgstyleattributes.hxxTomaž Vajngerl
2021-05-01svgio: move isPositive to the SvgNumber header fileTomaž Vajngerl
2021-05-01convert enums to enum classes in svgnode.hxxTomaž Vajngerl
2021-05-01convert enums to enum classes in svgtools.hxxTomaž Vajngerl
2021-04-30svgio: change some OSL_ENSUREs to (std) assertTomaž Vajngerl
2021-04-30svgio: change SVGToken enum to enum classTomaž Vajngerl
2021-02-20loplugin:refcounting in svgioNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-23remove left-over printfTomaž Vajngerl
2020-11-23remove unneeded namespace re-declarationsTomaž Vajngerl
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-10-04loplugin:reducevarscope in store..svtoolsNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-01Fix typoAndrea Gelmini