1. 1dbc6d0 Resolves: fdo#87636 New button not clickable when Templates preselected by Caolán McNamara · 11 years ago
  2. d69fb68 Some more loplugin:cstylecast: framework by Stephan Bergmann · 11 years ago
  3. 06983ef do TODO: replace ImplCallEventListeners() by CallEventListeners() in vcl by Caolán McNamara · 11 years ago
  4. a7d1292 java: remove some dead properties by Noel Grandin · 11 years ago
  5. 7e1dfc0 java: inline the CheckAPI properties by Noel Grandin · 11 years ago
  6. c55f945 java: move DEFAULT_SHORT_WAIT_MS to util.utils by Noel Grandin · 11 years ago
  7. 5333782 convert SETTINGS_ #defines to 'enum class' by Noel Grandin · 11 years ago
  8. a5b5ad9 fdo#84938: replace DATACHANGED_ constants with 'enum class' by Noel Grandin · 11 years ago
  9. 0933005 java: simplify sleeping and waiting in tests by Noel Grandin · 11 years ago
  10. 4bf4e3d java: no need to instantiate the AccessibilityTools object by Noel Grandin · 11 years ago
  11. 3757c03 java: simplify array creation by Noel Grandin · 11 years ago
  12. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  13. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  14. 2c71f38 fdo#75757: Remove inheritance from std::vector. by Matthew Pottage · 11 years ago
  15. 8ab4d2f drop crashrep unused since start of LibreOffice by Caolán McNamara · 11 years ago
  16. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  17. 9fd89a5 fdo#39440 reduce scope of local variables by Łukasz Hryniuk · 11 years ago
  18. 8e94c40 how about scope by Eike Rathke · 11 years ago
  19. 549b7fa workaround a weird gcc optimization werror bug by Eike Rathke · 11 years ago
  20. bae855e fdo#84938: replace BUTTONTYPE_ constants with 'enum class' by Noel Grandin · 11 years ago
  21. 566f16a java: unnecessary imports by Noel Grandin · 11 years ago
  22. 1003946 java: remove more dead code by Noel Grandin · 11 years ago
  23. 46540d0 java: these fields can become local variables by Noel Grandin · 11 years ago
  24. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  25. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  26. 8a00985 Adjust the statusbar item widths according to HiDPI scaling factor by Tomaž Vajngerl · 11 years ago
  27. 2d82619 java: static fields that should not be static by Noel Grandin · 11 years ago
  28. cba3956 java: this does not need to be a Thread by Noel Grandin · 11 years ago
  29. b983529 framework: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  30. 38b8c1e fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  31. b733f5c framework: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  32. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  33. ffffc52 java: remove comment noise by Noel Grandin · 11 years ago
  34. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  35. 1367e4b changed timers to idle by Jennifer Liebel · 11 years ago
  36. 439c8eb changed some timer to idle by Jennifer Liebel · 11 years ago
  37. e4200fe changed timers to idle by Jennifer Liebel · 11 years ago
  38. f0a6ec2 changed timers to idle by Jennifer Liebel · 11 years ago
  39. 9f3e392 changed timers to idle by Jennifer Liebel · 11 years ago
  40. d1684e1 changed some timer to idle by Jennifer Liebel · 11 years ago
  41. 9cc2a28 framework: avoid double-free in ToolBarManager() by Michael Stahl · 11 years ago
  42. e5f67b2 changed timers to idle by Jennifer Liebel · 11 years ago
  43. 85efe9c fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxx by Christian M. Heller · 11 years ago
  44. 1810220 changed some timer to idle by Jennifer Liebel · 11 years ago
  45. eae0dda3e Resolves: fdo#86820 executing toolbar menu entry can destroy menu by Caolán McNamara · 11 years ago
  46. 16e1fbb Avoid automatic toolbars in the non-desktop case by Tor Lillqvist · 11 years ago
  47. 75f4ad0 Ignore exceptions when getting the background color configuration by Tor Lillqvist · 11 years ago
  48. 179810c Further clean-up by Stephan Bergmann · 11 years ago
  49. 9de4fe9 Code clean-up/consolidation task. by Vishv Brahmbhatt · 13 years ago
  50. 1459645 fdo#84938: replace EVENT_ constants with enum by Tobias Madl · 11 years ago
  51. 58eab57 java: final fields that can be static by Noel Grandin · 11 years ago
  52. 1658c01 java,framework: remove unused vars and parameters by Noel Grandin · 11 years ago
  53. fe095da java,qadev: remove unused parameters and local vars by Noel Grandin · 11 years ago
  54. 4730af6 typo: unknown by Andras Timar · 11 years ago
  55. 9dc7bae Revert "coverity#1169848 Uncaught exception" by Stephan Bergmann · 11 years ago
  56. 30bf578 Revert "cid#706553 Uncaught exception" by Stephan Bergmann · 11 years ago
  57. 6f58f34 Revert "cid#706552 Uncaught exception" by Stephan Bergmann · 11 years ago
  58. e753f8b Revert "cid#706551 Uncaught exception" by Stephan Bergmann · 11 years ago
  59. fced316 comphelper::SequenceAsHashMap: throw IllegalArgumentException by Stephan Bergmann · 11 years ago
  60. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  61. 721366e cppu: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  62. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  63. 62155d2 fdo#82708 editing statusbar tooltip texts by Yousuf Philips · 11 years ago
  64. 639f6dc coverity#705177 Missing break in switch by Caolán McNamara · 11 years ago
  65. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  66. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  67. b43fcb4 coverity#1251595 Uncaught exception by Caolán McNamara · 11 years ago
  68. a8af20d typo: represant->represent by Andras Timar · 11 years ago
  69. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  70. bb43702 java: convert fields to local variables where possible by Noel Grandin · 11 years ago
  71. 355770ef fdo82708 Add missing tooltips to Writer Statusbar by Samuel Mehrbrodt · 11 years ago
  72. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  73. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  74. d519c31 rename KEY_MODTYPE to KEY_MODIFIERS_MASK by Noel Grandin · 11 years ago
  75. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  76. 3c58f07 fdo#84938: replace TOOLBOXITEM_ constants with enum by Noel Grandin · 11 years ago
  77. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  78. a7542d3 fdo#84938: replace MIB_ constants with enum by Noel Grandin · 11 years ago
  79. fc9e78f framework: avoid double-free in ToolBarManager() by Michael Stahl · 11 years ago
  80. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  81. 27415fd Kill some static OUStrings. by Jan Holesovsky · 11 years ago
  82. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  83. b7e999e coverity#1202880 annotate Dereference before null check as false positive by Caolán McNamara · 11 years ago
  84. 66fae3a coverity#704649 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
  85. cf33ce9 coverity#736876 Negative array index read by Caolán McNamara · 11 years ago
  86. 035fe8a fdo#84938: replace MENUITEM constants with enum by Noel Grandin · 11 years ago
  87. 816e506 framework, unotest: do not override UserInstallation from environment by Michael Stahl · 11 years ago
  88. 67c9d05 fdo#84938: replace TIB_ constants with enum by Noel Grandin · 11 years ago
  89. 6e417ff coverity#1247630 Uncaught exception by Caolán McNamara · 11 years ago
  90. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  91. 9341bf3 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  92. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  93. cb7ede2 convert vcl StateChangedType to enum class by Noel Grandin · 12 years ago
  94. 277e98e cid#1244948 Uncaught exception by Noel Grandin · 11 years ago
  95. d7ea649 cid#1244950 Uncaught exception by Noel Grandin · 11 years ago
  96. d79ca9b cid#1244951 Uncaught exception by Noel Grandin · 11 years ago
  97. 36ec3dd cid#1244952 Uncaught exception by Noel Grandin · 11 years ago
  98. fbf3aa3 spelling: instanciated -> instantiated by Noel Grandin · 12 years ago
  99. f635ba0 java: remove some unnecessary intermediary object creation by Noel Grandin · 12 years ago
  100. 9a65df2 coverity#1078526 Logically dead code by Caolán McNamara · 12 years ago