summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)Author
2024-04-19tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangleMike Kaganski
2024-04-19tdf#160717: fix ex handlingMike Kaganski
2024-04-18tdf#160594: Use the recommended fallback of 0.5em for ex in font-sizeMike Kaganski
2024-04-18tdf#160593: make sure to use current element's font size for em unitMike Kaganski
2024-04-18svgio: factor out common codeXisco Fauli
2024-04-17svgio: map all 'in' keywords to target for nowXisco Fauli
2024-04-16tdf#48062: Add support for arithmetic in feCompositeXisco Fauli
2024-04-15cid#1596322 Resource leakCaolán McNamara
2024-04-14Round in XmlWriter::attribute when passing a doubleMike Kaganski
2024-04-12tdf#159660: Add support for screen mode in feBlendXisco Fauli
2024-04-11Move variables into their usage scopeMike Kaganski
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