summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Cocoa: fix bug when left mouse button release event delivered as rightOleg Yadrov2017-01-201-3/+0
| | | * | Windows QPA: Call InvalidateRect() in WM_PAINT/GL Software renderingFriedemann Kleint2017-01-191-1/+11
| | | * | Cocoa: fix regression preventing windows from showing upOleg Yadrov2017-01-191-1/+1
| | | * | Windows QPA: Fix QScreen::grabWindow(0) for non-primary screensFriedemann Kleint2017-01-181-6/+22
| | | * | Fix build without feature.tableteventTasuku Suzuki2017-01-151-1/+1
| | | * | xcb: Fix colormap memory leakJoni Poikelin2017-01-122-4/+8
| | | * | macOS: convey correct mouse coordinates on drag releaseOleg Yadrov2017-01-111-1/+2
| | | * | Fix QRect calculation in inputItemRectangleDmitry Chmerev2017-01-111-4/+4
| | | * | Windows: Check if the fallback key matches the shift modifier case tooAndy Shaw2017-01-111-1/+2
| | | * | cocoa: Account for getting a keyboard using input methods correctlyAndy Shaw2017-01-101-1/+3
| | | * | Accessibility macOS: check for valid interfacesFrederik Gladhorn2017-01-051-5/+5
| | | * | Accessibility macOS: fix parentElementFrederik Gladhorn2017-01-051-10/+10
| | | * | Win: Account for windows which are WindowTransparentForInputAndy Shaw2017-01-052-18/+14
| | | * | xcb: Ignore XI2 LMB mouse events from touch screensAlexander Volkov2016-12-284-14/+21
| | | * | windows: use lowercase #includeAndrew Knight2016-12-281-1/+1
| | | * | platform plugins: Remove unused former overridersAlexander Volkov2016-12-223-14/+0
| | | * | Silence maybe_uninitialized warning with gcc -OgAllan Sandfeld Jensen2016-12-211-1/+1
| * | | | Windows QPA: More fine-grained suppression of geometry/state change eventsFriedemann Kleint2017-01-251-10/+11
* | | | | QCursor: Remove old pixmaps and use native cursor on macOSGabriel de Dietrich2017-01-314-13/+10
* | | | | Build Qt libraries with -fapplication-extensionJake Petroules2017-01-272-0/+4
* | | | | Win: If the combined key is unknown then fall back to the original key pressedAndy Shaw2017-01-271-1/+2
|/ / / /
* | | | Enable gamma-correction on a face-by-face basisAllan Sandfeld Jensen2017-01-241-3/+0
* | | | Fix deprecated API usageJake Petroules2017-01-244-19/+20
|/ / /
* | | Mirclient: update based on upstream development in lp:qtubuntuGerry Boland2017-01-2430-1066/+2181
* | | Windows platform headers: Add isTabletMode()Friedemann Kleint2017-01-182-2/+15
* | | DRM/KMS config: add support for specifying the primary screenLaszlo Agocs2017-01-185-6/+11
* | | Add eglfs-viv support for INTEGRITYKimmo Ollila2017-01-181-1/+3
* | | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-1810-302/+9
* | | macOS: Keep reference to NSScreen via index instead of pointerTor Arne Vestbø2017-01-173-20/+28
* | | Fix build for INTEGRITYKimmo Ollila2017-01-131-1/+1
* | | QCocoaWindow: Fix 10.10 sheet API deprecation warningGabriel de Dietrich2017-01-121-3/+5
* | | Windows QPA/Open file dialog: Copy non-filesystem itemsFriedemann Kleint2017-01-111-6/+73
* | | Windows QPA: Refactor conversion of IShellItemFriedemann Kleint2017-01-111-119/+229
* | | iOS: Detect mismatched calls to IM::update() before IM::setFocusObject()Tor Arne Vestbø2017-01-111-2/+12
* | | Windows QPA: Implement setting the "Cancel" button text of file dialogsFriedemann Kleint2017-01-101-1/+15
* | | vnc: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2017-01-093-14/+14
* | | Remove compatibility code paths for macOS < 10.10 and iOS < 8.0Jake Petroules2017-01-093-6/+4
* | | eglfs: Activate the window on the primary screenPier Luigi Fiorini2017-01-091-1/+4
* | | iOS: Ensure that QPlatformBackingStore can clean up textures in dtorTor Arne Vestbø2017-01-061-1/+11
* | | iOS: Center IM cursor rectangle within available space when showing keyboardTor Arne Vestbø2017-01-061-8/+27
* | | iOS: Limit duration of FirstResponderCandidate to becomeFirstResponderTor Arne Vestbø2017-01-061-10/+15
* | | vnc: Add missing overrideAlexander Volkov2017-01-062-4/+4
* | | Split QPlatformWindow::isEmbedded into isAncestorOf to separate concernsTor Arne Vestbø2017-01-054-17/+11
* | | Android: populate TouchPoint rotation and axes correctlyShawn Rutledge2017-01-041-6/+8
* | | macOS: Don't update screen for child windowsTor Arne Vestbø2017-01-041-7/+9
* | | eglfs: generate an expose whenever the geometry is changingLaszlo Agocs2016-12-251-1/+4
* | | QWindowsTheme: Run dedicated SHGetFileInfo() threadGabriel de Dietrich2016-12-212-32/+99
* | | Windows QPA: Initialize all members of QWindowsMouseHandlerFriedemann Kleint2016-12-201-3/+3
* | | Add QPlatformTheme::standardButtonShortcut()Alexander Volkov2016-12-192-0/+7
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1616-24/+139
|\| |