summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2022-06-16loplugin:moveitNoel Grandin2-4/+4
2022-06-14tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek1-3/+11
2022-05-29we can std::move the data out of TextBreakupHelperNoel Grandin2-8/+7
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin2-8/+8
2022-05-01use more string_view in variousNoel Grandin1-6/+7
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-1/+1
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin1-2/+2
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-03-03Recheck modules sv* with IWYUGabor Kelemen18-17/+4
2021-12-24Fix Test::testTdf97663Jan-Marek Glogowski1-3/+1
2021-12-24tdf#97663 SVGIO: Fix line spacing for <tspan>Hossein6-8/+36
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin5-34/+41
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl4-0/+4
2021-12-16Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxxGabor Kelemen1-1/+1
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen4-0/+4
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
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