1. 3b995a0 Revert "speedup rational_FromDouble" by Noel Grandin · 4 years, 7 months ago
  2. 8073064 tdf#144319 fix formula load by Noel Grandin · 4 years, 7 months ago
  3. 68163dd make SvFileStream::FlushData __actually__ flush to disk by Noel Grandin · 4 years, 10 months ago
  4. 3837434 tdf#135316 add SvFileStream::SetDontFlushOnClose by Noel Grandin · 4 years, 10 months ago
  5. 71fe0ae ofz#33769 Integer-overflow by Caolán McNamara · 4 years, 10 months ago
  6. 3e0c39f no need to allocate these on the heap by Noel Grandin · 4 years, 10 months ago
  7. fb5247b tdf#55007 tdf#142263 tdf#142268 EMF ARC, PIE, CHORD allow to draw circle by Bartosz Kosiorek · 4 years, 11 months ago
  8. 256c834 Simplify a bit: use one minmax in place of 3 min + 3 max calls by Mike Kaganski · 4 years, 11 months ago
  9. 39369c6 tdf#55007 tdf#142263 tdf#142268 EMF Properly display ARC and CHORD by Bartosz Kosiorek · 4 years, 11 months ago
  10. 57ed14b fix leak in ZCodec by Noel Grandin · 5 years ago
  11. 7cc1d34 loplugin:unnecessaryparen small improvement by Noel Grandin · 5 years ago
  12. 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
  13. bc7c37f ofz#33769 Integer-overflow by Caolán McNamara · 5 years ago
  14. 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
  15. 1325d81 loplugin:moveopt by Noel Grandin · 5 years ago
  16. 62f6d6e use more string_view in tools/stream by Noel Grandin · 5 years ago
  17. 75997f1 no need to create temporaries when appending number to O[U]StringBuffer by Noel Grandin · 5 years ago
  18. c5ea059 no need to create a temporary when appending to OUStringBuffer by Noel Grandin · 5 years ago
  19. 17e9789 reduce copy pasta with Color::GetLuminance() by Luboš Luňák · 5 years ago
  20. c7428c6 use more string_view in OString API by Noel Grandin · 5 years ago
  21. 2f752af ofz#33235 Integer-overflow by Caolán McNamara · 5 years ago
  22. db00a6d ofz#32973 Integer-overflow by Caolán McNamara · 5 years ago
  23. 2633d5f Recheck include/ with IWYU by Gabor Kelemen · 5 years ago
  24. ce9f23c ofz#33038 Floating-point-exception by Caolán McNamara · 5 years ago
  25. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  26. 6b46b05 ofz#32965 move fpe fix of ofz#17212 into toRational by Caolán McNamara · 5 years ago
  27. e90a9b67 update pches by Caolán McNamara · 5 years ago
  28. d266373 Use std::gcd instead of boost version by Mike Kaganski · 5 years ago
  29. b4613a3 ofz#32885 regard as invalid fractions that will FPE boost::integer::gcd by Caolán McNamara · 5 years ago
  30. 711ec7b vcl: move Fraction reading/writing to GenericTypeSerializer by Tomaž Vajngerl · 5 years ago
  31. ea61644 tdf#58745 - Detect end of month when extending a date list by Andreas Heinisch · 5 years ago
  32. 69a32be cid#1474353 experiment to silence Untrusted loop bound by Caolán McNamara · 5 years ago
  33. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  34. 7a5014b silence coverity unchecked return value from library on xmlText* functions by Caolán McNamara · 5 years ago
  35. ebe1f63 loplugin:unusedmethods by Noel · 5 years ago
  36. a73f24f update pches by Julien Nabet · 5 years ago
  37. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  38. 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
  39. 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
  40. 1da6908 add string_view variants of methods to O[U]StringBuffer by Noel · 5 years ago
  41. 4e639c3 ofz#29691 revert throw SvStreamEOFException by Caolán McNamara · 5 years ago
  42. 1e92553 make internals of ::Color private by Noel · 5 years ago
  43. cd65d6c tools: support reading xml namespace with XmlWalker by Tomaž Vajngerl · 5 years ago
  44. 63a6806 make the Color constructors explicitly specify transparency by Noel · 5 years ago
  45. 5aee16c Make JsonWriter::writeEscapedOUString() handle surrogate pairs properly by Tor Lillqvist · 5 years ago
  46. 61a3aaa cid#1471704 workaround by Noel Grandin · 5 years ago
  47. 9013666 cid#1471346 Uncaught exception by Caolán McNamara · 5 years ago
  48. d765ec2 transparency->alpha in tools::Color by Noel · 5 years ago
  49. 33b8f7c bIsBig member is redundant by Noel Grandin · 5 years ago
  50. 2298b05 move the bigint based Scale() implementations to one central place by Noel Grandin · 5 years ago
  51. 9feea2e tdf#96505 : Get rid of cargo cult long integer literals by umutbayramoglu · 5 years ago
  52. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  53. 6002ff0 tools: json: fix missing escaped chars by Henry Castro · 5 years ago
  54. ad9e043 Revert "add sal*Int64 conversions to BigInt" by Stephan Bergmann · 5 years ago
  55. 5dae423 add sal*Int64 conversions to BigInt by Noel Grandin · 5 years ago
  56. 88c0e46 custom literal for Degree10 by Noel Grandin · 5 years ago
  57. 9eb60b50 use CLZ intrinsic in tools::Fraction by Noel Grandin · 5 years ago
  58. 67d83e4 speedup rational_FromDouble by Noel Grandin · 5 years ago
  59. 8c9a4ff throw exception in SvStream when reading past end of file by Noel · 5 years ago
  60. d5b20f4 simplify checkSeek() by Noel Grandin · 5 years ago
  61. 0651fa8 remove Seek(nCurr) in SvStream::remainingSize() by Noel · 5 years ago
  62. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  63. 4f0c70f Avoid calling OString ctor with null pointer by Stephan Bergmann · 5 years ago
  64. 913fa08 jsdialog: send close on dialog response by Szymon Kłos · 5 years ago
  65. 1ac4498 update pches by Caolán McNamara · 5 years ago
  66. 7fc2fe5 jsdialog: fix arrays in JsonWriter output by Szymon Kłos · 5 years ago
  67. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  68. fcc9128 Changes to the color class by dante · 5 years ago
  69. 99f2ae5 tools::Polygon::Clip() is broken with bezier curves (tdf#137068) by Luboš Luňák · 5 years ago
  70. 1582d9a tdf#123936 Formatting files in module tools with clang-format by Philipp Hofer · 5 years ago
  71. c70b008 Reduce variable scope by Mike Kaganski · 5 years ago
  72. 97f084b Fix vcl_svm_test after making tools::Long 64-bit on _WIN64 by Mike Kaganski · 5 years ago
  73. 9536098 simplify BigInt, remove isSet by Noel · 5 years ago
  74. 50d3ad9 Instead of labs, use overloaded abs by Stephan Bergmann · 5 years ago
  75. bf4bbc3 replace std::max(std::min()) with std::clamp by Noel · 5 years ago
  76. 396196d BigInt's non-big value type is currently sal_Int32 by Mike Kaganski · 5 years ago
  77. d55e0fb Revert "remove BigInt::operator tools::Long()" by Noel Grandin · 5 years ago
  78. 8927bea Simplify comparison operators by Mike Kaganski · 5 years ago
  79. 1397a1c remove BigInt::operator tools::Long() by Noel · 5 years ago
  80. f3b5271 Improved starmath color by dante · 5 years ago
  81. 3d90997 make tools::Long 64-bit on Windows platform by Noel Grandin · 5 years ago
  82. ada07f3 tdf#123476 filter: try to detect 0-byte files based on extension by Miklos Vajna · 5 years ago
  83. 371b84d std::set->o3tl::sorted_vector in MultiSelection by Noel Grandin · 5 years ago
  84. 6436302 convert some more long -> tools::Long by Noel · 5 years ago
  85. 0fb58a1 new tools::Degree10 strong typedef by Noel Grandin · 5 years ago
  86. 2646023 add tools::Long typedef and use it in tools by Noel · 5 years ago
  87. e7eaa66 tdf#124176: Use pragma once instead of include guards by mariamfahmy · 5 years ago
  88. 22d94ce loplugin:const* make some params and methods const by Noel · 6 years ago
  89. 27f1827 loplugin:reducevarscope in toolkit..unotools by Noel · 6 years ago
  90. 15a5a56 Fix SSE2 cpuid checks by Dr. David Alan Gilbert · 6 years ago
  91. dc4ba0a Fix SSSE3 cpuid checks by Dr. David Alan Gilbert · 6 years ago
  92. afb62b0 Fix AVX2 cpuid checks by Dr. David Alan Gilbert · 6 years ago
  93. 8babcdb osl+tools: fix Windows Arm64 build by Jan-Marek Glogowski · 6 years ago
  94. 04203a2 Replace remaining uses of sal_Char by Julien Nabet · 6 years ago
  95. c927aab Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit by Stephan Bergmann · 6 years ago
  96. b866b71 Fix typo in code by Andrea Gelmini · 6 years ago
  97. 2e21240 Goodbye O[U]StringView, welcome O[U]String::Concat by Stephan Bergmann · 6 years ago
  98. 65ae6af loplugin:unusedvarsglobal by Noel Grandin · 6 years ago
  99. 987c96d loplugin:flatten in tools by Noel Grandin · 6 years ago
  100. 4ad4468 Missing include (std::max; Windows --disable-pch) by Stephan Bergmann · 6 years ago