summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* iOS: Reflect changes in statusbar height as QScreen availableGeometryTor Arne Vestbø2014-09-241-0/+36
* iOS: Fix touch point translation when root view controller is offsetTor Arne Vestbø2014-09-241-13/+16
* iOS: Simplify QWindow/UIView geometry mappingTor Arne Vestbø2014-09-242-32/+2
* iOS: Ensure root view controller always matches size of containing windowTor Arne Vestbø2014-09-241-0/+35
* iOS: Move top level window management out of QIOSScreen to QIOSDesktopManager...Tor Arne Vestbø2014-09-243-34/+38
* iOS: Calculate screen (available) geometry using [UIView convertRect]Tor Arne Vestbø2014-09-241-10/+3
* iOS: Update screen properties more consistentlyTor Arne Vestbø2014-09-241-5/+2
* iOS: Scroll root view when keyboard is visible using sublayerTransformTor Arne Vestbø2014-09-241-7/+28
* Windows: devicePixelRatio aware QWindowsTheme::standardPixmapAlessandro Portale2014-09-241-4/+10
* Change fallback OpenGL library nameLaszlo Agocs2014-09-241-1/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-2425-149/+183
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2325-149/+183
| |\
| | * Cocoa: Handle insertNewLine selector for when it is sent while composing textAndy Shaw2014-09-192-0/+11
| | * Merge remote-tracking branch 'origin/5.3.2' into 5.3Frederik Gladhorn2014-09-171-10/+16
| | |\
| | | * Android: use FBO readback workaround by default.Yoann Lopes2014-09-031-10/+16
| | * | OSX: emit aboutToShow signal for top-level dock menu.Erik Verbruggen2014-09-161-0/+3
| | * | OS X: Fix positioning of popup menus in case of native NSWindowsEike Ziller2014-09-161-3/+2
| | * | QWindowsWindow: Fixed warning textOliver Wolff2014-09-151-1/+1
| | * | cocoa: fix namespace manging for QNSViewTim Blechmann2014-09-152-2/+6
| | * | cocoa: don't override NSApplication-sendEvent if configured as AA_MacPluginAp...Tim Blechmann2014-09-151-0/+10
| | * | Add QMAKE_CFLAGS_XCB to xcbBoris Savelev2014-09-102-0/+4
| | * | Revert "iOS: Update QIOSScreen::nativeOrientation() for iOS8"Jake Petroules2014-09-041-9/+2
| | * | Android: Avoid deadlock in Qt.inputMethod.visiblePaul Olav Tvete2014-09-021-12/+4
| | * | iOS: Update QIOSScreen::nativeOrientation() for iOS8Tor Arne Vestbø2014-09-021-2/+9
| | * | QNX: Fix widgets scrollingBernd Weimer2014-08-292-58/+20
| | |/
| | * Android: Fix crash at shutdown when keyboard is visibleSérgio Martins2014-08-281-1/+2
| | * QGLXContext survives screen removalShawn Rutledge2014-08-282-26/+37
| | * Android: added more devices to the FBO readback workaround check.Yoann Lopes2014-08-272-4/+9
| | * Android quickfix: Avoid crash at shutdownPaul Olav Tvete2014-08-271-1/+3
| | * Avoid crash if querying device that has gone awayAllan Sandfeld Jensen2014-08-261-2/+4
| | * BlackBerry PlayBook build fixesSérgio Martins2014-08-261-2/+6
| | * Cocoa: Work around faulty screen list on startupMorten Johan Sørvig2014-08-241-2/+6
| | * Fix handling QT_IM_MODULE=nonePekka Vuorela2014-08-231-0/+3
| | * xcb: use keyboard event source window to determine auto-repeat valueDyami Caliri2014-08-203-17/+18
| | * Detect wrongly labelled wheel buttonsAllan Sandfeld Jensen2014-08-201-1/+4
| | * Resize correctly on orientation change.Paul Olav Tvete2014-08-202-2/+2
| | * Use correct size in fullscreen modePaul Olav Tvete2014-08-201-0/+6
| | * Fix mistake in function extraTryFontsForFamilyAllan Sandfeld Jensen2014-08-151-4/+4
| | * OSX MenuRole detection: remove ampersand before looking for keywordsShawn Rutledge2014-08-121-12/+14
* | | Windows: fix obvious mistyping in getSysColorSergey Radionov2014-09-241-1/+1
* | | Accessibility OS X: Fix image roleFrederik Gladhorn2014-09-231-0/+1
* | | direct2d: Fix font size when display scaling is in useLouai Al-Khanji2014-09-231-15/+8
* | | winrt: fix compiler warning on Windows PhoneJochen Seemann2014-09-231-1/+1
* | | iOS: Implement support for native menusRichard Moe Gustavsen2014-09-236-0/+694
* | | xcb: support Wacom touch devices; distinguish from tabletsShawn Rutledge2014-09-231-7/+41
* | | direct2d qpa: fix text selectionLouai Al-Khanji2014-09-223-5/+13
|/ /
* | Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-204-2/+17
* | iOS: Allow settings custom input and accessory views through ImPlatformDataTor Arne Vestbø2014-09-204-2/+65
* | iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-208-246/+335
* | xcb: Fix memory leaks in DnDAlexander Volkov2014-09-191-3/+10