1. d72a289 loplugin:useuniqueptr in VCLXWindow by Noel Grandin · 8 years ago
  2. 474b4bb loplugin:useuniqueptr in VCLXGraphics by Noel Grandin · 8 years ago
  3. 08857f1 More loplugin:cstylecast: toolkit by Stephan Bergmann · 8 years ago
  4. 7d8e944 convert a<b?a:b to std::min(a,b) by Noel Grandin · 8 years ago
  5. 75ca2d0 More loplugin:cstylecast: toolkit by Stephan Bergmann · 8 years ago
  6. c46ab19 toolkit: disable the UnitConversion test only on WNT by Michael Stahl · 8 years ago
  7. 43dd638 disable toolkit unit conversion test for now by Markus Mohrhard · 8 years ago
  8. 64f1d7a toolkit: disable UnitConversion test for non-default resolution on WNT by Michael Stahl · 8 years ago
  9. 7e51276 toolkit: convert UnitConversion test to C++ by Michael Stahl · 8 years ago
  10. 21e0d81 loplugin:unusedfields by Noel Grandin · 8 years ago
  11. a5be07d inline use-once typedefs by Noel Grandin · 8 years ago
  12. aeab238 clang-tidy modernize-use-equals-default in toolkit by Jochen Nitschke · 8 years ago
  13. 68eb27e tools: reimplement SVLIBRARY macro & remove it from solar.h by Michael Stahl · 8 years ago
  14. 78a6ce1 DELETEZ->std::unique_ptr in toolkit,unotools by Noel Grandin · 8 years ago
  15. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  16. dd0dceb loplugin:salcall handle static methods by Noel Grandin · 8 years ago
  17. 19f9a7e Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx by Stephan Bergmann · 8 years ago
  18. b15f79a loplugin:unnecessaryparen: signed numeric literals by Stephan Bergmann · 8 years ago
  19. b26012e Make loplugin:unnecessaryparen look through implicit by Stephan Bergmann · 8 years ago
  20. 7a1c21e loplugin:simplifybool for negation of comparison operator by Noel Grandin · 8 years ago
  21. 72ef2b5 Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all by Stephan Bergmann · 8 years ago
  22. 9288afa Fix typos by Andrea Gelmini · 8 years ago
  23. 11ca1f8 Fix typos by Andrea Gelmini · 8 years ago
  24. 5e69b36 loplugin:flatten in toolkit..writerfilter by Noel Grandin · 8 years ago
  25. d71bcc4 Fix typos by Andrea Gelmini · 8 years ago
  26. 11d2f3d vcl: make MapMode constructor explicit by Michael Stahl · 8 years ago
  27. 9e7c952 loplugin:includeform: toolkit (macOS) by Stephan Bergmann · 8 years ago
  28. b0c76a6 loplugin:includeform: toolkit by Stephan Bergmann · 8 years ago
  29. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  30. 22fa30c loplugin:finalclasses in toolkit,tools by Noel Grandin · 8 years ago
  31. af7b62e Replace lists by vectors in controlmodelcontainerbase (toolkit) by Julien Nabet · 8 years ago
  32. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  33. 4677244 loplugin:flatten in toolkit..vbahelper by Noel Grandin · 9 years ago
  34. 83de03e Rename GetSelectEntryCount -> GetSelectedEntryCount by Samuel Mehrbrodt · 9 years ago
  35. d99b65c Rename GetSelectEntryPos -> GetSelectedEntryPos by Samuel Mehrbrodt · 9 years ago
  36. b649e5b Rename GetSelectEntry -> GetSelectedEntry by Samuel Mehrbrodt · 9 years ago
  37. 2d2259c clang-tidy modernize-use-emplace in test..vbahelper by Noel Grandin · 9 years ago
  38. 2e0a25c loplugin:constantparam by Noel Grandin · 9 years ago
  39. 75a96e2 Translate German comments/debug strings (leftovers in dirs test to uui) by Johnny_M · 9 years ago
  40. 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
  41. 326295b new loplugin:redundantpointerops by Noel Grandin · 9 years ago
  42. dfaceb7 Translate one German variable name by Johnny_M · 9 years ago
  43. 3814952 support XSystemDependentWindowPeer for all toplevel windows by Caolán McNamara · 9 years ago
  44. 2e1cafa Bin fairly pointless default for parameter that was defaulted just once anyway by Tor Lillqvist · 9 years ago
  45. 2fdbf46 nothing is reading the futilely set WB_AUTOSIZE bit by Caolán McNamara · 9 years ago
  46. 27bde9a Drop gratuitous initial :: from comphelper::ProfileZone by Tor Lillqvist · 9 years ago
  47. dcc667a convert message box style bits to scoped enum by Noel Grandin · 9 years ago
  48. 827f986 Fix typos by Andrea Gelmini · 9 years ago
  49. eea6d39 loplugin:unnecessaryparen by Noel Grandin · 9 years ago
  50. 64a3124 Fix typos by Andrea Gelmini · 9 years ago
  51. ff1f6a5 remove UL/L suffixes from integer constants in initialiser/call expressions by Noel Grandin · 9 years ago
  52. b1f6e62 tdf#39468 Translate German comments/terms by Jens Carl · 9 years ago
  53. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  54. 88b0711 tdf#39468: Translate some german comments by Christian Barth · 9 years ago
  55. 3dcf6df remove unnecessary use of 'this->' by Noel Grandin · 9 years ago
  56. b09deb0 loplugin:constparams handle constructors by Noel Grandin · 9 years ago
  57. 2b4cb88 loplugin:unusedfields in basctl..connectivity by Noel Grandin · 9 years ago
  58. 85f08e3 remove some "optimisation" insanity in ScriptEventContainer by Noel Grandin · 9 years ago
  59. c932e26 loplugin:constparams in toolkit,ucb,xmlhelp by Noel Grandin · 9 years ago
  60. 20571c4 use more range-for on uno::Sequence by Noel Grandin · 9 years ago
  61. 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
  62. 99cd7dc fix compile error due to missing include<functional> by Dennis Francis · 9 years ago
  63. db47410 C++11 remove std::binary_function bases from functors by Jochen Nitschke · 9 years ago
  64. ab9b38a use more begin()/end() for Sequence by Noel Grandin · 9 years ago
  65. a1ead1a loplugin unnecessaryparan improvements by Noel Grandin · 9 years ago
  66. c4ddf6c C++11 remove std::unary_function bases from functors by Jochen Nitschke · 9 years ago
  67. 62b8119 loplugin:casttovoid: toolkit by Stephan Bergmann · 9 years ago
  68. 979d58c loplugin:unusedfields in toolkit..xmloff by Noel Grandin · 9 years ago
  69. ef531e8 loplugin:oncevar in test..tools by Noel Grandin · 9 years ago
  70. 6ade3ef std::unordered_map can erase an element by given key, if any by Takeshi Abe · 9 years ago
  71. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  72. 08f6f9d Profiling API: add ProfileZones by László Németh · 9 years ago
  73. 8141379 comphelper: add a profiling API by László Németh · 9 years ago
  74. b70fa47 use more SAL_N_ELEMENTS part 1 by Noel Grandin · 9 years ago
  75. a7532d8 Remove VCLExternalSolarLock and IMutex. by Arnaud Versini · 9 years ago
  76. 16ce815 cppcheck: knownConditionTrueFalse by Jochen Nitschke · 9 years ago
  77. f2d40b8 Remove all allocation of VCLExternalSolarLock. by Arnaud Versini · 9 years ago
  78. 94d9d89 Remove some unnecessary scaffolding around SAL_WARN calls by Stephan Bergmann · 9 years ago
  79. 307be8c clang-tidy readability-redundant-control-flow by Noel Grandin · 9 years ago
  80. 709040e remove duplicate 'using namespace' by Jochen Nitschke · 9 years ago
  81. 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
  82. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  83. 2e5db24 remove VCLExternalSolarLock* members from .. by Jochen Nitschke · 9 years ago
  84. c8d8b9b cppcheck: unusedStructMember by Jochen Nitschke · 9 years ago
  85. cae3e20 cleanup unused css/resource/ includes by Jochen Nitschke · 9 years ago
  86. 039913c loplugin:stringcopy: toolkit by Stephan Bergmann · 9 years ago
  87. 389da66 remove unused uno::Reference vars by Noel Grandin · 9 years ago
  88. 2962cee remove some unnecessary temporary OUStrings by Noel Grandin · 9 years ago
  89. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  90. e3a44cb loplugin:checkunusedparams in toolkit..vbahelper by Noel Grandin · 9 years ago
  91. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  92. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  93. 8c8f2a5 remove unnecessary explicit linefeeds from end of SAL and OSL log calls by Noel Grandin · 9 years ago
  94. 7662e92 loplugin:redundantcast find cstyle double casts by Noel Grandin · 9 years ago
  95. e3eadc9 teach constantparam plugin to find always on and always off bitmask values by Noel Grandin · 9 years ago
  96. 6b4a149 tdf#39468 Translate German comments by Jens Carl · 9 years ago
  97. d68927c use actual UNO enums in test..vbahelper by Noel Grandin · 9 years ago
  98. 2f33a8c coverity#1403662 Mixing enum types by Caolán McNamara · 9 years ago
  99. a5a5713 tdf#82580 tools: rename Rectangle to tools::Rectangle by Miklos Vajna · 9 years ago
  100. f7eb8ae Fix typos by Andrea Gelmini · 9 years ago