summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add a platform capability indicating support for QRhi-based renderingLaszlo Agocs2021-01-042-2/+12
* State in docs that the BufferQueueingOpenGL cap is deprecatedLaszlo Agocs2021-01-041-2/+2
* Add a dedicated QWindow surface type for D3DLaszlo Agocs2021-01-042-2/+5
* Update QPalette() documentation to not mention the application paletteTor Arne Vestbø2021-01-041-1/+4
* Clarify QWindowPrivate::maybeQuitOnLastWindowClosedTor Arne Vestbø2020-12-171-3/+3
* xcb: report wheel events from the correct device instanceShawn Rutledge2020-12-152-0/+21
* Remove the deprecated m_logicalDpi declarationWeng Xuetian2020-12-081-1/+0
* doc: Remove dpiawareness command line argumentTor Arne Vestbø2020-12-041-2/+0
* QInputDevice: Parent default keyboard to core app singletonFabian Kosmale2020-12-041-1/+1
* Make qDebug output for QTabletEvent similar to that for QMouseEventShawn Rutledge2020-12-041-10/+7
* Remove QGuiApplicationPrivate::m_fakeTouchDeviceShawn Rutledge2020-12-031-1/+0
* QString: plaster more and more [[nodiscard]]Giuseppe D'Angelo2020-12-031-2/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-011-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-304-5/+5
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-271-6/+3
* Windows QPA: Pass device for synthesized touch/tablet eventsFriedemann Kleint2020-11-272-0/+33
* Output source in debug operator of QMouseEventFriedemann Kleint2020-11-251-0/+4
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-231-34/+34
* QGuiAppPriv: don't clear target and window for TouchCancelShawn Rutledge2020-11-211-2/+0
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-11-193-5/+4
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-192-12/+41
* Consolidate static_asserts for event sizesVolker Hilsheimer2020-11-172-4/+4
* Allow QMutableSinglePointEvent to be copy- and default-constructedVolker Hilsheimer2020-11-171-1/+2
* Allow cloning of event objectsVolker Hilsheimer2020-11-171-1/+72
* Adjust code format, add space after 'if'Zhang Sheng2020-11-166-21/+21
* Make QEventPoint an idiomatic value typeVolker Hilsheimer2020-11-163-72/+71
* Inline trivial getters for QEvent subclassesVolker Hilsheimer2020-11-132-51/+27
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-122-83/+89
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+3
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+9
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-123-348/+1
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-25/+25
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-102-6/+6
* Silence "same window" warning when QPA doesn't give touch dest windowShawn Rutledge2020-11-101-6/+4
* Reset the velocity Kalman filter when the mouse enters a windowShawn Rutledge2020-11-101-0/+12
* Move the remaining QSinglePointEvent ctor to protected; add source argShawn Rutledge2020-11-102-13/+13
* Remove code for non-enhanced mouse eventsShawn Rutledge2020-11-102-74/+25
* Improve QPointerEvent qDebug operatorsShawn Rutledge2020-11-092-35/+50
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-072-3/+21
* Move QEventPoint and QPointingDeviceUniqueId out of qeventVolker Hilsheimer2020-11-0711-894/+1138
* Fix mouse velocity calculationShawn Rutledge2020-11-061-1/+8
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-043-27/+236
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-032-8/+14
* Clean up qcontainerfwd.hLars Knoll2020-11-031-3/+0
* Address API review comments for QInput/QPointingDeviceVolker Hilsheimer2020-11-036-37/+27
* Fix typoVolker Hilsheimer2020-11-021-1/+1
* Get rid of QInputDevicePrivate::extraShawn Rutledge2020-10-301-1/+0
* Fix QScreen orientation not being updated when setting a platform screenFriedemann Kleint2020-10-301-1/+1
* Change terminology to "look and feel"Jerome Pasion2020-10-291-1/+1