1. 96dae4c loplugin:defaultparams by Stephan Bergmann · 10 years ago
  2. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  3. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  4. 3c99f85 convert Link<> to typed by Noel Grandin · 11 years ago
  5. 4c18bec clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  6. 35e6875 loplugin:unusedmethods by Noel Grandin · 11 years ago
  7. 4678982 Fix typos by Andrea Gelmini · 11 years ago
  8. a0dd7f8 Fix typos by Andrea Gelmini · 11 years ago
  9. 9c1d772 We hardly want xsec stuff for iOS if not for Android either by Tor Lillqvist · 11 years ago
  10. 39da0a9 convert Link<> to typed by Noel Grandin · 11 years ago
  11. 889d825 xmlsecurity: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  12. cf0c04a convert Link<> to typed by Noel Grandin · 11 years ago
  13. 61623d5 convert Link<> to typed by Noel Grandin · 11 years ago
  14. 1b70ed1 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  15. 167bc62 Convert vcl Button Link<> click handler to typed Link<Button*,void> by Noel Grandin · 11 years ago
  16. e903601 can replace sequence with simple array here by Caolán McNamara · 11 years ago
  17. a4fd6c4 inline some use-once typedefs by Noel Grandin · 11 years ago
  18. 3e92673 Miscellaneous typos by Adolfo Jayme Barrientos · 11 years ago
  19. e963a889 formatting of public/private/protected section qualifiers by Noel Grandin · 11 years ago
  20. 64fe684 loplugin:unusedmethods xmlsecurity by Noel Grandin · 11 years ago
  21. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  22. 1c5f07e Fix typos by Andrea Gelmini · 11 years ago
  23. 1a8915e Fix typos by Andrea Gelmini · 11 years ago
  24. 69c88a3 Fix typos by Andrea Gelmini · 11 years ago
  25. 46a1538 loplugin:stringconstant: handle OUString+=OUString(literal) by Stephan Bergmann · 11 years ago
  26. aade275 Fix typos by Andrea Gelmini · 11 years ago
  27. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  28. 814af9f1 Fix typos by Andrea Gelmini · 11 years ago
  29. ca9de68 Fix typos by Andrea Gelmini · 11 years ago
  30. 9b7e1bf Fix typos by Andrea Gelmini · 11 years ago
  31. 642f4e5 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  32. 16f1477 Remove include stdio (part7) by Julien Nabet · 11 years ago
  33. 3f72218 Apply new VclPtr clang plugin to catch potential problems. by Noel Grandin · 11 years ago
  34. 3f846cb loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  35. ba81e5c tdf#91702 - fix stack-based MessBox allocation. by Michael Meeks · 11 years ago
  36. dcee23b cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  37. 23b439a6 convert DEFAULTCONSTANT constant to scoped enum by Noel Grandin · 11 years ago
  38. 7011bf7 loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  39. e14b766 Remove SvStorage alias by Stephan Bergmann · 11 years ago
  40. bfcb2a1 convert DEFAULTFONT_ constants to scoped enum by Noel Grandin · 11 years ago
  41. 869e477 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  42. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  43. d1ca0f4 Bin some pointless comments and reduce some vertical whitespace by Tor Lillqvist · 11 years ago
  44. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  45. 6ef8f9d loplugin:simplifybool by Stephan Bergmann · 11 years ago
  46. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  47. 1a31dd5 Clean up odd sal::static_int_cast<sal_Bool> uses by Stephan Bergmann · 11 years ago
  48. 5d5f447e UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create. by Michael Meeks · 11 years ago
  49. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  50. 373a9b9 loplugin:redundantcast: redundant const_cast followed by implicit upcast by Stephan Bergmann · 11 years ago
  51. 4ff758fe Manual cleanup of misc. issues. by Michael Meeks · 11 years ago
  52. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  53. d46e0d9 second half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  54. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  55. 0556598 vclwidget: check for calling delete on subclasses of vcl::Window by Noel Grandin · 11 years ago
  56. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  57. c0a802b Audit and correct misc. clears -> disposeAndClears. by Michael Meeks · 11 years ago
  58. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  59. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  60. ef22212 vcl: VclPtr conversion in xmlsecurity by Noel Grandin · 11 years ago
  61. 4cca016 loplugin:staticmethods by Noel Grandin · 11 years ago
  62. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  63. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  64. 698a6d4 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  65. 51a705c Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  66. c5f1e8c const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  67. 6618a6d loplugin:constantfunction: xmlsecurity by Noel Grandin · 11 years ago
  68. 68495ab cppcheck: add some explicits by Caolán McNamara · 11 years ago
  69. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  70. 765f621 utl::ConfigItem::Commit() should call ClearModified() by Michael Stahl · 11 years ago
  71. 556373c V668 no sense in testing the result of new against null by Caolán McNamara · 11 years ago
  72. 5a308b1 V801: Decreased performance by Caolán McNamara · 11 years ago
  73. 2c0e191 V801: Decreased performance by Caolán McNamara · 11 years ago
  74. 44e1eae cppcheck: variableScope by Caolán McNamara · 11 years ago
  75. 6e44e13a cppcheck: variableScope by Caolán McNamara · 11 years ago
  76. 5b24b4b loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  77. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  78. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  79. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  80. 6347df7 coverity#1266458 Argument cannot be negative by Caolán McNamara · 11 years ago
  81. 2880dfe Some more loplugin:cstylecast: xmlsecurity by Stephan Bergmann · 11 years ago
  82. bfe79b5 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  83. 07e84ca Fix typo comments Resouce->Resource by Andrea Gelmini · 11 years ago
  84. c32a5a3 simplify Date/Time/DateTime conversion code by Noel Grandin · 11 years ago
  85. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  86. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  87. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  88. 8d487ce xmlsecurity: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  89. 2f925e8 xmlsecurity: HIG fixes by Adolfo Jayme Barrientos · 11 years ago
  90. 147ff66 Typo "mehtod" -> "method" by Stephan Bergmann · 11 years ago
  91. 71c58fc Bin noise comments by Tor Lillqvist · 11 years ago
  92. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  93. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  94. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  95. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  96. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  97. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  98. 0048a11 coverity#982248 Unchecked return value by Caolán McNamara · 11 years ago
  99. fb7b1f4 loplugin: cstylecast by Noel Grandin · 11 years ago
  100. 04a810c back out more wrong and confusing tools::Time comment changes by Eike Rathke · 12 years ago