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