Age | Commit message (Expand) | Author |
2022-12-21 | No need for bool return value here | Noel Grandin |
2022-11-21 | stop setting OpenSymbol as a "Symbol" font | Caolán McNamara |
2022-11-18 | rename IsStarSymbol to IsOpenSymbol | Caolán McNamara |
2022-10-01 | vcl: Use PhysicalFontFace::GetRawFontData() for font embedding | Khaled Hosny |
2022-09-26 | tdf#119788 tdf#117173 add accessibility NOTIFICATION role | Jim Raykowski |
2022-09-16 | tdf#117173: qt a11y: Forward changes to SHOWING state | Michael Weghorn |
2022-09-14 | tdf#150882 qt: Report menu bar height when not hidden | Michael Weghorn |
2022-09-11 | vcl: Move CreateFontSubset() to PhysicalFontFace | Khaled Hosny |
2022-09-11 | vcl: Add a PhysicalFontFace-backed TrueTypeFont | Khaled Hosny |
2022-09-06 | vcl: Drop unused SalGraphics::CreateFontSubset() argument | Khaled Hosny |
2022-09-06 | vcl: Drop now unused SalGraphics::GetGlyphWidths() | Khaled Hosny |
2022-09-05 | vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx} | Khaled Hosny |
2022-09-05 | vcl: Consolidate PhysicalFontFace::GetFontCapabilities() | Khaled Hosny |
2022-09-05 | vcl: Consolidate PhysicalFontFace::GetFontCharMap() | Khaled Hosny |
2022-09-04 | vcl: Create hb_face_t in PhysicalFontFace | Khaled Hosny |
2022-09-02 | [API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bit | Michael Weghorn |
2022-09-02 | tdf#150683 qt a11y: Add bound checks for table methods | Michael Weghorn |
2022-09-01 | qt: Add include needed with qtbase dev branch | Michael Weghorn |
2022-09-01 | tdf#150683 qt a11y: Avoid using 32-bit child index here | Michael Weghorn |
2022-08-26 | qt a11y: Set the (un)selected child in selection add/remove event | Michael Weghorn |
2022-08-26 | automatically set TextRenderModeForResolutionIndependentLayout if we scale | Caolán McNamara |
2022-08-25 | qt a11y: Forward text selection change event as such | Michael Weghorn |
2022-08-25 | qt a11y: Work around Qt ignoring ActiveDescendantChanged events | Michael Weghorn |
2022-08-24 | qt a11y: Remember associated QObject also for non-QtXAcccessible case | Michael Weghorn |
2022-08-24 | qt a11y: Remember and reuse existing QObject for XAccessible | Michael Weghorn |
2022-08-23 | qt a11y: Drop unnecessary QObject inheritance | Michael Weghorn |
2022-08-22 | qt a11y: Don't set invalid Qt relations | Michael Weghorn |
2022-08-19 | qt a11y: Report underline text attribute | Michael Weghorn |
2022-08-19 | qt a11y: Report (background) color text attribute | Michael Weghorn |
2022-08-19 | qt a11y: Report font style text attribute (e.g. italic) | Michael Weghorn |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-16 | qt a11y: Drop duplicate nullptr check | Michael Weghorn |
2022-08-16 | qt a11y: Clear QtXAccessible's ref to XAccessible once passed on | Michael Weghorn |
2022-08-16 | qt a11y: Clear XAccessible reference when disposing | Michael Weghorn |
2022-08-16 | qt a11y: Drop QtAccessibleEventListener's XAccessible reference | Michael Weghorn |
2022-08-16 | qt a11y: Implement QtAccessibleWidget::indexOfChild | Michael Weghorn |
2022-08-16 | qt a11y: Replace dynamic_cast with static_cast | Michael Weghorn |
2022-08-11 | qt a11y: Use correct coord system in QtAccessibleWidget::childAt | Michael Weghorn |
2022-08-11 | qt a11y: Implement QtAccessibleWidget::text{After,Before}Offset | Michael Weghorn |
2022-08-11 | qt a11y: Check range for offset passed to text methods | Michael Weghorn |
2022-08-09 | qt a11y: Return actual range of text with same attributes | Michael Weghorn |
2022-08-09 | tdf#149818 qt: Handle double mouse click again | Michael Weghorn |
2022-08-04 | qt a11y: Implement QtAccessibleWidget::offsetAtPoint | Michael Weghorn |
2022-08-04 | qt a11y: implement QtAccessibleWidget::{row,column}HeaderCells | Michael Weghorn |
2022-08-04 | qt a11y: Implement QtAccessibleWidget::selectedCell{s,Count} | Michael Weghorn |
2022-08-04 | qt a11y: Map BUTTON_{DROPDOWN,MENU} to Qt equivalents | Michael Weghorn |
2022-08-04 | qt a11y: Map AccessibleRole::FILE_CHOOSER | Michael Weghorn |
2022-08-04 | qt a11y: Drop extra empty lines in switch/case | Michael Weghorn |
2022-08-04 | qt a11y: Drop obsolete and misleading comment | Michael Weghorn |
2022-08-04 | qt a11y: Implement QtAccessibleWidget::window | Michael Weghorn |