Age | Commit message (Expand) | Author |
2023-11-02 | tdf#112661 tdf#112662 a11y: Fix toggling button via a11y action | Michael Weghorn |
2023-10-24 | tdf#135921 a11y Send event when toggling listbox checkbox | Michael Weghorn |
2023-10-23 | a11y: Don't throw exception on valid list box entry action index | Michael Weghorn |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-10-15 | a11y: Add include to fix clang-cl build | Michael Weghorn |
2023-10-12 | Make NC_ constexpr-friendly | Stephan Bergmann |
2023-10-11 | Drop o3tl::span, can use C++20 std::span directly now | Stephan Bergmann |
2023-10-03 | accessibility: avoid OUString creation by using unicode OUString literals | Arnaud Versini |
2023-09-22 | tdf#146619 Recheck include/c* with IWYU | Gabor Kelemen |
2023-09-13 | loplugin:unusedmethods | Noel Grandin |
2023-09-12 | loplugin:unodispose in accessibility | Noel Grandin |
2023-09-11 | AccessibleListBoxEntry does not need to implement XAggreggation | Noel Grandin |
2023-09-11 | accessibility::Paragraph does not need to implement XAggreggation | Noel Grandin |
2023-09-11 | VCLXAccessibleList does not need to implement XAggreggation | Noel Grandin |
2023-09-11 | AccessibleIconChoiceCtrlEntry does not need to implement XAggreggation | Noel Grandin |
2023-09-07 | tdf#157137 a11y: Don't report active descendant when not focused | Michael Weghorn |
2023-09-06 | simplify VclEventId::TabpageRemoved handling | Noel Grandin |
2023-09-06 | a11y: Drop unnecessary casting/code for toolbox items | Michael Weghorn |
2023-09-05 | use more concrete type in VCLXAccessibleBox | Noel Grandin |
2023-09-05 | use more concrete type in ParagraphInfo | Noel Grandin |
2023-09-05 | use more concrete types in AccessibleListBoxEntry | Noel Grandin |
2023-09-04 | a11y: Hold list items by rtl::Reference | Michael Weghorn |
2023-09-04 | a11y: Drop ListItems typdef | Michael Weghorn |
2023-09-04 | tdf#157088 a11y: Dispose list items with list | Michael Weghorn |
2023-09-04 | tdf#157088 a11y: No need to use WeakReference for list children | Michael Weghorn |
2023-09-01 | accessibility: fix crash in getAccessibleActionDescription | Xisco Fauli |
2023-09-01 | tdf#104833 a11y Send name changed event for text controls | Michael Weghorn |
2023-09-01 | tdf#104833 a11y: Use VCLXAccessibleEdit for VCLXMultiLineEdit | Michael Weghorn |
2023-09-01 | tdf#104833 a11y: Don't use VCLXEdit in VCLXAccessibleEdit | Michael Weghorn |
2023-08-31 | a11y: Re-add check for empty reference in VCLXAccessibleTabControl | Michael Weghorn |
2023-08-31 | use concrete type for AccessibleTabBarPageList::m_aAccessibleChildren | Noel Grandin |
2023-08-31 | use concrete type for OAccessibleMenuBaseComponent::m_aAccessibleChildren | Noel Grandin |
2023-08-31 | use concrete type for VCLXAccessibleStatusBar::m_aAccessibleChildren | Noel Grandin |
2023-08-30 | use concrete type for VCLXAccessibleTabControl::m_aAccessibleChildren | Noel Grandin |
2023-08-30 | use concrete type for ToolBoxItemsMap | Noel Grandin |
2023-08-30 | make IAccessibleBrowseBox extend cppu::WeakImplHelper | Noel Grandin |
2023-08-30 | make IAccessibleTableControl extend cppu::WeakImplHelper | Noel Grandin |
2023-08-30 | a11y: Hold focused list box entry by rtl::Reference | Michael Weghorn |
2023-08-23 | tdf#99609 tdf#156473 a11y: Check whether row header exists | Michael Weghorn |
2023-08-23 | a11y: Simplify AccessibleBrowseBox::implGetHeaderBar | Michael Weghorn |
2023-08-23 | a11y: Make AccessibleBrowseBoxBase's client ID private | Michael Weghorn |
2023-08-19 | loplugin: new global analysis locking2 | Noel Grandin |
2023-08-18 | tdf#156561 a11y: Don't ignore child events in AccessibleListBox | Michael Weghorn |
2023-08-03 | tdf#156473 a11y: Implement AccessibleGridControlHeader::getAccessibleCellAt | Michael Weghorn |
2023-08-03 | tdf#156473 a11y: Use actual row/col index/count in grid control header | Michael Weghorn |
2023-08-02 | split Point/Size/Rectangle into AbsoluteScreenPixel* types | Noel Grandin |
2023-08-02 | a11y: Convert AccessibleTableControlObjType to enum class | Michael Weghorn |
2023-08-02 | tdf#156473 a11y: Properly retrireve a11y context from XAccessible | Michael Weghorn |
2023-08-02 | tdf#156473 a11y: Don't use selection index as child index | Michael Weghorn |
2023-07-27 | tdf#155625 a11y: Notify about menu item role change | Michael Weghorn |