1. 6f3cc87 ofz: Z_NEED_DICT is unsupported by Caolán McNamara · 9 years ago
  2. 6431e2b ofz#372 check if ImplSplit succeeded by Caolán McNamara · 9 years ago
  3. e5c1e15 loplugin:expandablemethods in toolkit..tools by Noel Grandin · 9 years ago
  4. ece0ff4 loplugin:expandablemethodds in include/tools..unotools by Noel Grandin · 9 years ago
  5. 6132132 clang-cl loplugin: tools by Stephan Bergmann · 9 years ago
  6. 3abc986 GetAutoHelpId logically can only return an empty string now by Caolán McNamara · 9 years ago
  7. 540b7d3 drop RSC_DOCKINGWINDOW* by Caolán McNamara · 9 years ago
  8. 9f7f5b5 no numericfield, spinfield or spinbutton loaded from .src now by Caolán McNamara · 9 years ago
  9. cc58988 rename SetResMgr to ClearResMgr by Noel Grandin · 10 years ago
  10. 365d1ec no ComboBoxes loaded from .src anymore by Caolán McNamara · 9 years ago
  11. ed5ca17 tools: use rtl/character.hxx in tools/source/inet/inetmsg.cxx by Arnaud Versini · 9 years ago
  12. c65386c no radiobuttons or checkboxes loaded from src files anymore by Caolán McNamara · 9 years ago
  13. face6b6 TOOLS: Remove SvStream::ImpInit() by Arnaud Versini · 10 years ago
  14. 70abef4 no CheckBox loaded from src files anymore by Caolán McNamara · 9 years ago
  15. 18537bea don't call inflateEnd if inflateInit failed by David Tardon · 10 years ago
  16. 8e61b01 drop loading Colors from src files by Caolán McNamara · 10 years ago
  17. c8c4f28 no MetricFields are loaded from .src files now by Caolán McNamara · 10 years ago
  18. 8f62ca8 loplugin:countusersofdefaultparams in sw..vcl by Noel Grandin · 10 years ago
  19. c0c678e Add note that Rectangle::toString() format now has a stability requirement by Tor Lillqvist · 10 years ago
  20. 96e9ffa loplogin:singlevalfields in include/ by Noel Grandin · 10 years ago
  21. ab7d6b0 tools: SvFileStream::LockRange/UnlockRange take 64 bit positions by Michael Stahl · 10 years ago
  22. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  23. 85cf08c coverity#1371213 Missing move assignment operator by Caolán McNamara · 10 years ago
  24. 70986cc loplugin:stringconstant: adapt to improved OUStringLiteral1 (tools) by Stephan Bergmann · 10 years ago
  25. 8ae8e5d cid#1371171 Missing move assignment operator by Noel Grandin · 10 years ago
  26. 0157009 cid#1371160 Missing move assignment operator by Noel Grandin · 10 years ago
  27. 9870f02 loplugin:countusersofdefaultparams in tools..xmlsecurity by Noel Grandin · 10 years ago
  28. 7b2966d nBufSiz can be a non-class local constant by Matteo Casalin · 10 years ago
  29. 30d722a Reduce #include dependencies by Matteo Casalin · 10 years ago
  30. c9b4e29 loplugin:constparams in tools by Noel Grandin · 10 years ago
  31. f7b1cd6 Moved SfxModule owner to SfxApplication by Mark Page · 10 years ago
  32. f541b99 loplugin:nullptr: Better heuristic to determine code shared between C and C++ by Stephan Bergmann · 10 years ago
  33. 6d4f2dc Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendar by Eike Rathke · 10 years ago
  34. b6b34d5 Clarify calculation precedence tdf#39440 by Muhammet Kara · 10 years ago
  35. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  36. b5dfe9b Drop overflow warning that was produced repeatedly on Windows by Tor Lillqvist · 10 years ago
  37. 08fc0da tdf#75280 Cleaning up of sal_uIntPtr usage #1a by tymyjan · 10 years ago
  38. 9b9e5cf tdf#99589 - tolower / toupper - dangerous to Turks ... by Gökhan Gurbetoğlu · 10 years ago
  39. 27ecc40 improve formatting of DBG_UNHANDLED_EXCEPTION message by Noel Grandin · 10 years ago
  40. 272a8af convert more DBG_ASSERT(false to SAL_WARN by Noel Grandin · 10 years ago
  41. 3724a9f attempt to document the obscure MAX_DAYS value by Eike Rathke · 10 years ago
  42. a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
  43. 6ab52cb reduce "no DbgTestSolarMutex function set" warning by Noel Grandin · 10 years ago
  44. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  45. 1741c0f drop "Solar-Version not set on rIStream" messages by Noel Grandin · 10 years ago
  46. 8e8a88e loplugin:unusedfields by Noel Grandin · 10 years ago
  47. 89d2dda improve the logging of resource loading failures by Noel Grandin · 10 years ago
  48. a890e31 SAL_FALLTRHOUGH in Windows-only code by Stephan Bergmann · 10 years ago
  49. 581e4da loplugin:unusedmethods in tools by Noel Grandin · 10 years ago
  50. b852642 remove unused RSC_SYSWINDOW and RSC_WORKWIN by Noel Grandin · 10 years ago
  51. 0f67254 clang-tidy modernize-loop-convert in toolkit to uui by Noel Grandin · 10 years ago
  52. 895eaa5 Add SAL_FALLTHROUGH, where apparently appropriate by Stephan Bergmann · 10 years ago
  53. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  54. f3d9aab teach passstuffbyref plugin to check for.. by Noel Grandin · 10 years ago
  55. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  56. 668e3d4 use std::vector<> instead of embedding next pointers for ErrorHandler data by Noel Grandin · 10 years ago
  57. d848960 rename Errhdl_Impl to ErrorHandler_Impl by Noel Grandin · 10 years ago
  58. f4b8b9a rename EDcr_Impl to DynamicErrorInfo_Impl by Noel Grandin · 10 years ago
  59. 60c8704 coverity#1358589 Uninitialized scalar field by Caolán McNamara · 10 years ago
  60. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  61. 494bd08 remove tools/solarmutex.hxx by Noel Grandin · 10 years ago
  62. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  63. 97abbec tdf#94306 replace boost::noncopyable in stoc to xmlsec.. by Jochen Nitschke · 10 years ago
  64. f9aee52 give tools::ResId a shave and a haircut by Noel Grandin · 10 years ago
  65. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  66. 50d02ad clang-tidy performance-unnecessary-value-param in tools by Noel Grandin · 10 years ago
  67. e5dd156 loplugin:constantparam by Noel Grandin · 10 years ago
  68. 953f8f2 loplugin:constantparam in tools by Noel Grandin · 10 years ago
  69. 1aa4df6 use SAL_N_ELEMENTS in for loops by Noel Grandin · 10 years ago
  70. 8ca50d2 loplugin:constantparam in tools by Noel Grandin · 10 years ago
  71. ce549d2 tdf#97966: Remove 'static' keywords by Wastack · 10 years ago
  72. 3915ffc loplugin:constantparam in tools by Noel Grandin · 10 years ago
  73. 359e0b4 loplugin:unuseddefaultparams by Noel Grandin · 10 years ago
  74. cc84aaf tdf#97703 removed empty setUp/tearDown methods by Chirag Manwani · 10 years ago
  75. 96be131 Minor optimization, and improved comments by Matteo Casalin · 10 years ago
  76. 0781887 Remove unuseful nStartIndex data member (and fix indexing) by Matteo Casalin · 10 years ago
  77. bc2e74f Simplify recycling/search of freed UniqueIndex-es by Matteo Casalin · 10 years ago
  78. f04999c Delete obsolete/unuseful comments by Matteo Casalin · 10 years ago
  79. ae3598182 Do not duplicate count of items by Matteo Casalin · 10 years ago
  80. 9f7f577 Let find fail, instead of using a dubious upper bound check by Matteo Casalin · 10 years ago
  81. 1d4914e Use Index consistently by Matteo Casalin · 10 years ago
  82. 46c67c4 loplugin:unuseddefaultparam in tools by Noel Grandin · 10 years ago
  83. f0c38c6 tdf#57950 Replace chained O(U)StringBuffer::append() with operator+ by Sedat Ak · 10 years ago
  84. f00967c sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndex by Matteo Casalin · 10 years ago
  85. 4845155e UniqueIndexImpl::size() is unneeded by Matteo Casalin · 10 years ago
  86. 3da977d loplugin:unuseddefaultparam in tools by Noel Grandin · 10 years ago
  87. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  88. 981a62f WaE vs2015 bug, add a temporary warning disable by Norbert Thiebaud · 10 years ago
  89. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  90. ce43d0a use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  91. 3210bc85 Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint by Stephan Bergmann · 10 years ago
  92. 0c42380 cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  93. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  94. b14224f loplugin:unusedmethods by Noel Grandin · 10 years ago
  95. e9a2e04 OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that by Caolán McNamara · 10 years ago
  96. f6db4b4 workaround ICE in VisualStudio2013 by Noel Grandin · 10 years ago
  97. a7f6efc loplugin: unused return values by Noel Grandin · 10 years ago
  98. e15a997 loplugin:unusedmethods unused return value in include/tools by Noel Grandin · 10 years ago
  99. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  100. 85aa507 Avoid memory leaks upon (de)compression failure by Stephan Bergmann · 10 years ago