1. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  2. b4bbca0 RemoteFilesDialog: icons for view mode buttons by Szymon Kłos · 10 years ago
  3. 5e4fc95 clang-tidy modernize-loop-convert in f* by Noel Grandin · 10 years ago
  4. 988e5c7 loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
  5. 4d31d08 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  6. 3f40121 loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
  7. d135362 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  8. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  9. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  10. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  11. b0e8f9f tdf#98395 : Remote File dialog showing wrong details in columns by Szymon Kłos · 10 years ago
  12. 13f9750 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  13. 6f047b5 WNT: check result of PostMessage() by Michael Stahl · 10 years ago
  14. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  15. f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
  16. 20ba5d4 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  17. 6439005 use SAL_N_ELEMENTS more widely by Noel Grandin · 10 years ago
  18. beb2c3b -Werror=unused-but-set-variable by Stephan Bergmann · 10 years ago
  19. 73140c6 loplugin:constantparam in fpicker by Noel Grandin · 10 years ago
  20. f8a7bbd remove unused AUTOSELECT_USERFILTER code by Noel Grandin · 10 years ago
  21. b69d253 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  22. 218cd09 inline some use-once macros by Noel Grandin · 10 years ago
  23. 5813660 icon view for RemoteFilesDialog by Szymon Kłos · 10 years ago
  24. 44bccf9 loplugin:constantparam in svtools by Noel Grandin · 10 years ago
  25. 9ffb33a Bin overly verbose OSL_TRACEs of questionable usefulness by Tor Lillqvist · 10 years ago
  26. b5e280f Bin overly verbose function entry/exit debug print macros by Tor Lillqvist · 10 years ago
  27. 788afcf -Werror,-Wnon-virtual-dtor by Stephan Bergmann · 10 years ago
  28. 0e53c65 -Werror,-Wnon-virtual-dtor by Stephan Bergmann · 10 years ago
  29. 10aec5f Silence -Werror,-Wnon-virtual-dtor by Stephan Bergmann · 10 years ago
  30. e6a3818 -Werror,-Wunused-macros by Stephan Bergmann · 10 years ago
  31. a7258ef Typo: namesapce(s)->namespace(s) by Julien Nabet · 10 years ago
  32. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  33. 6858d51 vcl: include vcl headers via triangular brackets instead of quotes by Chris Sherlock · 10 years ago
  34. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  35. f12e483 Fix tdf#97500 Reinstate missing file error dialog on WebDAV by Giuseppe Castagno · 10 years ago
  36. 534b2a4 Fix typos by Andrea Gelmini · 10 years ago
  37. 9108dc3 tdf#43157 Cleanup DBG_ASSERT for fpicker and framework by Berk Gureken · 10 years ago
  38. 1ef9f39 unnecessary use of OUString constructor by Noel Grandin · 10 years ago
  39. b41b66c -Werror,-Wsign-compare (clang-cl) by Stephan Bergmann · 10 years ago
  40. 24b1c0a more Windows build fixes by Noel Grandin · 10 years ago
  41. 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
  42. 90d8926 loplugin: unused return values by Noel Grandin · 10 years ago
  43. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  44. 0c0c8de Related tdf#96833: display WebDAV path in remote files dialog by Giuseppe Castagno · 10 years ago
  45. c9be274 cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  46. 03ef7e11 loplugin:unusedfields in fpicker by Noel Grandin · 10 years ago
  47. 0abfcb73 Undef RGB where it was defined, not where it gets used by Stephan Bergmann · 10 years ago
  48. a846982 -Werror,-Wunused-private-field by Stephan Bergmann · 10 years ago
  49. 6760dc5 -Werror,-Wunused-const-variable by Stephan Bergmann · 10 years ago
  50. a649689 -Werror,-Wreorder by Stephan Bergmann · 10 years ago
  51. adf2c52 -Werror,-Wunused-const-variable by Stephan Bergmann · 10 years ago
  52. dd706ea -Werror,-Wunused-const-variable by Stephan Bergmann · 10 years ago
  53. 3493c74 Avoid ambiguity which OUStringBuffer ctor to select by Stephan Bergmann · 10 years ago
  54. 1ef0dd7 -Werror,-Wunused-function by Stephan Bergmann · 10 years ago
  55. fafac0d loplugin:unusedfields forms,formula,fpicker,framework by Noel Grandin · 10 years ago
  56. 53f16c3 remove unused typedefs and inline use-once typedefs by Noel Grandin · 10 years ago
  57. d9e6270 loplugin:unnecessaryvirtual by Noel Grandin · 10 years ago
  58. f199bba Don't assume sal_Unicode is unsigned short by Stephan Bergmann · 10 years ago
  59. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  60. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  61. 25aec38 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  62. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  63. 90dba06 loplugin:nullptr (automatic rewrite; Mac-specific code) by Stephan Bergmann · 10 years ago
  64. 88b5e5f loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  65. 9d3cb71 Prevent += called on temporary O[U]String instances by Stephan Bergmann · 10 years ago
  66. f045b7c Replace a few for_each and one-liner locals by range-based loops in fpicker. by Mario J. Rugiero · 10 years ago
  67. e9c65d8 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  68. 1b41208 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  69. 0e65449 no need to be so verbose in constructing uno::Reference by Noel Grandin · 10 years ago
  70. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  71. a673713 more removal of com::sun::star typedefs by Noel Grandin · 10 years ago
  72. 382eb1a remove untyped Link<> by Noel Grandin · 10 years ago
  73. 2a5b3c0 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  74. 39e63bf convert remaing DBG_WARNING to SAL_INFO by Noel Grandin · 10 years ago
  75. 6f1313b convert Link<> to typed by Noel Grandin · 10 years ago
  76. 99b21cc convert Link<> to typed by Noel Grandin · 10 years ago
  77. b4da503 convert Link<> to typed by Noel Grandin · 10 years ago
  78. ba974cc com::sun::star->css in fpicker/ by Noel Grandin · 10 years ago
  79. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  80. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  81. 3c99f85 convert Link<> to typed by Noel Grandin · 11 years ago
  82. f9157d1 tdf#94811: Crash in Open Remote File dialog fixed by Oliver Specht · 11 years ago
  83. 4581766 Remember password after setting new service by Szymon Kłos · 11 years ago
  84. 3ff764c Focus for file list after opening folder by Szymon Kłos · 11 years ago
  85. 227aa18 Focus for file name field after using it to open folder by Szymon Kłos · 11 years ago
  86. 39a438d tdf#57370 : Open place after pressing 'Enter' by Szymon Kłos · 11 years ago
  87. a0649f3 Fix typos by Andrea Gelmini · 11 years ago
  88. e209d11 remove old standalone Sun bug numbers by Noel Grandin · 11 years ago
  89. c50eb68 Renamed wrongly prefixed boolean variables by Stefan Heinemann · 11 years ago
  90. 6f70cf8 don't over-expand built-in file dialog on very long paths/names by Caolán McNamara · 11 years ago
  91. e85b233 convert Link<> to typed by Noel Grandin · 11 years ago
  92. f36a36b boost->std by Caolán McNamara · 11 years ago
  93. 95be2bb remove unused Link<> fields by Noel Grandin · 11 years ago
  94. e0f617a convert Link<> to typed by Noel Grandin · 11 years ago
  95. 55cdab3 convert Link<> to typed by Noel Grandin · 11 years ago
  96. 5bbff06 [API CHANGE] XFilePicker2/3 changes for multiselection by Julien Nabet · 11 years ago
  97. c488f3f Simplify SvtFileDialog::appendDefaultExtension by Matteo Casalin · 11 years ago
  98. c5909e2 Update many ListBox users to its sal_Int32 interface by Matteo Casalin · 11 years ago
  99. e594d13 tdf#93240: replace boost::ptr_deque with std::deque<std::unique_ptr> by Matthew Nicholls · 11 years ago
  100. cf0c04a convert Link<> to typed by Noel Grandin · 11 years ago