Age | Commit message (Expand) | Author |
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 |
2021-12-24 | tdf#97663 SVGIO: Fix line spacing for <tspan> | Hossein |
2021-12-23 | Split BasePrimitive2D UNO interface into separate object | Noel Grandin |
2021-12-22 | Separate core drawinglayer func. into drawinglayercore library | Tomaž Vajngerl |
2021-12-16 | Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxx | Gabor Kelemen |
2021-12-15 | Recheck include/[a-d]* with IWYU | Gabor Kelemen |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-11-22 | Cleaning up math in SvgNumber | Hossein |
2021-11-19 | Use M_PI* instead of F_PI* | Mike Kaganski |
2021-11-12 | improve mergeToSinglePolyPolygon | Noel Grandin |
2021-11-11 | Use o3tl::convert | Mike Kaganski |
2021-11-03 | loplugin:finalclasses | Noel Grandin |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in svgio | Mike Kaganski |
2021-10-26 | Add documentation for the 'svgio' module | Hossein |
2021-10-17 | Use range based for loops | Hossein |
2021-10-11 | loplugin:moveparam in svgio | Noel Grandin |
2021-10-10 | loplugin:moveparam in basegfx | Noel Grandin |
2021-10-06 | Cleanup svgcharacternode.cxx | Hossein |
2021-10-06 | loplugin:moveparam in drawinglayer | Noel Grandin |
2021-09-24 | reduce copying in drawinglayer | Noel Grandin |
2021-09-22 | Extend loplugin:stringviewparam to starts/endsWith: svgio | Stephan Bergmann |
2021-09-09 | tdf#144052 reduce Primitive2D copying | Noel Grandin |
2021-09-02 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-22 | no need to use unique_ptr for B2DHomMatrix | Noel Grandin |
2021-08-22 | no need to use unique_ptr for B2DPolygon | Noel Grandin |
2021-08-22 | no need to use unique_ptr for B2DPolyPolygon | Noel Grandin |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-23 | EMF+ tdf#142975 Add brush support to DrawString record | Bartosz Kosiorek |
2021-05-04 | svgio: instead of assert(false && ...) rather use SAL_WARN instead | Tomaž Vajngerl |
2021-05-01 | svgio: add test for SvgNumber::solve | Tomaž Vajngerl |
2021-05-01 | svgio: refactor SvgNumber::solve and SvgNumber::solveNonPercentage | Tomaž Vajngerl |
2021-05-01 | svgio: move SvgNumber methods to its own SvgNumber.cxx file | Tomaž Vajngerl |
2021-05-01 | svgio: covnert enum to enum class in svgtools.cxx | Tomaž Vajngerl |
2021-05-01 | svgio: convert enum to enum class in svgstyleattributes.hxx | Tomaž Vajngerl |
2021-05-01 | svgio: use pragma once in the header files | Tomaž Vajngerl |
2021-05-01 | svgio: add test for svgtools starting with SvgNumber | Tomaž Vajngerl |
2021-05-01 | svgio: move isPositive to the SvgNumber header file | Tomaž Vajngerl |
2021-05-01 | svgio: move SvgNumber to its own header file | Tomaž Vajngerl |
2021-05-01 | convert enums to enum classes in svgnode.hxx | Tomaž Vajngerl |
2021-05-01 | convert enums to enum classes in svgtools.hxx | Tomaž Vajngerl |
2021-04-30 | svgio: change some OSL_ENSUREs to (std) assert | Tomaž Vajngerl |
2021-04-30 | svgio: change SVGToken enum to enum class | Tomaž Vajngerl |