summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unneeded function QGuiApplicationPrivate::emitLastWindowClosedTor Arne Vestbø2021-10-131-8/+2
* gui: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-3/+3
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-171-3/+27
* Fix QGuiApplication command line options documentation for X11Tor Arne Vestbø2021-09-171-3/+3
* Use wayland platform plugin on GNOME wayland sessions by defaultJan Grulich2021-09-091-15/+1
* QGuiApplication: move two static variables from DATA to BSSMarc Mutz2021-08-101-2/+2
* Add native interface for X11 application, exposing display and connectionTor Arne Vestbø2021-08-061-0/+17
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-061-1/+6
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-261-2/+2
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-3/+2
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-141-1/+1
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-121-8/+4
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-1/+9
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-071-1/+4
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-201-2/+2
* Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-05-171-1/+1
* Rejig native interface plumbingTor Arne Vestbø2021-05-121-0/+15
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-051-4/+0
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-281-15/+0
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-271-1/+2
* wayland: Remove bogus warning about ignoring WAYLAND_DISPLAYEskil Abrahamsen Blomfeldt2021-03-091-7/+18
* QAbstractFileIconProvider: Use platform theme iconsFriedemann Kleint2021-02-211-0/+3
* QGuiApplication: use global position to create local position for synthetic m...Richard Moe Gustavsen2021-02-031-1/+4
* 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