Age | Commit message (Expand) | Author |
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 |
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-23 | make more classes private in mergedlibs mode | Noel Grandin |
2020-03-14 | tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`. | Yukio Siraichi |
2020-03-09 | tdf43157:Clean up OSL_ASSERT, DBG_ASSERT, etc.. | Pelin Kuran |
2020-03-04 | tdf#130150 Improve clipping in PDF export | Armin.Le.Grand (CIB) |
2020-02-14 | tdf#130655 callback interface for 3D and secure dash | Armin Le Grand |
2020-02-14 | tdf#130655 added callback interface to ::applyLineDashing | Armin Le Grand (Collabora) |
2020-02-07 | tdf#130478 Enhance Dashed line drawing on all systems | Armin Le Grand (Collabora) |
2020-02-03 | loplugin:constantparam | Noel Grandin |
2020-01-31 | new loplugin:namespaceindentation | Noel Grandin |
2020-01-26 | Fix typo | Andrea Gelmini |
2020-01-23 | tdf#129845: Better solution using already existing info | Armin Le Grand |
2020-01-14 | clang-tidy modernize-concat-nested-namespace in basegfx | Noel Grandin |
2020-01-13 | crashtesting: downgrade assert to a warning | Caolán McNamara |