Age | Commit message (Expand) | Author |
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 |
2021-04-12 | update PCHs | Caolán McNamara |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-21 | update pches | Caolán McNamara |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-03-06 | update pches | Julien Nabet |
2021-02-23 | update pches | Caolán McNamara |
2021-02-20 | loplugin:refcounting in svgio | Noel |
2021-02-08 | update pches | Caolán McNamara |
2021-01-09 | fix coverity parse errors | Caolán McNamara |
2021-01-04 | loplugin:stringviewparam: operator += | Stephan Bergmann |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-04 | update pches | Caolán McNamara |
2020-12-01 | tdf#42949 Fix new IWYU warnings in directories s* | Gabor Kelemen |
2020-11-23 | remove left-over printf | Tomaž Vajngerl |