summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5
AgeCommit message (Expand)Author
2024-05-08qt: Guard clipboard mime data with SolarMutexMichael Weghorn
2024-05-08qt: Avoid race on QtTransferable memberMichael Weghorn
2024-05-08tdf#156562 qt: Sync with system clipboard content if necessaryMichael Weghorn
2024-05-08tdf#156562 qt: Don't cache supported mime types/data flavorsMichael Weghorn
2023-10-18qt: Drop now obsolete workaround for Qt < 5.12Michael Weghorn
2023-09-13loplugin:unusedmethodsNoel Grandin
2023-09-02tdf#149611 qt: Make auto-selection of dark app colors workMichael Weghorn
2023-09-02tdf#156894 qt: Prefer dark icon theme in dark modeMichael Weghorn
2023-08-14qt: Implement pinch/zoom gesture handlingMichael Weghorn
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-08-01Fix typoAndrea Gelmini
2023-08-01tdf#156376 qt: Open help for focused native menu entry on F1Michael Weghorn
2023-07-31qt: Drop unused QtMenu::adjustButtonSizes declarationMichael Weghorn
2023-07-31all drawPolyPolygon variants return true nowCaolán McNamara
2023-07-25tdf#155414 kf a11y: Honor KDE Plasma setting to reduce animationMichael Weghorn
2023-07-24tdf#154447 qt: Take menu bar into account for popup posMichael Weghorn
2023-07-23vcl: Use HarfBuzz to get glyph bounding rectangleKhaled Hosny
2023-07-09qt: Check for SAL_VCL_QT_USE_QFONT in a central placeKhaled Hosny
2023-07-03Rename ImplFontMetricData -> FontMetricDataKhaled Hosny
2023-05-19loplugin:unnecessaryvirtualNoel Grandin
2023-05-09Resolves: tdf#142176 under GNOME inhibit logout if there are modified docsCaolán McNamara
2023-05-09Related: tdf#142176 rearrange screensaver inhibiter to be more genericCaolán McNamara
2023-04-22qt a11y: Implement QAccessibleSelectionInterface added in Qt 6.5Michael Weghorn
2023-03-29tdf#149805 tdf#151677 tdf#152217 tdf#154043 tdf#153458 tdf#153800 Revert "VCL...Michael Weghorn
2023-02-10tdf#150451 Fix borders in Editbox controls (kf5)Rafael Lima
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-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled 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-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-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-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2022-07-02qt a11y: Only return actually supported a11y interfacesMichael 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 move most X11 specifics into QtX11SupportJan-Marek Glogowski
2022-06-17qt a11y: Forward STATE_CHANGED event as suchMichael Weghorn
2022-06-17Qt use QEvent::type to handle the event correctlyJan-Marek Glogowski
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski