Age | Commit message (Expand) | Author |
2022-03-24 | loplugin:stringviewparam | Stephan Bergmann |
2022-03-23 | Drop ENTER/LEAVE_PROTECTED_BLOCK and ISDESTROY macros | Mike Kaganski |
2022-03-23 | Drop SAFE_SYSFREESTRING macro | Mike Kaganski |
2022-03-22 | wina11y: Slightly clean up WinResIDGenerator | Michael Weghorn |
2022-03-02 | wina11y: Simplify this loop a bit | Michael Weghorn |
2022-03-01 | wina11y: Use range-based for | Michael Weghorn |
2022-03-01 | wina11y: Use more range-based for | Michael Weghorn |
2022-03-01 | wina11y: Use 'std::vector::empty()' instead of 'std::vector::size() == 0' | Michael Weghorn |
2022-03-01 | wina11y: Use range-based for | Michael Weghorn |
2022-02-28 | Fix typo | Andrea Gelmini |
2022-02-28 | wina11y: Drop another 'using' directive | Michael Weghorn |
2022-02-28 | wina11y: Unify how AccessibleRole is referred to here | Michael Weghorn |
2022-02-28 | wina11y: Rename IsSpecialToolboItem -> IsSpecialToolbarItem | Michael Weghorn |
2022-02-28 | wina11y: Convert unomsaaevent.hxx constants to enum class UnoMSAAEvent | Michael Weghorn |
2022-02-28 | wina11y: Drop useless #ifdef block | Michael Weghorn |
2022-02-08 | loplugin:nullptr | Stephan Bergmann |
2022-01-31 | tdf#147083 wina11y: Return a11y object instead of child ID | Michael Weghorn |
2022-01-31 | wina11y: Drop unnecessary reinterpret_cast | Michael Weghorn |
2022-01-12 | -Werror,-Wunused-parameter | Stephan Bergmann |
2022-01-06 | wina11y: Don't use space in qualified name | Michael Weghorn |
2022-01-06 | wina11y: Use range-based for in AccObject::UpdateState | Michael Weghorn |
2022-01-06 | wina11y: Deduplicate 2 common lines in CMAccessible::get_accRole | Michael Weghorn |
2022-01-06 | wina11y: Drop now unused AccObject::SetRole | Michael Weghorn |
2022-01-06 | wina11y: Drop unused AccObjectWinManager::SetRole | Michael Weghorn |
2022-01-06 | tdf#146306 wina11y: Retrieve accessible desc on demand | Michael Weghorn |
2022-01-06 | wina11y: Use existing method to update description | Michael Weghorn |
2022-01-06 | wina11y: Use separate local variable for action description | Michael Weghorn |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-11-26 | loplugin:stringviewparam | Stephan Bergmann |
2021-11-01 | Prepare for removal of non-const operator[] from Sequence in winaccessibility | Mike Kaganski |
2021-10-29 | Fix misuses of NULL across Windows-only code | Stephan Bergmann |
2021-10-05 | drop 'using namespace std' in winaccessibility | Julien Nabet |
2021-10-01 | loplugin:nullptr (clang-cl) | Stephan Bergmann |
2021-09-30 | -Werror,-Wshadow (clang-cl) | Stephan Bergmann |
2021-09-30 | Extended loplugin:referencecasting/redundantcast (clang-cl): winaccessibility | Stephan Bergmann |
2021-09-30 | loplugin:consttobool (clang-cl) | Stephan Bergmann |
2021-09-30 | loplugin:sallogareas (clang-cl) | Stephan Bergmann |
2021-09-30 | loplugin:includeform (clang-cl) | Stephan Bergmann |
2021-09-20 | wina11y: Drop bool param from CMAccessible::NotifyDestroy | Michael Weghorn |
2021-09-20 | wina11y: Drop AccObject::m_bShouldDestroy | Michael Weghorn |
2021-09-18 | tdf#100086 wina11y: Return "fresh" IEnumVARIANT for get_accSelection | Michael Weghorn |
2021-09-17 | wina11y: Get rid of more HWND<->sal_Int64 casting | Michael Weghorn |
2021-09-17 | wina11y: Avoid some casting between HWND and sal_Int64 | Michael Weghorn |
2021-09-17 | wina11y: Drop OBJID_* defines from MAccessible.h | Michael Weghorn |
2021-09-16 | tdf#100086 wina11y: Don't delete a11y object for removed cell right away | Michael Weghorn |
2021-09-15 | wina11y: Forward-declare XAccessible in AccObjectWinManager.hxx | Michael Weghorn |
2021-09-14 | wina11y: Use XAccessible* instead of void* | Michael Weghorn |
2021-09-08 | tdf#100086 tdf#124832 wina11y: Implement IAccessibleTableCell | Michael Weghorn |
2021-09-08 | tdf#100086 tdf#124832 wina11y: Implement IAccessibleTable2 | Michael Weghorn |
2021-09-07 | wina11y: Drop CAccTable::GetXInterface | Michael Weghorn |