summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-302-2/+3
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-302-2/+3
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-232-2/+3
| | |\
| | | * qpa: Teach handleApplicationStateChanged about sync/async deliveryTor Arne Vestbø2017-11-202-2/+3
* | | | macOS: Fix handling of multiple ampersands in menu itemsAndre de la Rocha2017-11-301-2/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-3/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-093-2/+7
| |\|
| | * 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
| * | QWindowPrivate::globalPosition(): Take embedded windows into accountFriedemann Kleint2017-11-031-1/+1
* | | Fix spelling issues in qhighdpiscaling.cppTor Arne Vestbø2017-11-131-3/+3
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-061-4/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-4/+4
| |\| |
| | * | Fix GCC -Wfloat-conversion warnings (available since GCC 4.9)Thiago Macieira2017-10-291-4/+4
* | | | mouse handling: fix issue when mixing QTest::mouse* APIsGatis Paeglis2017-11-051-6/+6
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-4/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-0/+7
| |\|
| | * QTabletEvent: Add doc note about Windows driversFriedemann Kleint2017-10-181-0/+7
| * | Fix implementation of spell check underline stylesDmitry Shachnev2017-10-211-1/+1
| * | QNativeGestureEvent: Fix qdoc warningFriedemann Kleint2017-10-201-2/+2
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+1
| |\|
| | * Fix typo in QKeyEvent docsFlorian Bruhin2017-10-101-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-176-12/+43
|\| |
| * | qopenglcontext_p.h: Fix Clang warning about include resolutionFriedemann Kleint2017-10-111-1/+1
| * | Fix build with -no-opengl and on watchOS in generalJake Petroules2017-10-062-0/+4
| * | Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-052-0/+8
| * | macOS: Tighten up window icon and represented filename handlingTor Arne Vestbø2017-10-031-1/+6
| * | The desktop is called Plasma nowAlbert Astals Cid2017-09-291-1/+1
| * | Fix BIC issue with QNativeGestureEventJan Arve Saether2017-09-282-7/+16
| * | Reset QWindowPrivate::platformWindow during destruction before deleting itTor Arne Vestbø2017-09-261-2/+7
* | | tablet: use enhanced mouse event when synthesizing mouseGatis Paeglis2017-10-102-20/+23
* | | touch: use enhanced mouse event when synthesizing mouseGatis Paeglis2017-10-101-6/+24
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-105-73/+221
* | | qpa: stop using QWindowSystemInterfacePrivate::FrameStrutMouse enumGatis Paeglis2017-10-023-18/+15
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2611-51/+99
|\| |
| * | QNativeGestureEvent: Fix documentationFriedemann Kleint2017-09-251-3/+10
| * | Avoid window geometry jittering when changing geometry from JavaScriptRainer Keller2017-09-251-2/+2
| * | add back the device-less QNativeGestureEvent (deprecated)Shawn Rutledge2017-09-222-0/+16
| * | make the QTouchDevice available in each QNativeGestureEventShawn Rutledge2017-09-218-14/+36
| * | Add QGuiApplication::screenAt()Tor Arne Vestbø2017-09-112-31/+34
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-4/+4
| |\|
| | * Pass m_drag_icon_window to getNativeMousePos instead of Event QObjectÀlex Fiestas2017-09-041-4/+4
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1920-37/+37
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1913-45/+45
* | | Add QPlatformSurface::screen() constJesus Fernandez2017-09-044-6/+8
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+3
|\|
| * 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
* | Revert "macOS: Create NSView as initially hidden, to match QWindow behavior"Shawn Rutledge2017-08-181-8/+1