1. e276c81 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  2. 911282c cid#1454631 Logically dead code by Caolán McNamara · 7 years ago
  3. 664f863 loplugin:virtualdead in basegfx by Noel Grandin · 7 years ago
  4. 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
  5. 16da5e2 loplugin:constvars in accessibility..basegfx by Noel Grandin · 7 years ago
  6. bde28d6 Improved loplugin:stringconstant (now that GCC 7 supports it): basegfx by Stephan Bergmann · 7 years ago
  7. ff41cf1 loplugin:oncevar by Noel Grandin · 7 years ago
  8. 486f997 unit test for B2DPoint by Tomaž Vajngerl · 7 years ago
  9. ee2bb23 loplugin:referencecasting in avmedia..basic by Noel Grandin · 7 years ago
  10. 70c1499 Fix typo by Andrea Gelmini · 7 years ago
  11. ccbc067 Fix typo by Andrea Gelmini · 7 years ago
  12. bfc19d7 Improve the looks of a wave line by draw it with bezier curves by Tomaž Vajngerl · 7 years ago
  13. 80eb3fd add appendQuadraticBezierSegment to B2DPolygon by Tomaž Vajngerl · 7 years ago
  14. 35ab838 Revert "drawinglayer: avoid AA for hairline polygons built from ... by Miklos Vajna · 7 years ago
  15. 665c763 Fix typo by Andrea Gelmini · 7 years ago
  16. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  17. f8b4d37 drawinglayer: avoid AA for hairline polygons built from hori/vert lines only by Miklos Vajna · 7 years ago
  18. ec5fbb8 Fix typo by Andrea Gelmini · 7 years ago
  19. d028c1b loplugin:sequentialassign in accessiblity..canvas by Noel Grandin · 7 years ago
  20. 21b19a2 Fix typo by Andrea Gelmini · 7 years ago
  21. d31d77b Fix typo by Andrea Gelmini · 7 years ago
  22. 10a48c7 Simplify containers iterations in basctl, basegfx, basic, bridges by Arkadiy Illarionov · 7 years ago
  23. 5c23459 new loplugin constvars by Noel Grandin · 7 years ago
  24. 4d502ef loplugin:simplifybool improve search for negated operator by Noel Grandin · 7 years ago
  25. f88deae Fix typo by Andrea Gelmini · 7 years ago
  26. 581ec73 tdf#42949 Fix IWYU warnings in basegfx/ by Gabor Kelemen · 7 years ago
  27. 587ac01 loplugin:indentation in basctl..bridges by Noel Grandin · 7 years ago
  28. 6ecca9c Fix typos by Andrea Gelmini · 7 years ago
  29. 4ac86e3 b2dpolygontools: removing debug code, doesn't seem to be useful by Tomaž Vajngerl · 7 years ago
  30. dfc4d2b split basegfx 2d tests to separate files (one per tested class) by Tomaž Vajngerl · 7 years ago
  31. a2f5a7d basegfx: just use the std::clamp for clamping the input by Tomaž Vajngerl · 7 years ago
  32. d2cf4cb loplugin:constparams in basctl..chart2 by Noel Grandin · 7 years ago
  33. 5669026 basegfx: Kill empty .cxx by Takeshi Abe · 7 years ago
  34. 27cd397 Drop o3tl/clamp.hxx, use C++17 std::clamp instead by Stephan Bergmann · 7 years ago
  35. eecc3d2 EmptyBPixel is unused by Stephan Bergmann · 7 years ago
  36. 50bc5c2 Replace uses of rtl/instance.hxx with plain local static vars in basegfx by Stephan Bergmann · 7 years ago
  37. 4f846cb EmptyTuple is unused by Stephan Bergmann · 7 years ago
  38. 17dd266 convert "*xxx.get()" to "*xxx" by Noel Grandin · 7 years ago
  39. 079977d cppcheck: Consider using std::count_if algorithm instead of a raw loop. by Tóth Attila · 7 years ago
  40. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  41. e4472d3 loplugin:unnecessaryparen include more assignments by Noel Grandin · 7 years ago
  42. 3483dc5 Fix typo by Andrea Gelmini · 7 years ago
  43. 2cc09c4 Fix typo by Andrea Gelmini · 7 years ago
  44. ecb962e Fix typo by Andrea Gelmini · 7 years ago
  45. fbc95e7 tdf#121425 Use better Bezier curves to approximate circle arc by Regina Henschel · 7 years ago
  46. c4c1636 tdf#121305 Increase accuracy of custom shape circle by Regina Henschel · 7 years ago
  47. 819149fb loplugin:collapseif in accessibility..cui by Noel Grandin · 7 years ago
  48. 2a3f5d1 tdf#120703 PVS: V547 Expression is always true/false by Mike Kaganski · 7 years ago
  49. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  50. 44688e4 clang-tidy performance-unnecessary-copy-initialization in by Noel Grandin · 7 years ago
  51. c816cb8 pvs-studio: V571 Recurring check by Caolán McNamara · 7 years ago
  52. a43712a check for self assign by Caolán McNamara · 7 years ago
  53. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  54. b93769c tdf#42949 Fix IWYU warnings in include/basegfx/* by Gabor Kelemen · 8 years ago
  55. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  56. 86d9e48 Fix typos by Andrea Gelmini · 8 years ago
  57. e650279 Support estimateUsageInBytes for SystemDependentData by Armin Le Grand · 8 years ago
  58. 80b287ad Support buffering SystemDependent GraphicData by Armin Le Grand · 8 years ago
  59. 6623224 Support buffering SystemDependent GraphicData (III) by Armin Le Grand · 8 years ago
  60. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  61. 7034311 Support buffering SystemDependent GraphicData (II) by Armin Le Grand · 8 years ago
  62. a1949a4 cppcheck: variableScope in basegfx by Jochen Nitschke · 8 years ago
  63. 2789bbf use more range based loops by Jochen Nitschke · 8 years ago
  64. c2139ca loplugin:simplifyconstruct in accessibility..bridges by Noel Grandin · 8 years ago
  65. 437d5d3 move identity checks into B3DHomMatrix::operator*= by Noel Grandin · 8 years ago
  66. 6e79acd Removed execution flag on source files by Andrea Gelmini · 8 years ago
  67. b5f081e Support RTL layout in VCL using Matrices by Armin Le Grand · 8 years ago
  68. b9fa01a Support buffering SystemDependent GraphicData by Armin Le Grand · 8 years ago
  69. f435153 Consolidate: basegfx::clamp -> o3tl::clamp by Stephan Bergmann · 8 years ago
  70. 071d8af tdf#118825 Implement OOXMLMotionPath in exportToSvgD of basegfx. by Mark Hung · 8 years ago
  71. a855656 tdf#118825 move basegfx::internal::putNumberCharWithSpace by Mark Hung · 8 years ago
  72. 576b534 tdf#118825 refactor basegfx::utils::exportToSvgD with putCommandChar. by Mark Hung · 8 years ago
  73. 5262ec6 set copy_paste_error to false rather than intentional by Caolán McNamara · 8 years ago
  74. 8c48d69 Use more basegfx deg<->rad functions, instead of direct formulas by Mike Kaganski · 8 years ago
  75. 1da9761 loplugin:useuniqueptr in ImplHomMatrixTemplate by Noel Grandin · 8 years ago
  76. 75ecad2 Fix typos by Andrea Gelmini · 8 years ago
  77. 7af90cc Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  78. f73eeab Only access css::drawing::PointSequence when not empty by Armin Le Grand · 8 years ago
  79. 36bade0 tdf106792 Get rid of SvxShapePolyPolygonBezier by Armin Le Grand · 8 years ago
  80. ff3bdde loplugin:passstuffbyref by Noel Grandin · 8 years ago
  81. b0a5d36 coverity#1435682 Unchecked return value by Caolán McNamara · 8 years ago
  82. c5081b3 Fix typos by Andrea Gelmini · 8 years ago
  83. 268c7a7 Removed executable permission on data files by Andrea Gelmini · 8 years ago
  84. b3e0ef4 clang-tidy modernize-use-equals-default in basegfx by Jochen Nitschke · 8 years ago
  85. de07f40 cppcheck: identicalInnerCondition by Jochen Nitschke · 8 years ago
  86. 5677581 loplugin:constantparam by Noel Grandin · 8 years ago
  87. 4bf1bf9 -Werror,-Wself-assign by Stephan Bergmann · 8 years ago
  88. dfefe44 SOSAW080: Added first bunch of basic changes to helpers by Armin Le Grand · 8 years ago
  89. eba4d5b Revert "SOSAW080: Added first bunch of basic changes to helpers" by Armin Le Grand · 8 years ago
  90. 6c14c27 SOSAW080: Added first bunch of basic changes to helpers by Armin Le Grand · 8 years ago
  91. 7b0d277 fix bug in b2dpolypolygon::testTrapezoidHelper by Noel Grandin · 8 years ago
  92. b7e08c5 loplugin:useuniqueptr in Triangulator by Noel Grandin · 8 years ago
  93. 3ceb01a Use for range loops in basegfx and basic by Julien Nabet · 8 years ago
  94. 0f28c86 loplugin:unused-returns in basegfx..cppcanvas by Noel Grandin · 8 years ago
  95. 23885b0 loplugin:unnecessaryparen extend to delete statements by Noel Grandin · 8 years ago
  96. f8fc4f4 loplugin:useuniqueptr in ImplB3DPolygon by Noel Grandin · 8 years ago
  97. a82b177 More loplugin:cstylecast: basegfx by Stephan Bergmann · 8 years ago
  98. d1296f4 basegfx: extract svg path import/export test to own file by Tomaž Vajngerl · 8 years ago
  99. e87d32a Fix typos by Andrea Gelmini · 8 years ago
  100. e21ae87 loplugin:passstuffbyref improved return in xmlhelp,slideshow by Noel Grandin · 8 years ago