summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | iOS: Simplify view management in QIOSKeyboardListenerTor Arne Vestbø2014-12-024-31/+48
| * | iOS: Refactor QIOSKeyboardListener implementation and usageTor Arne Vestbø2014-12-022-60/+83
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-272-1/+11
| |\|
| | * iOS: fallback to use [UIScreen mainScreen] when [UIScreen screens] failRichard Moe Gustavsen2014-11-261-1/+7
| | * Fix for HTC Pinyin input methodPaul Olav Tvete2014-11-241-0/+4
* | | Fix fullscreen in the X11 hooks of eglfsLaszlo Agocs2014-12-091-10/+8
* | | xcb: Fix transparent tray backgrounds with 24bpp tray visualsUli Schlachter2014-12-092-0/+13
* | | Make more font databases report fontsAlwaysScalable()Konstantin Ritt2014-12-092-1/+7
* | | Pluginize the eglfs hooksLaszlo Agocs2014-12-0832-533/+1157
* | | Harmonize QPA TrayIcon showMessage parameter orderShawn Rutledge2014-12-081-1/+1
* | | XCB: Don't override non-existent method when QT_NO_OPENGLUli Schlachter2014-12-082-1/+3
* | | Add VK_LWIN and VK_RWIN keys as meta modifiersJoni Poikelin2014-12-081-0/+2
* | | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-3/+3
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0340-197/+197
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2718-54/+143
|\| |
| * | iOS: override QPlatformWindow::propagateSizeHints()Richard Moe Gustavsen2014-11-271-0/+1
| * | Implement heightForWidth().Friedemann Kleint2014-11-274-1/+46
| * | Windows: Correctly associate IME contexts.Friedemann Kleint2014-11-263-2/+25
| * | Add capabilities to QPlatformInputContext.Friedemann Kleint2014-11-262-0/+16