summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)Author
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
2022-08-09tdf#149818 qt: Handle double mouse click againMichael Weghorn
2022-08-04qt a11y: Implement QtAccessibleWidget::offsetAtPointMichael Weghorn
2022-08-04qt a11y: implement QtAccessibleWidget::{row,column}HeaderCellsMichael Weghorn
2022-08-04qt a11y: Implement QtAccessibleWidget::selectedCell{s,Count}Michael Weghorn
2022-08-04qt a11y: Map BUTTON_{DROPDOWN,MENU} to Qt equivalentsMichael Weghorn
2022-08-04qt a11y: Map AccessibleRole::FILE_CHOOSERMichael Weghorn
2022-08-04qt a11y: Drop extra empty lines in switch/caseMichael Weghorn
2022-08-04qt a11y: Drop obsolete and misleading commentMichael Weghorn
2022-08-04qt a11y: Implement QtAccessibleWidget::windowMichael Weghorn
2022-08-04qt a11y: Consider QObject hierarchy to find parentMichael Weghorn
2022-08-03qt a11y: Implement QtAccessibleWidget::characterRectMichael Weghorn
2022-07-19Replace old png writer in QtTools.cxxofftkp
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-07-05qt a11y: Implement QtAccessibleWidget::tableMichael Weghorn
2022-07-02qt a11y: Only return actually supported a11y interfacesMichael Weghorn
2022-07-02tdf#149816 qt a11y: Report position in screen coordinatesMichael Weghorn
2022-07-02tdf#149804 Set newly introduced list box colors from system colorsMichael Weghorn
2022-07-01tdf#149680 qt: Open native popup menu at given positionMichael Weghorn
2022-06-21VCL expect correct frame size for native menubarsJan-Marek Glogowski
2022-06-19qt: Fix qt6 build after fbc61e06584ff8e6d9240f8b67be8dc28ecab5b9Michael Weghorn
2022-06-18qt a11y: Handle special value of -1 for text offsetMichael Weghorn
2022-06-18Qt move most X11 specifics into QtX11SupportJan-Marek Glogowski