1. d22a270 Accessibility: Expose keyboard short-cuts of menu entries by Niklas Johansson · 11 years ago
  2. bae855e fdo#84938: replace BUTTONTYPE_ constants with 'enum class' by Noel Grandin · 11 years ago
  3. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  4. 7f476fe boost::unordered_map -> c++11 std::unordered_map by Caolán McNamara · 11 years ago
  5. 3338f47 reduce scope of local variables by Michael Weghorn · 11 years ago
  6. ef8e382 fdo#86117 a11y: Exception when closing popup from ToolBox w/o separator by Maxim Monastirsky · 11 years ago
  7. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  8. 3c58f07 fdo#84938: replace TOOLBOXITEM_ constants with enum by Noel Grandin · 11 years ago
  9. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  10. a7542d3 fdo#84938: replace MIB_ constants with enum by Noel Grandin · 11 years ago
  11. 035fe8a fdo#84938: replace MENUITEM constants with enum by Noel Grandin · 11 years ago
  12. 67c9d05 fdo#84938: replace TIB_ constants with enum by Noel Grandin · 11 years ago
  13. 06562c6 convert SV_BMP_ constants to enum by Noel Grandin · 11 years ago
  14. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  15. e52758f coverity#1242517 Arguments in wrong order (gold ?) by Caolán McNamara · 12 years ago
  16. a0bd9fd coverity#1242449 Identical code for different branches by Caolán McNamara · 12 years ago
  17. 6edb52e loplugin: cstylecast by Noel Grandin · 12 years ago
  18. 7561a0f loplugin: cstylecast by Noel Grandin · 12 years ago
  19. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  20. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  21. b0bac59 accessibility: sal_False/True -> false/true by Stephan Bergmann · 12 years ago
  22. 69ac0fa toolkit: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  23. 5bce329 SfxHint: convert home-grown RTTI to normal C++ RTTI by Noel Grandin · 12 years ago
  24. 30ae83c fdo#82577: Handle KeyCode by Tor Lillqvist · 12 years ago
  25. 59e8f81 coverity#1132662 Dereference after null check by Caolán McNamara · 12 years ago
  26. 482f979 use SimpleReferenceObject in svtools module by Noel Grandin · 12 years ago
  27. ea91310 use SimpleReferenceObject in accessibility by Noel Grandin · 12 years ago
  28. c6ff610 Notify screen readers when selection changes in listboxes by Niklas Johansson · 12 years ago
  29. cfdc2cf fix some more indent and strip ::rtl:: by Caolán McNamara · 12 years ago
  30. 192e087 Related: #i124856# guard against crash by Jürgen Schmidt · 12 years ago
  31. 0f1d7251 fix some mangled indentation by Caolán McNamara · 12 years ago
  32. e627641 hmm, that's not right by Caolán McNamara · 12 years ago
  33. 3258c4f Dropdown combo-/listboxes should support accessible action togglePopup by Niklas Johansson · 12 years ago
  34. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  35. 9b25820 fdo#74681: quick help may be used as accessible text by Jacobo Aragunde Pérez · 12 years ago
  36. c2d4743 loplugin:staticcall by Stephan Bergmann · 12 years ago
  37. 2da7ce3 -Werror,-Wundefined-bool-conversion by Stephan Bergmann · 12 years ago
  38. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  39. 5e62d30 update_pch by Thomas Arnhold · 12 years ago
  40. 92b4478 css already means ::com::sun::star by Thomas Arnhold · 12 years ago
  41. b09b5f8 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 by Julien Nabet · 12 years ago
  42. 4f6e343 fix-includes.pl: accessibility by Thomas Arnhold · 12 years ago
  43. 3db8d60 hrc and src files: squeeze multiple newlines by Thomas Arnhold · 12 years ago
  44. f5dae84 fix cut and paste into macro editor crash by Caolán McNamara · 12 years ago
  45. 569ff67 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  46. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  47. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  48. c98eef7 fixincludeguards.sh: accessibility by Thomas Arnhold · 12 years ago
  49. a7ee831 non-desktop: Avoid accessibility. by Jan Holesovsky · 12 years ago
  50. ba41988 accessibility: Move AccessibleFactory to anonymous namespace. by Jan Holesovsky · 12 years ago
  51. 1d93b5d No need for the extra levels here. by Jan Holesovsky · 12 years ago
  52. af047fc accessibility: sal_Bool->bool by Noel Grandin · 12 years ago
  53. bb667fc typo: arround -> around by Thomas Arnhold · 12 years ago
  54. 2805ac1 typo: choosen -> chosen by Thomas Arnhold · 12 years ago
  55. cc13522 typo: accesible -> accessible by Thomas Arnhold · 12 years ago
  56. 6835d9f It's "its", not "it's" by Tor Lillqvist · 12 years ago
  57. 3fd2c49 Remove unused functions by Stephan Bergmann · 12 years ago
  58. 453ee35 fdo#43157 : clean up more OSL_POSTCOND by Michaël Lefèvre · 12 years ago
  59. 618dc92 Remove unused functions by Stephan Bergmann · 12 years ago
  60. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  61. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  62. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  63. 436cd90 svtools: sal_Bool->bool by Noel Grandin · 12 years ago
  64. f9cc750 Reduce IAccessibleTabListBox to what's actually used by Stephan Bergmann · 12 years ago
  65. d96a2f4 Remove dead code by Stephan Bergmann · 12 years ago
  66. c6b2b5f Remove dead code by Stephan Bergmann · 12 years ago
  67. 9f12e4a svtools: sal_Bool->bool by Noel Grandin · 12 years ago
  68. c2fb42a Use cppu::BaseMutex and remove need for Paragraph/ParagraphImpl split by Stephan Bergmann · 12 years ago
  69. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  70. 364ac5a fdo#63154 Remove some solar.h references by Alexandre Vicenzi · 12 years ago
  71. 3678456 OAccessibleContextWrapperHelper does not implement XAccessibleContext by Stephan Bergmann · 12 years ago
  72. cf56144 a crash sometimes seen in a11y in base by Caolán McNamara · 12 years ago
  73. d47ca30 No need for implGetBounds to be SAL_CALL by Stephan Bergmann · 12 years ago
  74. acca15f accessibility: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  75. 68ec95b made ListBox handle more than 64k elements, fdo#61520 related by Eike Rathke · 12 years ago
  76. 6f0dfc4 remove unused code in accessibility::Document by Noel Grandin · 12 years ago
  77. 994a359 Revert "Let's use RADIO_BUTTON and CHECK_BUTTON roles" by Stephan Bergmann · 12 years ago
  78. 97d4f7e Let's use RADIO_BUTTON and CHECK_BUTTON roles by Julien Nabet · 12 years ago
  79. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  80. 09a1c9d cppcheck: duplicateIf by Julien Nabet · 12 years ago
  81. 2e821e4 Remove visual noise from accessibility by Alexander Wilms · 12 years ago
  82. 33740b7 Replace exisiting TriState, AutoState with more generic TriState by Stephan Bergmann · 12 years ago
  83. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  84. a18a1a4 Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx by Tobias Lippert · 12 years ago
  85. 49cecd8 Related: fdo#74242 hook up a selection and caret change for multiline edits by Caolán McNamara · 12 years ago
  86. da13dd9 Related: fdo#74242 #i104470# we now have a seperate CARET_CHANGED event by Caolán McNamara · 12 years ago
  87. 368cff7 accessibility: add some missing locks in new code by Michael Stahl · 12 years ago
  88. 2b12a5b the return of callcatcher by Caolán McNamara · 12 years ago
  89. 660c188 std::less is the default here by Stephan Bergmann · 12 years ago
  90. 2935c29 auto_ptr -> scoped_ptr by Stephan Bergmann · 12 years ago
  91. 2b04d0a Avoid unnecessary heap allocation by Stephan Bergmann · 12 years ago
  92. 51a68b4 Doxygen warnings corrected by Chris Sherlock · 12 years ago
  93. 0be44f7 fix ambiguities by Caolán McNamara · 12 years ago
  94. 59238ef Related: #i123862# use O*String's isEmpty() method... by Herbert Dürr · 12 years ago
  95. bfe5448 bool improvements by Stephan Bergmann · 12 years ago
  96. 05534b5 Resolves: #i124008# listbox entry's are selected automatically... by Steve Yin · 12 years ago
  97. ab4b2e0b coverity#983594 Uncaught exception by Caolán McNamara · 12 years ago
  98. 420ca61 coverity#706219 Uncaught exception by Caolán McNamara · 12 years ago
  99. 4bdf9a0 fdo#63154 Removed unused solar.h reference by Alexandre Vicenzi · 12 years ago
  100. a1a545a coverity#1132668 : missing break in switch by Norbert Thiebaud · 12 years ago