Age | Commit message (Expand) | Author |
2024-12-19 | wina11y: Deduplicate 2 cases doing the same | Michael Weghorn |
2024-12-19 | tdf#157001 wina11y: Remove popup menu with its children | Michael Weghorn |
2024-12-13 | a11y: Move VCLXAccessibleComponent from toolkit to vcl | Michael Weghorn |
2024-12-05 | tdf#164093 tdf#157001 wina11y: Use vcl::Window's actual XAccessible | Michael Weghorn |
2024-12-05 | wina11y: Use existing references + drop duplicate checks | Michael Weghorn |
2024-12-05 | wina11y: Drop unnecessary exception handling | Michael Weghorn |
2024-12-05 | wina11y: Drop duplicate variable + check | Michael Weghorn |
2024-12-05 | wina11y: Drop special combobox handling in AccessBridgeHandleExistingWindow | Michael Weghorn |
2024-12-05 | wina11y: Drop always true bShow param | Michael Weghorn |
2024-12-05 | wina11y: Replace condition by by assert in AccessBridgeHandleExistingWindow | Michael Weghorn |
2024-12-05 | wina11y: Drop unnecessary cast to sal_uInt16 | Michael Weghorn |
2024-12-05 | wina11y: Make these 2 methods non-virtual | Michael Weghorn |
2024-11-10 | com::sun::star -> css | Mike Kaganski |
2024-11-07 | [API CHANGE] a11y: Switch AccessibleRelationType to enum | Michael Weghorn |
2024-10-19 | Fix typo | Andrea Gelmini |
2024-10-19 | wina11y: Mention Accessibility Insights for Windows in README | Michael Weghorn |
2024-10-19 | tdf#160982 wina11y: Drop extra screen reader check to enable a11y bridge | Michael Weghorn |
2024-10-01 | wina11y: Drop duplicate handling for focusable state | Michael Weghorn |
2024-10-01 | wina11y: Use enum class for navigation direction | Michael Weghorn |
2024-10-01 | wina11y: Drop unused defines | Michael Weghorn |
2024-10-01 | wina11y: Drop unused includes + "using namespace" | Michael Weghorn |
2024-09-30 | wina11y: Drop "using namespace css::accessibility::AccessibleRole" | Michael Weghorn |
2024-09-30 | wina11y: Bridge focusable state as is | Michael Weghorn |
2024-09-30 | wina11y: Unify handling for editable/readonly state a bit | Michael Weghorn |
2024-09-30 | wina11y: Rename UNO_MSAA_UNMAPPING to MSAA_NO_STATE | Michael Weghorn |
2024-09-30 | wina11y: Drop always default AccObject::InsertChild pos param | Michael Weghorn |
2024-09-30 | wina11y: Move AccObject::GetExpandedState logic to only caller | Michael Weghorn |
2024-09-30 | wina11y: Simplify AccObject::GetExpandedState | Michael Weghorn |
2024-09-30 | wina11y: sal_Bool -> bool | Michael Weghorn |
2024-09-30 | wina11y: Simplify AccObject::GetMSAAStateFromUNO with early return | Michael Weghorn |
2024-09-30 | wina11y: Drop "using namespace css::accessibility::AccessibleStateType" | Michael Weghorn |
2024-09-17 | wina11y: Drop CAccImage::GetXInterface | Michael Weghorn |
2024-09-17 | wina11y: Just assign the Reference | Michael Weghorn |
2024-09-17 | wina11y: Rename CAccImage::{pRXImg -> m_xImage} | Michael Weghorn |
2024-09-17 | wina11y: Check reference in CAccHyperLink::get_startIndex | Michael Weghorn |
2024-09-17 | wina11y: Drop CAccHyperLink::GetXInterface | Michael Weghorn |
2024-09-17 | wina11y: Just assign the Reference | Michael Weghorn |
2024-09-17 | wina11y: Rename CAccHyperLink::{pRXLink -> m_xHyperlink} | Michael Weghorn |
2024-09-17 | wina11y: Drop CAccEditableText::GetXInterface | Michael Weghorn |
2024-09-17 | wina11y: Just assign the reference | Michael Weghorn |
2024-09-17 | wina11y: Rename CAccEditableText::{pRXEdtTxt -> m_xEditableText} | Michael Weghorn |
2024-09-17 | wina11y: clang-format CAccEditableText sources | Michael Weghorn |
2024-09-17 | wina11y: Drop CAccValue::GetXInterface | Michael Weghorn |
2024-09-17 | wina11y: Prefix and rename CAccValue member | Michael Weghorn |
2024-09-17 | wina11y: Merge CAccComponent{,Base} | Michael Weghorn |
2024-09-17 | wina11y: clang-format AccComponent.h | Michael Weghorn |
2024-09-17 | wina11y: Drop CAccComponentBase::GetXInterface | Michael Weghorn |
2024-09-17 | wina11y: Use standard naming prefixes in CAccComponentBase | Michael Weghorn |
2024-09-17 | wina11y: Drop "//special query" comments | Michael Weghorn |
2024-09-17 | wina11y: Just assign the reference | Michael Weghorn |