1. bd0764d tdf#129227: this was always appending, not prepending by Mike Kaganski · 6 years ago
  2. 87d6a41 tdf#129107 objects in basic disappear by Noel Grandin · 6 years ago
  3. fb65014 tdf#128434 free the BasicManager event listener by Jan-Marek Glogowski · 6 years ago
  4. 49c88d8 -fsanitize=nullability by Stephan Bergmann · 7 years ago
  5. 9e6ca51 Fix typo by Andrea Gelmini · 7 years ago
  6. a361231 fix wrong SET/QUERY flags passed to uno::Reference by Noel Grandin · 7 years ago
  7. fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
  8. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  9. 29d35c8 downgrade warning to info by Caolán McNamara · 7 years ago
  10. 9f71d0f tdf#68339 Other: BASIC Syntax error by Jens Carl · 7 years ago
  11. 15c39bb Resolves: tdf#124605 ditch "if operand 1 is Empty, result is operand 2" by Eike Rathke · 7 years ago
  12. 22f2cf3 implement std::hash for css::uno::Reference and rtl::Reference by Noel Grandin · 7 years ago
  13. 4a88cba Fix typo by Andrea Gelmini · 7 years ago
  14. 47d25dc tdf#123043 make type character detection unicode-aware by Tomoyuki Kubota · 7 years ago
  15. 0e335af Fix uses of variables before their lifetimes begin by Stephan Bergmann · 7 years ago
  16. f61d647 Initial VS 2019 Support by Tomoyuki Kubota · 7 years ago
  17. d028c1b loplugin:sequentialassign in accessiblity..canvas by Noel Grandin · 7 years ago
  18. a271c15 Fix typo by Andrea Gelmini · 7 years ago
  19. 75b51d3 Fix typo by Andrea Gelmini · 7 years ago
  20. 65922c26 Fix typo by Andrea Gelmini · 7 years ago
  21. 3feb650 tdf#120703 PVS: Silence V522 warnings by Mike Kaganski · 7 years ago
  22. 1a0250c Fix typo by Andrea Gelmini · 7 years ago
  23. b391088 Fix typo by Andrea Gelmini · 7 years ago
  24. 533d515 Fix typo by Andrea Gelmini · 7 years ago
  25. 184be2d tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
  26. d9e0ead Remove unused using declarations in directories [a-d]* by Gabor Kelemen · 7 years ago
  27. 10a48c7 Simplify containers iterations in basctl, basegfx, basic, bridges by Arkadiy Illarionov · 7 years ago
  28. 754c6af tdf#42949 Fix IWYU warnings in include/basic/* by Gabor Kelemen · 7 years ago
  29. 8b5e23e log nice exception messages whereever possible by Noel Grandin · 7 years ago
  30. 83db9af remove some unnecessary typedef struct... sugar by Noel Grandin · 7 years ago
  31. 28239c4 simplify UNO getTypes methods by Noel Grandin · 7 years ago
  32. e1e39fa Some more WIN32 -> _WIN32 by Stephan Bergmann · 7 years ago
  33. 5082a2b o3tl::make_unique -> std::make_unique in include/ & o3tl/ by Gabor Kelemen · 7 years ago
  34. 183debd pretty up logging of exceptions by Noel Grandin · 7 years ago
  35. c7f5da8 fix comparison of std::lower_bound result by Noel Grandin · 7 years ago
  36. 3b5dd1d tdf#112689: Replace chained O(U)StringBuffer::append() with operator+ by Yusuf Sonmez · 7 years ago
  37. 0d1253c new loplugin writeonlyvars by Noel Grandin · 7 years ago
  38. 3e21467 tdf#112689: Replace chained O(U)StringBuffer::append() with operator+ by Muzaffer Kadir YILMAZ · 7 years ago
  39. 587ac01 loplugin:indentation in basctl..bridges by Noel Grandin · 7 years ago
  40. 53a3181 Fix typo by Andrea Gelmini · 7 years ago
  41. af2c169 Fix typo by Andrea Gelmini · 7 years ago
  42. df984a4 Clean up dead uses of DISABLE_ATL by Stephan Bergmann · 7 years ago
  43. a0e326f Minimum Supported Version is VS2017 by himajin100000 · 7 years ago
  44. e48e063 o3tl::make_unique -> std::make_unique in basctl...bridges by Gabor Kelemen · 7 years ago
  45. 1977291 tdf#122250 Crash when running extension by Noel Grandin · 7 years ago
  46. 70519a4 Replace OUStringBuffer::appendCopy with append(std::u16string_view) by Stephan Bergmann · 7 years ago
  47. f0f462b tdf#112689: Replace chained O(U)StringBuffer::append() with operator+ by Doğa Deniz Arıcı · 7 years ago
  48. 17dd266 convert "*xxx.get()" to "*xxx" by Noel Grandin · 7 years ago
  49. 6256797 tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* by Gabor Kelemen · 7 years ago
  50. 854b6a5 Remove unneeded cast, constify OUString by Matteo Casalin · 7 years ago
  51. 538ed5f basic: Spare temporary variable by Takeshi Abe · 7 years ago
  52. bd26a8e use unique_ptr in SbiExpression by Noel Grandin · 7 years ago
  53. 30eb083 loplugin:useuniqueptr in basic and framework by Noel Grandin · 7 years ago
  54. 00b49f9 tdf#42949 Fix IWYU warnings in include/vcl/s* by Gabor Kelemen · 7 years ago
  55. a35bfce Fix typo by Andrea Gelmini · 7 years ago
  56. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  57. 38187ec loplugin:singlevalfields extend to all static vars by Noel Grandin · 7 years ago
  58. f4e5cdc Fix typo by Andrea Gelmini · 7 years ago
  59. e4472d3 loplugin:unnecessaryparen include more assignments by Noel Grandin · 7 years ago
  60. 834c7c2 add test for bug tdf#121337 by Zdeněk Crhonek · 7 years ago
  61. 1f2d3b3 tdf#120703 PVS: V560 A part of conditional expression is always true/false by Mike Kaganski · 7 years ago
  62. ee8cba8 Fix typos by Andrea Gelmini · 7 years ago
  63. 597aeaf Fix typo by Andrea Gelmini · 7 years ago
  64. 21de555 remove unnecessary "if (!empty()" checks before loops by Noel Grandin · 7 years ago
  65. 00caf39 Fix typo by Andrea Gelmini · 7 years ago
  66. 48314f2 improve function-local statics in basic..cui by Noel Grandin · 7 years ago
  67. 0a060db Fix a copypaste error by Mike Kaganski · 7 years ago
  68. c89a499 Adapt to C++2a char_t by Stephan Bergmann · 7 years ago
  69. 12e460d loplugin:buriedassign in avmedia..cui by Noel Grandin · 7 years ago
  70. 9950e50a Set error also in non-UNO/UCB case file date failures, tdf#121337 follow-up by Eike Rathke · 7 years ago
  71. d3368c1 Add reference to test code by Stephan Bergmann · 7 years ago
  72. a6a48ee tdf#121325: Replace all of given length, even if replacement is shorter by Stephan Bergmann · 7 years ago
  73. b054700 Don't call Date's ImpYearToDays with zero year argument by Stephan Bergmann · 7 years ago
  74. afbfe42 clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 by Tamás Zolnai · 7 years ago
  75. 94f79b3 Remove unneeded cast by Matteo Casalin · 7 years ago
  76. 065edb4 tdf#120703 PVS: V547 Expression is always true/false by Mike Kaganski · 7 years ago
  77. e3560f4 Replace deprecated boost::optional::reset(val) with operator = by Mike Kaganski · 7 years ago
  78. 6311f7f move SvTreeListBox to vcl by Caolán McNamara · 7 years ago
  79. 819149fb loplugin:collapseif in accessibility..cui by Noel Grandin · 7 years ago
  80. 00055d4 remove with_sprintf_ define by Noel Grandin · 7 years ago
  81. cb9d192 tdf#120703 PVS: V547 Expression '!pRTLData' is always false by Mike Kaganski · 7 years ago
  82. 2226d69 Make SbiProcDef::Match more readable by Jan-Marek Glogowski · 7 years ago
  83. 51b6a52 tdf#120703 PVS: V724 by Mike Kaganski · 7 years ago
  84. db7e454 tdf#120703 PVS: V668 by Mike Kaganski · 7 years ago
  85. 6a12a9e tdf#120703 PVS: V530 The return value of function is required to be utilized by Mike Kaganski · 7 years ago
  86. 33623f3 tdf#42949 Fix IWYU warnings in include/unotools/* by Gabor Kelemen · 7 years ago
  87. c0cc59a loplugin:singlevalfields improvement by Noel Grandin · 7 years ago
  88. d90ec5d tdf#42949 Fix IWYU warnings in include/xmlscript/* by Gabor Kelemen · 7 years ago
  89. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  90. 44688e4 clang-tidy performance-unnecessary-copy-initialization in by Noel Grandin · 7 years ago
  91. e5e0cc6 pvs-studio: V794 The assignment operator should be protected by Caolán McNamara · 7 years ago
  92. 58abc74 tdf#120703 (PVS): redundant nullptr checks by Mike Kaganski · 7 years ago
  93. 3d0559e tdf#120703 (PVS): redundant nullptr check by Mike Kaganski · 7 years ago
  94. 76a2563 tdf#120703 (PVS): redundant check by Mike Kaganski · 7 years ago
  95. 35e80e9 when calling std::lower_bound by Noel Grandin · 7 years ago
  96. 49d304c tdf#120706: nullptr dereference by Mike Kaganski · 7 years ago
  97. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  98. e61e4e5 clang-tidy readability-misleading-indentation by Noel Grandin · 7 years ago
  99. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  100. db50f2f clang-tidy bugprone-copy-constructor-init by Noel Grandin · 7 years ago