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