1. 4f87e9d loplugin: defaultparams by Noel Grandin · 11 years ago
  2. 852ae6d com::sun::star->css in basegfx by Noel Grandin · 11 years ago
  3. 1a94571 Revert "Avoid loplugin:staticmethods in non-debug build" by Stephan Bergmann · 11 years ago
  4. 7aa9f04 do not include boost/utility.hpp by Michael Stahl · 11 years ago
  5. d0ba487 Avoid loplugin:staticmethods in non-debug build by Stephan Bergmann · 11 years ago
  6. 93e7870 s/Coordiante/Coordinate by Tor Lillqvist · 11 years ago
  7. 799cc41 Fix typos by Andrea Gelmini · 11 years ago
  8. 33de79f Fix some misspellings by Tor Lillqvist · 11 years ago
  9. ffa8892 Fix typos by Andrea Gelmini · 11 years ago
  10. 1a8915e Fix typos by Andrea Gelmini · 11 years ago
  11. 69c88a3 Fix typos by Andrea Gelmini · 11 years ago
  12. aade275 Fix typos by Andrea Gelmini · 11 years ago
  13. 9ed0339 Fix typos by Andrea Gelmini · 11 years ago
  14. 01532b1 Fix typos by Andrea Gelmini · 11 years ago
  15. b226928 cppcheck: redundantCondition [part1] by Julien Nabet · 11 years ago
  16. c0c865d Typo: vertival -> vertical by Andras Timar · 11 years ago
  17. 8854643 Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal() by Zsolt Bölöny · 11 years ago
  18. 8161056 uno::Sequence provides now begin and end by Noel Grandin · 11 years ago
  19. 42f771d convert B2DLineJoin to scoped enum by Noel Grandin · 11 years ago
  20. 1d92933 convert B2VectorContinuity to scoped enum by Noel Grandin · 11 years ago
  21. 397a0af convert B2VectorOrientation to scoped enum by Noel Grandin · 11 years ago
  22. d0f6f00 Replaced boost::tuple with std::tuple by Zsolt Bölöny · 11 years ago
  23. 4fe7a99 Remove B1IRange, it's not used anywhere by Zsolt Bölöny · 11 years ago
  24. 7a4e796 Remove B1IBox, it's not used anywhere by Zsolt Bölöny · 11 years ago
  25. d5129a9 new clang plugin: loopvartoosmall by Noel Grandin · 11 years ago
  26. bda0666 Remove B3IPoint, it's not used anywhere by Zsolt Bölöny · 11 years ago
  27. b37b5e1 B3IVector is not used anywhere by Zsolt Bölöny · 11 years ago
  28. 135ced8 Remove B3IRange, it's not used anywhere by Zsolt Bölöny · 11 years ago
  29. 19fc914 Remove B3I64Tuple, it's not used by anything by Zsolt Bölöny · 11 years ago
  30. cd6ee5d comments: fix mis-use of eventual in English by Thorsten Behrens · 11 years ago
  31. 07dd595 Typo: Trapeziod->Trapezoid by Julien Nabet · 11 years ago
  32. e346aa6 Use the better precision equality check in b2trapezoid.cxx by Zsolt Bölöny · 11 years ago
  33. 15a7ae3 That was totally pointless by Zsolt Bölöny · 11 years ago
  34. 4b5091c cppunit: noExplicitConstructor by Caolán McNamara · 11 years ago
  35. 5a7c1bc simplify code by replacing std::find_if with std::any_of/std::none_of by Takeshi Abe · 11 years ago
  36. 3363f82 Drop misused lcl_ prefix by Tor Lillqvist · 11 years ago
  37. eafd09e More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  38. 9e25f276 fix crash on export of ooo30155-1.sxw to odt by Caolán McNamara · 11 years ago
  39. 4479019 loplugin:staticfunction by Noel Grandin · 11 years ago
  40. 9bccd26 convert CUTFLAG_ constants to enum class by Noel Grandin · 11 years ago
  41. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  42. a8e6f0b tdf#39440 - cppcheck cleanliness by Radu Ioan · 11 years ago
  43. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  44. b2462b3 remove unused file by Markus Mohrhard · 11 years ago
  45. babe4ab Removed lcl_putNumberChar() from basegfx. by Zsolt Bölöny · 11 years ago
  46. 6b084f0 asan: global-buffer-overflow on fdo55736-1.docx by Caolán McNamara · 11 years ago
  47. 9fd89a5 fdo#39440 reduce scope of local variables by Łukasz Hryniuk · 11 years ago
  48. 3338f47 reduce scope of local variables by Michael Weghorn · 11 years ago
  49. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  50. 03c6479 basegfx: Solve crossovers even if there is only one polygon in the polypolygon by Louis-Francis Ratté-Boulianne · 11 years ago
  51. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  52. a00bae7 Fix --disable-sal-log builds by Stephan Bergmann · 11 years ago
  53. 17a0efc coverity#1242792 Unused value by Caolán McNamara · 11 years ago
  54. e6bd33d Resolves: #i125447# corrected some string to number conversion... by Armin Le Grand · 12 years ago
  55. fb6d3b8 disambiguate uniform_int_distribution by Caolán McNamara · 12 years ago
  56. 8f436d3 use comphelper::rng::uniform_*_distribution everywhere by Caolán McNamara · 12 years ago
  57. 4fb93e9 coverity#1242792 Unused value by Caolán McNamara · 12 years ago
  58. c9d4a28 fdo#82577: Handle PolyPolygon by Noel Grandin · 12 years ago
  59. 8e58d9d loplugin: cstylecast by Noel Grandin · 12 years ago
  60. ca87db7 basegfx: sal_False/True -> false/true by Stephan Bergmann · 12 years ago
  61. dc4b82a Fixed some CppunitTest names by Stephan Bergmann · 12 years ago
  62. 5554be7 Related: #i125349# refined to exclude possible recursive calls by Armin Le Grand · 12 years ago
  63. 1ca06ce Related: #i125349# moved clip enhancements to base clipping functionality by Armin Le Grand · 12 years ago
  64. 45c2c02 coverity#983561 Arguments in wrong order by Caolán McNamara · 12 years ago
  65. 092e10a coverity#983562 Arguments in wrong order by Caolán McNamara · 12 years ago
  66. 1d99fde no need to declare the variable outside of the loop by Markus Mohrhard · 12 years ago
  67. a7b81ce use empty instead of size to check if vector is empty by Markus Mohrhard · 12 years ago
  68. 10f696d remove unnecessary whitespaces in basegfx by Markus Mohrhard · 12 years ago
  69. 3a8d0c0 isFinished() not really used by Matúš Kukan · 12 years ago
  70. 8fae55c fdo#79615 create clipping polygon correctly by David Tardon · 12 years ago
  71. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  72. 54b85bf fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  73. a6ef8ed clean up, remove eof comments by Thomas Arnhold · 12 years ago
  74. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  75. 7e586ce update_pch: add basegfx by Thomas Arnhold · 12 years ago
  76. 794f09f simplify ternary conditions "xxx ? true : yyy" by Noel Grandin · 12 years ago
  77. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  78. a26d592 Revert "Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges" by Tor Lillqvist · 12 years ago
  79. ff05b6b Remove unused basegfx::tools::equal by Miklos Vajna · 12 years ago
  80. 1d28f42 Remove unused basegfx::unotools::homMatrixFromMatrix by Miklos Vajna · 12 years ago
  81. 34fa29e Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges by Miklos Vajna · 12 years ago
  82. 6cde764 typo: implicitely -> implicitly by Thomas Arnhold · 12 years ago
  83. 2805ac1 typo: choosen -> chosen by Thomas Arnhold · 12 years ago
  84. 6835d9f It's "its", not "it's" by Tor Lillqvist · 12 years ago
  85. 2f4d7b6 Clean up function declarations by Stephan Bergmann · 12 years ago
  86. 705d69a Clean up unreferenced functions by Stephan Bergmann · 12 years ago
  87. 8fdd994 coverity#984038 Uninitialized scalar variable by Caolán McNamara · 12 years ago
  88. 5a3c49c Remove unused inline functions by Stephan Bergmann · 12 years ago
  89. 74c5452 Typo: ccordinate->coordinate by Julien Nabet · 12 years ago
  90. 6e61ecd Merge back branch alg_writerframes to trunk by Armin Le Grand · 12 years ago
  91. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  92. 1f6cce7 Revert "remove unused code in basegfx" by Noel Grandin · 12 years ago
  93. 4ec1f76 remove unused code in basegfx by Noel Grandin · 12 years ago
  94. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  95. 978fb3e we can do away with mfSmallValue by Caolán McNamara · 12 years ago
  96. c5bcfe9 callcatcher: update unused code by Caolán McNamara · 12 years ago
  97. a96d7ce Remove visual noise from basegfx by Alexander Wilms · 12 years ago
  98. f45ff6b remove unused code basegfx::snapToNearestMultiple(double, double) by Noel Grandin · 12 years ago
  99. ffdd5d3 remove unused code basegfx::snapToRange(double, double, double) by Noel Grandin · 12 years ago
  100. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago