summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QSurfaceFormat: Make comparison operators hidden friendsVolker Hilsheimer2020-10-282-29/+29
* Make comparison operators hidden friendsVolker Hilsheimer2020-10-283-15/+24
* Fix documentation warningsVolker Hilsheimer2020-10-243-23/+3
* Rename “pixelDensity” variablesMorten Johan Sørvig2020-10-232-16/+16
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-222-0/+11
* Add forwarding headers for classes moved from QtWidgets to QtGuiVolker Hilsheimer2020-10-201-3/+3
* Add QSinglePointEvent::exclusivePointGrabber convenience propertyShawn Rutledge2020-10-202-0/+23
* Update QHighDpiScaling internal documentationMorten Johan Sørvig2020-10-202-57/+105
* high-dpi: Re-implement mapToGlobal and mapFromGlobalMorten Johan Sørvig2020-10-203-48/+22
* high-dpi: Set screen on QWindow::setGeometry()Morten Johan Sørvig2020-10-201-1/+11
* QHighDpi: window geometry scaling functionsMorten Johan Sørvig2020-10-204-16/+26
* QHighDpi: global geometry scaling functionsMorten Johan Sørvig2020-10-202-15/+31
* QHighDpi: Add screenForPosition()Morten Johan Sørvig2020-10-202-19/+84
* QHighDpi: revert window-on-multiple-screens handlingMorten Johan Sørvig2020-10-201-2/+1
* Remove redundant QPointingDevicePrivate::extraShawn Rutledge2020-10-191-1/+0
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-1/+1
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-183-16/+19
* QMutableEventPoint::detach: deref old privateFabian Kosmale2020-10-181-0/+2
* QWindowSystemInterface: Add tablet event overloads without timestampsFriedemann Kleint2020-10-172-0/+34
* Implement move and comparison operators for QEventPointVolker Hilsheimer2020-10-173-4/+76
* Port some more /*implicit*/-like comments to Q_IMPLICITGiuseppe D'Angelo2020-10-161-1/+1
* Unwrap private QPalette data memberVolker Hilsheimer2020-10-142-15/+12
* Add a few missing Q_CLANG_QDOC for native interfacesTor Arne Vestbø2020-10-133-4/+4
* Exclude all modifiers as candidates for shortcutsTor Arne Vestbø2020-10-121-1/+1
* Remove dead codeLars Knoll2020-10-122-13/+0
* Do not trigger actions disabled directly or on group levelAllan Sandfeld Jensen2020-10-081-2/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-0714-65/+62
* Rename Android offscreen surface interfaceTor Arne Vestbø2020-10-071-2/+2
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-062-7/+0
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* Simplify QAction privatesAllan Sandfeld Jensen2020-10-062-76/+44
* Give QPlatformPlaceholderScreen a DPR of 1Morten Johan Sørvig2020-10-061-1/+0
* Remove QPlatformScreen::pixelDensity()Morten Johan Sørvig2020-10-052-20/+0
* Make the logicalDpi() default implementation return 96Morten Johan Sørvig2020-10-051-10/+5
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-033-10/+6
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-021-27/+33
* Treat a double-click event as an update event with stationary pointShawn Rutledge2020-09-301-4/+12