summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2022-07-29svgio: Add support for clip-rule="evenodd"Xisco Fauli4-11/+78
2022-07-29svgio: qa: add unittest for fill-ruleXisco Fauli2-0/+24
2022-07-22elide some makeStringAndClear() callsNoel Grandin2-5/+10
2022-07-19crashtesting: assert seen on loading moz820988-2.svgCaolán McNamara1-1/+1
2022-07-18related: tdf#97539: SVGIO: iterate over parent's clippathsXisco Fauli3-1/+42
2022-07-18tdf#126330: use correct type for symbol nodeXisco Fauli3-1/+31
2022-07-15tdf#97539; if parent is css style, look one level upXisco Fauli4-6/+53
2022-07-15svgio: simplify codeXisco Fauli24-28/+26
2022-07-15svgio: remove recurrent checkXisco Fauli1-1/+1
2022-07-15svgio: qa: Add test for shape with ref to clipPathXisco Fauli2-0/+30
2022-07-14svgio: factor out common codeXisco Fauli7-38/+27
2022-07-13svgio: use href along with xlink:hrefXisco Fauli10-2/+12
2022-07-08svgio: Rename variable and add unittestXisco Fauli3-2/+36
2022-07-08svgio: o3tl::starts_with() -> o3tl::equalsIgnoreAsciiCase(o3tl::trim())Xisco Fauli1-18/+18
2022-07-08svgio: forgot the 'else'Xisco Fauli1-1/+1
2022-07-08related: tdf#149893: trim the color nameXisco Fauli2-2/+2
2022-07-08tdf#149913: add support for auto-start-reverseXisco Fauli5-10/+83
2022-07-08svgio: use IgnoreAsciiCase when checking these valuesXisco Fauli10-97/+105
2022-07-07svgio: fix copy-paste nameXisco Fauli1-3/+3
2022-07-07svgio: make readLocalUrl standard-compliantXisco Fauli1-6/+14
2022-07-07tdf#149893: Color names are ASCII case-insensitiveXisco Fauli5-19/+34
2022-07-06tdf#149880: handle url when it's inside the quotation marksXisco Fauli3-2/+44
2022-06-27clang-tidy modernize-pass-by-value in svgioNoel Grandin5-9/+12
2022-06-23Make CppunitTest_svgio CPPUNIT_TEST_NAME=Test::testCssClassRedefinition robustStephan Bergmann2-2/+3
2022-06-22tdf#149449 Add unit test for CSS class redefinition inside SVGsofftkp2-0/+35
2022-06-22tdf#149449 Don't ignore CSS class redefinition inside SVGsofftkp2-19/+16
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