Age | Commit message (Expand) | Author |
2022-12-08 | CppunitTest_svgio: use CPPUNIT_TEST_FIXTURE() | Miklos Vajna |
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-30 | tdf#141908 Replace usage of sal_Int32 with Color in unit tests | cutamar |
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-29 | svgio: qa: add unittest for fill-rule | 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-15 | svgio: qa: Add test for shape with ref to clipPath | 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: fix copy-paste name | 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-23 | Make CppunitTest_svgio CPPUNIT_TEST_NAME=Test::testCssClassRedefinition robust | Stephan Bergmann |
2022-06-22 | tdf#149449 Add unit test for CSS class redefinition inside SVGs | offtkp |
2022-06-22 | tdf#149449 Don't ignore CSS class redefinition inside SVGs | offtkp |
2022-06-16 | loplugin:moveit | Noel Grandin |
2022-06-14 | tdf#131506 tdf#143031 EMF+ Fix displaying PathGradient fill | Bartosz Kosiorek |
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 |
2022-04-27 | add string_view wrappers for rtl::math::stringToDouble | Noel Grandin |
2022-04-19 | new loplugin:stringviewvar looks for OUString vars that can be | Noel Grandin |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-03-03 | Recheck modules sv* with IWYU | Gabor Kelemen |
2021-12-24 | Fix Test::testTdf97663 | Jan-Marek Glogowski |