summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)Author
2023-02-21tdf#144302 tdf#153333 qt: Load cursor from icon themeMichael Weghorn
2023-02-20qt a11y: Invert relation type to match Qt's semanticMichael Weghorn
2023-02-20tdf#153614 qt: Set keyboard focus state when focused, tooMichael Weghorn
2023-02-10Fix typoAndrea Gelmini
2023-02-10tdf#150451 Fix borders in Editbox controls (kf5)Rafael Lima
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2023-02-01tdf#152073 qt: Draw background when drawing frameMichael Weghorn
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2023-01-06use std::optional for SALCOLOR_NONENoel Grandin
2022-12-21No need for bool return value hereNoel Grandin
2022-11-21stop setting OpenSymbol as a "Symbol" fontCaolán McNamara
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski
2022-09-16tdf#117173: qt a11y: Forward changes to SHOWING stateMichael Weghorn
2022-09-14tdf#150882 qt: Report menu bar height when not hiddenMichael Weghorn
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny
2022-09-11vcl: Add a PhysicalFontFace-backed TrueTypeFontKhaled Hosny
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny
2022-09-05vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}Khaled Hosny
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCapabilities()Khaled Hosny
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCharMap()Khaled Hosny
2022-09-04vcl: Create hb_face_t in PhysicalFontFaceKhaled Hosny
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-09-02tdf#150683 qt a11y: Add bound checks for table methodsMichael Weghorn
2022-09-01qt: Add include needed with qtbase dev branchMichael Weghorn
2022-09-01tdf#150683 qt a11y: Avoid using 32-bit child index hereMichael Weghorn
2022-08-26qt a11y: Set the (un)selected child in selection add/remove eventMichael Weghorn
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara
2022-08-25qt a11y: Forward text selection change event as suchMichael Weghorn
2022-08-25qt a11y: Work around Qt ignoring ActiveDescendantChanged eventsMichael Weghorn
2022-08-24qt a11y: Remember associated QObject also for non-QtXAcccessible caseMichael Weghorn
2022-08-24qt a11y: Remember and reuse existing QObject for XAccessibleMichael Weghorn
2022-08-23qt a11y: Drop unnecessary QObject inheritanceMichael Weghorn
2022-08-22qt a11y: Don't set invalid Qt relationsMichael Weghorn
2022-08-19qt a11y: Report underline text attributeMichael Weghorn
2022-08-19qt a11y: Report (background) color text attributeMichael Weghorn
2022-08-19qt a11y: Report font style text attribute (e.g. italic)Michael Weghorn
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-16qt a11y: Drop duplicate nullptr checkMichael Weghorn
2022-08-16qt a11y: Clear QtXAccessible's ref to XAccessible once passed onMichael Weghorn
2022-08-16qt a11y: Clear XAccessible reference when disposingMichael Weghorn
2022-08-16qt a11y: Drop QtAccessibleEventListener's XAccessible referenceMichael Weghorn
2022-08-16qt a11y: Implement QtAccessibleWidget::indexOfChildMichael Weghorn
2022-08-16qt a11y: Replace dynamic_cast with static_castMichael Weghorn
2022-08-11qt a11y: Use correct coord system in QtAccessibleWidget::childAtMichael Weghorn
2022-08-11qt a11y: Implement QtAccessibleWidget::text{After,Before}OffsetMichael Weghorn
2022-08-11qt a11y: Check range for offset passed to text methodsMichael Weghorn
2022-08-09qt a11y: Return actual range of text with same attributesMichael Weghorn