summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-191-1/+2
* Fix gui build without feature.highdpiscalingTasuku Suzuki2020-11-021-0/+2
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-242-24/+2
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-202-0/+57
* Protect global variable g_pointIdMap with mutexesRainer Keller2020-05-262-0/+7
* Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-151-43/+49
* Use QPointer for QWindow pointers in QGuiApplicationMorten Johan Sørvig2020-01-142-6/+6
* QKeySequence: Add missing names for multimedia keysAlexander Volkov2020-01-131-0/+6
* Add QQuickMultiPointTouchArea as a friend of QTouchEventShawn Rutledge2019-09-251-0/+1
* Mark stationary touch points as updated if pressure or velocity changesShawn Rutledge2019-09-253-1/+6
* Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-021-3/+7
* QGuiApplication: drop mutex before emitting fontChanged()Marc Mutz2019-08-231-2/+5
* Add nullptr guard to QHighDScaling::scaleAndOrigin(QPlatformScreen *)Morten Johan Sørvig2019-08-111-0/+2
* eglfs: Fix raster windowsLaszlo Agocs2019-08-074-4/+11
* macOS: Don't require setting all three color buffer sizes in QSurfaceFormatTor Arne Vestbø2019-08-021-12/+0
* QHighDPI: Fix broken scaling of QPoint(F)Friedemann Kleint2019-08-011-3/+17
* Tie QPlatformOpenGLContext to its QOpenGLContext before initializingTor Arne Vestbø2019-07-171-1/+1
* Fix crash with drag cursor handlingJoni Poikelin2019-06-281-5/+9
* Fix crash when setting QGuiApplication palette before app is availableTor Arne Vestbø2019-06-251-1/+4
* QHighDpi::fromNativePixels: use correct screenMorten Johan Sørvig2019-06-192-45/+42
* High DPI: Fix crash in QWindow::mapFromGlobal()Friedemann Kleint2019-06-191-1/+1
* QHighDpi: Replace fromNative()/toNative() with scale()Morten Johan Sørvig2019-05-141-209/+55
* doc: Correct several QEnterEvent accessorsShawn Rutledge2019-06-061-7/+7
* Work around crash where a destroyed window becomes focus_windowMorten Johan Sørvig2019-05-221-0/+6
* QDataStream: Fix inconsistent results of iostream with QPalette objectsRyan Chu2019-05-201-0/+5
* QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-116/+35
* QPA: Prevent QPlatformWindow::initialGeometry() from returning invalid geomet...Friedemann Kleint2019-05-221-3/+9
* QHighDpi: Simplify top-level window handling codeMorten Johan Sørvig2019-05-142-40/+29
* QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+3
* Fix QWindow::mapToGlobal()/mapFromGlobal() for multi-screen windowsMorten Johan Sørvig2019-05-134-4/+56
* Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-012-6/+15
* QOffscreenSurface: Suppress setting of a default geometry on the windowFriedemann Kleint2019-04-111-0/+8
* Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-6/+2
* Add explanatory comment to QWindowPrivate::resizeAutomaticFriedemann Kleint2019-03-221-0/+4
* Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-212-3/+8
* Don't quit when last QWindow is destroyed, wait for it to closeTor Arne Vestbø2019-03-191-4/+10
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-196-54/+90
* macOS: Add IOSurface based backingstore for layer-backed viewsTor Arne Vestbø2019-03-141-0/+2
* QOpenGLContext: fix docs about sharingGiuseppe D'Angelo2019-03-131-1/+1
* Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-262-2/+19
* Remove requirement to lock graphics buffer before getting total sizeTor Arne Vestbø2019-01-291-1/+0
* QtGui: Unify license headersKai Koehne2019-01-297-43/+43
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-233-9/+6
|\
| * Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-041-6/+4
| * Make QWindow::type() reflect ForeignWindow statusMorten Johan Sørvig2018-12-221-2/+1
| * Fix layering violation in isForeignWindow()Morten Johan Sørvig2018-12-221-1/+1
* | fix crash if no screens are availableRolf Eike Beer2019-01-211-3/+6
* | Fix multiple emission of QGuiApplication::lastWindowClosed() when native chil...Friedemann Kleint2019-01-161-0/+2
* | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-107-8/+8
* | Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-082-0/+13
|/