summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Get rid of copypasted code between isWindowBlocked's overridesMikolaj Boc2022-09-202-30/+34
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-09-203-1/+12
* a11y: Fix QAccessibleTableInterface::selectedRows docMichael Weghorn2022-09-191-1/+1
* a11y: Fix typo in QAccessible::ObjectHide docMichael Weghorn2022-09-161-1/+1
* Share logic for QScreen property update emitting in helper classTor Arne Vestbø2022-09-164-59/+92
* QWSI: Remove dead code for macOS-specific shortcut-override handlingTor Arne Vestbø2022-09-152-20/+16
* Do not set Qt::ToolTip flag for QShapedPixmapWindowMagnus Groß2022-09-151-1/+1
* Simplify obtaining of parent in isWindowBlockedMikolaj Boc2022-09-121-8/+2
* rhi: metal: Implement pipeline cache save/loadLaszlo Agocs2022-09-123-5/+265
* Avoid crash in QTextMarkdownWriter::writeBlock()Shawn Rutledge2022-09-101-2/+2
* a11y atspi: Forward table model change to AT-SPIMichael Weghorn2022-09-101-1/+64
* a11y atspi: Move comment to better placeMichael Weghorn2022-09-101-3/+3
* Add more logging to QHighDpiScalingTor Arne Vestbø2022-09-092-0/+32
* doc: Clarify the term advance widthEskil Abrahamsen Blomfeldt2022-09-082-5/+13
* Don't emit logicalDotsPerInchChanged when updating screen geometryTor Arne Vestbø2022-09-081-1/+0
* Rename QScreenPrivate::updateHighDpi()Morten Johan Sørvig2022-09-084-6/+6
* Move QPlatformScreen::deviceIndependentGeometry() logic to QScreenTor Arne Vestbø2022-09-083-12/+4
* De-inline QScreenPrivate::updateHighDpi()Tor Arne Vestbø2022-09-072-5/+6
* Revert "Fix build with -trace lttng"Rafael Roquetto2022-09-071-1/+1
* Respect CMake source tree when installing header filesAlexey Edelev2022-09-071-0/+2
* Doc: Add missing since 6.2 to QImage and QPixmapYuhang Zhao2022-09-072-4/+8
* Use QVarLengthFlatMap for QPointingDevicePrivate::activePointsShawn Rutledge2022-09-062-1/+2
* xcb: use libxcb-cursor to replace Xlib/libXcursorLiang Qi2022-09-061-0/+5
* Add QWindowsApplication::setHasBorderInFullScreenDefault() native interfaceTor Arne Vestbø2022-09-051-0/+2
* a11y atspi: Add null check in GetRowHeader handlingMichael Weghorn2022-09-051-3/+3
* QTextDocumentLayout: Account for topMargin when hit-testingTang Haixiang2022-09-051-1/+1
* Doc: 3rd party: Fix reference to FreeType LICENSE.txtTopi Reinio2022-09-021-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-0113-16/+16
* rhi: metal: Add support for tessellationLaszlo Agocs2022-09-0110-240/+1906
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-011-0/+1
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-012-0/+3
* Restore signature of qt_handleTouchEvent()Kai Köhne2022-08-313-3/+13
* a11y: Don't reassign unique ID to other object right awayMichael Weghorn2022-08-301-6/+6
* QDBusTrayIcon: add xdg-activation supportIlya Fedin2022-08-312-0/+10
* Make QKdeTheme aware of runtime theme changesAxel Spoerl2022-08-301-5/+148
* wasm: add support for building Qt as shared librariesMorten Sørvig2022-08-301-1/+1
* Add nullptr check for theme when initializing paletteDoris Verria2022-08-301-2/+4
* a11y: Prevent one case of losing a11y interface when setting event childMichael Weghorn2022-08-271-1/+2
* a11y atspi: Send SelectionChanged AT-SPI event on selection changeMichael Weghorn2022-08-271-0/+13
* a11y atspi: Forward SelectionWithin change to AT-SPIMichael Weghorn2022-08-271-1/+11
* a11y atspi: Drop FIXME that doesn't need actionMichael Weghorn2022-08-271-1/+1
* a11y atspi: Drop methods that are only declaredMichael Weghorn2022-08-271-2/+0
* a11y atspi: Support text interface's GetStringAtOffsetMichael Weghorn2022-08-272-5/+56
* a11y atspi: Handle AT-SPI Text's ScrollSubstringToMichael Weghorn2022-08-271-0/+13
* add color picking support on wayland using the XDG desktop portalHarald Sitter2022-08-264-1/+191
* RHI: Make sure to compare bindings when comparing QShadersAndy Nichols2022-08-251-2/+2
* wasm: use matchView() instead of match()Morten Sørvig2022-08-251-5/+5
* qt_fusionPalette: make links more legible on dark backgroundsMitch Curtis2022-08-251-2/+7
* CMake: don't use full paths for X11 SM and ICE libsSamuli Piippo2022-08-241-1/+1
* Account for dark system themes in qt_fusionPaletteMitch Curtis2022-08-242-42/+43