Age | Commit message (Expand) | Author |
2024-01-22 | cid#1586675 Missing move assignment operator | Caolán McNamara |
2024-01-15 | loplugin:unnecessaryvirtual | Noel Grandin |
2023-12-29 | use string OUString literals in a11y for XServiceInfo impl. | Arnaud VERSINI |
2023-12-22 | Use emplace_back instead of push_back (accessibility) | Julien Nabet |
2023-12-19 | cid#1557601 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-19 | tdf#123864 a11y: Handle new checkable state for VCLXAccessibleMenuItem | Michael Weghorn |
2023-12-19 | tdf#123864 a11y: Handle new CHECKABLE state in misc places | Michael Weghorn |
2023-12-07 | simplify and modernise ScopedBitmapAccess | Noel Grandin |
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 |