summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)AuthorFilesLines
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny1-8/+0
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski1-0/+6
2022-09-16tdf#117173: qt a11y: Forward changes to SHOWING stateMichael Weghorn1-1/+14
2022-09-14tdf#150882 qt: Report menu bar height when not hiddenMichael Weghorn1-1/+1
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny1-32/+0
2022-09-11vcl: Add a PhysicalFontFace-backed TrueTypeFontKhaled Hosny1-110/+17
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny1-4/+3
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny1-9/+0
2022-09-05vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}Khaled Hosny1-1/+1
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCapabilities()Khaled Hosny1-27/+0
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCharMap()Khaled Hosny1-24/+0
2022-09-04vcl: Create hb_face_t in PhysicalFontFaceKhaled Hosny2-21/+16
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-7/+41
2022-09-02tdf#150683 qt a11y: Add bound checks for table methodsMichael Weghorn1-0/+36
2022-09-01qt: Add include needed with qtbase dev branchMichael Weghorn1-0/+1
2022-09-01tdf#150683 qt a11y: Avoid using 32-bit child index hereMichael Weghorn1-8/+4
2022-08-26qt a11y: Set the (un)selected child in selection add/remove eventMichael Weghorn1-5/+31
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara1-1/+2
2022-08-25qt a11y: Forward text selection change event as suchMichael Weghorn1-1/+14
2022-08-25qt a11y: Work around Qt ignoring ActiveDescendantChanged eventsMichael Weghorn1-2/+17
2022-08-24qt a11y: Remember associated QObject also for non-QtXAcccessible caseMichael Weghorn2-1/+15
2022-08-24qt a11y: Remember and reuse existing QObject for XAccessibleMichael Weghorn2-13/+59
2022-08-23qt a11y: Drop unnecessary QObject inheritanceMichael Weghorn1-1/+0
2022-08-22qt a11y: Don't set invalid Qt relationsMichael Weghorn1-0/+4
2022-08-19qt a11y: Report underline text attributeMichael Weghorn1-0/+99
2022-08-19qt a11y: Report (background) color text attributeMichael Weghorn1-1/+20
2022-08-19qt a11y: Report font style text attribute (e.g. italic)Michael Weghorn1-0/+29
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-16qt a11y: Drop duplicate nullptr checkMichael Weghorn1-1/+1
2022-08-16qt a11y: Clear QtXAccessible's ref to XAccessible once passed onMichael Weghorn1-1/+6
2022-08-16qt a11y: Clear XAccessible reference when disposingMichael Weghorn2-1/+7
2022-08-16qt a11y: Drop QtAccessibleEventListener's XAccessible referenceMichael Weghorn2-6/+3
2022-08-16qt a11y: Implement QtAccessibleWidget::indexOfChildMichael Weghorn1-1/+17
2022-08-16qt a11y: Replace dynamic_cast with static_castMichael Weghorn1-1/+1
2022-08-11qt a11y: Use correct coord system in QtAccessibleWidget::childAtMichael Weghorn1-1/+4
2022-08-11qt a11y: Implement QtAccessibleWidget::text{After,Before}OffsetMichael Weghorn1-10/+76
2022-08-11qt a11y: Check range for offset passed to text methodsMichael Weghorn1-11/+85
2022-08-09qt a11y: Return actual range of text with same attributesMichael Weghorn1-2/+5
2022-08-09tdf#149818 qt: Handle double mouse click againMichael Weghorn1-1/+1
2022-08-04qt a11y: Implement QtAccessibleWidget::offsetAtPointMichael Weghorn1-3/+10
2022-08-04qt a11y: implement QtAccessibleWidget::{row,column}HeaderCellsMichael Weghorn1-4/+36
2022-08-04qt a11y: Implement QtAccessibleWidget::selectedCell{s,Count}Michael Weghorn1-4/+28
2022-08-04qt a11y: Map BUTTON_{DROPDOWN,MENU} to Qt equivalentsMichael Weghorn1-2/+2
2022-08-04qt a11y: Map AccessibleRole::FILE_CHOOSERMichael Weghorn1-0/+2
2022-08-04qt a11y: Drop extra empty lines in switch/caseMichael Weghorn1-82/+0
2022-08-04qt a11y: Drop obsolete and misleading commentMichael Weghorn1-5/+0
2022-08-04qt a11y: Implement QtAccessibleWidget::windowMichael Weghorn1-1/+17
2022-08-04qt a11y: Consider QObject hierarchy to find parentMichael Weghorn1-1/+12
2022-08-03qt a11y: Implement QtAccessibleWidget::characterRectMichael Weghorn1-3/+17
2022-07-19Replace old png writer in QtTools.cxxofftkp1-3/+4