summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QPixelFormat: Fix warning about mixing different enumsMarcel Krems2020-08-231-14/+14
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-232-24/+2
* 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
* 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
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-171-1/+1
* Make QCursor constructor explicit to prevent comparison of QPixmapVolker Hilsheimer2020-08-171-4/+2
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-153-3/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-143-73/+72
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-21/+0
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-43/+0
* Add qt.pointer.grab logging in QEventPointShawn Rutledge2020-08-061-0/+27
* 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
* Fix compiler issues when qreal is floatMichal Klocek2020-08-051-1/+1
* Remove InfoFlag from docsMichal Klocek2020-08-041-4/+7
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-042-4/+13
* Fix doc signature in QOpenGLContextLaszlo Agocs2020-08-031-1/+1
* Fix build with MSVC2019Mitch Curtis2020-07-311-0/+13
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-313-4/+4
* Export the QMutable* event classesShawn Rutledge2020-07-281-3/+3
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-281-0/+10
* Windows QPA: Move mime-type related classes to the new interfaceFriedemann Kleint2020-07-281-0/+8
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-0/+13
* Fix under non-integer scaling incorrect update areaTang HaiXiang2020-07-251-1/+1
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-241-0/+5
* Add QPlatformInterface::Private::QWindowsWindowFriedemann Kleint2020-07-221-1/+11
* Windows QPA: Move the touch types API from platformheaders into QtGuiFriedemann Kleint2020-07-221-0/+15
* Remove an outdated and nonsensical comment in the docsGiuseppe D'Angelo2020-07-221-4/+0
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-07-211-0/+7
* Start the native interface QWindowsApplicationFriedemann Kleint2020-07-211-0/+26
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-1/+2
* Fix some qdoc warningsFriedemann Kleint2020-07-211-1/+1
* Add fixme note to QWindowPrivate::setVisible about visibility during createTor Arne Vestbø2020-07-201-1/+7
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-201-0/+19
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-201-0/+32
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-205-40/+101
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-201-0/+16
* QtGui: Rename all QEvent members according to the m_ conventionFriedemann Kleint2020-07-162-162/+163
* Un-deprecate QMouseEvent::flags() and QGraphicsSceneMouseEvent::flags()Shawn Rutledge2020-07-152-2/+0
* Set QEventPoint::state properly in QSinglePointEventShawn Rutledge2020-07-151-0/+6
* QMouseEvent: Set QEventPoint globalPressPosition and globalLastPositionShawn Rutledge2020-07-151-1/+5
* Replace emit with Q_EMIT in headerFabian Kosmale2020-07-141-1/+1