summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce QGlyphRun::stringIndexes()Eskil Abrahamsen Blomfeldt2022-09-295-15/+250
* Add QStyleHints::keyboardAutoRepeatRateF()Tor Arne Vestbø2022-09-292-0/+18
* Fix build with disabled accessibilityAlexey Edelev2022-09-291-2/+4
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-292-2/+5
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-287-8/+8
* qHash: Add seed argument for classes inheriting QStringMårten Nordheim2022-09-281-1/+4
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-1/+0
* Update url to IAccessible2 SpecificationJan Arve Sæther2022-09-261-1/+1
* vulkan: Add flag to opt out from enumerating Portability phys.devicesLaszlo Agocs2022-09-263-6/+12
* vulkan: Re-enable VK_KHR_portability driversLaszlo Agocs2022-09-263-13/+38
* Fix build without opengl featureAlexey Edelev2022-09-244-9/+19
* Propagate appearance property from QPlatformTheme to QStyleHintsAxel Spoerl2022-09-246-20/+107
* Rename QHoverEvent ctor pos argument to scenePosShawn Rutledge2022-09-232-5/+5