summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* AA_SynthesizeTouchForUnhandledMouseEvents: keep correct coordinatesShawn Rutledge2021-01-141-1/+1
* doc: Remove dpiawareness command line argumentTor Arne Vestbø2020-12-041-2/+0
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-011-1/+1
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-271-6/+3
* QGuiAppPriv: don't clear target and window for TouchCancelShawn Rutledge2020-11-211-2/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* 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
* Remove code for non-enhanced mouse eventsShawn Rutledge2020-11-101-67/+25
* Fix mouse velocity calculationShawn Rutledge2020-11-061-1/+8
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* 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
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-09-301-6/+5
* Use WAYLAND_DISPLAY and DISPLAY instead of XDG_SESSION_TYPEJohan Klokkhammer Helsing2020-09-271-18/+35
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-251-6/+0
* Mouse->touch synthesis: send touch event with mouse deviceShawn Rutledge2020-09-161-6/+1
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-161-148/+101
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-141-0/+8
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-1/+0
* Remove "fallback session management"Andreas Hartmetz2020-09-011-87/+1
* 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
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-0/+46
* Add note about use of receivedExpose member in QGuiApplicationTor Arne Vestbø2020-08-261-0/+6
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-3/+3
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-201-0/+56
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-191-0/+2
* Fix compiler issues when qreal is floatMichal Klocek2020-08-051-1/+1
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-07-211-0/+7
* QMouseEvent: Set QEventPoint globalPressPosition and globalLastPositionShawn Rutledge2020-07-151-1/+5
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-12/+4
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-140/+67
* Make QGuiApp::platform(Function|NativeInterface) internalTor Arne Vestbø2020-07-071-0/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-4/+4
* Remove documentation reference to standalone KMS pluginTor Arne Vestbø2020-07-061-3/+0
* Remove OpenWFD platform pluginTor Arne Vestbø2020-07-061-1/+0
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-17/+21
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-9/+9
* Add deprecation warnings to QGuiApplication::fontChanged/paletteChangedVolker Hilsheimer2020-06-081-0/+6
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-18/+18
* Remove winrtOliver Wolff2020-06-061-2/+2
* Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-151-3/+6
* Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-121-11/+3
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-071-22/+0
* Emit QScreen::(availableG|g)eometryChanged() on logical DPI changeFriedemann Kleint2020-05-051-8/+2
* Deprecate QGuiApplication::fontChanged() signalAndy Shaw2020-04-241-1/+10
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+4
|\