Age | Commit message (Expand) | Author |
2023-06-19 | tdf#97717: do not call add_postProcess from g element | Xisco Fauli |
2023-06-17 | svgio: use "frozen" for mapping between token strings and enums | Tomaž Vajngerl |
2023-06-15 | tdf#155833: apply transform to image even if target is equal to viewbox | Xisco Fauli |
2023-06-14 | tdf#155735: Add support for saturate type | Xisco Fauli |
2023-06-14 | tdf#155819: check marker property comes from a style sheet | Xisco Fauli |
2023-06-13 | svgio: remove unneeded initializer | Xisco Fauli |
2023-06-12 | cid#1532368 Unchecked dynamic_cast | Caolán McNamara |
2023-06-08 | tdf#155735: Add basic support for feColorMatrix | Xisco Fauli |
2023-06-08 | tdf#155733: no need to store these values | Xisco Fauli |
2023-06-07 | tdf#132246: add basic support for feGaussianBlur | Xisco Fauli |
2023-06-07 | related: tdf#132246: Add basic filter node | Xisco Fauli |
2023-04-26 | expose parsing svgs for testing | Caolán McNamara |
2023-02-28 | no need to allocate SvgUnits separately | Noel Grandin |
2022-11-29 | SVG import: add support for semi-transparent text | Miklos Vajna |
2022-11-16 | Use BitmapEx in BitmapPrimitive2D | Noel Grandin |
2022-09-28 | use more string_view in svgio | Noel Grandin |
2022-09-23 | svgio: Simplify by using replaceAll | Xisco Fauli |
2022-09-23 | tdf#151118: don't trim leading/trailing spaces in 'preserve' case | Xisco Fauli |
2022-09-23 | tdf#151118: svg: don't replace newline with space when xml:space="default" | Xisco Fauli |
2022-09-22 | tdf#151118: svg: fix handling of xml:space="preserve" | Xisco Fauli |
2022-09-21 | tdf#103888: Do not add a gap at the end of each text portion | Xisco Fauli |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-14 | tdf#104921: Cleanup Kashida insertion logic | Khaled Hosny |
2022-08-11 | tdf#150323: also add markers if there is a css style parent | Xisco Fauli |
2022-07-29 | svgio: Add support for clip-rule="evenodd" | Xisco Fauli |
2022-07-22 | elide some makeStringAndClear() calls | Noel Grandin |
2022-07-19 | crashtesting: assert seen on loading moz820988-2.svg | Caolán McNamara |
2022-07-18 | related: tdf#97539: SVGIO: iterate over parent's clippaths | Xisco Fauli |
2022-07-18 | tdf#126330: use correct type for symbol node | Xisco Fauli |
2022-07-15 | tdf#97539; if parent is css style, look one level up | Xisco Fauli |
2022-07-15 | svgio: simplify code | Xisco Fauli |
2022-07-15 | svgio: remove recurrent check | Xisco Fauli |
2022-07-14 | svgio: factor out common code | Xisco Fauli |
2022-07-13 | svgio: use href along with xlink:href | Xisco Fauli |
2022-07-08 | svgio: Rename variable and add unittest | Xisco Fauli |
2022-07-08 | svgio: o3tl::starts_with() -> o3tl::equalsIgnoreAsciiCase(o3tl::trim()) | Xisco Fauli |
2022-07-08 | svgio: forgot the 'else' | Xisco Fauli |
2022-07-08 | related: tdf#149893: trim the color name | Xisco Fauli |
2022-07-08 | tdf#149913: add support for auto-start-reverse | Xisco Fauli |
2022-07-08 | svgio: use IgnoreAsciiCase when checking these values | Xisco Fauli |
2022-07-07 | svgio: make readLocalUrl standard-compliant | Xisco Fauli |
2022-07-07 | tdf#149893: Color names are ASCII case-insensitive | Xisco Fauli |
2022-07-06 | tdf#149880: handle url when it's inside the quotation marks | Xisco Fauli |
2022-06-27 | clang-tidy modernize-pass-by-value in svgio | Noel Grandin |
2022-06-22 | tdf#149449 Don't ignore CSS class redefinition inside SVGs | offtkp |
2022-06-16 | loplugin:moveit | Noel Grandin |
2022-05-29 | we can std::move the data out of TextBreakupHelper | Noel Grandin |
2022-05-03 | add o3tl::matchIgnoreAsciiCase | Noel Grandin |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |