1. 5acebe9 Some more loplugin:cstylecast: cui by Stephan Bergmann · 11 years ago
  2. ce20c5b fdo#88504 untranslated strings in Hangul/Hanja Conversion dialog by David Tardon · 11 years ago
  3. 422b8de coverity#1264393/1264394: missing break by Julien Nabet · 11 years ago
  4. 0546e65 Related: fdo#87551 measure in approx chars and not pixels by Caolán McNamara · 11 years ago
  5. 767ec46 Cleanup SfxZoomDialog, convert plain pointer to unique_ptr by Tomaž Vajngerl · 11 years ago
  6. 5333782 convert SETTINGS_ #defines to 'enum class' by Noel Grandin · 11 years ago
  7. a5b5ad9 fdo#84938: replace DATACHANGED_ constants with 'enum class' by Noel Grandin · 11 years ago
  8. bbde245 About dialog: distinguish between 32 and 64 bit windows build by David Ostrovsky · 11 years ago
  9. 3f34668 cui: SvxLinguTabPage::GetRanges() is dead, remove it by Michael Stahl · 11 years ago
  10. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  11. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  12. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  13. 9fd89a5 fdo#39440 reduce scope of local variables by Łukasz Hryniuk · 11 years ago
  14. bae855e fdo#84938: replace BUTTONTYPE_ constants with 'enum class' by Noel Grandin · 11 years ago
  15. 8c7f683 fdo#84228: Set rectangle props after setting shadow props by Katarina Behrens · 11 years ago
  16. c02033a -Werror,-Warray-bounds by Stephan Bergmann · 11 years ago
  17. 97a99db Enhance OpenCL Option dialog with tables by Olivier Hallot · 11 years ago
  18. 8c63960 Cleanup source of zoom dialog, translate german error message by Tomaž Vajngerl · 11 years ago
  19. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  20. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  21. a5811c7 Resolves fdo#87581: Pb to delete words with 2 initials in Autocorr Except by Julien Nabet · 11 years ago
  22. 3c40bd2 Enhance OpenCL options UI dialog by Olivier Hallot · 11 years ago
  23. e80d82f remove whitespaces by Markus Mohrhard · 11 years ago
  24. 08e0a79 spell dialog: Make [Close] work in protected documents with editable fields. by Jan Holesovsky · 11 years ago
  25. 43e4b96 cui: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  26. ae177f5 ifix the OpenGL UI config part by Markus Mohrhard · 11 years ago
  27. 355e39508 after resetting the values are not modified by Markus Mohrhard · 11 years ago
  28. 9a33547 implement the ui part for the OpenGL config variables by Markus Mohrhard · 11 years ago
  29. 0f5e917 Introduce rtl::OUStringLiteral1 by Stephan Bergmann · 11 years ago
  30. 270fdd6 add two options for OpenGL rendering by Markus Mohrhard · 11 years ago
  31. f52deab WaE: private field 'm_pSystemFont' is not used by Tor Lillqvist · 11 years ago
  32. 324de04 Resolves fdo#87016 Kill "Use system font for user interface" for good by Julien Nabet · 11 years ago
  33. 6c0c2fa cui: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  34. 3c77eba fdo#85486 - Clean up unnecessary enumerations from xenum.hxx by Radu Ioan · 11 years ago
  35. c69f481 fdo#85486 - Clean up unnecessary enumerations from xenum.hxx by Radu Ioan · 11 years ago
  36. 50fdcff removed unused timeout defines by Tobias Madl · 11 years ago
  37. d843f3d changed timers to idle by Jennifer Liebel · 11 years ago
  38. 821ae0f changed timers to idles by Tobias Madl · 11 years ago
  39. 484129d changed timer to idle by Tobias Madl · 11 years ago
  40. 5f6af01 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  41. 4863748 loplugin:cstylecast, involving pointer to incomplete type by Stephan Bergmann · 11 years ago
  42. 179810c Further clean-up by Stephan Bergmann · 11 years ago
  43. 9de4fe9 Code clean-up/consolidation task. by Vishv Brahmbhatt · 13 years ago
  44. f20043a Add a limit for graphic cache based on used integer type to avoid overflow by Zolnai Tamás · 11 years ago
  45. 1459645 fdo#84938: replace EVENT_ constants with enum by Tobias Madl · 11 years ago
  46. 09b1c24 fdo#85486 - Clean up unnecessary enumerations from xenum.hxx by Radu Ioan · 11 years ago
  47. 1386c34 fdo#82616: set limits on spinboxes according to size of workarea by Katarina Behrens · 11 years ago
  48. 791a878 Make the OS choice a combobox by Tor Lillqvist · 11 years ago
  49. 9c1a1b9 fdo#70861: cui: fix crash in SvxExtParagraphTabPage by Michael Stahl · 11 years ago
  50. 432368d Fix OpenCL-less build by Tor Lillqvist · 11 years ago
  51. c1d09b1 Work in progress: Move Calc-independend OpenCL configuration out of sc by Tor Lillqvist · 11 years ago
  52. 7716d86 Resolves: fdo#85590 'Pick a color' circle location is incorrect when opened by Caolán McNamara · 11 years ago
  53. 3a58704 Make whether to use OpenCL or not a global option by Tor Lillqvist · 11 years ago
  54. 7528b49 fdo#85486 - Clean up unnecessary enumerations from xenum.hxx by Radu Ioan · 11 years ago
  55. 6745c24 fdo#86550 make some strings localizable by Andras Timar · 11 years ago
  56. d69bda6 Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx. by Kohei Yoshida · 11 years ago
  57. c3aec58 coverity#735402 Logically dead code by Caolán McNamara · 11 years ago
  58. cf26921 fdo#80280 Don't add items with no bitmaps by Maxim Monastirsky · 11 years ago
  59. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  60. 133c295 vcl: let the ModalDialog ctor take an OUString by Miklos Vajna · 11 years ago
  61. c5092a8 fdo#85432 : Add locale details to help->about Added locale text to About dialog by Brij Mohan Lal Srivastava · 11 years ago
  62. d2f3c16 coverity#1242900 Unused value by Caolán McNamara · 11 years ago
  63. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  64. e815987 vcl: move the Impl class of MapMode ...uhm... out of the public header? by Michael Stahl · 11 years ago
  65. 00ddedc fdo#76658 fix bad conversion of old-style UNO service.. by Noel Grandin · 11 years ago
  66. a52f292 fdo#84938: replace HELPMODE_ constants with enum by Noel Grandin · 11 years ago
  67. 6d3507b SfxTabDialog ctors: take an OUString by Miklos Vajna · 11 years ago
  68. 8da6274 Resolves: fdo#85939 its not an OKButton anymore by Caolán McNamara · 11 years ago
  69. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  70. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  71. ad26837 Use basegfx library function to clamp numbers by Katarina Behrens · 11 years ago
  72. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  73. f42e367 coverity#1250409 Explicit null dereferenced by Caolán McNamara · 11 years ago
  74. c79c3e3 coverity#1250409 Explicit null dereferenced by Caolán McNamara · 11 years ago
  75. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  76. 72ce136 convert COMMAND_WHEEL constants to an enum by Noel Grandin · 11 years ago
  77. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  78. 0466ab0 Remove checks for HTMLMODE_SOME_STYLES by Harri Pitkänen · 11 years ago
  79. f92ab4d Improve SvSimpleTable class by Palenik Mihály · 11 years ago
  80. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  81. 9f743f9 cid#1242780 Uninitialized pointer field by Noel Grandin · 11 years ago
  82. dcbe265 rename class field pEntries to mpEntries by Noel Grandin · 11 years ago
  83. 1e21c77 loplugin: cstylecast by Noel Grandin · 11 years ago
  84. 7ef6983 fdo#84938: replace KEYTYPE_ constants with enum by Noel Grandin · 11 years ago
  85. 1304a6a coverity#703936 Unchecked return value by Caolán McNamara · 11 years ago
  86. 31af61e Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" by Jan Holesovsky · 11 years ago
  87. 858c2a2 Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" by Jan Holesovsky · 11 years ago
  88. d4ca0cc loplugin: cstylecast by Noel Grandin · 11 years ago
  89. 691851b fdo#78214 - rename of '1.2 extended (compat mode)' by Yousuf Philips · 11 years ago
  90. f5fc816 Avoid unnecessary #include by Stephan Bergmann · 11 years ago
  91. 9ecac387 Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING by Tor Lillqvist · 11 years ago
  92. 182fc4f fdo#84938: replace WINDOW_BORDER constants with enum by Noel Grandin · 11 years ago
  93. 67c9d05 fdo#84938: replace TIB_ constants with enum by Noel Grandin · 11 years ago
  94. 06562c6 convert SV_BMP_ constants to enum by Noel Grandin · 11 years ago
  95. d634a61 vcl/layout.hxx was included twice by Andras Timar · 11 years ago
  96. 582ef22 fdo#84854 it seems long is not enough on 32 bit by David Tardon · 11 years ago
  97. 9c9831f usage info: Checkbox to turn it on and off (Tools -> Options... -> General). by Jan Holesovsky · 11 years ago
  98. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  99. af5ebbf create a macro library for implementing bit-flags types by Noel Grandin · 12 years ago
  100. f6d6156 vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMap by Chris Sherlock · 12 years ago