1. 2d2259c clang-tidy modernize-use-emplace in test..vbahelper by Noel Grandin · 9 years ago
  2. 2e0a25c loplugin:constantparam by Noel Grandin · 9 years ago
  3. 75a96e2 Translate German comments/debug strings (leftovers in dirs test to uui) by Johnny_M · 9 years ago
  4. 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
  5. 326295b new loplugin:redundantpointerops by Noel Grandin · 9 years ago
  6. dfaceb7 Translate one German variable name by Johnny_M · 9 years ago
  7. 3814952 support XSystemDependentWindowPeer for all toplevel windows by Caolán McNamara · 9 years ago
  8. 2e1cafa Bin fairly pointless default for parameter that was defaulted just once anyway by Tor Lillqvist · 9 years ago
  9. 2fdbf46 nothing is reading the futilely set WB_AUTOSIZE bit by Caolán McNamara · 9 years ago
  10. 27bde9a Drop gratuitous initial :: from comphelper::ProfileZone by Tor Lillqvist · 9 years ago
  11. dcc667a convert message box style bits to scoped enum by Noel Grandin · 9 years ago
  12. 827f986 Fix typos by Andrea Gelmini · 9 years ago
  13. eea6d39 loplugin:unnecessaryparen by Noel Grandin · 9 years ago
  14. 64a3124 Fix typos by Andrea Gelmini · 9 years ago
  15. ff1f6a5 remove UL/L suffixes from integer constants in initialiser/call expressions by Noel Grandin · 9 years ago
  16. b1f6e62 tdf#39468 Translate German comments/terms by Jens Carl · 9 years ago
  17. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  18. 88b0711 tdf#39468: Translate some german comments by Christian Barth · 9 years ago
  19. 3dcf6df remove unnecessary use of 'this->' by Noel Grandin · 9 years ago
  20. b09deb0 loplugin:constparams handle constructors by Noel Grandin · 9 years ago
  21. 2b4cb88 loplugin:unusedfields in basctl..connectivity by Noel Grandin · 9 years ago
  22. 85f08e3 remove some "optimisation" insanity in ScriptEventContainer by Noel Grandin · 9 years ago
  23. c932e26 loplugin:constparams in toolkit,ucb,xmlhelp by Noel Grandin · 9 years ago
  24. 20571c4 use more range-for on uno::Sequence by Noel Grandin · 9 years ago
  25. 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
  26. 99cd7dc fix compile error due to missing include<functional> by Dennis Francis · 9 years ago
  27. db47410 C++11 remove std::binary_function bases from functors by Jochen Nitschke · 9 years ago
  28. ab9b38a use more begin()/end() for Sequence by Noel Grandin · 9 years ago
  29. a1ead1a loplugin unnecessaryparan improvements by Noel Grandin · 9 years ago
  30. c4ddf6c C++11 remove std::unary_function bases from functors by Jochen Nitschke · 9 years ago
  31. 62b8119 loplugin:casttovoid: toolkit by Stephan Bergmann · 9 years ago
  32. 979d58c loplugin:unusedfields in toolkit..xmloff by Noel Grandin · 9 years ago
  33. ef531e8 loplugin:oncevar in test..tools by Noel Grandin · 9 years ago
  34. 6ade3ef std::unordered_map can erase an element by given key, if any by Takeshi Abe · 9 years ago
  35. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  36. 08f6f9d Profiling API: add ProfileZones by László Németh · 9 years ago
  37. 8141379 comphelper: add a profiling API by László Németh · 9 years ago
  38. b70fa47 use more SAL_N_ELEMENTS part 1 by Noel Grandin · 9 years ago
  39. a7532d8 Remove VCLExternalSolarLock and IMutex. by Arnaud Versini · 9 years ago
  40. 16ce815 cppcheck: knownConditionTrueFalse by Jochen Nitschke · 9 years ago
  41. f2d40b8 Remove all allocation of VCLExternalSolarLock. by Arnaud Versini · 9 years ago
  42. 94d9d89 Remove some unnecessary scaffolding around SAL_WARN calls by Stephan Bergmann · 9 years ago
  43. 307be8c clang-tidy readability-redundant-control-flow by Noel Grandin · 9 years ago
  44. 709040e remove duplicate 'using namespace' by Jochen Nitschke · 9 years ago
  45. 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
  46. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  47. 2e5db24 remove VCLExternalSolarLock* members from .. by Jochen Nitschke · 9 years ago
  48. c8d8b9b cppcheck: unusedStructMember by Jochen Nitschke · 9 years ago
  49. cae3e20 cleanup unused css/resource/ includes by Jochen Nitschke · 9 years ago
  50. 039913c loplugin:stringcopy: toolkit by Stephan Bergmann · 9 years ago
  51. 389da66 remove unused uno::Reference vars by Noel Grandin · 9 years ago
  52. 2962cee remove some unnecessary temporary OUStrings by Noel Grandin · 9 years ago
  53. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  54. e3a44cb loplugin:checkunusedparams in toolkit..vbahelper by Noel Grandin · 9 years ago
  55. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  56. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  57. 8c8f2a5 remove unnecessary explicit linefeeds from end of SAL and OSL log calls by Noel Grandin · 9 years ago
  58. 7662e92 loplugin:redundantcast find cstyle double casts by Noel Grandin · 9 years ago
  59. e3eadc9 teach constantparam plugin to find always on and always off bitmask values by Noel Grandin · 9 years ago
  60. 6b4a149 tdf#39468 Translate German comments by Jens Carl · 9 years ago
  61. d68927c use actual UNO enums in test..vbahelper by Noel Grandin · 9 years ago
  62. 2f33a8c coverity#1403662 Mixing enum types by Caolán McNamara · 9 years ago
  63. a5a5713 tdf#82580 tools: rename Rectangle to tools::Rectangle by Miklos Vajna · 9 years ago
  64. f7eb8ae Fix typos by Andrea Gelmini · 9 years ago
  65. ed76d1d loplugins:redundantcast teach it about c-style typedef casts by Noel Grandin · 9 years ago
  66. 9f5b1c4 Typo: boder->border by Julien Nabet · 9 years ago
  67. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  68. 446568b Fix typos by Andrea Gelmini · 9 years ago
  69. 198c41c new loplugin unoany by Noel Grandin · 9 years ago
  70. 5885bc4 loplugin:loopvartoosmall by Stephan Bergmann · 9 years ago
  71. e7191f3 loplugin:subtlezeroinit: toolkit by Stephan Bergmann · 9 years ago
  72. c868dc4 remove unused enumerators from WindowType by Noel Grandin · 9 years ago
  73. 223bb79 Some simplifications, using UNO_QUERY_THROW by Stephan Bergmann · 9 years ago
  74. 838fab8 Resolves: tdf#79250 add typed list to form control listbox by Eike Rathke · 9 years ago
  75. 8c00536 Convert WindowType to scoped enum by Noel Grandin · 9 years ago
  76. d3293c7 Revert "Resolves: tdf#79250 add typed list to form control listbox" by Eike Rathke · 9 years ago
  77. e387b69 Resolves: tdf#79250 add typed list to form control listbox by Eike Rathke · 9 years ago
  78. 54d5b18 tdf#105672 framework managed menu button by Maxim Monastirsky · 9 years ago
  79. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  80. c6f32df sal_uIntPtr to sal_uInt16 by Matteo Casalin · 9 years ago
  81. c0f9bdd unnecessary use of OUStringBuffer in throwing exceptions by Noel Grandin · 9 years ago
  82. 1c3e84d teach lolugin:stringconstant about calling constructors by Noel Grandin · 9 years ago
  83. f1d83ac loplugin:stringconstant check for unnecessary OUString constructor.. by Noel Grandin · 9 years ago
  84. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  85. a49cbc5 loplugin: unnecessary destructor test..unotools by Noel Grandin · 9 years ago
  86. f9b87a2 move GetXGraphic to its only user by Caolán McNamara · 9 years ago
  87. e22f32b don't need intermediate Images by Caolán McNamara · 9 years ago
  88. 0415cb3 new loplugin: useuniqueptr: sot..tools by Noel Grandin · 9 years ago
  89. fdc6126 Refactor Scheduler to add Task class by Jan-Marek Glogowski · 9 years ago
  90. 978ff8f inline InitGuard by Noel Grandin · 9 years ago
  91. d235f64 convert OutDevViewType to scoped enum by Noel Grandin · 9 years ago
  92. f9fd639 ScrollableWrapper -> ScrollableDialog by Noel Grandin · 9 years ago
  93. 482d7ce change from glew to epoxy by Caolán McNamara · 9 years ago
  94. d6f2dd8 remove useless Mutex guards by Noel Grandin · 9 years ago
  95. e61521f OSL_TRACE -> SAL in sw..ucb by Noel Grandin · 9 years ago
  96. 2d48f5f convert VCLEVENT constants to scoped enum by Noel Grandin · 9 years ago
  97. bfde486 convert DecodeMechanism to scoped enum by Noel Grandin · 9 years ago
  98. 33c34f4 loplugin:unnecessaryoverride (dtors) in toolkit by Stephan Bergmann · 9 years ago
  99. e6ffb53 loplugin:vclwidgets check for assigning from VclPt<T> to T* by Noel Grandin · 9 years ago
  100. 6f71fa1 vcl makes no use of menu Get/Set DefaultItem by Caolán McNamara · 9 years ago