summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Make sure we quit qt when the service is destroyedBogDan Vatra2017-03-271-0/+7
* Fix hang on sleep/wakeupBogDan Vatra2017-03-231-9/+8
* Fix spelling: neccessary -> necessaryMorten Johan Sørvig2017-03-223-3/+3
* eglfs: fix x11 header related compile failurePeter Seiderer2017-03-171-0/+5
* Android: Fix Accessibility items positioning with QHighDpi enabledKonstantin Ritt2017-03-161-3/+6
* xcb: cleanup QXcbWindow::relayFocusToModalWindow()Gatis Paeglis2017-03-141-11/+9
* put load(qt_plugin) at end of project fileOswald Buddenhagen2017-03-061-5/+5
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-065-14/+18
* xcb: fix misuse of xcb_send_eventGatis Paeglis2017-03-014-3/+16
* streamline libdl detection and linkingOswald Buddenhagen2017-02-273-5/+3
* Android: Fix OpenGL shader compilation on updated emulatorEskil Abrahamsen Blomfeldt2017-02-231-4/+0
* fix VNC platform plugin build on big-endian machinesShawn Rutledge2017-02-173-5/+10
* macOS: use active window device pixel ratio for drag pixmapOleg Yadrov2017-02-171-0/+4
* xcb: Allow to disable XInput 2 support by setting QT_XCB_NO_XI2 env varAlexander Volkov2017-02-161-1/+2
* Windows QPA: Fix compilation with QT_NO_OPENGLOlivier Goffart2017-02-141-1/+2
* Windows QPA: Include GL header depending on presence of dynamic GLFriedemann Kleint2017-02-131-1/+5
* Fix regression preventing VoiceOver following the keyboard focusFrederik Gladhorn2017-02-071-2/+9
* Android: Fix data race in QAndroidEventDispatcherStopperVyacheslav Koscheev2017-02-072-6/+4
* XCB QPA: Fix QScreen::grabWindow(0) to return the current screenFriedemann Kleint2017-01-261-58/+59
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-251-5/+0
|\
| * Windows QPA: Do not return QPlatformIntegration::ShowIsMaximized in tablet modev5.8.0Friedemann Kleint2017-01-181-5/+0
| * Android: transform input rectangle correctlyPaul Olav Tvete2017-01-181-2/+2
* | Fix mouse extra button mapping on macOSAlexandru Croitor2017-01-241-10/+2
* | Ensure a pixel density of at least 1 for Qt::AA_EnableHighDpiScalingJocelyn Turcotte2017-01-234-4/+4
* | Windows QPA: Prevent usage of child windows as transient parentFriedemann Kleint2017-01-231-0/+6
* | 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
* | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-1613-21/+133
|\|
| * fix directfb build without EGLOswald Buddenhagen2016-12-161-1/+2
| * QCocoMenu: Fix patch b2f78b796b5b73d4Gabriel de Dietrich2016-12-161-1/+1
| * Android: fix (partially) text deletion when the cursor is movedBogDan Vatra2016-12-133-2/+7
| * Android: Add missing overrideAlexander Volkov2016-12-0921-142/+142
| * Android: remove unused variableBogDan Vatra2016-12-092-3/+0
| * winrt: Fix input grabbingMaurice Kalinowski2016-12-084-3/+106
| * QCocoaMenu: Don't rely on tags when we can get the actual NSMenuItemGabriel de Dietrich2016-12-081-3/+2