1. 0838fbc Some more loplugin:cstylecast: l10ntools by Stephan Bergmann · 11 years ago
  2. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  3. 4cf326d attempt to compare a singular iterator to a singular iterator by Caolán McNamara · 11 years ago
  4. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  5. 1471103 fdo#87754: duplicated strings in an ItemList are not translated by Zolnai Tamás · 11 years ago
  6. a23f6eb fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  7. 0375504 fdo#38835 strip out OString globals by Noel Grandin · 11 years ago
  8. 45ca1bf Fold URE: Linux ure/lib/* -> program/ by Stephan Bergmann · 11 years ago
  9. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  10. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  11. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  12. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  13. 9086a4b remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or later by Michael Stahl · 12 years ago
  14. 86cd297 remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macro by Michael Stahl · 12 years ago
  15. 67009cf l10ntools: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  16. 43ed0db l10ntools/source/export.cxx: be more std:: by Douglas Mencken · 12 years ago
  17. 03626d7 fdo#80650 src transl. merge must be case sensitive by David Tardon · 12 years ago
  18. 9e77385 l10ntools/source/export.cxx: add sanity check to aOutput.mSimple by Douglas Mencken · 12 years ago
  19. 181b1c0 l10ntools/source/export.cxx: improve style of code by Douglas Mencken · 12 years ago
  20. 06622ec l10ntools/inc/helper.hxx: bin unused header <cassert> by Douglas Mencken · 12 years ago
  21. 5aeb852 l10ntools-transex3: make pParseQueue field private by Douglas Mencken · 12 years ago
  22. ed75aa2 create clang plugin to warn about C-style casts by Noel Grandin · 12 years ago
  23. 8dd8e93 remove AutoControls_tmpl from localize by Thomas Arnhold · 12 years ago
  24. 1cf299e l10ntools: suppress warning C4245 from boost/crc.hpp by Michael Stahl · 12 years ago
  25. a64675d coverity#1224977 integer overflow by Norbert Thiebaud · 12 years ago
  26. cdb6ea2 coverity#1224978 integer overflow by Norbert Thiebaud · 12 years ago
  27. e50ef19 New loplugin:stringconcat by Stephan Bergmann · 12 years ago
  28. 856b55e fdo#80324 fix path of redline_tmpl.hrc by Andras Timar · 12 years ago
  29. 9c883e6 coverity#1019333 Explicit null dereferenced by Caolán McNamara · 12 years ago
  30. 010c932 update usage instructions of pocheck tool by Andras Timar · 12 years ago
  31. d60759a loplugin:staticcall by Stephan Bergmann · 12 years ago
  32. fb22eb4 Fix XMLFile::SearchL10NElements signature by Stephan Bergmann · 12 years ago
  33. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  34. 7610a80 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  35. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  36. 407db84 Fix memory leak in xrmex tool by Stephan Bergmann · 12 years ago
  37. ace815b Fix memory leak in cfgex tool by Stephan Bergmann · 12 years ago
  38. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  39. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  40. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  41. 157b688 some more hrc cleanup by Thomas Arnhold · 12 years ago
  42. 1a5457a Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  43. aef2111 l10ntools: helpex: don't crash if the file can't be parsed; return error by Michael Stahl · 12 years ago
  44. 83d84ad typo: befor -> before by Thomas Arnhold · 12 years ago
  45. 931043a Memory released through xmlFreeDoc should be acquired with xmlMalloc by Stephan Bergmann · 12 years ago
  46. eb5e5ae Remove extra newline by Stephan Bergmann · 12 years ago
  47. 52e359d Clean up function declarations by Stephan Bergmann · 12 years ago
  48. c8c6c83 Clean up unreferenced functions by Stephan Bergmann · 12 years ago
  49. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  50. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  51. 1d81ca9 move remaining padmin dialogs into vcl by Caolán McNamara · 12 years ago
  52. f8ee482 coverity#984098 Uninitialized pointer field by Caolán McNamara · 12 years ago
  53. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  54. 45cc7cf fix comments by Caolán McNamara · 12 years ago
  55. 1a8ba67 Remove visual noise from l10ntools by Alexander Wilms · 12 years ago
  56. f5d4d2b cid#707946 Uninitialized pointer field by Noel Grandin · 12 years ago
  57. cd21028 cid#1038312 Dereference before null check by Noel Grandin · 12 years ago
  58. 94af3bc ulfex: remove unneeded bULF, it is always true by Zolnai Tamás · 12 years ago
  59. d548b25 Drop unnecessary #include by Takeshi Abe · 12 years ago
  60. 5dd4a06 l10ntools: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  61. bab7eeb moved impress remote clients to a separate repository by Norbert Thiebaud · 12 years ago
  62. ccb5f1a coverity#1158098 Explicit null dereferenced by Caolán McNamara · 12 years ago
  63. 62736c5 bool improvements by Stephan Bergmann · 12 years ago
  64. 35782f8 fdo#74119 fix unlocalized redline menu by Andras Timar · 12 years ago
  65. f121dd3 sal_Bool -> bool by Stephan Bergmann · 12 years ago
  66. 46d0619 Transex3: modify src list localization/merge part by Zolnai Tamás · 12 years ago
  67. 1459d6b Transex3: modify list localization/export part by Zolnai Tamás · 12 years ago
  68. a5867ea Transex3: Simplify members for lists by Zolnai Tamás · 12 years ago
  69. d1c7473 Transex3: NO_LOCALIZE_EXPORT by Zolnai Tamás · 12 years ago
  70. bbee598 Transex3: some string optimization by Zolnai Tamás · 12 years ago
  71. 87d683e Transex3: no need to check whether a lang occurs twice by Zolnai Tamás · 12 years ago
  72. 62b688f Transex3: remove unused sLastTextType member by Zolnai Tamás · 12 years ago
  73. eeee7f0 Transex3: remove obsolete textrefid by Zolnai Tamás · 12 years ago
  74. 6ded5ae Transex3: sHelpId is assigned but never used by Zolnai Tamás · 12 years ago
  75. da989b5 Transex3: remove unused text types by Zolnai Tamás · 12 years ago
  76. edf7d34 Transex3: remove obsolete HelpText by Zolnai Tamás · 12 years ago
  77. 0dbd93b Transex3: UIEntries list type is unused by Zolnai Tamás · 12 years ago
  78. 94da69d Transex3: bDontWriteOutput is assigend but never used by Zolnai Tamás · 12 years ago
  79. 72ace3f Transex3: remove not parsed tokens by Zolnai Tamás · 12 years ago
  80. 66397a4 fdo#72598 Remove SunStudio cruft from code base by Jelle van der Waa · 12 years ago
  81. 108eee3 Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia' by Caolán McNamara · 12 years ago
  82. cf38ab5 Convert chart::InsertTitleDlg to .ui by Laurent Balland-Poirier · 12 years ago
  83. ab4f014 fdo#71056 add <sup> to list of inline help XML tags by Andras Timar · 12 years ago
  84. 2241fd5 remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiL by Noel Grandin · 12 years ago
  85. 6eac9de remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL by Noel Grandin · 12 years ago
  86. d454834 Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls" by Noel Grandin · 12 years ago
  87. acebbee remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls by Noel Grandin · 12 years ago
  88. 5112f6a remove RTL_CONSTASCII_STRINGPARAM in OString constructor by Noel Grandin · 12 years ago
  89. 1730df0 remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::append by Noel Grandin · 12 years ago
  90. 45d4b9b renamed ku* to kmr-Latn*, fdo#63460 by Eike Rathke · 12 years ago
  91. 4c530d3 good-bye stringex, you served well by Andras Timar · 12 years ago
  92. 1ba1113 bugs.freedesktop.org -> bugs.libreoffice.org by Andras Timar · 12 years ago
  93. f64ef0b qtz handling in ulfex by Andras Timar · 12 years ago
  94. 1cd0326 do not merge translatable="false" strings to Android resource by Andras Timar · 12 years ago
  95. ba433c6 do not extract translatable="false" strings from Android resource by Andras Timar · 12 years ago
  96. 41e0dbb fixincludeguards.sh: l10ntools by Thomas Arnhold · 12 years ago
  97. e2451bd Convert indexOf->startsWith and lastIndexOf->endsWith by Noel Grandin · 12 years ago
  98. 8817dcb l10ntools: remove Package_ulfconv by Michael Stahl · 12 years ago
  99. 8df17a3 gbuild: set Package default target to INSTDIR by Michael Stahl · 12 years ago
  100. 7a06928 convert code to use OUString::endsWith by Noel Grandin · 12 years ago