1. 652026f Resolves: tdf#100272 row ally index is ROW_INVALID by Caolán McNamara · 10 years ago
  2. a656be6 clang-tidy misc-unused-raii by Noel Grandin · 10 years ago
  3. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  4. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  5. c06be53 connectivity: replace boost::remove_reference with std::remove_reference by Michael Stahl · 10 years ago
  6. b19ac3c clang-tidy modernize-loop-convert in a* by Noel Grandin · 10 years ago
  7. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  8. d9508c8 cppcheck: silence known conditions warnings accessibility by Jochen Nitschke · 10 years ago
  9. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  10. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  11. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  12. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  13. 8c2f2e1 tdf#94306 replace boost::noncopyable in .. by Jochen Nitschke · 10 years ago
  14. c20cc7e tdf#97499 Fixed containers parameters clearing #4 by tymyjan · 10 years ago
  15. 0b8e5ca tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  16. ef97576 tdf#97525 vcl: make DeletionListener internal by Jochen Nitschke · 10 years ago
  17. 16611ad loplugin:constantparam in accessiblity by Noel Grandin · 10 years ago
  18. c91b103 convert SvButtonState to scoped enum by Noel Grandin · 10 years ago
  19. 978cfb8 loplugin:constantparam in accessibility by Noel Grandin · 10 years ago
  20. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  21. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  22. 01aa78c vcl: cmdevt.[hc]xx -> commandevent.[hc]xx by Chris Sherlock · 10 years ago
  23. e16a07f solenv: fix mkdocs.sh to take into account projects with no inc dir by Chris Sherlock · 10 years ago
  24. e2a6b13 accessibility: fix rest of doxygen errors by Chris Sherlock · 10 years ago
  25. 5569a65 accessibility: cleanup doxygen errors by Chris Sherlock · 10 years ago
  26. 777ad8f accessibility: fix doxygen errors by Chris Sherlock · 10 years ago
  27. 697d445 vcl: take into account the font width is the average font width by Chris Sherlock · 10 years ago
  28. 98c3436 boost::hash->std::hash by Noel Grandin · 10 years ago
  29. af7d238 tdf#88205 Delete 'css::uno::Sequence' by kerem · 10 years ago
  30. e9a2e04 OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that by Caolán McNamara · 10 years ago
  31. cd5431c Unwind trivial AccessibleExtendedComponentHelper_BASE typedefs by Stephan Bergmann · 10 years ago
  32. 5659b68 vcl: rename Font::GetFamily to Font::GetFamilyType by Chris Sherlock · 10 years ago
  33. 28c96fc vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  34. 45654a1 revert vcl patch series that brok Mac and Windows by Norbert Thiebaud · 10 years ago
  35. 2b29711 vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  36. aae44c0 loplugin:unusedmethods unused return value in accessibility by Noel Grandin · 10 years ago
  37. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  38. fbec6ac Fix typos by Andrea Gelmini · 10 years ago
  39. 7dd77a1 Remove unused ToolPanel (aka TaskPane) by Samuel Mehrbrodt · 10 years ago
  40. a643222 No need for a separate <vcl/graph.h> by Tor Lillqvist · 10 years ago
  41. fb8a3fa loplugin:nullptr: More NULL -> nullptr automatic rewrite by Stephan Bergmann · 10 years ago
  42. 7f8c4b8 Use comphelper::containerToSequence() by Noel Grandin · 10 years ago
  43. 1f86864 loplugin:unusedfields various by Noel Grandin · 10 years ago
  44. fe3fd05 add mapKeysToSequence/mapValuesToSequence methods to comphelper by Noel Grandin · 10 years ago
  45. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  46. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  47. 3fbe1c8 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  48. 065c8b4 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  49. addb63f convert Sequence<XInterface> constructions to use initializer lists by Noel Grandin · 10 years ago
  50. 4a59a23 Get rid of some redundant base class typedefs by Stephan Bergmann · 10 years ago
  51. ac63046 Fix includes by Stephan Bergmann · 10 years ago
  52. 43e42f9 Fix previous 604c6cf42f1d136e5c076b4ae17bec86e7e1a206 by Stephan Bergmann · 10 years ago
  53. 604c6cf4 bin confusion with name AccessibleGridControlTableImplHelper by Douglas Mencken · 10 years ago
  54. a673713 more removal of com::sun::star typedefs by Noel Grandin · 10 years ago
  55. 2f3ea8d refactor out some com::sun::star typedefs by Noel Grandin · 10 years ago
  56. 11b3555 Revert "bin confusion with name AccessibleGridControlTableImplHelper" by Noel Grandin · 10 years ago
  57. 3028668 bin confusion with name AccessibleGridControlTableImplHelper by Douglas Mencken · 10 years ago
  58. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  59. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  60. 5da3f0f clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  61. 9e4c87be Fix typos by Andrea Gelmini · 11 years ago
  62. 99bfc36 convert Link<> to typed by Noel Grandin · 11 years ago
  63. c5909e2 Update many ListBox users to its sal_Int32 interface by Matteo Casalin · 11 years ago
  64. 71a8329 convert Link<> to typed by Noel Grandin · 11 years ago
  65. 6900bf4 o3tl/cow_wrapper: remove boost dependency by Daniel Robertson · 11 years ago
  66. 6917ebc sal_uLong to sal_uInt32 by Matteo Casalin · 11 years ago
  67. 866e287 sal_uLong to sal_uInt32 as TextPaM paragraph number by Matteo Casalin · 11 years ago
  68. a00c47a sal_uInt16 to sal_Int32 by Matteo Casalin · 11 years ago
  69. fddb493 loplugin: defaultparams by Noel Grandin · 11 years ago
  70. 403c134 loplugin:unusedmethods by Noel Grandin · 11 years ago
  71. 50097a8 basic,basctl: inline some use-once typedefs by Noel Grandin · 11 years ago
  72. 44cd9ef sal_uInt16 to sal_Int32, constify, minor optimizations by Matteo Casalin · 11 years ago
  73. 7669cbf sal_uInt16 to sal_Int32 by Matteo Casalin · 11 years ago
  74. a45827b loplugin:unusedmethods by Noel Grandin · 11 years ago
  75. 395d922 chmod -x by Tor Lillqvist · 11 years ago
  76. 38023af loplugin:unusedmethods by Noel Grandin · 11 years ago
  77. 95aad95 inline a handful of use-once #defines by Noel Grandin · 11 years ago
  78. be62355 com::sun::star->css in accessibility by Noel Grandin · 11 years ago
  79. 04b472a loplugin:unusedmethods accessibility,fpicker,uui by Noel Grandin · 11 years ago
  80. 06ea347 loplugin:unusedmethods svtools by Noel Grandin · 11 years ago
  81. 799cc41 Fix typos by Andrea Gelmini · 11 years ago
  82. 00daf98 tdf#88206: replace cppu::WeakImplHelper* and cppu::WeakComponentImplHelper* by Takeshi Abe · 11 years ago
  83. e9c3583 improve the returnbyref loplugin by Noel Grandin · 11 years ago
  84. ffa8892 Fix typos by Andrea Gelmini · 11 years ago
  85. 497c589 sal_uLong->sal_Int32 in SvtIconChoiceCtrl by Noel Grandin · 11 years ago
  86. 42713c5 fix a11y crash seen in save-as-template by Caolán McNamara · 11 years ago
  87. 8e1ad96 Some missing SolarMutexGuard around VclPtr acquire/release by Stephan Bergmann · 11 years ago
  88. 5a2e099 cppcheck:redundantCondition by Noel Grandin · 11 years ago
  89. 776a3f1 convert expressions like 'size() == 0' to 'empty()' by Noel Grandin · 11 years ago
  90. b401a8d loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  91. afcf1ec loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  92. d5129a9 new clang plugin: loopvartoosmall by Noel Grandin · 11 years ago
  93. 5b1337f tdf#62475: partial handmade fixes by Andrea Gelmini · 11 years ago
  94. d93915b conver MENU_FLAG_ constants to scoped enum by Noel Grandin · 11 years ago
  95. 21773f6 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  96. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  97. d883c12 Get rid of the initial :: for the vcl namespace by Tor Lillqvist · 11 years ago
  98. 83ed85e some build fixes by Caolán McNamara · 11 years ago
  99. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  100. fc205e4 More loplugin:simplifybool by Stephan Bergmann · 11 years ago