summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Windows: Change default hinting preference for high-dpiEskil Abrahamsen Blomfeldt2022-01-251-8/+12
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-256-0/+27
* qopengl.h: Move C header #include(s) out of the QT_NAMESPACEPatrick Stewart2022-01-221-2/+1
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-214-2/+5
* Remove obsolete virtual method after submodules adjustedVolker Hilsheimer2022-01-211-4/+1
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-202-69/+6
* QWindowPrivate: de-inline dtor and ctorMarc Mutz2022-01-202-0/+9
* QVulkanWindow: make it possible to override the enabled featuresLaszlo Agocs2022-01-203-2/+50
* Enable all supported 1.0 device features in QVulkanWindowLaszlo Agocs2022-01-201-0/+23
* Fix queue passed to vkQueuePresentLaszlo Agocs2022-01-201-1/+1
* QColorTransform: optimize member-swap()Marc Mutz2022-01-191-1/+1
* rhi: d3d: Fix up non-vsynced presentationLaszlo Agocs2022-01-192-24/+48
* QPolygon: de-inline setPoint()Marc Mutz2022-01-192-8/+8
* CMake: add support for GNU/HurdPino Toscano2022-01-191-1/+1
* QRhiGles2: replace two QSet<int> with QDuplicateTrackerMarc Mutz2022-01-182-8/+9
* CMake: re-enable SIMD on AndroidThiago Macieira2022-01-171-34/+34
* Remove unused .qrc filesJoerg Bornemann2022-01-171-7/+0
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-175-0/+8
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-172-2/+2
* QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock casesYuya Nishihara2022-01-161-16/+18
* QMutableEventPoint: turn into memberless structMarc Mutz2022-01-151-33/+4
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-153-15/+17
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-151-0/+9
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-146-1/+6
* Fix crash when text shaping failsEskil Abrahamsen Blomfeldt2022-01-141-0/+6
* QWindow: Remove unnecessary castVolker Hilsheimer2022-01-141-2/+1
* QWindow: fix UB (invalid static_cast)Marc Mutz2022-01-141-1/+6
* QGuiApplication: port the last user of QMutableEventPoint::from()Marc Mutz2022-01-143-44/+40
* QPathEdge: Fix array initializationIvan Tkachenko2022-01-141-5/+1
* Port the last user of QMutableSinglePointEvent::mutableEvent()Marc Mutz2022-01-141-2/+0
* rhi: Add the basic infrastructure for tessellation supportLaszlo Agocs2022-01-139-48/+218
* QWindowSystemInterface: port to QMutableEventPoint static setter APIMarc Mutz2022-01-131-6/+6
* Doc: Replace "C:\Documents and Settings" pathsKai Köhne2022-01-121-1/+1
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-128-1/+70
* Draw extended RGB solid colorsAllan Sandfeld Jensen2022-01-126-25/+67
* QSinglePointEvent: port away from QMutableEventPoint::from()Marc Mutz2022-01-121-16/+16
* Make QCursor::setPos() use the correct screenMorten Johan Sørvig2022-01-121-1/+2
* QPointingDevice: avoid double lookup in Private::pointById()Marc Mutz2022-01-121-4/+3
* QEventPoint: forward-declare QMutableEventPoint before befriending itMarc Mutz2022-01-121-0/+1
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-117-32/+73
* rhi: Add some docs for the hdr info queriesLaszlo Agocs2022-01-111-0/+55
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-112-1/+2
* Replace QString with QStringView and use qsizetype in QPdfEnginePrivateØystein Heskestad2022-01-112-4/+4
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-086-78/+76
* QGuiApplication: remove an unneeded const_castMarc Mutz2022-01-081-1/+1
* rhi: gl: Prevent breaking with ES when querying the sampler mapping tableLaszlo Agocs2022-01-072-17/+17
* Add PreselectFirstFileInDirectory platform theme hintMitch Curtis2022-01-072-1/+8
* Use ranged for loops instead of QString::utf16Øystein Heskestad2022-01-072-14/+7
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-3/+3
* QHighDpiScaling: fix typo in docYuhang Zhao2022-01-071-1/+1