Age | Commit message (Expand) | Author |
2021-10-10 | loplugin:moveparam in basegfx | Noel Grandin |
2021-10-06 | loplugin:moveparam in basegfx | Noel Grandin |
2021-09-30 | loplugin:constparams improve handling of pointer params | Noel Grandin |
2021-09-15 | loplugin:constvars | Noel Grandin |
2021-09-13 | loplugin:cow_wrapper | Noel Grandin |
2021-09-08 | no need to allocate this separately | Noel Grandin |
2021-08-27 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-22 | no need to use unique_ptr for B2DPolygon | Noel Grandin |
2021-08-18 | loplugin:sequenceloop also check for B2DPolyPolygon | Noel Grandin |
2021-08-17 | reduce alloc costs for some basegfx objects (tdf#105575) | Noel Grandin |
2021-07-31 | getArray->getConstArray | Noel Grandin |
2021-07-27 | Drop redundant check | Mike Kaganski |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-17 | basegfx: generalise tuples with template class Tuple2D and Tuple3D | Tomaž Vajngerl |
2021-06-16 | basegfx: use namespace for "ftools", make sure input is FP number | Tomaž Vajngerl |
2021-06-11 | Simplify vector initializations | Julien Nabet |
2021-04-19 | Updated README.md files | Hossein |
2021-04-09 | Recheck include/ with IWYU | Gabor Kelemen |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-01 | tdf#124176 Use pragma once instead of include guards | rounak |
2021-03-26 | Drop these defines | Mike Kaganski |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-02-08 | update pches | Caolán McNamara |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-02-02 | Added Unit test to BColorModifier | Deb Barkley-Yeung |
2021-02-02 | tdf#139002 dont hang opening pathological SVGs | Noel Grandin |
2021-01-31 | basegfx::utils::applyLineDashing simplify !aLineTargetCallBack checks | Dr. David Alan Gilbert |
2021-01-24 | Use ContainerType().swap and avoid local variables | Mike Kaganski |
2021-01-09 | fix coverity parse errors | Caolán McNamara |
2020-12-27 | std::list::size() has constant complexity since C++11 | Jochen Nitschke |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-11-16 | replace std::min(std::max()) with std::clamp | Noel |
2020-11-13 | tdf#123936 Formatting files in module basegfx with clang-format | Philipp Hofer |
2020-11-12 | New loplugin:stringviewparam | Stephan Bergmann |
2020-11-05 | tdf#42949 Fix new IWYU warnings in directories [ab]* | Gabor Kelemen |
2020-10-30 | tdf#124176 Using pragma once instead of inclusive guards | diwanshu885 |
2020-10-24 | tdf#124176 Using pragma once instead of include guards | Betül İnce |
2020-10-23 | tdf#124176 Using pragma once instead of include guards | gizemozgun |
2020-10-21 | use tools::Long in basegfx..chart2 | Noel |
2020-10-06 | loplugin:const* make some params and methods const | Noel |
2020-09-03 | Add unit tests to B2DPoint | Deb Barkley-Yeung |
2020-09-02 | drop unused MinimalSystemDependentDataManager | Caolán McNamara |
2020-08-30 | Fix typo in code | Andrea Gelmini |
2020-08-17 | Fix typos | Andrea Gelmini |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-08-07 | tdf#133477 basegfx: fix center of rotated gradients | Tünde Tóth |
2020-07-26 | basegfx: remove completly useless namespace opening and closing | Arnaud Versini |
2020-07-16 | compact namespace: basegfx,canvas | Noel Grandin |
2020-07-16 | merge needlessly split polygons back in Skia drawing (tdf#133016) | Luboš Luňák |