Age | Commit message (Expand) | Author |
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 |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-06-30 | Upcoming improved loplugin:staticanonymous -> redundantstatic: basegfx | Stephan Bergmann |
2020-06-24 | use more std::container::insert instead of std::copy | Noel Grandin |
2020-06-02 | basegfx: test of coordinate system conversion | Tomaž Vajngerl |
2020-05-28 | loplugin:simplifybool in accessibility..basic | Noel Grandin |
2020-05-19 | tdf#88205 EasyHack change css::uno::Sequence initializations | vgeof |
2020-05-15 | use for-range on Sequence in basctl..canvas | Noel Grandin |
2020-05-04 | Fix typo | Andrea Gelmini |
2020-04-22 | tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/ | Gabor Kelemen |
2020-04-19 | loplugin:flatten in basegfx | Noel Grandin |
2020-04-14 | loplugin:buriedassign in b* | Noel Grandin |
2020-03-30 | OSL_ASSERT->assert in basegfx | Noel Grandin |
2020-03-30 | remove Matrix class from basegfx, convert B2DHomMatrix tests | Tomaž Vajngerl |
2020-03-29 | basegfx: test B2DHomMatrix and Matrix together | Tomaž Vajngerl |
2020-03-23 | make more classes private in mergedlibs mode | Noel Grandin |
2020-03-14 | tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`. | Yukio Siraichi |