summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)Author
2024-04-03tdf#146619 Drop unused 'using namespace' in: svgio/Gabor Kelemen
2024-03-28Fix typoAndrea Gelmini
2024-03-28svgio: simplify codeXisco Fauli
2024-03-27tdf#160386: Add support for switch elementXisco Fauli
2024-03-27tdf#156579: svgio: Add unittestXisco Fauli
2024-03-27CppunitTest_svgio: factor out common codeXisco Fauli
2024-03-26tdf#160373: Iterate over all parents to check whether it's a clipPath contentXisco Fauli
2024-03-15tdf#48062: use mergeToSinglePolyPolygon instead of createPolygonFromRectXisco Fauli
2024-03-15tdf#48062: Add support for atop operator in feCompositeXisco Fauli
2024-03-15tdf#48062: Add support for xor, in and out operators in feCompositeXisco Fauli
2024-03-13tdf#48062: Add support for feComposite filterXisco Fauli
2024-03-13tdf#159660: Add support for feBlend filterXisco Fauli
2024-03-13Fix typo pointer nameAndrea Gelmini
2024-03-12tdf#159660: Add support for feMerge and feMergeNodeXisco Fauli
2024-03-12related: tdf#159947: only parse in/result if the element supports themXisco Fauli
2024-03-07Simplify some basegfx::fTools::*orEqual callsNoel Grandin
2024-03-01tdf#159968: Support overflow:visible in marker elementXisco Fauli
2024-03-01svgio: simplify a bitXisco Fauli
2024-02-29tdf#159947: Add support for in and result filter attributesXisco Fauli
2024-02-07tdf#159601: svgio: do not use std::move hereXisco Fauli
2024-02-07these casts are no longer necessaryNoel Grandin
2024-02-07simplify some Primitive2DContainer constructionNoel Grandin
2024-02-07simplify some Primitive2DContainer accessesNoel Grandin
2024-02-07can std::move these Primitive2DContainer valuesNoel Grandin
2024-02-06tdf#159594: reuse target for symbols' childrenXisco Fauli
2024-02-05tdf#159566: match 'central' dominant-baseline to 'middle'Xisco Fauli
2024-02-05tdf#108037 Reduce time and memory consumed exporting to PDFNoel Grandin
2024-01-26tdf#158445: support viewBox in symbol elementsXisco Fauli
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-19cid#1545222 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-16cid#1546456 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-19Extended loplugin:ostr: svgioStephan Bergmann
2023-11-02Related: tdf#157939 put CppunitTest_svgio under non_application_font_use:abortCaolán McNamara
2023-10-27Drop rTokenName argument from SvgNode::parseAttributeMike Kaganski
2023-10-27Commit 04c78e1a46a423071d7ea68724525ec7ef92e0e8 follow-upMike Kaganski
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-09-26tdf#97710: do not create nonzero conform for polylineXisco Fauli
2023-09-09XSvgParser does not need to implement XAggreggationNoel Grandin
2023-09-07svgio: update commentXisco Fauli
2023-09-06tdf#157113: Add gap even if baseline is differentXisco Fauli
2023-09-05tdf#156569: '%' can be in the middle of the stringXisco Fauli
2023-08-22tdf#129356: handle css combinator when the element name is combined...Xisco Fauli
2023-08-21tdf#156834: Add basic support for dominant-baseline attributeXisco Fauli
2023-08-21tdf#156837: check baseline-shift from parent tooXisco Fauli
2023-08-18tdf#142424: Revert "related tdf#156579: just break for switch element"Xisco Fauli
2023-08-16svgio: fix typo in codeXisco Fauli
2023-08-15tdf#156777: check for css style in textpathXisco Fauli
2023-08-15tdf#86938: fix calculation of baseline-shiftXisco Fauli
2023-08-15tdf#93583: use getTextWidth to calculate line's widthXisco Fauli