1. 82d68f9 convert COMMAND_ constants to scoped enum by Noel Grandin · 11 years ago
  2. 2244ba7 loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  3. 9bb254f NOINSTANCE is implied now in IMPL_STATIC_LINK... by Stephan Bergmann · 11 years ago
  4. 39078c2 cleanup DIALOG_NO_PARENT, follow on to tdf#91090 by Noel Grandin · 11 years ago
  5. b13fbd1 convert BMP_SCALE constant to scoped enum by Noel Grandin · 11 years ago
  6. f62af19 typo: strech -> stretch by Andras Timar · 11 years ago
  7. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  8. d883c12 Get rid of the initial :: for the vcl namespace by Tor Lillqvist · 11 years ago
  9. e6c08b6 Remove unnecessary STATIC_LINK macro by Stephan Bergmann · 11 years ago
  10. a9bfa65 convert INITOUTDEV constants to scoped enum by Noel Grandin · 11 years ago
  11. ce82146 Merge remote-tracking branch 'origin/feature/vclptrmerge2' by Michael Meeks · 11 years ago
  12. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  13. 9f387fa css.awt.ItemEvent.Highlighted is of type long by Stephan Bergmann · 11 years ago
  14. e710c1d loplugin:simplifybool by Stephan Bergmann · 11 years ago
  15. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  16. 4592d27 Get rid of trivial comphelper::in-/decrement wrappers by Stephan Bergmann · 11 years ago
  17. 04cadb3 java: remove some unused code by Noel Grandin · 11 years ago
  18. 5d5f447e UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create. by Michael Meeks · 11 years ago
  19. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  20. e9696b9 Fix more misc. lifecycle mistakes. by Michael Meeks · 11 years ago
  21. 4804ed9 Fixup toolkit's printer code. by Michael Meeks · 11 years ago
  22. f583322 toolkit: much safer WindowDestroyed handler. by Michael Meeks · 11 years ago
  23. 3b416a7 svtools: switch UNO pieces to use VclPtr enabled toolkit. by Michael Meeks · 11 years ago
  24. 60fcbc1a toolkit: more VclPtr pieces. by Michael Meeks · 11 years ago
  25. 95f686d toolkit: more cleanup. by Michael Meeks · 11 years ago
  26. 51e97b2 toolkit: first cut at switching to VclPtr. by Michael Meeks · 11 years ago
  27. ce8cfbd svtools: apply vcl::window refcounting changes by Noel Grandin · 11 years ago
  28. e4688a3 loplugin:staticmethods by Noel Grandin · 11 years ago
  29. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  30. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  31. edc189d loplugin:staticfunction by Noel Grandin · 11 years ago
  32. f785d16 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  33. 2ec9d9d Resolves: tdf#90228 1.06 turns into a monster by Caolán McNamara · 11 years ago
  34. a52cf47 Clean up template-parameter-dependent C-style casts by Stephan Bergmann · 11 years ago
  35. 93a8ef5 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  36. b627a4d const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  37. 76f33f1 tdf#67990: Management of case in combobox by Julien Nabet · 11 years ago
  38. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  39. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  40. 924b292 V801: Decreased performance by Caolán McNamara · 11 years ago
  41. f33d680 Idle Timer: Invented Base Class by Tobias Madl · 11 years ago
  42. 57656eb Idle and Timer are now completely independent by Tobias Madl · 11 years ago
  43. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  44. f02ee5b Avoid unnecessary bad downcasts to Button by Stephan Bergmann · 11 years ago
  45. 48f0a5e Typos by Julien Nabet · 11 years ago
  46. 6b3aa0f tdf#78174: toolkit: work around GCC 4.9 -Os link failure by Michael Stahl · 11 years ago
  47. a1ceacc boost::foo_ptr->std::foo_ptr by Caolán McNamara · 11 years ago
  48. c7258cf shared_ptr<T>(new T(args)) -> make_shared<T>(args) by Caolán McNamara · 11 years ago
  49. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  50. 4114601 Resolves: #i98734# save/load ScaleMode property of image control on dialogs by Tsutomu Uchino · 11 years ago
  51. 91567c2 calling alloca() requires #include <sal/alloca.h> by Michael Stahl · 11 years ago
  52. 17fe7fc Some more loplugin:cstylecast: toolkit by Stephan Bergmann · 11 years ago
  53. 5333782 convert SETTINGS_ #defines to 'enum class' by Noel Grandin · 11 years ago
  54. a5b5ad9 fdo#84938: replace DATACHANGED_ constants with 'enum class' by Noel Grandin · 11 years ago
  55. 0933005 java: simplify sleeping and waiting in tests by Noel Grandin · 11 years ago
  56. 2ce0030 Fix long/sal_IntPtr mismatch on x86_64 platform on windows by David Ostrovsky · 11 years ago
  57. 5c5edae Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename" by Matúš Kukan · 11 years ago
  58. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  59. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  60. ee567a6 Use SVLIBRARY instead of gb_Library_get_runtime_filename by Stephan Bergmann · 11 years ago
  61. 9720e8e Some loplugin:revisibility clean-up by Stephan Bergmann · 11 years ago
  62. 822b4fd java: unnecessary method overrides by Noel Grandin · 11 years ago
  63. 1003946 java: remove more dead code by Noel Grandin · 11 years ago
  64. 3c6d932 java: was passing the wrong thing to the remove method by Noel Grandin · 11 years ago
  65. 35f8d6a java: remove unnecessary reflection in toolkit tests by Noel Grandin · 11 years ago
  66. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  67. 7da92fd cppcheck: Possible inefficient checking for <var> emptiness by Julien Nabet · 11 years ago
  68. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  69. 581d1e3 java: reduce visibility of some methods and fields by Noel Grandin · 11 years ago
  70. 0ae24c2 java: fix access to always null field by Noel Grandin · 11 years ago
  71. 52d8444 java: synching on a global object is not very useful by Noel Grandin · 11 years ago
  72. 41f4417 java: dodgy synchronisation around clear by Noel Grandin · 11 years ago
  73. 44199e8 toolkit: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  74. a646734 No need for libotouch any more here by Tor Lillqvist · 11 years ago
  75. 58bec49 Kill createScreenCompatibleDeviceUsingBuffer by Tor Lillqvist · 11 years ago
  76. 454dddd java: remove some unused fields and variables by Noel Grandin · 11 years ago
  77. 45fe771 toolkit: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  78. 373affe java: remove some unnecessary interfaces by Noel Grandin · 11 years ago
  79. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  80. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  81. 9af9d2c Split into individual definitions, one per line by Stephan Bergmann · 11 years ago
  82. 2979ff2 fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  83. c199b76 java: remove some unused local variables by Noel Grandin · 11 years ago
  84. 7304f97 vcl: remove unnecessary typedef VCLXGraphicsList_impl by Chris Sherlock · 11 years ago
  85. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  86. 721366e cppu: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  87. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  88. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  89. e815987 vcl: move the Impl class of MapMode ...uhm... out of the public header? by Michael Stahl · 11 years ago
  90. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  91. bb43702 java: convert fields to local variables where possible by Noel Grandin · 11 years ago
  92. 36ff152 java: reduce excessive code indentation levels by Noel Grandin · 11 years ago
  93. cd32045 fix spelling implemenation -> implementation by Noel Grandin · 11 years ago
  94. 31d902d fdo#84938: replace MOUSE_ modifier constants with enum by Noel Grandin · 11 years ago
  95. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  96. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  97. a1c4d87 idle: allow processing pending handlers remotely. by Michael Meeks · 11 years ago
  98. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  99. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  100. 6412ebe accessibility: shift by zero by Robert Antoni Buj i Gelonch · 11 years ago