summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Avoid warning about QString from char in xcbLaszlo Agocs2015-01-151-1/+1
* Add QWheelEvent::sourceShawn Rutledge2015-01-131-1/+3
* Support threaded OpenGL on linux again.Gunnar Sletta2015-01-102-0/+9
* eglfs: Update screen destruction to follow the new approachLaszlo Agocs2015-01-093-2/+13
* Support threaded OpenGL on XCB/EGL.Gunnar Sletta2015-01-091-0/+2
* Compile in evdev code to linuxfbLaszlo Agocs2015-01-052-1/+37
* Add a platform function to enable setting the touch flags on WindowsAndy Shaw2015-01-054-10/+34
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2014-12-305-17/+10
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-295-17/+10
| |\
| | * Revert "OS X: rename special menu items instead of duplicating"Timur Pocheptsov2014-12-222-14/+6
| | * Remove direct linkage to dbus and qdbusSimon Hausmann2014-12-181-5/+0
| | * QNX: Handle the case where screen returns a refresh rate of 0.Roger Maclean2014-12-181-1/+2
| | * xcb: Don't return 0 from QXcbKeyboard::possibleKeysAlexander Volkov2014-12-181-1/+2
* | | Fix crash when running QtWayland compositor on xcb-egl.Erik Larsson2014-12-291-2/+3
|/ /
* | Fix potential memory access violation issuesKonstantin Ritt2014-12-244-29/+38
* | Fix build when using -egl and -no-xcb-xlibGiulio Camuffo2014-12-233-0/+8
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-2313-17/+29
* | Add some missing nativeResourceForIntegration imlementationsJørgen Lind2014-12-226-1/+61
* | Use Qt 5 signals & slot syntax in the Windows QPA plugin.Friedemann Kleint2014-12-202-14/+14
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devGiuseppe D'Angelo2014-12-2011-42/+68
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1811-42/+68
| |\|
| | * Fix PDF when embedding fonts with large internal leadingEskil Abrahamsen Blomfeldt2014-12-181-1/+1
| | * Windows: Return false from event processing of unhandled multimedia keys.Friedemann Kleint2014-12-181-1/+4
| | * Fix crash when Android Style is set more than once.BogDan Vatra2014-12-153-7/+18
| | * Fix xcb backend not grabbing the server as defaultJørgen Lind2014-12-121-1/+1
| | * Windows: Do not register windows obtained by QWindow::fromWinId() for touch.Friedemann Kleint2014-12-111-1/+2
| | * Windows: Fix window geometry when using QWindow::fromWinId().Friedemann Kleint2014-12-111-3/+4
| | * iOS: let keyboard gesture work better with other gesturesRichard Moe Gustavsen2014-12-111-0/+12
| | * iOS: only clear focus object if it supports IMRichard Moe Gustavsen2014-12-112-4/+9
| | * iOS: Only scroll to cursor on keyboard hide gesture reset if requestedTor Arne Vestbø2014-12-111-3/+12
| | * iOS: Don't scroll screen on changes to input item transformTor Arne Vestbø2014-12-112-20/+3
| | * Handle SelectionClientClose in QXcbClipboardMartin Gräßlin2014-12-101-1/+2
* | | Make GLX and EGL dynamic dependencies for xcbJørgen Lind2014-12-2045-600/+2497
|/ /
* | Xcb: remove compile warningsJørgen Lind2014-12-152-2/+2
* | Add QFont::Weight enum valuesPierre Rossi2014-12-123-57/+5
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1016-168/+315
|\|
| * Windows: Limit cursor cache.Friedemann Kleint2014-12-091-1/+14
| * Added support for CTRL key modifier to Android builds.Przemysław Czerpak2014-12-081-22/+21
| * qt_mac_loadMenuNib: Prevent stale NIB files by diffing file sizeTor Arne Vestbø2014-12-051-1/+5
| * Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-052-5/+21
| |\
| | * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-052-5/+21
| | |\
| | | * winrt: Fix window resizev5.4.0Andrew Knight2014-12-051-4/+6
| | | * Android: Fix broken system paletteEskil Abrahamsen Blomfeldt2014-12-031-1/+2
| | | * winrt: Fix Windows Store CertificationAndrew Knight2014-12-011-0/+13
| * | | Fix QOpenGLWidget/QQuickWidget GUI freezePaul Olav Tvete2014-12-051-5/+10
| |/ /
| * | Windows: Skip calculating margins for Qt::FramelessWindowHint.Friedemann Kleint2014-12-051-1/+6
| * | Windows: Handle WM_WINDOWPOSCHANGING during window creation.Friedemann Kleint2014-12-043-6/+15
| * | Windows: Bring FreeType rendering up to par with other platformsSérgio Martins2014-12-041-0/+6
| * | iOS: Guard against UIGestureRecognizer messing with selfTor Arne Vestbø2014-12-021-0/+3
| * | iOS: Properly support QInputMethod's visible and animating propertiesTor Arne Vestbø2014-12-022-99/+136