1. 1aed47c Fix typos by Andrea Gelmini · 11 years ago
  2. 348aaa3 Fix typos by Andrea Gelmini · 11 years ago
  3. 294c613 cppcheck:redundantAssignment by Noel Grandin · 11 years ago
  4. 47f25b4 Fix typos by Andrea Gelmini · 11 years ago
  5. 757ed85 speed up Java unit tests by removing sleeps by Noel Grandin · 11 years ago
  6. 4232598 Let JUnit take care of exceptions by Noel Grandin · 11 years ago
  7. e5ef25d convert GETFOCUS constants to scoped enum by Noel Grandin · 11 years ago
  8. 75cf650 convert WINDOW_DRAW flags to scoped enum by Noel Grandin · 11 years ago
  9. 4a650fb convert SCROLL constants to scoped enum by Noel Grandin · 11 years ago
  10. 1dcef4d convert INVALIDATE constants to scoped enum by Noel Grandin · 11 years ago
  11. 776b4ac convert TOTOP constants to scoped enum by Noel Grandin · 11 years ago
  12. 7201ef5 convert WINDOW_ZORDER constants to scoped enum by Noel Grandin · 11 years ago
  13. b8756d4 tdf#94715 - ensure we remove ourselves from the same event source. by Michael Meeks · 10 years ago
  14. c45c2c8 java: 'final static' to 'static final' by Noel Grandin · 11 years ago
  15. 58ee01b Resolves: tdf#90609 SolarMutex assert on threaded load by Caolán McNamara · 11 years ago
  16. 91fb34e Some missing SolarMutexGuard around VclPtr acquire/release by Stephan Bergmann · 11 years ago
  17. bf7efae vclptr fix in ScrollableWrapper by Noel Grandin · 11 years ago
  18. 25aa7cf Apply new VclPtr clang plugin to catch potential problems. by Noel Grandin · 11 years ago
  19. 955c2cb Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instance by Caolán McNamara · 11 years ago
  20. 35e13c7 convert WINDOW_POSSIZE constants to scoped enum by Noel Grandin · 11 years ago
  21. a5e58e6 convert WINDOW constants for GetWindow() methods to scoped enum by Noel Grandin · 11 years ago
  22. 50726ce convert constants in include/vcl/settings.hxx to scoped enums by Noel Grandin · 11 years ago
  23. f34c1e9 tdf#91416 - fix some incorrectly allocated VirtualDevices. by Michael Meeks · 11 years ago
  24. dcefc97 convert IMAGE_DRAW_ constants to scoped enum by Noel Grandin · 11 years ago
  25. 25a47c5 convert TEXT_DRAW constants to scoped enum by Noel Grandin · 11 years ago
  26. d93915b conver MENU_FLAG_ constants to scoped enum by Noel Grandin · 11 years ago
  27. 4f4cff0 convert POPUPMENU_ constants to scoped enum by Noel Grandin · 11 years ago
  28. 19a32dd convert KERNING_ constants to scoped enum by Noel Grandin · 11 years ago
  29. 82d68f9 convert COMMAND_ constants to scoped enum by Noel Grandin · 11 years ago
  30. 2244ba7 loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  31. 9bb254f NOINSTANCE is implied now in IMPL_STATIC_LINK... by Stephan Bergmann · 11 years ago
  32. 39078c2 cleanup DIALOG_NO_PARENT, follow on to tdf#91090 by Noel Grandin · 11 years ago
  33. b13fbd1 convert BMP_SCALE constant to scoped enum by Noel Grandin · 11 years ago
  34. f62af19 typo: strech -> stretch by Andras Timar · 11 years ago
  35. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  36. d883c12 Get rid of the initial :: for the vcl namespace by Tor Lillqvist · 11 years ago
  37. e6c08b6 Remove unnecessary STATIC_LINK macro by Stephan Bergmann · 11 years ago
  38. a9bfa65 convert INITOUTDEV constants to scoped enum by Noel Grandin · 11 years ago
  39. ce82146 Merge remote-tracking branch 'origin/feature/vclptrmerge2' by Michael Meeks · 11 years ago
  40. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  41. 9f387fa css.awt.ItemEvent.Highlighted is of type long by Stephan Bergmann · 11 years ago
  42. e710c1d loplugin:simplifybool by Stephan Bergmann · 11 years ago
  43. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  44. 4592d27 Get rid of trivial comphelper::in-/decrement wrappers by Stephan Bergmann · 11 years ago
  45. 04cadb3 java: remove some unused code by Noel Grandin · 11 years ago
  46. 5d5f447e UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create. by Michael Meeks · 11 years ago
  47. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  48. e9696b9 Fix more misc. lifecycle mistakes. by Michael Meeks · 11 years ago
  49. 4804ed9 Fixup toolkit's printer code. by Michael Meeks · 11 years ago
  50. f583322 toolkit: much safer WindowDestroyed handler. by Michael Meeks · 11 years ago
  51. 3b416a7 svtools: switch UNO pieces to use VclPtr enabled toolkit. by Michael Meeks · 11 years ago
  52. 60fcbc1a toolkit: more VclPtr pieces. by Michael Meeks · 11 years ago
  53. 95f686d toolkit: more cleanup. by Michael Meeks · 11 years ago
  54. 51e97b2 toolkit: first cut at switching to VclPtr. by Michael Meeks · 11 years ago
  55. ce8cfbd svtools: apply vcl::window refcounting changes by Noel Grandin · 11 years ago
  56. e4688a3 loplugin:staticmethods by Noel Grandin · 11 years ago
  57. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  58. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  59. edc189d loplugin:staticfunction by Noel Grandin · 11 years ago
  60. f785d16 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  61. 2ec9d9d Resolves: tdf#90228 1.06 turns into a monster by Caolán McNamara · 11 years ago
  62. a52cf47 Clean up template-parameter-dependent C-style casts by Stephan Bergmann · 11 years ago
  63. 93a8ef5 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  64. b627a4d const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  65. 76f33f1 tdf#67990: Management of case in combobox by Julien Nabet · 11 years ago
  66. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  67. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  68. 924b292 V801: Decreased performance by Caolán McNamara · 11 years ago
  69. f33d680 Idle Timer: Invented Base Class by Tobias Madl · 11 years ago
  70. 57656eb Idle and Timer are now completely independent by Tobias Madl · 11 years ago
  71. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  72. f02ee5b Avoid unnecessary bad downcasts to Button by Stephan Bergmann · 11 years ago
  73. 48f0a5e Typos by Julien Nabet · 11 years ago
  74. 6b3aa0f tdf#78174: toolkit: work around GCC 4.9 -Os link failure by Michael Stahl · 11 years ago
  75. a1ceacc boost::foo_ptr->std::foo_ptr by Caolán McNamara · 11 years ago
  76. c7258cf shared_ptr<T>(new T(args)) -> make_shared<T>(args) by Caolán McNamara · 11 years ago
  77. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  78. 4114601 Resolves: #i98734# save/load ScaleMode property of image control on dialogs by Tsutomu Uchino · 11 years ago
  79. 91567c2 calling alloca() requires #include <sal/alloca.h> by Michael Stahl · 11 years ago
  80. 17fe7fc Some more loplugin:cstylecast: toolkit by Stephan Bergmann · 11 years ago
  81. 5333782 convert SETTINGS_ #defines to 'enum class' by Noel Grandin · 11 years ago
  82. a5b5ad9 fdo#84938: replace DATACHANGED_ constants with 'enum class' by Noel Grandin · 11 years ago
  83. 0933005 java: simplify sleeping and waiting in tests by Noel Grandin · 11 years ago
  84. 2ce0030 Fix long/sal_IntPtr mismatch on x86_64 platform on windows by David Ostrovsky · 11 years ago
  85. 5c5edae Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename" by Matúš Kukan · 11 years ago
  86. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  87. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  88. ee567a6 Use SVLIBRARY instead of gb_Library_get_runtime_filename by Stephan Bergmann · 11 years ago
  89. 9720e8e Some loplugin:revisibility clean-up by Stephan Bergmann · 11 years ago
  90. 822b4fd java: unnecessary method overrides by Noel Grandin · 11 years ago
  91. 1003946 java: remove more dead code by Noel Grandin · 11 years ago
  92. 3c6d932 java: was passing the wrong thing to the remove method by Noel Grandin · 11 years ago
  93. 35f8d6a java: remove unnecessary reflection in toolkit tests by Noel Grandin · 11 years ago
  94. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  95. 7da92fd cppcheck: Possible inefficient checking for <var> emptiness by Julien Nabet · 11 years ago
  96. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  97. 581d1e3 java: reduce visibility of some methods and fields by Noel Grandin · 11 years ago
  98. 0ae24c2 java: fix access to always null field by Noel Grandin · 11 years ago
  99. 52d8444 java: synching on a global object is not very useful by Noel Grandin · 11 years ago
  100. 41f4417 java: dodgy synchronisation around clear by Noel Grandin · 11 years ago