Age | Commit message (Expand) | Author | Files | Lines |
15 hours | use more concrete UNO classes | Noel Grandin | 2 | -2/+2 |
29 hours | use more concrete UNO classes | Noel Grandin | 3 | -4/+4 |
38 hours | make AsyncCallback a little safer | Noel Grandin | 1 | -4/+14 |
2025-05-28 | a11y: Drop unused accessiblefactory.hxx includes | Michael Weghorn | 2 | -2/+0 |
2025-05-28 | vcl a11y: Let Edit and subclasses create their accessible directly | Michael Weghorn | 1 | -24/+0 |
2025-05-28 | vcl a11y: Set DateField/TimeField window type in ctor | Michael Weghorn | 1 | -10/+0 |
2025-05-28 | vcl a11y: Let FormattedField create its accessible directly | Michael Weghorn | 1 | -8/+0 |
2025-05-28 | toolkit: Drop VCLXHeaderBar | Michael Weghorn | 2 | -10/+1 |
2025-05-28 | vcl a11y: Let HeaderBar create its accessible directly | Michael Weghorn | 1 | -7/+0 |
2025-05-28 | toolkit: Drop VCLXToolBox | Michael Weghorn | 3 | -13/+2 |
2025-05-28 | vcl a11y: Let ToolBox create its accessible directly | Michael Weghorn | 1 | -6/+0 |
2025-05-26 | vcl a11y: Let ComboBox create its accessible directly | Michael Weghorn | 1 | -8/+0 |
2025-05-26 | vcl a11y: Let ScrollBar create its accessible directly | Michael Weghorn | 1 | -6/+0 |
2025-05-26 | vcl a11y: Let FixedText create its accessible directly | Michael Weghorn | 1 | -6/+0 |
2025-05-26 | vcl a11y: Let FixedHyperlink create its accessible directly | Michael Weghorn | 1 | -6/+0 |
2025-05-26 | vcl a11y: Let ListBox create its accessible directly | Michael Weghorn | 1 | -8/+0 |
2025-05-26 | vcl a11y: Let RadioButton create its accessible directly | Michael Weghorn | 1 | -6/+0 |
2025-05-26 | vcl a11y: Let CheckBox create its accessible directly | Michael Weghorn | 1 | -6/+0 |
2025-05-26 | vcl a11y: Let PushButton create its accessible directly | Michael Weghorn | 1 | -6/+0 |
2025-05-25 | Unify on VclPtr::reset | Mike Kaganski | 3 | -3/+3 |
2025-05-22 | Simplify VCLUnoHelper::CreateBitmap | Mike Kaganski | 1 | -3/+1 |
2025-05-22 | toolkit a11y: Don't rely on control peer being XAccessible | Michael Weghorn | 1 | -4/+8 |
2025-05-20 | Remove obsolete fw declarations from toolkit/ | Gabor Kelemen | 1 | -1/+0 |
2025-05-15 | toolkit: Drop unnecessary XWindow2 param specialization | Michael Weghorn | 1 | -6/+0 |
2025-05-04 | tdf#163816 Keep ratio of OLE object (chart...) | Laurent Balland | 2 | -85/+149 |
2025-03-31 | loplugin:constparam in various | Noel Grandin | 1 | -1/+1 |
2025-03-22 | tdf#141415 reduce time spent loading language data | Noel Grandin | 1 | -4/+4 |
2025-03-16 | toolkit a11y: Use existing Window::GetAccessibleParent | Michael Weghorn | 3 | -10/+6 |
2025-03-10 | use more concrete UNO classes in toolkit | Noel Grandin | 4 | -77/+65 |
2025-02-26 | use more concrete UNO types in some local vars | Noel Grandin | 3 | -13/+8 |
2025-02-18 | vcl: menubtn.[hc]xx -> MenuButton.[hc]xx | Christopher Sherlock | 1 | -1/+1 |
2025-02-18 | vcl: nType -> eType | Christopher Sherlock | 2 | -19/+19 |
2025-02-05 | loplugin:unnecessaryvirtual | Noel Grandin | 1 | -1/+1 |
2025-01-29 | uno grid a11y: Deduplicate 2 cases doing the same | Michael Weghorn | 1 | -5/+1 |
2025-01-29 | uno grid a11y: Unify XAccessible implementation in base class | Michael Weghorn | 4 | -53/+12 |
2025-01-29 | uno grid a11y: Use cppu::ImplInheritanceHelper | Michael Weghorn | 1 | -29/+5 |
2025-01-29 | uno grid a11y: Merge AccessibleGridControl{,Access} | Michael Weghorn | 3 | -69/+32 |
2025-01-29 | uno grid a11y: Drop check for a11y context disposed from outside | Michael Weghorn | 1 | -5/+0 |
2025-01-29 | uno grid a11y: Replace alive check by simple null check | Michael Weghorn | 2 | -11/+3 |
2025-01-29 | uno grid a11y: Let impl handle alive check | Michael Weghorn | 3 | -39/+29 |
2025-01-29 | uno grid a11y: Merge TableControl_Impl::{impl_,isAccessibleAlive} | Michael Weghorn | 2 | -6/+5 |
2025-01-29 | uno grid a11y: Drop duplicate check whether alive | Michael Weghorn | 1 | -20/+9 |
2025-01-29 | uno grid a11y: Drop superfluous check | Michael Weghorn | 1 | -8/+6 |
2025-01-27 | uno grid a11y: Use ImplInheritanceHelper | Michael Weghorn | 1 | -22/+3 |
2025-01-27 | uno grid grid a11y: Return existing cell accessible | Michael Weghorn | 1 | -3/+2 |
2025-01-27 | uno grid a11y: Pass pos relative to TableControl as expected | Michael Weghorn | 1 | -2/+4 |
2025-01-27 | uno grid a11y: Don't confuse row/col | Michael Weghorn | 1 | -1/+1 |
2025-01-27 | toolkit a11y: Convert condition to assert | Michael Weghorn | 1 | -15/+9 |
2025-01-27 | toolkit a11y: Simplify AccessibleGridControl::getAccessibleAtPoint | Michael Weghorn | 1 | -63/+3 |
2025-01-27 | a11y: Move AccessibleTableControlObjType to toolkit-only header | Michael Weghorn | 9 | -51/+36 |