summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)Author
2023-02-28no need to allocate SvgUnits separatelyNoel Grandin
2022-12-08CppunitTest_svgio: use CPPUNIT_TEST_FIXTURE()Miklos Vajna
2022-11-29SVG import: add support for semi-transparent textMiklos Vajna
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin
2022-09-28use more string_view in svgioNoel Grandin
2022-09-23svgio: Simplify by using replaceAllXisco Fauli
2022-09-23tdf#151118: don't trim leading/trailing spaces in 'preserve' caseXisco Fauli
2022-09-23tdf#151118: svg: don't replace newline with space when xml:space="default"Xisco Fauli
2022-09-22tdf#151118: svg: fix handling of xml:space="preserve"Xisco Fauli
2022-09-21tdf#103888: Do not add a gap at the end of each text portionXisco Fauli
2022-08-30tdf#141908 Replace usage of sal_Int32 with Color in unit testscutamar
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-08-11tdf#150323: also add markers if there is a css style parentXisco Fauli
2022-07-29svgio: Add support for clip-rule="evenodd"Xisco Fauli
2022-07-29svgio: qa: add unittest for fill-ruleXisco Fauli
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2022-07-19crashtesting: assert seen on loading moz820988-2.svgCaolán McNamara
2022-07-18related: tdf#97539: SVGIO: iterate over parent's clippathsXisco Fauli
2022-07-18tdf#126330: use correct type for symbol nodeXisco Fauli
2022-07-15tdf#97539; if parent is css style, look one level upXisco Fauli
2022-07-15svgio: simplify codeXisco Fauli
2022-07-15svgio: remove recurrent checkXisco Fauli
2022-07-15svgio: qa: Add test for shape with ref to clipPathXisco Fauli
2022-07-14svgio: factor out common codeXisco Fauli
2022-07-13svgio: use href along with xlink:hrefXisco Fauli
2022-07-08svgio: Rename variable and add unittestXisco Fauli
2022-07-08svgio: o3tl::starts_with() -> o3tl::equalsIgnoreAsciiCase(o3tl::trim())Xisco Fauli
2022-07-08svgio: forgot the 'else'Xisco Fauli
2022-07-08related: tdf#149893: trim the color nameXisco Fauli
2022-07-08tdf#149913: add support for auto-start-reverseXisco Fauli
2022-07-08svgio: use IgnoreAsciiCase when checking these valuesXisco Fauli
2022-07-07svgio: fix copy-paste nameXisco Fauli
2022-07-07svgio: make readLocalUrl standard-compliantXisco Fauli
2022-07-07tdf#149893: Color names are ASCII case-insensitiveXisco Fauli
2022-07-06tdf#149880: handle url when it's inside the quotation marksXisco Fauli
2022-06-27clang-tidy modernize-pass-by-value in svgioNoel Grandin
2022-06-23Make CppunitTest_svgio CPPUNIT_TEST_NAME=Test::testCssClassRedefinition robustStephan Bergmann
2022-06-22tdf#149449 Add unit test for CSS class redefinition inside SVGsofftkp
2022-06-22tdf#149449 Don't ignore CSS class redefinition inside SVGsofftkp
2022-06-16loplugin:moveitNoel Grandin
2022-06-14tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fillBartosz Kosiorek
2022-05-29we can std::move the data out of TextBreakupHelperNoel Grandin
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen