1. d343a2b tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyName by Michael Stahl · 2 years, 5 months ago
  2. d0e848d avoid double map lookup by Noel Grandin · 2 years, 5 months ago
  3. e624979 loplugin:unnecessarygetstr (clang-cl) by Stephan Bergmann · 2 years, 5 months ago
  4. f029f8d Various -Werror,-Wvla-cxx-extension by Stephan Bergmann · 2 years, 5 months ago
  5. dcea29c Make NC_ constexpr-friendly by Stephan Bergmann · 2 years, 6 months ago
  6. 59b685e tdf#143148: Use pragma once instead of include guards by Mihai Vasiliu · 2 years, 7 months ago
  7. 15cacb9 Use less boost external headers dependency in shell by Gabor Kelemen · 2 years, 7 months ago
  8. f220acf Use getXWeak in shell by Mike Kaganski · 3 years ago
  9. 75ed566 Add script to find unused using declarations by Gabor Kelemen · 3 years ago
  10. d7e0247 Run clang-tidy with misc-unused-using-decls on modules [s-t]* by Gabor Kelemen · 3 years ago
  11. 7b55e99 Normalize line endings by Mike Kaganski · 3 years ago
  12. 5b6ed0a loplugin:stringadd by Stephan Bergmann · 3 years ago
  13. 70bcf9e Remove support for AIX by Stephan Bergmann · 3 years, 2 months ago
  14. 4521cb0 Drop redundant -Wnon-virtual-dtor by Stephan Bergmann · 3 years, 4 months ago
  15. 3d23617 Deduplicate O(U)StringConcatenation by Mike Kaganski · 3 years, 6 months ago
  16. 42fe257 tdf#151314 add Betterbird to Thunderbird-like mail clients in senddoc.sh by Martin Schumann · 3 years, 6 months ago
  17. 4b95451f split utl::TempFile into fast and named variants by Noel Grandin · 3 years, 7 months ago
  18. cab4fd8 tdf#42982 Improved UNO API error reporting by Mahdi Tizabi · 3 years, 9 months ago
  19. 6daa9cd Inline some macro wizardry by Mike Kaganski · 3 years, 7 months ago
  20. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  21. 772f7a2 tdf#150161: senddoc: use corrected name url: original can be a file path by Vasily Melenchuk · 3 years, 8 months ago
  22. aa2067d elide some makeStringAndClear() calls by Noel Grandin · 3 years, 9 months ago
  23. 2a71977 tdf#126263: do not try to delete non-temporary files by Mike Kaganski · 3 years, 9 months ago
  24. 738e0bd tdf#126263: make sure to convert system path to file URLs by Mike Kaganski · 3 years, 9 months ago
  25. 0bbbde8 tdf#140886: Make "Do you really want to open it?" more reliable by Stephan Bergmann · 3 years, 10 months ago
  26. da3aa26 Library_syssh must link against expat when using StaticLibrary_shell_xmlparser by Stephan Bergmann · 4 years ago
  27. 7c5d3d7 Just use Any ctor instead of makeAny (Linux, sequel) by Stephan Bergmann · 4 years ago
  28. a1c62cf Just use Any ctor instead of makeAny (macOS) by Stephan Bergmann · 4 years ago
  29. b34f6f3 Just use Any ctor instead of makeAny in shell by Stephan Bergmann · 4 years ago
  30. 675788b Extend UNO API for custom jump lists by Samuel Mehrbrodt · 4 years ago
  31. 6fd447a loplugin:stringviewparam by Stephan Bergmann · 4 years ago
  32. dcd969b loplugin:stringviewparam by Stephan Bergmann · 4 years ago
  33. 7e3d93f Various loplugin warnings (in new Windows-only code) by Stephan Bergmann · 4 years ago
  34. cbdd82e Remove execution bits from data files by Andrea Gelmini · 4 years ago
  35. 7efd22c Add UNO API for custom Jump Lists by Samuel Mehrbrodt · 4 years, 1 month ago
  36. d501a1c loplugin:trivialconstructor by Stephan Bergmann · 4 years ago
  37. c1ac799 Handle symlinks by Stephan Bergmann · 4 years, 1 month ago
  38. 3e67678 add to suffix denylist by Caolán McNamara · 4 years, 1 month ago
  39. 4751853 add to suffix denylist by Caolán McNamara · 4 years, 1 month ago
  40. ff66c1d sort these alphabetically by Caolán McNamara · 4 years, 1 month ago
  41. 0b0b182 Better handling of msi by Renwa Hiwa · 4 years, 1 month ago
  42. 7d92ec5 Better handling of terminals by Renwa Hiwa · 4 years, 2 months ago
  43. 0a1d94d Revert "add webloc and url extensions" by Caolán McNamara · 4 years, 2 months ago
  44. e4c3fa6 add webloc and url extensions by Caolán McNamara · 4 years, 2 months ago
  45. 7484c33 Better handling of inetlocs by Renwa Hiwa · 4 years, 2 months ago
  46. f6180e3 rhbz#2047319 drop the SolarMutex before QApplication::init() by Caolán McNamara · 4 years, 2 months ago
  47. 972aa39 WASM open links in new browser tabs by Jan-Marek Glogowski · 4 years, 4 months ago
  48. d044580 Use WindowsErrorString instead of FormatMessageW by Mike Kaganski · 4 years, 3 months ago
  49. d75bf2c tdf#146554: use GetModuleHandleExW instead of GetModuleHandleW by Mike Kaganski · 4 years, 3 months ago
  50. 9f33f04 lngconvex is just a build-tool for Windows by Jan-Marek Glogowski · 4 years, 3 months ago
  51. 17608c5 Refactor some buildsytem stuff (mostly whitespace) by Jan-Marek Glogowski · 4 years, 4 months ago
  52. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  53. ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
  54. c6af59b Prepare for removal of non-const operator[] from Sequence in shell by Mike Kaganski · 4 years, 5 months ago
  55. bf82274 drop 'using namespace std' in sax/sc/scaddins/sfx2/shell by Julien Nabet · 4 years, 6 months ago
  56. ad1557f A more lightweight O[U]StringConcatenation by Stephan Bergmann · 4 years, 6 months ago
  57. bf59a45 Extended loplugin:referencecasting/redundantcast (clang-cl): shell by Stephan Bergmann · 4 years, 6 months ago
  58. a93c3f2 GError::message is UTF-8 by Stephan Bergmann · 4 years, 6 months ago
  59. 34a9f93 clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  60. 626cf24 drop final boost::noncopyable use by Caolán McNamara · 4 years, 8 months ago
  61. 43542cc Missing include by Stephan Bergmann · 4 years, 8 months ago
  62. 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
  63. 2d04d7c do not use "using namespace std" in headers by Collabora · 4 years, 9 months ago
  64. 7d5346e -Werror,-Wunused-but-set-parameter (clang-cl 13 trunk) by Stephan Bergmann · 4 years, 10 months ago
  65. 85462ef tdf#108591 Don't hardcode xdg-open path by Linus Heckemann · 5 years ago
  66. 7a4fffb shell : use std::mutex in CmdMailMsg by Arnaud Versini · 5 years ago
  67. 4bea744 loplugin:noexcept (clang-cl) by Stephan Bergmann · 4 years, 11 months ago
  68. 3260edb loplugin:stringadd (clang-cl) by Stephan Bergmann · 5 years ago
  69. 7049328 loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat by Noel Grandin · 5 years ago
  70. 177dcfe Better handling of filelocs by Stephan Bergmann · 5 years ago
  71. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  72. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  73. 96388e5 Drop 'static_cast<cppu::OWeakObject*>' syntactic noise by Mike Kaganski · 5 years ago
  74. ed40d47 Drop ComPtr and use sal::systools::COMReference by Mike Kaganski · 5 years ago
  75. f456c4d Improve checkExtension by Stephan Bergmann · 5 years ago
  76. 60b4c9f Remove unneeded breaks by Andrea Gelmini · 5 years ago
  77. 4b9190f mac: don't put script files into Contents/MacOS or framework-bin directory by Christian Lohmaier · 5 years ago
  78. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  79. 62128cd Strength-reduce some OUStringToOString("..."+...) by Stephan Bergmann · 5 years ago
  80. 107399d tdf#42949 Fix new IWYU warnings in directories s* by Gabor Kelemen · 5 years ago
  81. e5022a5 loplugin:stringviewparam (Library_kf5be1) by Stephan Bergmann · 5 years ago
  82. a63087f RegCreateKeyExW etc. return LSTATUS by Stephan Bergmann · 5 years ago
  83. d52ea2b GetShortPathNameW returns DWORD by Stephan Bergmann · 5 years ago
  84. 2a78e9d Windows InterlockedIncrement/Decrement use LONG by Stephan Bergmann · 5 years ago
  85. 70b3bdd ZipFile::GetFileLongestFileNameLength is unused by Stephan Bergmann · 5 years ago
  86. 6967390 Better handling of Java files by Stephan Bergmann · 5 years ago
  87. 7c9a2c4 tdf#123936 Formatting files in module shell with clang-format by Philipp Hofer · 5 years ago
  88. ed3eda5 Use the new single-instance="true" attribute in shell by Stephan Bergmann · 6 years ago
  89. 7adf79c fix LTO+mergedlibs on windows by Noel Grandin · 6 years ago
  90. 63972e7 Fix the minimal build-tools target by Jan-Marek Glogowski · 6 years ago
  91. c927aab Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit by Stephan Bergmann · 6 years ago
  92. 1bc7285 Improve QString to OUString conversion by Stephan Bergmann · 6 years ago
  93. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  94. eab5ce4 Fix typo by Andrea Gelmini · 6 years ago
  95. 13ae66c loplugin:stringstatic (clang-cl) by Stephan Bergmann · 6 years ago
  96. 2d58224 loplugin:flatten by Noel Grandin · 6 years ago
  97. 924341e Improved loplugin:staticanonymous -> redundantstatic redux, clang-cl by Stephan Bergmann · 6 years ago
  98. 7f0fb9a shell/wininet: create instances with uno constructors by Noel Grandin · 6 years ago
  99. 389daaa shell/simplemail: create instances with uno constructors by Noel Grandin · 6 years ago
  100. 9cc5809 shell/syssh: create instances with uno constructors by Noel Grandin · 6 years ago