summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Avoid providing bad pixelDeltas on X11Allan Sandfeld Jensen2018-01-091-0/+1
* Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-138-1/+50
* Report modifiers correctly in mouse events with evdev and libinputLaszlo Agocs2017-12-123-0/+49
* Do not allow drag events when window is blocked by modal windowFriedemann Kleint2017-12-121-1/+1
* iOS: Harden logic for when it's safe to use the graphics hardwareTor Arne Vestbø2017-12-071-1/+3
* qpa: Teach handleApplicationStateChanged about sync/async deliveryTor Arne Vestbø2017-11-202-2/+3
* Fix QHighDpi::fromNativeLocalExposedRegion rounding errorsBłażej Szczygieł2017-11-081-1/+2
* Enable glyph cache workaround for GC2000 as wellLaszlo Agocs2017-11-071-0/+1
* Fix dragging inside a modal window when a QShapedPixmapWindow is usedAndy Shaw2017-10-301-1/+4
* QTabletEvent: Add doc note about Windows driversFriedemann Kleint2017-10-181-0/+7
* Fix typo in QKeyEvent docsFlorian Bruhin2017-10-101-1/+1
* Pass m_drag_icon_window to getNativeMousePos instead of Event QObjectÀlex Fiestas2017-09-041-4/+4
* QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-231-0/+1
* Block input to a window shown while an application modal dialog is visibleAndy Shaw2017-08-161-0/+2
* Fix reset with qoffscreensurface destruction with multimonitor supportMäättä Antti2017-08-081-1/+1
* QWindowSystemInterfacePrivate::toNativeTouchPoints(): Add missing scalingFriedemann Kleint2017-08-021-2/+2
* Fix QHighDpi::fromNativeLocalExposedRegion rounding errorsTor Arne Vestbø2017-07-191-4/+4
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-294-5/+5
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-286-17/+17
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-285-12/+12
* winrt: doc: Update platform limitations for UWPMaurice Kalinowski2017-06-141-0/+11
* QKeySequence: fix size mismatchMarc Mutz2017-06-081-1/+1
* HiDPI: Scale mouse position on enter eventBłażej Szczygieł2017-05-191-1/+2
* QGuiApplication: Initialize and clear static variablesFriedemann Kleint2017-05-191-0/+13
* macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
* Export QPlatformThemeFactory, for use in qtdiagThiago Macieira2017-04-281-1/+1
* Prevent busy loop in glib event dispatcherGatis Paeglis2017-04-243-0/+20
* Fall back to QWindow's screen when resolving DPR instead of using qAppTor Arne Vestbø2017-04-211-7/+6
* Doc: Hide QPA classesFriedemann Kleint2017-04-192-6/+3
* Add debug output for QScrollPrepareEvent and QScrollEventFriedemann Kleint2017-04-191-0/+14
* Doc: Remove broken link to QWindowSystemInterface::registerTouchDevice()Leena Miettinen2017-04-181-1/+4
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-1/+3
|\
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-1/+3
* | Prevent QWindow transient parent loopTor Arne Vestbø2017-04-121-0/+4
* | Android: fix Menu and Back key handlingJ-P Nurmi2017-04-071-3/+11
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-0/+34
|\|
| * Environment variable enabling the workaround FBO readback bugMarco Martin2017-04-051-0/+34
* | Fix warnings for -no-feature-settingsStephan Binner2017-04-041-0/+2
* | Fix warning for -no-feature-wheeleventStephan Binner2017-04-041-0/+2
* | Delete QRasterWindow backingstore while window is still aliveTor Arne Vestbø2017-04-042-0/+9
* | Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-0/+1
|\|
| * QGuiVariant: fix unintended fall-throughMarc Mutz2017-03-221-0/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-212-8/+11
|\|
| * Fix crash in QWindowPrivate::applyCursor when screen is nullOlivier Goffart2017-03-162-8/+11
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-133-10/+10
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-133-10/+10
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-063-10/+10
* | | QGuiApplication: fix QString comparisonMarc Mutz2017-03-131-1/+1
|/ /
* | Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+9