summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Expand)AuthorFilesLines
2022-11-29SVG import: add support for semi-transparent textMiklos Vajna1-2/+17
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin1-1/+1
2022-09-28use more string_view in svgioNoel Grandin5-51/+51
2022-09-23svgio: Simplify by using replaceAllXisco Fauli1-49/+3
2022-09-23tdf#151118: don't trim leading/trailing spaces in 'preserve' caseXisco Fauli1-5/+3
2022-09-23tdf#151118: svg: don't replace newline with space when xml:space="default"Xisco Fauli2-12/+9
2022-09-22tdf#151118: svg: fix handling of xml:space="preserve"Xisco Fauli2-28/+12
2022-09-21tdf#103888: Do not add a gap at the end of each text portionXisco Fauli2-45/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny1-0/+2
2022-08-11tdf#150323: also add markers if there is a css style parentXisco Fauli1-1/+2
2022-07-29svgio: Add support for clip-rule="evenodd"Xisco Fauli1-11/+33
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 Fauli1-1/+2
2022-07-18tdf#126330: use correct type for symbol nodeXisco Fauli1-1/+1
2022-07-15tdf#97539; if parent is css style, look one level upXisco Fauli1-5/+22
2022-07-15svgio: simplify codeXisco Fauli23-26/+25
2022-07-15svgio: remove recurrent checkXisco Fauli1-1/+1
2022-07-14svgio: factor out common codeXisco Fauli6-38/+26
2022-07-13svgio: use href along with xlink:hrefXisco Fauli8-0/+9
2022-07-08svgio: Rename variable and add unittestXisco Fauli1-2/+2
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 Fauli1-1/+1
2022-07-08tdf#149913: add support for auto-start-reverseXisco Fauli2-5/+16
2022-07-08svgio: use IgnoreAsciiCase when checking these valuesXisco Fauli10-97/+105
2022-07-07svgio: make readLocalUrl standard-compliantXisco Fauli1-6/+14
2022-07-07tdf#149893: Color names are ASCII case-insensitiveXisco Fauli2-16/+10
2022-07-06tdf#149880: handle url when it's inside the quotation marksXisco Fauli1-2/+11
2022-06-27clang-tidy modernize-pass-by-value in svgioNoel Grandin3-7/+10
2022-06-22tdf#149449 Don't ignore CSS class redefinition inside SVGsofftkp1-17/+14
2022-06-16loplugin:moveitNoel Grandin2-4/+4
2022-05-29we can std::move the data out of TextBreakupHelperNoel Grandin2-8/+7
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin1-7/+7
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 Kelemen3-3/+1
2021-12-24tdf#97663 SVGIO: Fix line spacing for <tspan>Hossein1-4/+0
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin1-1/+1
2021-12-16Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxxGabor Kelemen1-1/+1
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen4-0/+4
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 Kaganski3-13/+15
2021-10-31Prepare for removal of non-const operator[] from Sequence in svgioMike Kaganski1-2/+1