summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix documentation issues for event and input device classesTopi Reinio2020-09-103-181/+287
* Move grabbing API from QEventPoint to QPointerEventShawn Rutledge2020-09-102-64/+115
* Cleanup QAction::visible propertyAllan Sandfeld Jensen2020-09-104-17/+27
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-103-94/+222
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-082-1/+121
* Remove deprecated API from QSurfaceFormatMarcel Krems2020-09-082-43/+0
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-1/+0
* Tighten up QDialogButtonBox::ButtonLayout enumVolker Hilsheimer2020-09-032-11/+0
* Fix build without features.highdpiscalingTasuku Suzuki2020-09-041-2/+2
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-039-33/+59
* High-DPI: Remove legacy environment variablesTor Arne Vestbø2020-09-021-35/+2
* Document native interfacesFriedemann Kleint2020-09-025-9/+17
* Remove "fallback session management"Andreas Hartmetz2020-09-014-96/+1
* Doc: Compile droparea snippetPaul Wicking2020-09-011-1/+1
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-9/+1
* Remove unused exported functions from QWSITor Arne Vestbø2020-08-311-17/+0
* Remove QWSIPrivate::EventType::FrameStrutMouseTor Arne Vestbø2020-08-311-1/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-1/+1
* High-DPI: Don’t round scale factors in Qt 6Morten Johan Sørvig2020-08-281-6/+1
* High-DPI: Enable scaling by default in Qt 6Morten Johan Sørvig2020-08-281-7/+3
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-286-35/+26
* Add QOffScreenSurface platform API abstractionAssam Boudjelthia2020-08-276-72/+206
* Move the QPalette::resolveMask into the privateVolker Hilsheimer2020-08-262-18/+32
* Merge QOffscreenSurface constructor overloadsVolker Hilsheimer2020-08-262-16/+1
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-2614-41/+140
* Add note about use of receivedExpose member in QGuiApplicationTor Arne Vestbø2020-08-261-0/+6
* Rename QTabletEvent::m_zTilt to m_zShawn Rutledge2020-08-262-3/+3
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-253-11/+13
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-252-1/+10
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-243-1/+348
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-243-17/+16
* 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