summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* macOS: Make alpha-based click-trough work againMorten Johan Sørvig2017-12-151-2/+12
* Fix build error with macOS 10.13 SDKJake Petroules2017-10-092-13/+2
* Use correct DRM event context versionJonathan Liu2017-07-281-1/+1
* Use pkg-config for libdrm in eglfs_kms_egldevice backend if possibleJonathan Liu2017-07-191-1/+6
* macOS: Don't keep WA_MacAlwaysShowToolWindow windows always on topTor Arne Vestbø2017-06-302-5/+84
* Fix build with libdrm >= 2.4.78Thiago Macieira2017-04-181-5/+5
* Cocoa: Unbreak app activation on macOS SierraMorten Johan Sørvig2017-04-122-10/+18
* Android: Fix crash at exitBogDan Vatra2017-04-112-14/+16
* WINCE: Don't receive touches by default from gesturesAndreas Holzammer2017-03-242-2/+2
* Fix hang on sleep/wakeupBogDan Vatra2017-03-231-9/+8
* xcb: fix misuse of xcb_send_eventGatis Paeglis2017-03-084-3/+16
* Android: Fix OpenGL shader compilation on updated emulatorEskil Abrahamsen Blomfeldt2017-02-281-4/+0
* xcb: Allow to disable XInput 2 support by setting QT_XCB_NO_XI2 env varAlexander Volkov2017-02-181-1/+2
* Windows QPA: Call InvalidateRect() in WM_PAINT/GL Software renderingFriedemann Kleint2017-02-141-1/+15
* QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2017-01-202-8/+14
* Android: Use override instead of Q_DECL_OVERRIDEAlexander Volkov2017-01-033-8/+8
* Android: Add missing overrideAlexander Volkov2017-01-0321-143/+143
* Windows QPA: Do not send key events for mouse-synthesized app commandsFriedemann Kleint2016-11-231-0/+3
* If there are no available sizes, then fallback to the requested sizeAndy Shaw2016-11-233-4/+7
* eglfs: Avoid unexpectedly flushing QPA input eventsLaszlo Agocs2016-11-222-2/+2
* eglfs: fix eglfs_mali compile for odroid-maliPeter Seiderer2016-11-191-2/+2
* Cocoa: Make dictation via speech recognition workMorten Johan Sørvig2016-11-141-3/+1
* QClipboard: Fix emitting changed() in XCBPalo Kisa2016-11-141-2/+4
* xcb: Warn and bail out when even the basic, dummy context failsLaszlo Agocs2016-11-101-2/+5
* Do not guard tslib with evdevLaszlo Agocs2016-11-102-12/+16
* Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-085-38/+53
* macOS: Clear event dispatcher interrupt stateGabriel de Dietrich2016-11-087-0/+38
* iOS: fix 'incompatible pointer type' compiler warningRichard Moe Gustavsen2016-11-071-1/+1
* minimalegl: Reorder includes to avoid EGL native type clashesLaszlo Agocs2016-10-283-4/+2
* windows: Disable OpenGL proper on Intel 945Laszlo Agocs2016-10-281-0/+12
* QNSColorPanelDelegate: Don't restore stolen view on deallocGabriel de Dietrich2016-10-282-2/+2
* nsphotolibrarysupport: add missing namespace macrosRichard Moe Gustavsen2016-10-273-0/+13
* qiosfileengineassetslibrary: replace Q_DECL_OVERRIDE with overrideRichard Moe Gustavsen2016-10-261-12/+12
* iOS: refactor usage of photos into optional pluginRichard Moe Gustavsen2016-10-2616-112/+369
* QCocoaMenuBar: Update even if no window is attachedGabriel de Dietrich2016-10-242-1/+28
* qxcbconnection.cpp: fix warning about unused functionAnton Kudryavtsev2016-10-211-0/+2
* Fix UB (ininited pointer read) in qt_egl_device_integration()Marc Mutz2016-10-211-0/+1
* macOS: Only show menu and allow dragging on proxy when a file path is setAndy Shaw2016-10-194-1/+20
* xcb: fix passing of focus from child to its top level QWindowClinton Stimpson2016-10-191-1/+2
* QAndroidPlatformTheme: wrap char* in QL1S to avoid warningsAnton Kudryavtsev2016-10-181-2/+2
* iOS: Report correct physical DPI for iPhone 7 PlusTor Arne Vestbø2016-10-141-2/+2
* Android: Don't update offscreen windowsChristian Strømme2016-10-121-1/+6
* QXcbShmImage: don't use shmget()'s return unless it succeedsEdward Welbourne2016-10-121-7/+9
* Fix multimedia print key mappingAllan Sandfeld Jensen2016-10-071-1/+1
* QCocoaEventDispatcher: Save interrupt state between embedded callsGabriel de Dietrich2016-10-041-1/+1
* Plug QMimeData leaks in QXcbClipboardMarc Mutz2016-10-022-6/+8
* iOS: (crash fix) ensure we don't clear focus object in a text responder trans...Richard Moe Gustavsen2016-09-301-1/+1
* iOS: hide shortcuts bar on iPad when showing menusRichard Moe Gustavsen2016-09-303-0/+13
* xcb: Treat bitmap cursors differently from shaped cursorsRobin Burchell2016-09-293-11/+38
* iOS: open menu on popup regardless of visibilityRichard Moe Gustavsen2016-09-191-2/+5