1. 0d60b79 tdf#154039 wina11y: Increase refcount for returned COM interface by Michael Weghorn · 3 years, 1 month ago
  2. 103a6ba Just use Any ctor instead of makeAny in winaccessibility by Stephan Bergmann · 4 years ago
  3. d105539 loplugin:stringviewparam by Stephan Bergmann · 4 years ago
  4. c5c4dc5 Drop ENTER/LEAVE_PROTECTED_BLOCK and ISDESTROY macros by Mike Kaganski · 4 years ago
  5. f32577e Drop SAFE_SYSFREESTRING macro by Mike Kaganski · 4 years, 1 month ago
  6. 6c5257b wina11y: Slightly clean up WinResIDGenerator by Michael Weghorn · 4 years, 1 month ago
  7. c4c1a6e wina11y: Simplify this loop a bit by Michael Weghorn · 4 years, 1 month ago
  8. a427a46 wina11y: Use range-based for by Michael Weghorn · 4 years, 1 month ago
  9. 45ae2fb wina11y: Use more range-based for by Michael Weghorn · 4 years, 1 month ago
  10. 7743642 wina11y: Use 'std::vector::empty()' instead of 'std::vector::size() == 0' by Michael Weghorn · 4 years, 1 month ago
  11. df80ed9 wina11y: Use range-based for by Michael Weghorn · 4 years, 1 month ago
  12. a6a3eda Fix typo by Andrea Gelmini · 4 years, 1 month ago
  13. 7dd7bd7 wina11y: Drop another 'using' directive by Michael Weghorn · 4 years, 1 month ago
  14. 3cde1fe wina11y: Unify how AccessibleRole is referred to here by Michael Weghorn · 4 years, 1 month ago
  15. 95e2e519 wina11y: Rename IsSpecialToolboItem -> IsSpecialToolbarItem by Michael Weghorn · 4 years, 1 month ago
  16. 6723203 wina11y: Convert unomsaaevent.hxx constants to enum class UnoMSAAEvent by Michael Weghorn · 4 years, 1 month ago
  17. 470ed0f wina11y: Drop useless #ifdef block by Michael Weghorn · 4 years, 1 month ago
  18. 7a6786c loplugin:nullptr by Stephan Bergmann · 4 years, 2 months ago
  19. 00c0ee8 tdf#147083 wina11y: Return a11y object instead of child ID by Michael Weghorn · 4 years, 2 months ago
  20. d92b4dc5 wina11y: Drop unnecessary reinterpret_cast by Michael Weghorn · 4 years, 2 months ago
  21. 3b48e20 -Werror,-Wunused-parameter by Stephan Bergmann · 4 years, 3 months ago
  22. d84c065 wina11y: Don't use space in qualified name by Michael Weghorn · 4 years, 3 months ago
  23. 9cbd173 wina11y: Use range-based for in AccObject::UpdateState by Michael Weghorn · 4 years, 3 months ago
  24. e523b20 wina11y: Deduplicate 2 common lines in CMAccessible::get_accRole by Michael Weghorn · 4 years, 3 months ago
  25. fd78753 wina11y: Drop now unused AccObject::SetRole by Michael Weghorn · 4 years, 3 months ago
  26. e60406b wina11y: Drop unused AccObjectWinManager::SetRole by Michael Weghorn · 4 years, 3 months ago
  27. fcf4a26 tdf#146306 wina11y: Retrieve accessible desc on demand by Michael Weghorn · 4 years, 3 months ago
  28. e9b6eed wina11y: Use existing method to update description by Michael Weghorn · 4 years, 3 months ago
  29. 7210a9d wina11y: Use separate local variable for action description by Michael Weghorn · 4 years, 3 months ago
  30. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  31. 6dfcabf loplugin:stringviewparam by Stephan Bergmann · 4 years, 4 months ago
  32. ac31338 Prepare for removal of non-const operator[] from Sequence in winaccessibility by Mike Kaganski · 4 years, 5 months ago
  33. a5cea74 Fix misuses of NULL across Windows-only code by Stephan Bergmann · 4 years, 5 months ago
  34. 0a78cb8 drop 'using namespace std' in winaccessibility by Julien Nabet · 4 years, 6 months ago
  35. 955ccb6 loplugin:nullptr (clang-cl) by Stephan Bergmann · 4 years, 6 months ago
  36. f3371e9 -Werror,-Wshadow (clang-cl) by Stephan Bergmann · 4 years, 6 months ago
  37. 553dd28 Extended loplugin:referencecasting/redundantcast (clang-cl): winaccessibility by Stephan Bergmann · 4 years, 6 months ago
  38. e6eda84 loplugin:consttobool (clang-cl) by Stephan Bergmann · 4 years, 6 months ago
  39. 348cb77 loplugin:sallogareas (clang-cl) by Stephan Bergmann · 4 years, 6 months ago
  40. d242a19 loplugin:includeform (clang-cl) by Stephan Bergmann · 4 years, 6 months ago
  41. 85b4b15 wina11y: Drop bool param from CMAccessible::NotifyDestroy by Michael Weghorn · 4 years, 7 months ago
  42. 185b183 wina11y: Drop AccObject::m_bShouldDestroy by Michael Weghorn · 4 years, 7 months ago
  43. 1b94dee tdf#100086 wina11y: Return "fresh" IEnumVARIANT for get_accSelection by Michael Weghorn · 4 years, 7 months ago
  44. 36be1ec wina11y: Get rid of more HWND<->sal_Int64 casting by Michael Weghorn · 4 years, 7 months ago
  45. 2a5da16 wina11y: Avoid some casting between HWND and sal_Int64 by Michael Weghorn · 4 years, 7 months ago
  46. f1c902a wina11y: Drop OBJID_* defines from MAccessible.h by Michael Weghorn · 4 years, 7 months ago
  47. 836a226 tdf#100086 wina11y: Don't delete a11y object for removed cell right away by Michael Weghorn · 4 years, 7 months ago
  48. ed1b10b wina11y: Forward-declare XAccessible in AccObjectWinManager.hxx by Michael Weghorn · 4 years, 7 months ago
  49. 6bf771f wina11y: Use XAccessible* instead of void* by Michael Weghorn · 4 years, 7 months ago
  50. 97a88e3 tdf#100086 tdf#124832 wina11y: Implement IAccessibleTableCell by Michael Weghorn · 4 years, 7 months ago
  51. 839dbf9 tdf#100086 tdf#124832 wina11y: Implement IAccessibleTable2 by Michael Weghorn · 4 years, 7 months ago
  52. b3a3cc0 wina11y: Drop CAccTable::GetXInterface by Michael Weghorn · 4 years, 7 months ago
  53. 47b1bb2 wina11y: Move "stdafx.h" include to headers by Michael Weghorn · 4 years, 7 months ago
  54. 26e4569 wina11y: Drop unused CMAccessible::IsDescendantManage by Michael Weghorn · 4 years, 7 months ago
  55. 8ea154e wina11y: Let CMAccessible::get_IAccessibleFromXAccessible return bool by Michael Weghorn · 4 years, 7 months ago
  56. 47338aa wina11y: Drop unused CMAccessible::m_bRequiresSave by Michael Weghorn · 4 years, 7 months ago
  57. e29f80e tdf#135588 wina11y: Map AccessibleRole::STATIC to ROLE_SYSTEM_STATICTEXT by Michael Weghorn · 4 years, 7 months ago
  58. 4ef0af9 wina11y: Deduplicate mapping for IA2TextBoundaryType by Michael Weghorn · 4 years, 9 months ago
  59. 010cf46 loplugin:indentation (clang-cl) by Stephan Bergmann · 4 years, 9 months ago
  60. 1c1aadc wina11y: enum XInterfaceIndex -> enum class XInterfaceType by Michael Weghorn · 4 years, 9 months ago
  61. 620223e wina11y: Convert QUERYXINTERFACE macro to template function by Michael Weghorn · 4 years, 9 months ago
  62. 197d963 wina11y: Use range-based for loop by Michael Weghorn · 4 years, 9 months ago
  63. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  64. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  65. e29f53b tdf#124176 Use pragma once in w* by Vincent LE GARREC · 5 years ago
  66. e70b5fc drop unneeded include by Caolán McNamara · 5 years ago
  67. 3169383 loplugin:referencecasting (clang-cl) by Stephan Bergmann · 5 years ago
  68. 974dc88 Remove unneeded breaks by Andrea Gelmini · 5 years ago
  69. 96ae309 Silence warning C4189: local variable is initialized but not referenced by Stephan Bergmann · 5 years ago
  70. 3ee2868 loplugin:stringviewparam (clang-cl) by Stephan Bergmann · 5 years ago
  71. 0a94c20 Strength-reduce ReplaceOneChar parameter from string to single character by Stephan Bergmann · 5 years ago
  72. 69372bf UNOIDL long vs. C++ sal_Int32 confustion by Stephan Bergmann · 5 years ago
  73. 1cb9a11e Fix mis-clang-format'ed comment by Stephan Bergmann · 5 years ago
  74. 65717f7 tdf#123936 Formatting files in module winaccessibility with clang-format by Philipp Hofer · 5 years ago
  75. c4cec86 clang-cl: Adapt Windows-specific code to extended loplugin:cstylecast by Stephan Bergmann · 5 years ago
  76. 04203a2 Replace remaining uses of sal_Char by Julien Nabet · 6 years ago
  77. eb971cc Fix typo by Andrea Gelmini · 6 years ago
  78. 262ab49 Fix typo in code by Andrea Gelmini · 6 years ago
  79. 912dee5 Fix typo in code by Andrea Gelmini · 6 years ago
  80. 266cbff2 Fix typo in code by Andrea Gelmini · 6 years ago
  81. f3272cd Fix typo by Andrea Gelmini · 6 years ago
  82. 48a3d6b loplugin:simplifypointertobool (clang-cl) by Stephan Bergmann · 6 years ago
  83. dede9ec winaccessibility: create instances with uno constructors by Noel Grandin · 6 years ago
  84. f5f9cac tdf#133633 winaccessibility: Add null check by Michael Weghorn · 6 years ago
  85. 6aef5a1 tdf#118418 implement scrollSubstringTo() for Qt & windows by Samuel Thibault · 6 years ago
  86. de4a9e3 Drop unused includes and usings by Mike Kaganski · 6 years ago
  87. d492d1b VCLXAccessibleComponent* may be passed to HandleWindowOpened by Mike Kaganski · 6 years ago
  88. 0adc9b6 GBUILD_TRACE, support for finding out where the build time is spent by Luboš Luňák · 6 years ago
  89. 81dbdd7 Fix typo by Andrea Gelmini · 6 years ago
  90. b3b7584 loplugin:redundantpointerops (clang-cl) by Stephan Bergmann · 6 years ago
  91. b66c5f77 loplugin:unsignedcompare (clang-cl) by Stephan Bergmann · 6 years ago
  92. 17d2516 Fix typo by Andrea Gelmini · 6 years ago
  93. 4087d26 Fix typo by Andrea Gelmini · 6 years ago
  94. 55e5969 loplugin:external (clang-cl) by Stephan Bergmann · 6 years ago
  95. 0675ee7 loplugin:external (clang-cl) by Stephan Bergmann · 6 years ago
  96. 9f90050 loplugin:consttobool (clang-cl) by Stephan Bergmann · 6 years ago
  97. 5a11fe8 loplugin:fakebool (clang-cl) by Stephan Bergmann · 6 years ago
  98. 8b4719c Rename OUStringLiteral1 to OUStringChar by Stephan Bergmann · 6 years ago
  99. f221eea use common PCH for more libraries by Luboš Luňák · 6 years ago
  100. 38ee6b2 -Werror,-Wmicrosoft-exception-spec (clang-cl) by Stephan Bergmann · 7 years ago