- b3c965c clang-tidy modernize-pass-by-value in basegfx by Noel Grandin · 3 years, 10 months ago
- a615eb3 basegfx: add test for 2D vector classes B2DVector, B2IVector by Tomaž Vajngerl · 3 years, 11 months ago
- c9711f2 basegfx: remove CoordinateData2D class and use B2DPoint directly by Tomaž Vajngerl · 3 years, 11 months ago
- ed6d83d basegfx: move ImplB2DPolyPolygon inside basegfx namespace by Tomaž Vajngerl · 3 years, 11 months ago
- 04669a3 basegfx: generalize B2DRange and B2IRange with Range2D template by Tomaž Vajngerl · 4 years ago
- 4418893 ofz#46070 Out-of-memory by Caolán McNamara · 4 years ago
- d506ff9 add string_view wrappers for rtl::math::stringToDouble by Noel Grandin · 4 years ago
- bdff0bb Use o3tl::make_unsigned in some places by Stephan Bergmann · 4 years ago
- b24a4d2 use more string_view by Noel Grandin · 4 years ago
- 84f5a7f ofz#46070 Out-of-memory by Caolán McNamara · 4 years ago
- a2d49b6 tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b) by Bartosz Kosiorek · 4 years ago
- f4474b2 ofz#45878 add a way to set some limit on hugely complex clips by Caolán McNamara · 4 years, 1 month ago
- 67fcd8f tdf#147906 used std::hypot for Pythagorean addition by Gautham Krishnan · 4 years, 1 month ago
- 59cb2aa Update basegfx workbench by Hossein · 4 years, 4 months ago
- 7002caa new loplugin:trivialdestructor by Noel Grandin · 4 years, 1 month ago
- 49746f4 tdf#145759 Use symbolic constants instead of magic numerical constants by Kunal Pawar · 4 years, 2 months ago
- 8b327cd tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by VaibhavMalik4187 · 4 years, 2 months ago
- 40bab1e tdf#145614 Convert #define to enum or constexpr by VaibhavMalik4187 · 4 years, 3 months ago
- 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
- 6464be1 use comphelper::WeakComponentImplHelper in UnoPolyPolygon by Noel Grandin · 4 years, 3 months ago
- 26f46b8 loplugin:flatten in accessibility..basic by Noel Grandin · 4 years, 4 months ago
- e867343 Missing inlcude (for std::as_const) by Stephan Bergmann · 4 years, 4 months ago
- 5de20e4 improve loplugin:cow_wrapper by Noel Grandin · 4 years, 4 months ago
- a08089b flatten ImplB2DPolygon data a little by Noel Grandin · 4 years, 4 months ago
- e10e5c1 improve the script for reducing symbol exports by Noel Grandin · 4 years, 5 months ago
- 1cc6fca Drop F_2PI by Mike Kaganski · 4 years, 5 months ago
- 37429f2 Use M_PI* instead of F_PI* by Mike Kaganski · 4 years, 5 months ago
- b2247f8 improve mergeToSinglePolyPolygon by Noel Grandin · 4 years, 5 months ago
- eea7af1 loplugin:moveparam in basegfx by Noel Grandin · 4 years, 6 months ago
- e0117ef loplugin:moveparam in basegfx by Noel Grandin · 4 years, 6 months ago
- 3b8e53f loplugin:constparams improve handling of pointer params by Noel Grandin · 4 years, 6 months ago
- 3a1a448 loplugin:constvars by Noel Grandin · 4 years, 7 months ago
- 6c7c7bc loplugin:cow_wrapper by Noel Grandin · 4 years, 7 months ago
- 70cd6cac6 no need to allocate this separately by Noel Grandin · 4 years, 7 months ago
- 8024118 clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
- 3a668a2 no need to use unique_ptr for B2DPolygon by Noel Grandin · 4 years, 8 months ago
- f46740a loplugin:sequenceloop also check for B2DPolyPolygon by Noel Grandin · 4 years, 8 months ago
- 889df64 reduce alloc costs for some basegfx objects (tdf#105575) by Noel Grandin · 4 years, 8 months ago
- 9ae4f8b getArray->getConstArray by Noel Grandin · 4 years, 8 months ago
- b24a1bc Drop redundant check by Mike Kaganski · 4 years, 8 months ago
- bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
- c703b2d basegfx: generalise tuples with template class Tuple2D and Tuple3D by Tomaž Vajngerl · 5 years ago
- e838c1b basegfx: use namespace for "ftools", make sure input is FP number by Tomaž Vajngerl · 4 years, 10 months ago
- b49fce1 Simplify vector initializations by Julien Nabet · 4 years, 10 months ago
- 628c1c3 Updated README.md files by Hossein · 5 years ago
- 2633d5f Recheck include/ with IWYU by Gabor Kelemen · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- 3b704dc tdf#124176 Use pragma once instead of include guards by rounak · 5 years ago
- ed9ff1a Drop these defines by Mike Kaganski · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
- c950ded update pches by Caolán McNamara · 5 years ago
- 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
- df5b950 Added Unit test to BColorModifier by Deb Barkley-Yeung · 5 years ago
- 8bb759e tdf#139002 dont hang opening pathological SVGs by Noel Grandin · 5 years ago
- 167f4ed basegfx::utils::applyLineDashing simplify !aLineTargetCallBack checks by Dr. David Alan Gilbert · 5 years ago
- 654c527 Use ContainerType().swap and avoid local variables by Mike Kaganski · 5 years ago
- ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
- 8a545ef std::list::size() has constant complexity since C++11 by Jochen Nitschke · 5 years ago
- a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
- 36b3b35 replace std::min(std::max()) with std::clamp by Noel · 5 years ago
- 0eaf209 tdf#123936 Formatting files in module basegfx with clang-format by Philipp Hofer · 5 years ago
- f34ac57 New loplugin:stringviewparam by Stephan Bergmann · 5 years ago
- 0505a00 tdf#42949 Fix new IWYU warnings in directories [ab]* by Gabor Kelemen · 5 years ago
- 44c120b tdf#124176 Using pragma once instead of inclusive guards by diwanshu885 · 5 years ago
- 5219c6b tdf#124176 Using pragma once instead of include guards by Betül İnce · 5 years ago
- d1da299 tdf#124176 Using pragma once instead of include guards by gizemozgun · 5 years ago
- 387a88f use tools::Long in basegfx..chart2 by Noel · 5 years ago
- 22d94ce loplugin:const* make some params and methods const by Noel · 6 years ago
- 6652514 Add unit tests to B2DPoint by Deb Barkley-Yeung · 6 years ago
- 782f4a6 drop unused MinimalSystemDependentDataManager by Caolán McNamara · 6 years ago
- 47d437d Fix typo in code by Andrea Gelmini · 6 years ago
- d7484b0 Fix typos by Andrea Gelmini · 6 years ago
- e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
- 52f8e0b tdf#133477 basegfx: fix center of rotated gradients by Tünde Tóth · 6 years ago
- d7894dd basegfx: remove completly useless namespace opening and closing by Arnaud Versini · 6 years ago
- 0178e36 compact namespace: basegfx,canvas by Noel Grandin · 6 years ago
- 12147e0 merge needlessly split polygons back in Skia drawing (tdf#133016) by Luboš Luňák · 6 years ago
- c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
- 65269c2 Upcoming improved loplugin:staticanonymous -> redundantstatic: basegfx by Stephan Bergmann · 6 years ago
- a2fc883 use more std::container::insert instead of std::copy by Noel Grandin · 6 years ago
- b5dee02 basegfx: test of coordinate system conversion by Tomaž Vajngerl · 6 years ago
- 5f19287 loplugin:simplifybool in accessibility..basic by Noel Grandin · 6 years ago
- 8209c25 tdf#88205 EasyHack change css::uno::Sequence initializations by vgeof · 6 years ago
- 898cbb2 use for-range on Sequence in basctl..canvas by Noel Grandin · 6 years ago
- b6caf88 Fix typo by Andrea Gelmini · 6 years ago
- e12fa18 tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/ by Gabor Kelemen · 6 years ago
- 5dccf84 loplugin:flatten in basegfx by Noel Grandin · 6 years ago
- 14471a6 loplugin:buriedassign in b* by Noel Grandin · 6 years ago
- 781ed42 OSL_ASSERT->assert in basegfx by Noel Grandin · 6 years ago
- 4501a0b remove Matrix class from basegfx, convert B2DHomMatrix tests by Tomaž Vajngerl · 6 years ago
- 60f14ad basegfx: test B2DHomMatrix and Matrix together by Tomaž Vajngerl · 6 years ago
- 0115964 make more classes private in mergedlibs mode by Noel Grandin · 6 years ago
- 8f8b64c tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`. by Yukio Siraichi · 6 years ago
- bdb1c72 tdf43157:Clean up OSL_ASSERT, DBG_ASSERT, etc.. by Pelin Kuran · 6 years ago
- 6dff631 tdf#130150 Improve clipping in PDF export by Armin.Le.Grand (CIB) · 6 years ago
- 62ac833 tdf#130655 callback interface for 3D and secure dash by Armin Le Grand · 6 years ago
- 0dc4fdd tdf#130655 added callback interface to ::applyLineDashing by Armin Le Grand (Collabora) · 6 years ago
- 5f61c9f tdf#130478 Enhance Dashed line drawing on all systems by Armin Le Grand (Collabora) · 6 years ago
- 0528012 loplugin:constantparam by Noel Grandin · 6 years ago