Age | Commit message (Expand) | Author |
2022-01-19 | tdf#145614 Convert #define to enum or constexpr | VaibhavMalik4187 |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2021-12-27 | use comphelper::WeakComponentImplHelper in UnoPolyPolygon | Noel Grandin |
2021-12-21 | loplugin:flatten in accessibility..basic | Noel Grandin |
2021-12-20 | Missing inlcude (for std::as_const) | Stephan Bergmann |
2021-12-07 | improve loplugin:cow_wrapper | Noel Grandin |
2021-12-03 | flatten ImplB2DPolygon data a little | Noel Grandin |
2021-12-01 | improve the script for reducing symbol exports | Noel Grandin |
2021-11-19 | Drop F_2PI | Mike Kaganski |
2021-11-19 | Use M_PI* instead of F_PI* | Mike Kaganski |
2021-11-12 | improve mergeToSinglePolyPolygon | Noel Grandin |
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-04-09 | Recheck include/ with IWYU | Gabor Kelemen |
2021-04-01 | tdf#124176 Use pragma once instead of include guards | rounak |
2021-03-26 | Drop these defines | Mike Kaganski |
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 |
2020-12-27 | std::list::size() has constant complexity since C++11 | Jochen Nitschke |
2020-11-16 | replace std::min(std::max()) with std::clamp | Noel |
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-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-06-30 | Upcoming improved loplugin:staticanonymous -> redundantstatic: basegfx | Stephan Bergmann |
2020-06-24 | use more std::container::insert instead of std::copy | Noel Grandin |