summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-242-6/+6
* Add a metatype helper class for Qt CoreLars Knoll2020-08-241-2/+0
* Use QMetaTypeModuleHelper as the interface to do type conversionsLars Knoll2020-08-241-136/+62
* Get rid of the additional bool * parameter to the internal convert methodLars Knoll2020-08-241-5/+2
* Remove some dead codeLars Knoll2020-08-241-15/+0
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-241-15/+1
* Remove the deprecated -qpa-platform-guard argumentJoerg Bornemann2020-08-234-17/+0
* Ignore clang-format for GUI snippetsPaul Wicking2020-08-231-0/+2
* QPixelFormat: Fix warning about mixing different enumsMarcel Krems2020-08-231-14/+14
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-232-24/+2
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-221-4/+17
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-202-0/+57
* Fix a number of qdoc warningsFriedemann Kleint2020-08-204-46/+3
* rhi: d3d11: Enable setting xxxColor as an alpha src/dst blend factorLaszlo Agocs2020-08-191-11/+17
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-192-0/+4
* High-DPI: Use correct DPI for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2020-08-191-1/+3
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-181-2/+2
* rhi: sanityCheckGraphicsPipeline handle no vertex attributesPaul Lemire2020-08-181-7/+1
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-171-1/+1
* Make QCursor constructor explicit to prevent comparison of QPixmapVolker Hilsheimer2020-08-173-4/+6
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-1/+1
* Add missing 'We mean it' header to qwindowsmime_p.hKai Koehne2020-08-171-0/+11
* Remove 'less than' comparison methodJonas Karlsson2020-08-171-7/+0
* rhi: QRhiGles2 use proper texture target for multisampled texturesPaul Lemire2020-08-172-3/+18
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+36
* Disentangle QIODevice dependenciesLars Knoll2020-08-153-0/+3
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-1521-23/+23
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-1423-518/+517
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-138-91/+91
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-21/+0
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-43/+0
* QtFontStyle: Add missing const to non-mutable operatorsKonstantin Ritt2020-08-121-3/+3
* Allow smooth curve stroking for very wide linesEirik Aavitsland2020-08-121-1/+5
* Doc: Remove outdated documentationPaul Wicking2020-08-121-5/+0
* Remove old CBOR-based format from QShaderLaszlo Agocs2020-08-114-218/+19
* CMake: pro2cmake: Specify library versions for 3rd party libs part 2Alexandru Croitor2020-08-102-18/+18
* CMake: pro2cmake: Specify library versions for 3rd party librariesAlexandru Croitor2020-08-102-4/+4
* Avoid UB in 64bit compositionsAllan Sandfeld Jensen2020-08-081-17/+17
* QBezier: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-071-0/+4
* QPolygon: streamline constructors and special member functionsGiuseppe D'Angelo2020-08-071-24/+10
* rhi: QRhiGles2 fix leak BlitFromRenderbufferPaul Lemire2020-08-071-0/+1
* Update qgrayraster.cAllan Sandfeld Jensen2020-08-061-79/+77
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-1/+1
* Avoid potential ub in corrupt bmp fileEirik Aavitsland2020-08-061-0/+2
* Add qt.pointer.grab logging in QEventPointShawn Rutledge2020-08-061-0/+27
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-062-41/+65
* Add QPointerEvent::is[Press|Update|Release]Event accessorsShawn Rutledge2020-08-062-0/+62
* Add QEventPoint::pressTimestamp() and priv setPressTimestamp()Shawn Rutledge2020-08-062-1/+4
* MSVC: remove the extern templateThiago Macieira2020-08-051-31/+33