summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* | 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-1/+1
|\|
| * Fix reset with qoffscreensurface destruction with multimonitor supportMäättä Antti2017-08-081-1/+1
* | macOS: Create NSView as initially hidden, to match QWindow behaviorTor Arne Vestbø2017-08-111-1/+8
* | Add override keyword to QPlatformSurface derived classesJesus Fernandez2017-08-112-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-2/+2
|\|
| * QWindowSystemInterfacePrivate::toNativeTouchPoints(): Add missing scalingFriedemann Kleint2017-08-021-2/+2
* | xcb: don't rely on _NET_WORKAREA for available geometry on multi-head systemsGatis Paeglis2017-08-021-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-4/+4
|\|
| * Fix QHighDpi::fromNativeLocalExposedRegion rounding errorsTor Arne Vestbø2017-07-191-4/+4
* | doc: minor cleanup in QPlatformWindow::setGeometry()Gatis Paeglis2017-07-251-2/+3
* | Add QPlatformWindow::initialize() for two-step window creationTor Arne Vestbø2017-07-173-0/+15
* | Document expose event behaviorMorten Johan Sørvig2017-07-112-1/+22
* | Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-074-28/+42
* | Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-072-4/+19
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-048-34/+34
|\|
| * 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
* | Remove requirement to call QWindow::setMask after creating windowTor Arne Vestbø2017-06-281-5/+2
* | QKeySequence: let Private::decodeString() take QString by valueMarc Mutz2017-06-202-6/+5
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-201-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-192-1/+12
|\|
| * winrt: doc: Update platform limitations for UWPMaurice Kalinowski2017-06-141-0/+11
| * QKeySequence: fix size mismatchMarc Mutz2017-06-081-1/+1
* | QPlatformCursor: Add functions for setting/clearing override cursorsFriedemann Kleint2017-06-133-4/+85
* | QKeySequence: remove a clause guarding an impossible conditionMarc Mutz2017-06-081-1/+0
* | qpa: start using QT_DEPRECATED_SINCE to increase visibilityGatis Paeglis2017-06-022-11/+21
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-292-1/+15
|\|
| * HiDPI: Scale mouse position on enter eventBłażej Szczygieł2017-05-191-1/+2