summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add QNativeInterface::Private::QWaylandScreenDavid Redondo2022-10-273-0/+27
* a11y atspi: Clean up logging a bitMichael Weghorn2022-10-261-26/+26
* rhi: gl: Make sure stencil write is enabled when clearingLaszlo Agocs2022-10-261-1/+3
* QWindowsFontDatabaseBase: Override both fontEngine functionsMårten Nordheim2022-10-262-0/+8
* FontEngine[DirectWrite]: Mark interface functions noexceptMårten Nordheim2022-10-251-10/+10
* a11y: support GetAccessibleId for at-spiHarald Sitter2022-10-251-0/+26
* Fix build with -no-feature-highdpiscalingTor Arne Vestbø2022-10-251-13/+15
* Add QNativeInterface::QWaylandApplicationDavid Redondo2022-10-253-0/+72
* Initialize flag memory in raster paint engine to avoid valgrind warningEirik Aavitsland2022-10-241-0/+1
* Doc: Add possible fill rule requirement for QPainterPath text drawingEirik Aavitsland2022-10-231-1/+4
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-232-1/+4
* offer an opt out of automatic xdg-desktop-portal useHarald Sitter2022-10-221-0/+3
* Fix texture-based native child widget stretchingLaszlo Agocs2022-10-211-2/+1
* macOS: Fix less common writing systems on Catalina and laterEskil Abrahamsen Blomfeldt2022-10-212-8/+138
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-2127-51/+51
* Gather file infos synchronously on no-thread buildsMikolaj Boc2022-10-211-0/+4
* Layouts docs: pass parent widget in the ctorAhmad Samir2022-10-213-6/+3
* macOS: Fix synthetic bold on scaled paintersEskil Abrahamsen Blomfeldt2022-10-201-2/+17
* rhi: gl: Apply a workaround for macOSLaszlo Agocs2022-10-202-6/+23
* rhi: vk: Switch to cheaper VMA statistics APILaszlo Agocs2022-10-202-10/+12
* Update Vulkan memory allocatorLaszlo Agocs2022-10-201-98/+22
* QRhi: Allow negative viewport originAntti Määttä2022-10-204-22/+33
* Fix generating PDFs with DirectWrite engineEskil Abrahamsen Blomfeldt2022-10-192-0/+77
* Fix duplicated words in documentationMårten Nordheim2022-10-191-2/+2
* QCoreTextFontEngine: Mark CGAffineTransformConcat as unusedTor Arne Vestbø2022-10-191-1/+2
* RHI: Align setViewport behavior on Metal/Vulkan with OpenGL/D3DBen Fletcher2022-10-182-2/+5
* Add flicking behavior hints to platform integration and themeShawn Rutledge2022-10-184-2/+26
* Freetype: Fix transforming bitmap fontsEskil Abrahamsen Blomfeldt2022-10-181-6/+13
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-1511-112/+56
* Allow programmatic closing of windows that are modally blockedVolker Hilsheimer2022-10-121-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1130-105/+105
* doc: Add docs for QPointingDevice::GrabTransition and grabChanged signalShawn Rutledge2022-10-111-0/+42
* Fix clazy warnings in QPointingDevice::grabChanged signalShawn Rutledge2022-10-111-1/+6
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-112-0/+10
* QGuiApp: Set QStyleHints's appearance based on platform themeDoris Verria2022-10-101-0/+2
* QtRhi: make two plain arrays inline and constexprYuhang Zhao2022-10-102-2/+2
* Send string to Atspi DBus interface on name/description changedFushan Wen2022-10-101-4/+22
* QPdfEngine: port from raw zlib to qCompress()Marc Mutz2022-10-081-7/+6
* rhi: Add the wgsl enum value for shadersLaszlo Agocs2022-10-062-1/+3
* fix fontconfig detectionEric Lemanissier2022-10-061-1/+1
* QTextLayout: fix maximumWidth() for a text containing spacesVladimir Belyavsky2022-10-061-5/+1
* rhi: Add a way to query the parent QRhi from a resourceLaszlo Agocs2022-10-052-0/+11
* Add Q_ENUM in QPlatformTheme enumsAxel Spoerl2022-10-051-0/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-0479-574/+574
* Make sure that palette cache keys are uniqueVolker Hilsheimer2022-10-031-5/+16
* Properly deprecate QStyleHints::keyboardAutoRepeatRate()Tor Arne Vestbø2022-10-012-1/+3
* Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-09-301-9/+15
* OpenGL: Remove pre-Win10 leftoversYuhang Zhao2022-09-301-9/+0
* Send string to Atspi DBus interface on value changed for comboboxesFushan Wen2022-09-291-1/+3
* Make SetFocusOnTouchRelease style hint themeableAlexander Volkov2022-09-294-3/+12