summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "QTextLayout: fix maximumWidth() for a text containing line separator"Eskil Abrahamsen Blomfeldt2022-09-233-12/+1
* Return the actual modal window in QGuiApplicationPrivate::isWindowBlockedMikolaj Boc2022-09-231-1/+1
* rhi: Optimize the default null QShaderLaszlo Agocs2022-09-221-33/+76
* QtGui: Replace QStringLiteral("...").arg with "..."_L1.argMate Barany2022-09-221-1/+1
* rhi: QShader: Only hash the first shaderLaszlo Agocs2022-09-221-3/+4
* QtGui: replace indexed for loop with range for loopMate Barany2022-09-211-3/+4
* Implement appearance detection generic unix themesAxel Spoerl2022-09-212-11/+135
* QtGui: Use static const QString array to initialize QStringListMate Barany2022-09-211-8/+8
* QtGui: Use isEmpty() to check for empty stringMate Barany2022-09-211-1/+1
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-216-30/+30
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-202-10/+4
* Make commit() call in QTouchEventWidgetSequence explicitAxel Spoerl2022-09-201-1/+1
* Get rid of copypasted code between isWindowBlocked's overridesMikolaj Boc2022-09-202-30/+34