Age | Commit message (Expand) | Author | Files | Lines |
2025-06-02 | find-unneeded-includes: handle IWYU warnings about Qt headers | Gabor Kelemen | 1 | -2/+0 |
2025-05-29 | qt a11y: Report locale for Qt >= 6.10 | Michael Weghorn | 1 | -2/+8 |
2025-05-02 | tdf#130857 qt weld a11y: Add custom a11y to registry | Michael Weghorn | 1 | -1/+5 |
2025-05-02 | tdf#130857 qt weld a11y: Drop 2 DrawingArea a11y asserts | Michael Weghorn | 1 | -2/+2 |
2025-05-02 | tdf#130857 qt weld a11y: Support custom DrawingArea a11y | Michael Weghorn | 1 | -0/+24 |
2025-05-02 | qt: Switch QtAccessibleWidget::m_pObject to reference | Michael Weghorn | 1 | -9/+9 |
2025-05-02 | qt: Move null check to start of QtAccessibleWidget::customFactory | Michael Weghorn | 1 | -8/+11 |
2025-05-02 | tdf#130857 qt: Let QtAccessibleWidget subclass QObject | Michael Weghorn | 1 | -0/+1 |
2025-04-24 | [API CHANGE] a11y: Return string for XAccessibleExtendedAttributes | Michael Weghorn | 1 | -2/+1 |
2025-01-17 | Revert "tdf#163335 qt a11y: Work around broken sw selection handling" | Michael Weghorn | 1 | -16/+4 |
2025-01-14 | tdf#163335 qt a11y: Work around broken sw selection handling | Michael Weghorn | 1 | -4/+16 |
2024-11-19 | improve loplugin passparamsbyref | Noel Grandin | 1 | -1/+1 |
2024-11-18 | qt: Update vim headers/trailers | Michael Weghorn | 1 | -2/+2 |
2024-11-10 | com::sun::star -> css | Mike Kaganski | 1 | -5/+5 |
2024-11-07 | [API CHANGE] a11y: Switch AccessibleRelationType to enum | Michael Weghorn | 1 | -14/+14 |
2024-10-24 | qt: Have just a single toQString(const OUString&) | Michael Weghorn | 1 | -0/+1 |
2024-10-21 | qt a11y: Map BLOCK_QUOTE role to new Qt equivalent | Michael Weghorn | 1 | -1/+6 |
2024-10-01 | tdf#160837 qt a11y: Don't report window role for non-top-level | Michael Weghorn | 1 | -1/+10 |
2024-07-24 | tdf#155447 qt a11y: Map TEXT_FRAME role to QAccessible::Pane | Michael Weghorn | 1 | -1/+1 |
2024-07-17 | tdf#155447 qt a11y: Report accessible ID | Michael Weghorn | 1 | -0/+11 |
2024-07-17 | tdf#155447 qt a11y: Don't report "Unknown" for unsupported props | Michael Weghorn | 1 | -1/+1 |
2024-04-24 | [API CHANGE] a11y: Use XAccessible for relation targets | Michael Weghorn | 1 | -1/+1 |
2024-03-31 | tdf#146619 Drop unused 'using namespace' in: vcl/ | Gabor Kelemen | 1 | -1/+0 |
2024-02-29 | tdf#158030 qt a11y: Implement new QAccessibleAttributesInterface | Michael Weghorn | 1 | -0/+77 |
2023-11-14 | tdf#123864 a11y: Add new AccessibleStateType::CHECKABLE | Michael Weghorn | 1 | -0/+3 |
2023-11-07 | qt a11y: Map AccessibleStateType::INDETERMINATE to Qt equivalent | Michael Weghorn | 1 | -1/+1 |
2023-11-07 | qt a11y: Set passwordEdit state for PASSWORD_TEXT | Michael Weghorn | 1 | -0/+5 |
2023-10-28 | tdf#135586 a11y: Add a new BLOCK_QUOTE a11y role | Michael Weghorn | 1 | -0/+1 |
2023-10-24 | qt a11y: Take current type into account when setting new value | Michael Weghorn | 1 | -1/+11 |
2023-10-23 | fix wasm build (int vs sal_Int32 mismatch) | Christian Lohmaier | 1 | -2/+6 |
2023-10-22 | Fix typo | Andrea Gelmini | 1 | -1/+1 |
2023-10-21 | tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrs | Michael Weghorn | 1 | -1/+5 |
2023-10-18 | tdf#157696 qt a11y: Move handling for text attr offsets to helper | Michael Weghorn | 1 | -9/+2 |
2023-10-18 | qt: Drop code for Qt < 5.15 | Michael Weghorn | 1 | -4/+0 |
2023-10-12 | tdf#157696 vcl a11y: Move qt's translation to IA2 text attrs for reuse | Michael Weghorn | 1 | -195/+3 |
2023-10-07 | loplugin:ostr: automatic rewrite | Stephan Bergmann | 1 | -32/+32 |
2023-07-27 | qt a11y: Return app as parent for top-level objects | Michael Weghorn | 1 | -1/+2 |
2023-07-12 | qt a11y: Check child index in QtAccessibleWidget::child | Michael Weghorn | 1 | -0/+7 |
2023-04-22 | qt a11y: Implement QAccessibleSelectionInterface added in Qt 6.5 | Michael Weghorn | 1 | -48/+164 |
2023-03-06 | qt a11y: Handle all QAccessible::Relation flags | Michael Weghorn | 1 | -45/+7 |
2023-03-06 | qt a11y: Add mapping for relations added in Qt 6.6 | Michael Weghorn | 1 | -3/+21 |
2023-02-20 | qt a11y: Invert relation type to match Qt's semantic | Michael Weghorn | 1 | -8/+10 |
2022-09-26 | tdf#119788 tdf#117173 add accessibility NOTIFICATION role | Jim Raykowski | 1 | -0/+6 |
2022-09-02 | [API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bit | Michael Weghorn | 1 | -7/+41 |
2022-09-02 | tdf#150683 qt a11y: Add bound checks for table methods | Michael Weghorn | 1 | -0/+36 |
2022-08-24 | qt a11y: Remember associated QObject also for non-QtXAcccessible case | Michael Weghorn | 1 | -1/+7 |
2022-08-24 | qt a11y: Remember and reuse existing QObject for XAccessible | Michael Weghorn | 1 | -13/+22 |
2022-08-23 | qt a11y: Drop unnecessary QObject inheritance | Michael Weghorn | 1 | -1/+0 |
2022-08-22 | qt a11y: Don't set invalid Qt relations | Michael Weghorn | 1 | -0/+4 |
2022-08-19 | qt a11y: Report underline text attribute | Michael Weghorn | 1 | -0/+99 |