1. 1cc6fca Drop F_2PI by Mike Kaganski · 4 years, 5 months ago
  2. 37429f2 Use M_PI* instead of F_PI* by Mike Kaganski · 4 years, 5 months ago
  3. b2247f8 improve mergeToSinglePolyPolygon by Noel Grandin · 4 years, 5 months ago
  4. eea7af1 loplugin:moveparam in basegfx by Noel Grandin · 4 years, 6 months ago
  5. e0117ef loplugin:moveparam in basegfx by Noel Grandin · 4 years, 6 months ago
  6. 3b8e53f loplugin:constparams improve handling of pointer params by Noel Grandin · 4 years, 6 months ago
  7. 3a1a448 loplugin:constvars by Noel Grandin · 4 years, 7 months ago
  8. 6c7c7bc loplugin:cow_wrapper by Noel Grandin · 4 years, 7 months ago
  9. 70cd6cac6 no need to allocate this separately by Noel Grandin · 4 years, 7 months ago
  10. 8024118 clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  11. 3a668a2 no need to use unique_ptr for B2DPolygon by Noel Grandin · 4 years, 8 months ago
  12. f46740a loplugin:sequenceloop also check for B2DPolyPolygon by Noel Grandin · 4 years, 8 months ago
  13. 889df64 reduce alloc costs for some basegfx objects (tdf#105575) by Noel Grandin · 4 years, 8 months ago
  14. 9ae4f8b getArray->getConstArray by Noel Grandin · 4 years, 8 months ago
  15. b24a1bc Drop redundant check by Mike Kaganski · 4 years, 8 months ago
  16. bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
  17. c703b2d basegfx: generalise tuples with template class Tuple2D and Tuple3D by Tomaž Vajngerl · 5 years ago
  18. e838c1b basegfx: use namespace for "ftools", make sure input is FP number by Tomaž Vajngerl · 4 years, 10 months ago
  19. b49fce1 Simplify vector initializations by Julien Nabet · 4 years, 10 months ago
  20. 628c1c3 Updated README.md files by Hossein · 5 years ago
  21. 2633d5f Recheck include/ with IWYU by Gabor Kelemen · 5 years ago
  22. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  23. 3b704dc tdf#124176 Use pragma once instead of include guards by rounak · 5 years ago
  24. ed9ff1a Drop these defines by Mike Kaganski · 5 years ago
  25. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  26. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  27. c950ded update pches by Caolán McNamara · 5 years ago
  28. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  29. df5b950 Added Unit test to BColorModifier by Deb Barkley-Yeung · 5 years ago
  30. 8bb759e tdf#139002 dont hang opening pathological SVGs by Noel Grandin · 5 years ago
  31. 167f4ed basegfx::utils::applyLineDashing simplify !aLineTargetCallBack checks by Dr. David Alan Gilbert · 5 years ago
  32. 654c527 Use ContainerType().swap and avoid local variables by Mike Kaganski · 5 years ago
  33. ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
  34. 8a545ef std::list::size() has constant complexity since C++11 by Jochen Nitschke · 5 years ago
  35. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  36. 36b3b35 replace std::min(std::max()) with std::clamp by Noel · 5 years ago
  37. 0eaf209 tdf#123936 Formatting files in module basegfx with clang-format by Philipp Hofer · 5 years ago
  38. f34ac57 New loplugin:stringviewparam by Stephan Bergmann · 5 years ago
  39. 0505a00 tdf#42949 Fix new IWYU warnings in directories [ab]* by Gabor Kelemen · 5 years ago
  40. 44c120b tdf#124176 Using pragma once instead of inclusive guards by diwanshu885 · 5 years ago
  41. 5219c6b tdf#124176 Using pragma once instead of include guards by Betül İnce · 5 years ago
  42. d1da299 tdf#124176 Using pragma once instead of include guards by gizemozgun · 5 years ago
  43. 387a88f use tools::Long in basegfx..chart2 by Noel · 5 years ago
  44. 22d94ce loplugin:const* make some params and methods const by Noel · 6 years ago
  45. 6652514 Add unit tests to B2DPoint by Deb Barkley-Yeung · 6 years ago
  46. 782f4a6 drop unused MinimalSystemDependentDataManager by Caolán McNamara · 6 years ago
  47. 47d437d Fix typo in code by Andrea Gelmini · 6 years ago
  48. d7484b0 Fix typos by Andrea Gelmini · 6 years ago
  49. e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
  50. 52f8e0b tdf#133477 basegfx: fix center of rotated gradients by Tünde Tóth · 6 years ago
  51. d7894dd basegfx: remove completly useless namespace opening and closing by Arnaud Versini · 6 years ago
  52. 0178e36 compact namespace: basegfx,canvas by Noel Grandin · 6 years ago
  53. 12147e0 merge needlessly split polygons back in Skia drawing (tdf#133016) by Luboš Luňák · 6 years ago
  54. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  55. 65269c2 Upcoming improved loplugin:staticanonymous -> redundantstatic: basegfx by Stephan Bergmann · 6 years ago
  56. a2fc883 use more std::container::insert instead of std::copy by Noel Grandin · 6 years ago
  57. b5dee02 basegfx: test of coordinate system conversion by Tomaž Vajngerl · 6 years ago
  58. 5f19287 loplugin:simplifybool in accessibility..basic by Noel Grandin · 6 years ago
  59. 8209c25 tdf#88205 EasyHack change css::uno::Sequence initializations by vgeof · 6 years ago
  60. 898cbb2 use for-range on Sequence in basctl..canvas by Noel Grandin · 6 years ago
  61. b6caf88 Fix typo by Andrea Gelmini · 6 years ago
  62. e12fa18 tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/ by Gabor Kelemen · 6 years ago
  63. 5dccf84 loplugin:flatten in basegfx by Noel Grandin · 6 years ago
  64. 14471a6 loplugin:buriedassign in b* by Noel Grandin · 6 years ago
  65. 781ed42 OSL_ASSERT->assert in basegfx by Noel Grandin · 6 years ago
  66. 4501a0b remove Matrix class from basegfx, convert B2DHomMatrix tests by Tomaž Vajngerl · 6 years ago
  67. 60f14ad basegfx: test B2DHomMatrix and Matrix together by Tomaž Vajngerl · 6 years ago
  68. 0115964 make more classes private in mergedlibs mode by Noel Grandin · 6 years ago
  69. 8f8b64c tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`. by Yukio Siraichi · 6 years ago
  70. bdb1c72 tdf43157:Clean up OSL_ASSERT, DBG_ASSERT, etc.. by Pelin Kuran · 6 years ago
  71. 6dff631 tdf#130150 Improve clipping in PDF export by Armin.Le.Grand (CIB) · 6 years ago
  72. 62ac833 tdf#130655 callback interface for 3D and secure dash by Armin Le Grand · 6 years ago
  73. 0dc4fdd tdf#130655 added callback interface to ::applyLineDashing by Armin Le Grand (Collabora) · 6 years ago
  74. 5f61c9f tdf#130478 Enhance Dashed line drawing on all systems by Armin Le Grand (Collabora) · 6 years ago
  75. 0528012 loplugin:constantparam by Noel Grandin · 6 years ago
  76. 69e0d871 make update_pch also consider files in <module>/src/**/inc by Luboš Luňák · 6 years ago
  77. 84b396a2 new loplugin:namespaceindentation by Noel Grandin · 6 years ago
  78. 63d6d68 Fix typo by Andrea Gelmini · 6 years ago
  79. 2da7a82 tdf#129845: Better solution using already existing info by Armin Le Grand · 6 years ago
  80. f8554b5 clang-tidy modernize-concat-nested-namespace in basegfx by Noel Grandin · 6 years ago
  81. 76a8746 crashtesting: downgrade assert to a warning by Caolán McNamara · 6 years ago
  82. 39521e2 Test for B2DRange by Tomaž Vajngerl · 6 years ago
  83. fb1eac6 sal_Char->char in avmedia..basic by Noel Grandin · 6 years ago
  84. 20ff62d3 loplugin:expandablemethods by Noel Grandin · 6 years ago
  85. 5c38453 basegfx: fix assertion text by Chris Sherlock · 6 years ago
  86. 5291c3e tdf#43157 basegfx: remove OSL_ENSURE preconditions by Chris Sherlock · 6 years ago
  87. b8bb7fd Adapt SAL_WARN to C++20 deleted ostream << for sal_Unicode (aka char16_t) by Stephan Bergmann · 6 years ago
  88. f51fddc Simplify a bit B2DPolyRange::appendElement (basegfx) by Julien Nabet · 6 years ago
  89. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  90. e276c81 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  91. 911282c cid#1454631 Logically dead code by Caolán McNamara · 7 years ago
  92. 664f863 loplugin:virtualdead in basegfx by Noel Grandin · 7 years ago
  93. 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
  94. 16da5e2 loplugin:constvars in accessibility..basegfx by Noel Grandin · 7 years ago
  95. bde28d6 Improved loplugin:stringconstant (now that GCC 7 supports it): basegfx by Stephan Bergmann · 7 years ago
  96. ff41cf1 loplugin:oncevar by Noel Grandin · 7 years ago
  97. 486f997 unit test for B2DPoint by Tomaž Vajngerl · 7 years ago
  98. ee2bb23 loplugin:referencecasting in avmedia..basic by Noel Grandin · 7 years ago
  99. 70c1499 Fix typo by Andrea Gelmini · 7 years ago
  100. ccbc067 Fix typo by Andrea Gelmini · 7 years ago