1. ad5daef loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  2. 5984cc8 Add ability to change tint/shade of a color. by Tomaž Vajngerl · 11 years ago
  3. c89e590 extend color test - check read & write from stream by Tomaž Vajngerl · 11 years ago
  4. 4a7dcee Clean up tools/link.hxx by Stephan Bergmann · 11 years ago
  5. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  6. f0edb67 enhancement : tdf#90225 Cannot open compressed csv files from calc by Dennis Francis · 11 years ago
  7. 877fe59 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  8. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  9. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  10. 9561c2f Clean up new rtl/surrogates.h by Stephan Bergmann · 11 years ago
  11. fd8c06a duplicate surrogate code by Caolán McNamara · 11 years ago
  12. 9f23260 SvStream: WriteUChar -> WriteBool by Stephan Bergmann · 11 years ago
  13. 5252a1d tools: leave ErrorContext with a vcl::Window * for now. by Michael Meeks · 11 years ago
  14. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  15. e33d74f Make ErrorContext includers happier. by Michael Meeks · 11 years ago
  16. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  17. 8109030 No need to go via floating-point calculations by Stephan Bergmann · 11 years ago
  18. 91b9148 Change tools::Time::GetSystemTicks to sal_uInt64 by Stephan Bergmann · 11 years ago
  19. 3516371 loplugin:staticmethods by Noel Grandin · 11 years ago
  20. 9eed05b Remove dead INetProtocol::Out by Stephan Bergmann · 11 years ago
  21. 5ba54aa Remove dead INetProtocol::Vim by Stephan Bergmann · 11 years ago
  22. 6d089a4 Kill INetProtocol::News by Tor Lillqvist · 11 years ago
  23. 5241788 Kill INetProtocol::Imap and Pop3 by Tor Lillqvist · 11 years ago
  24. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  25. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  26. 9af6b70 Plug the hole in INetProtocol by Stephan Bergmann · 11 years ago
  27. 6e74c9f Remove left-over comment junk by Stephan Bergmann · 11 years ago
  28. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  29. edc189d loplugin:staticfunction by Noel Grandin · 11 years ago
  30. 9826b9c Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  31. a98c1692 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  32. 2a081a0 Rectangle::toString(): output position, then size by Miklos Vajna · 11 years ago
  33. 665bad8 loplugin:constantfunction: tools by Noel Grandin · 11 years ago
  34. 556373c V668 no sense in testing the result of new against null by Caolán McNamara · 11 years ago
  35. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  36. 6d72994 convert RC_ constants to enum class by Noel Grandin · 11 years ago
  37. 593f083 convert enum _ImplINetRFC822MessageHeaderState to enum class by Noel Grandin · 11 years ago
  38. 63dc0b4 convert INETMSG_MIME_VERSION constants to enum class by Noel Grandin · 11 years ago
  39. 1e4f2cc convert INETMSG_RFC822_ constants to enum class by Noel Grandin · 11 years ago
  40. bbfc6ad Add Rectangle::toString() by Miklos Vajna · 11 years ago
  41. aa1b4a29 Various typos by Julien Nabet · 11 years ago
  42. 765efd3 DBG_ASSERT -> assert by Stephan Bergmann · 11 years ago
  43. 6547c93 tdf#89319 SvFileStream: remove redundant osl_getFilePos() calls by László Németh · 11 years ago
  44. db11071 Fold INetMessageIOStream into INetMIMEMessageStream by Stephan Bergmann · 11 years ago
  45. df1c438 Fold INetOStream into INetMessageOStream by Stephan Bergmann · 11 years ago
  46. ba2cb77 Fold INetIStream into INetMessageIStream by Stephan Bergmann · 11 years ago
  47. c27ab70 GenerateHeader(false) -> SetHeaderGenerated() by Stephan Bergmann · 11 years ago
  48. 2c5ce8e Remove unused INetMIMEMessage streaming operators by Stephan Bergmann · 11 years ago
  49. ca6be61 Fold INetRFC822Message into INetMIMEMessage by Stephan Bergmann · 11 years ago
  50. 3939b6d Fold INetMessage into INetRFC822Message by Stephan Bergmann · 11 years ago
  51. 4d6a509 convert all remaining BOOST_STATIC_ASSERT to static_assert by Caolán McNamara · 11 years ago
  52. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  53. 71b87e3 coverity#1242531 Untrusted value as argument by Caolán McNamara · 11 years ago
  54. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  55. 83de961 coverity#1244945 Untrusted value as argument by Caolán McNamara · 11 years ago
  56. 381ea04 coverity#1244946 Untrusted value as argument by Caolán McNamara · 11 years ago
  57. 2850b4d Some more loplugin:cstylecast: tools by Stephan Bergmann · 11 years ago
  58. 5901827 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  59. 2f69f6e remove unnecessary parentheses by Noel Grandin · 11 years ago
  60. c32a5a3 simplify Date/Time/DateTime conversion code by Noel Grandin · 11 years ago
  61. 278b400 fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class' by Noel Grandin · 11 years ago
  62. 306f048 fdo#84938: convert COMPRESSMODE_ #defines to 'enum class' by Noel Grandin · 11 years ago
  63. 4e89a3e fix windows build by Noel Grandin · 11 years ago
  64. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  65. 9720e8e Some loplugin:revisibility clean-up by Stephan Bergmann · 11 years ago
  66. bd03af5 valgrind: Conditional jump or move depends on uninitialised value by Caolán McNamara · 11 years ago
  67. 8130714 fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class' by Noel Grandin · 11 years ago
  68. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  69. 190196b Date/Time no longer loaded from rsc files by Caolán McNamara · 11 years ago
  70. 756fe1b drop dateformatter resource loading by Caolán McNamara · 11 years ago
  71. caa9278 TimeFields not loaded from resource files anymore by Caolán McNamara · 11 years ago
  72. 09e071f tools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  73. 47cd375 Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value" by Stephan Bergmann · 11 years ago
  74. 146bd12 Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value by Stephan Bergmann · 11 years ago
  75. 9ce073b tools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  76. cf01aff remove operator>> and operator<< methods by Noel Grandin · 11 years ago
  77. c2a93a2 long is 32 bit on Windows x86_64 platform by David Ostrovsky · 11 years ago
  78. 0375504 fdo#38835 strip out OString globals by Noel Grandin · 11 years ago
  79. 2f7a386 loplugin:cstylecast, involving pointer to incomplete type by Stephan Bergmann · 11 years ago
  80. 827430c Fold URE: Windows by Stephan Bergmann · 11 years ago
  81. b1c7f07 assert on loading timestamp in kde80951-1.html by Caolán McNamara · 11 years ago
  82. 34411dc Mark Color::AsRGBHexString() as const by Miklos Vajna · 11 years ago
  83. 764600b Apply pimpl to ResStringArray, to hide its internals. by Kohei Yoshida · 11 years ago
  84. 2dff8ff Build fix on Linux. by Kohei Yoshida · 11 years ago
  85. 6d7282f Apply pimpl to Fraction. by Kohei Yoshida · 11 years ago
  86. 0348341 Make these methods non-inline. by Kohei Yoshida · 11 years ago
  87. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  88. 71c00f4 coverity#982314 Logically dead code by Caolán McNamara · 11 years ago
  89. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  90. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  91. 047830d There are three positive return codes from inflate by Caolán McNamara · 11 years ago
  92. 7f3326f checker type doesn't work, try event type by Caolán McNamara · 11 years ago
  93. 06bde51 tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout() by Chris Sherlock · 11 years ago
  94. 0f6e4e7 coverity#1250404 Operands don't affect result by Caolán McNamara · 11 years ago
  95. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  96. bdd22c4 WaE: C4101: 'unused' : unreferenced local variable by Tor Lillqvist · 11 years ago
  97. ddc7f5d fix build on android-arm tinderbox by David Tardon · 11 years ago
  98. 2ce0aed fdo#81356: use boost::rational internally in Fraction by Juan Picca · 11 years ago
  99. 1f6aefc coverity#1242531 Untrusted loop bound by Caolán McNamara · 11 years ago
  100. 91fac2a cid#705051 Dereference after null check by Noel Grandin · 11 years ago