- 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
- 69e0d871 make update_pch also consider files in <module>/src/**/inc by Luboš Luňák · 6 years ago
- 84b396a2 new loplugin:namespaceindentation by Noel Grandin · 6 years ago
- 63d6d68 Fix typo by Andrea Gelmini · 6 years ago
- 2da7a82 tdf#129845: Better solution using already existing info by Armin Le Grand · 6 years ago
- f8554b5 clang-tidy modernize-concat-nested-namespace in basegfx by Noel Grandin · 6 years ago
- 76a8746 crashtesting: downgrade assert to a warning by Caolán McNamara · 6 years ago
- 39521e2 Test for B2DRange by Tomaž Vajngerl · 6 years ago
- fb1eac6 sal_Char->char in avmedia..basic by Noel Grandin · 6 years ago
- 20ff62d3 loplugin:expandablemethods by Noel Grandin · 6 years ago
- 5c38453 basegfx: fix assertion text by Chris Sherlock · 6 years ago
- 5291c3e tdf#43157 basegfx: remove OSL_ENSURE preconditions by Chris Sherlock · 6 years ago
- b8bb7fd Adapt SAL_WARN to C++20 deleted ostream << for sal_Unicode (aka char16_t) by Stephan Bergmann · 6 years ago
- f51fddc Simplify a bit B2DPolyRange::appendElement (basegfx) by Julien Nabet · 6 years ago
- f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
- e276c81 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
- 911282c cid#1454631 Logically dead code by Caolán McNamara · 7 years ago
- 664f863 loplugin:virtualdead in basegfx by Noel Grandin · 7 years ago
- 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
- 16da5e2 loplugin:constvars in accessibility..basegfx by Noel Grandin · 7 years ago
- bde28d6 Improved loplugin:stringconstant (now that GCC 7 supports it): basegfx by Stephan Bergmann · 7 years ago
- ff41cf1 loplugin:oncevar by Noel Grandin · 7 years ago
- 486f997 unit test for B2DPoint by Tomaž Vajngerl · 7 years ago
- ee2bb23 loplugin:referencecasting in avmedia..basic by Noel Grandin · 7 years ago
- 70c1499 Fix typo by Andrea Gelmini · 7 years ago
- ccbc067 Fix typo by Andrea Gelmini · 7 years ago