1. b401a8d loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  2. afcf1ec loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  3. d5129a9 new clang plugin: loopvartoosmall by Noel Grandin · 11 years ago
  4. 5b1337f tdf#62475: partial handmade fixes by Andrea Gelmini · 11 years ago
  5. d93915b conver MENU_FLAG_ constants to scoped enum by Noel Grandin · 11 years ago
  6. 21773f6 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  7. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  8. d883c12 Get rid of the initial :: for the vcl namespace by Tor Lillqvist · 11 years ago
  9. 83ed85e some build fixes by Caolán McNamara · 11 years ago
  10. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  11. fc205e4 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  12. 2f6497b loplugin:simplifybool by Stephan Bergmann · 11 years ago
  13. 38143e4 convert TREEBOX_ALLITEM constants to scoped enum by Noel Grandin · 11 years ago
  14. 8d3eefd convert TREEFLAG_ constants to scoped enum by Noel Grandin · 11 years ago
  15. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  16. 373a9b9 loplugin:redundantcast: redundant const_cast followed by implicit upcast by Stephan Bergmann · 11 years ago
  17. 26ec80f loplugin:staticmethods by Noel Grandin · 11 years ago
  18. 746b518 More misc. cleanup. by Michael Meeks · 11 years ago
  19. e35bc27 vclwidget: make sure we have an explicit destructor by Noel Grandin · 11 years ago
  20. de6b914 accessibility: cleanup for updated toolkit API. by Michael Meeks · 11 years ago
  21. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  22. 14505bb loplugin:staticmethods by Noel Grandin · 11 years ago
  23. 74e673b Resolves: tdf#82998 no object:active descendant changed emitted by Caolán McNamara · 11 years ago
  24. da907c7 Related: tdf#82998 rearrange, no logic change by Caolán McNamara · 11 years ago
  25. 835fcfa Related: tdf#82998 assume VALUE_CHANGED makes sense only for windows by Caolán McNamara · 11 years ago
  26. ccaeafa Related: tdf#82998 don't emit an Indeterminate state change for boxes by Caolán McNamara · 11 years ago
  27. 9e13404 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  28. 33de587 tdf#88230: cleanup solar mutex yielding by Pranav Kant · 11 years ago
  29. fb14be5 create new 'enum class' SotClipboardFormatId to unify types by Noel Grandin · 11 years ago
  30. 5a308b1 V801: Decreased performance by Caolán McNamara · 11 years ago
  31. 1129248 Avoid unnecessary bad downcasts to ToolBox by Stephan Bergmann · 11 years ago
  32. e8064be Typo: aditional->additional by Julien Nabet · 11 years ago
  33. a1ceacc boost::foo_ptr->std::foo_ptr by Caolán McNamara · 11 years ago
  34. 23505ff loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  35. 52c2111 callcatcher: remove some unused methods by Caolán McNamara · 11 years ago
  36. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  37. 9b7b177 tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updated by Niklas Johansson · 11 years ago
  38. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  39. d22a270 Accessibility: Expose keyboard short-cuts of menu entries by Niklas Johansson · 11 years ago
  40. bae855e fdo#84938: replace BUTTONTYPE_ constants with 'enum class' by Noel Grandin · 11 years ago
  41. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  42. 7f476fe boost::unordered_map -> c++11 std::unordered_map by Caolán McNamara · 11 years ago
  43. 3338f47 reduce scope of local variables by Michael Weghorn · 11 years ago
  44. ef8e382 fdo#86117 a11y: Exception when closing popup from ToolBox w/o separator by Maxim Monastirsky · 11 years ago
  45. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  46. 3c58f07 fdo#84938: replace TOOLBOXITEM_ constants with enum by Noel Grandin · 11 years ago
  47. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  48. a7542d3 fdo#84938: replace MIB_ constants with enum by Noel Grandin · 11 years ago
  49. 035fe8a fdo#84938: replace MENUITEM constants with enum by Noel Grandin · 11 years ago
  50. 67c9d05 fdo#84938: replace TIB_ constants with enum by Noel Grandin · 11 years ago
  51. 06562c6 convert SV_BMP_ constants to enum by Noel Grandin · 11 years ago
  52. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  53. e52758f coverity#1242517 Arguments in wrong order (gold ?) by Caolán McNamara · 12 years ago
  54. a0bd9fd coverity#1242449 Identical code for different branches by Caolán McNamara · 12 years ago
  55. 6edb52e loplugin: cstylecast by Noel Grandin · 12 years ago
  56. 7561a0f loplugin: cstylecast by Noel Grandin · 12 years ago
  57. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  58. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  59. b0bac59 accessibility: sal_False/True -> false/true by Stephan Bergmann · 12 years ago
  60. 69ac0fa toolkit: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  61. 5bce329 SfxHint: convert home-grown RTTI to normal C++ RTTI by Noel Grandin · 12 years ago
  62. 30ae83c fdo#82577: Handle KeyCode by Tor Lillqvist · 12 years ago
  63. 59e8f81 coverity#1132662 Dereference after null check by Caolán McNamara · 12 years ago
  64. 482f979 use SimpleReferenceObject in svtools module by Noel Grandin · 12 years ago
  65. ea91310 use SimpleReferenceObject in accessibility by Noel Grandin · 12 years ago
  66. c6ff610 Notify screen readers when selection changes in listboxes by Niklas Johansson · 12 years ago
  67. cfdc2cf fix some more indent and strip ::rtl:: by Caolán McNamara · 12 years ago
  68. 192e087 Related: #i124856# guard against crash by Jürgen Schmidt · 12 years ago
  69. 0f1d7251 fix some mangled indentation by Caolán McNamara · 12 years ago
  70. e627641 hmm, that's not right by Caolán McNamara · 12 years ago
  71. 3258c4f Dropdown combo-/listboxes should support accessible action togglePopup by Niklas Johansson · 12 years ago
  72. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  73. 9b25820 fdo#74681: quick help may be used as accessible text by Jacobo Aragunde Pérez · 12 years ago
  74. c2d4743 loplugin:staticcall by Stephan Bergmann · 12 years ago
  75. 2da7ce3 -Werror,-Wundefined-bool-conversion by Stephan Bergmann · 12 years ago
  76. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  77. 5e62d30 update_pch by Thomas Arnhold · 12 years ago
  78. 92b4478 css already means ::com::sun::star by Thomas Arnhold · 12 years ago
  79. b09b5f8 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 by Julien Nabet · 12 years ago
  80. 4f6e343 fix-includes.pl: accessibility by Thomas Arnhold · 12 years ago
  81. 3db8d60 hrc and src files: squeeze multiple newlines by Thomas Arnhold · 12 years ago
  82. f5dae84 fix cut and paste into macro editor crash by Caolán McNamara · 12 years ago
  83. 569ff67 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  84. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  85. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  86. c98eef7 fixincludeguards.sh: accessibility by Thomas Arnhold · 12 years ago
  87. a7ee831 non-desktop: Avoid accessibility. by Jan Holesovsky · 12 years ago
  88. ba41988 accessibility: Move AccessibleFactory to anonymous namespace. by Jan Holesovsky · 12 years ago
  89. 1d93b5d No need for the extra levels here. by Jan Holesovsky · 12 years ago
  90. af047fc accessibility: sal_Bool->bool by Noel Grandin · 12 years ago
  91. bb667fc typo: arround -> around by Thomas Arnhold · 12 years ago
  92. 2805ac1 typo: choosen -> chosen by Thomas Arnhold · 12 years ago
  93. cc13522 typo: accesible -> accessible by Thomas Arnhold · 12 years ago
  94. 6835d9f It's "its", not "it's" by Tor Lillqvist · 12 years ago
  95. 3fd2c49 Remove unused functions by Stephan Bergmann · 12 years ago
  96. 453ee35 fdo#43157 : clean up more OSL_POSTCOND by Michaël Lefèvre · 12 years ago
  97. 618dc92 Remove unused functions by Stephan Bergmann · 12 years ago
  98. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  99. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  100. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago