1. 22e3861 Improve COM library management in fpicker by Julien Nabet · 6 years ago
  2. b0994c2 The macOS SDK 10.15 has a tighter declaration of objc_msgSend() by Tor Lillqvist · 7 years ago
  3. 966f40e Use hasElements to check Sequence emptiness in [e-i]* by Arkadiy Illarionov · 7 years ago
  4. fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
  5. 1156f98 an is used before a vowel sound by Caolán McNamara · 7 years ago
  6. 98dced1 Replace lists by vectors in fpicker/office by Julien Nabet · 7 years ago
  7. 04112bc loplugin:sequentialassign in filter..fpicker by Noel Grandin · 7 years ago
  8. 639df4d use more std::make_unique by Noel Grandin · 7 years ago
  9. 5785e43 Fix typo by Andrea Gelmini · 7 years ago
  10. 5a824268 Don't use resettable/clearable guard where plain guard is enough by Mike Kaganski · 7 years ago
  11. e3d7371 tdf#124579: ensure to provide an event to wake up main loop when notifying by Mike Kaganski · 7 years ago
  12. a10cfc4 tdf#123502: Make sure to hold the mutex before releasing it by Mike Kaganski · 7 years ago
  13. 558956d Drop UNICODE/_UNICODE defines by Mike Kaganski · 7 years ago
  14. 5788bb0 Clarify flow, reduce scope by Matteo Casalin · 7 years ago
  15. 48fc2fe getToken() ==> copy() since separator positions are known by Matteo Casalin · 7 years ago
  16. ea58b03 loplugin:indentation (clang-cl) by Stephan Bergmann · 7 years ago
  17. cd38300 loplugin:unusedfields in forms..fpicker by Noel Grandin · 7 years ago
  18. 5082a2b o3tl::make_unique -> std::make_unique in include/ & o3tl/ by Gabor Kelemen · 7 years ago
  19. 44841a6 Simplify containers iterations in [f-l]* by Arkadiy Illarionov · 7 years ago
  20. a2b687a Pointer is pointless by Noel Grandin · 7 years ago
  21. 0019eac loplugin:indentation in forms..fpicker by Noel Grandin · 7 years ago
  22. 16ee4d4 tdf#42949 Fix IWYU warnings in include/svtools/* by Gabor Kelemen · 7 years ago
  23. 553fcbb loplugin:unnecessaryparen (clang-cl) by Stephan Bergmann · 7 years ago
  24. d0265c1 loplugin:redundantinline (clang-cl) by Stephan Bergmann · 7 years ago
  25. 5b2f124 tdf#122927 prevent SolarMutex deadlock on join() by Jan-Marek Glogowski · 7 years ago
  26. 6256797 tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* by Gabor Kelemen · 7 years ago
  27. c56a828 Resolve deprecated implicit capture of *this by reference in C++20 by Stephan Bergmann · 7 years ago
  28. 15f0d61 use Image(OUString) instead of Image(Bitmap(OUString)) by Noel Grandin · 7 years ago
  29. ff8c492 Optimize getting filter mask by index from CFilterContainer by Mike Kaganski · 7 years ago
  30. f553e34 tdf#119747 FileSaveDialog: remove duplicate extension on Windows by Mike Kaganski · 7 years ago
  31. 38a47bc Revert "tdf#119747 FileSaveDialog: Windows dialog shows only one extension." by Mike Kaganski · 7 years ago
  32. 1d427cd Revert "tdf#121497 "Save As": File Format Type unchanged in Windows" by Mike Kaganski · 7 years ago
  33. 799f159 remove unused HeaderBarItemBits enum values by Noel Grandin · 7 years ago
  34. 9c0d40f Rename Mac OS X to official name macOS in comments and documentation by Bartosz Kosiorek · 7 years ago
  35. a96e6e8 tdf#42949 Fix IWYU warnings in include/vcl/[i-m]* by Gabor Kelemen · 7 years ago
  36. 21de555 remove unnecessary "if (!empty()" checks before loops by Noel Grandin · 7 years ago
  37. 4475432 drop some unnecessary includes by Caolán McNamara · 7 years ago
  38. 47897fd weld SwCondCollPage by Caolán McNamara · 7 years ago
  39. 2dbd02b loplugin:redundantfcast improvements by Noel Grandin · 7 years ago
  40. c444eb7 tdf#121497 "Save As": File Format Type unchanged in Windows by Ilhan Yesil · 7 years ago
  41. 492ea7e tdf#42949 Fix IWYU warnings in include/vcl/[ab]* by Gabor Kelemen · 7 years ago
  42. c89a499 Adapt to C++2a char_t by Stephan Bergmann · 7 years ago
  43. 40d94e6 Fix typos by Andrea Gelmini · 7 years ago
  44. 1b50fa8 tdf#119747 FileSaveDialog: Windows dialog shows only one extension. by Ilhan Yesil · 8 years ago
  45. 6311f7f move SvTreeListBox to vcl by Caolán McNamara · 7 years ago
  46. 9d1c68a replace StartExecuteModal with StartExecuteAsync by Caolán McNamara · 7 years ago
  47. 3bb4955 tdf#120703 PVS: V519 variable is assigned values twice successively by Mike Kaganski · 7 years ago
  48. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  49. 25af42bc remove all use_action_appearance lines by Caolán McNamara · 7 years ago
  50. 51d1ec7 clang-tidy performance-unnecessary-copy-init in editeng..i18npool by Noel Grandin · 7 years ago
  51. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  52. 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
  53. f0ca3ee Related: tdf#120612 help response missing from other help buttons by Caolán McNamara · 7 years ago
  54. ba67234 drop unnecessary vcl/group.hxx includes by Caolán McNamara · 7 years ago
  55. cd3c315 -Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14) by Stephan Bergmann · 7 years ago
  56. b7240fe consistent 3.18 version require in .uis by Caolán McNamara · 8 years ago
  57. 928b1b0 loplugin:external (clang-cl) by Stephan Bergmann · 8 years ago
  58. e19a21a loplugin:external (macOS) by Stephan Bergmann · 8 years ago
  59. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  60. 9784934 tdf#42949 Fix IWYU warnings in include/ucbhelper/* by Gabor Kelemen · 8 years ago
  61. 9bc7194 Remove MACOSX_SDK_VERSION < 101200 code, which is dead by Stephan Bergmann · 8 years ago
  62. e871432 loplugin:nullptr (clang-cl) by Stephan Bergmann · 8 years ago
  63. 591db0f WIN drop unused fpicker subdirs by Jan-Marek Glogowski · 8 years ago
  64. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  65. 2129753 tdf#119730 WIN switch to IFileDialog FOS_PICKFOLDERS by Jan-Marek Glogowski · 8 years ago
  66. 8dc6c96 loplugin:simplifyconstruct in filter..framework by Noel Grandin · 8 years ago
  67. ff4d6a7 loplugin:returnconstant in forms..fpicker by Noel Grandin · 8 years ago
  68. c40109c Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  69. bdb0775 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  70. 1f08bff new loplugin:shouldreturnbool by Noel Grandin · 8 years ago
  71. 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
  72. 96895d6 A few assorted improvements to translatable strings before freeze by Adolfo Jayme Barrientos · 8 years ago
  73. 86555ba Bitmap->BitmapEx in FixedBitmap by Noel Grandin · 8 years ago
  74. b275246 loplugin:unusedfields in formula..registry by Noel Grandin · 8 years ago
  75. c899ad3 weld QueryFolderNameDialog by Caolán McNamara · 8 years ago
  76. f6fb5a1 Fix typos by Andrea Gelmini · 8 years ago
  77. c72d69d fix -Werror=shadow by Noel Grandin · 8 years ago
  78. bbf134a SvTabListBox::SetTabs, pass count explicit by Noel Grandin · 8 years ago
  79. 663fd3d tdf#42949 Remove unnecessary localization headers of svtools by Gabor Kelemen · 8 years ago
  80. 0f93692 Fix typos by Andrea Gelmini · 8 years ago
  81. b4d36b5 remove some unused comphelper includes by Jochen Nitschke · 8 years ago
  82. f800294 look for check buttons without underlines by Caolán McNamara · 8 years ago
  83. 84e2614 tdf#42949 Remove unnecessary localization headers from fpicker by Gabor Kelemen · 8 years ago
  84. 4ab0912 weld PlaceEditDialog by Caolán McNamara · 8 years ago
  85. 5d5a729 drop the spurious invisible_char[_set] properties by Caolán McNamara · 8 years ago
  86. 783bc62 fix some openoffice bugzilla links by dennisroczek · 8 years ago
  87. 9401c7c remove unused processfactory.hxx includes by Jochen Nitschke · 8 years ago
  88. 1b1839d tdf#116615 WIN process messages using Reschedule by Jan-Marek Glogowski · 8 years ago
  89. 4b78509 drop unnecessary includes by Caolán McNamara · 8 years ago
  90. 95e70f7 Use for-range loops in fpicker by Julien Nabet · 8 years ago
  91. 3e38b81 tdf#116147 guard triggerRequestThreadAware by Jan-Marek Glogowski · 8 years ago
  92. 2374028 Resolves: tdf#116188 set min version on all .ui files to 3.18 by Caolán McNamara · 8 years ago
  93. b6aee26 Translate German comments and debug strings by Johnny_M · 8 years ago
  94. 35fc452 remove unused vclunohelper.hxx includes by Jochen Nitschke · 8 years ago
  95. c98d330 replace Color(COL_*) with COL_* by Noel Grandin · 8 years ago
  96. 3a387e3 convert all help responses to gtk's -11 by Caolán McNamara · 8 years ago
  97. 6a4c464 weld native message dialogs by Caolán McNamara · 8 years ago
  98. 9ee96d9 loplugin:useuniqueptr in filepicker by Noel Grandin · 8 years ago
  99. 1d180f4 Revert "loplugin:changetoolsgen in filter..framework" and reapply plugin by Noel Grandin · 8 years ago
  100. bf8a6ca loplugin:changetoolsgen in filter..framework by Noel Grandin · 8 years ago