summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
* iOS: Be more careful when hiding the keyboard upon enterRichard Moe Gustavsen2014-05-231-3/+3
* iOS: don't report negative selection ranges for backspaceRichard Moe Gustavsen2014-05-211-1/+1
* iOS: Gracefully handle cancelling of subset of active touchesTor Arne Vestbø2014-05-081-11/+25
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-033-5/+29
|\
| * iOS: Send updated expose events on application background/foregroundingTor Arne Vestbø2014-04-282-5/+28
| * iOS: Send application state changes synchronouslyTor Arne Vestbø2014-04-281-0/+1
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-0/+1
|\|
| * deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* | iOS: scroll screen after hiding keyboard programaticallyRichard Moe Gustavsen2014-04-291-0/+7
|/
* iOS: fix crash in auto correction when using unknown font familyRichard Moe Gustavsen2014-04-161-0/+2
* iOS: Share default-FBO for windows between contexts in a share-groupTor Arne Vestbø2014-03-311-4/+9
* iOS: don't scroll towards cursor during touch pressRichard Moe Gustavsen2014-03-291-0/+19
* iOS: stop keyboard from reopending after the gesture finishesRichard Moe Gustavsen2014-03-291-2/+38
* iOS: animate screen from current in-flight geometryRichard Moe Gustavsen2014-03-291-1/+1
* iOS: keep keyboard rect in syncRichard Moe Gustavsen2014-03-291-3/+0
* iOS: Add support for offscreen GL surfaces without using hidden windowsTor Arne Vestbø2014-03-283-0/+24
* iOS: Check FBO status and return failure from QIOSContext::makeCurrent()Tor Arne Vestbø2014-03-272-6/+36
* iOS: send a Qt::Key_Return when the user hits done/enterRichard Moe Gustavsen2014-03-211-2/+11
* iOS: implement 'close keyboard' gestureRichard Moe Gustavsen2014-03-211-3/+27
* Workaround for misbehaving [UIScreen screens] in iOS 7.1Eduard Veleba2014-03-191-1/+3
* iOS: update keyboard rectangle when scrolling the screenRichard Moe Gustavsen2014-03-151-8/+24
* iOS: implement clipboardRichard Moe Gustavsen2014-03-065-2/+325
* Re-enable drag-and-drop on iOS after bugfixes to QBasicDrag and friendsTor Arne Vestbø2014-03-061-2/+0
* iOS: prevent crash on iOS 5Richard Moe Gustavsen2014-03-041-3/+3
* iOS: correctly report Landscape or InvertedLandscape screen orientation.Yoann Lopes2014-02-141-4/+4
* iOS: only activate top-level windowsRichard Moe Gustavsen2014-02-141-9/+12
* iOS: activate window on touchesBeganRichard Moe Gustavsen2014-02-141-8/+3
* iOS: don't store reference to focus objectRichard Moe Gustavsen2014-02-142-5/+1
* iOS: return correct uiview for IM rectanglesRichard Moe Gustavsen2014-02-061-0/+12
* iOS: be more specific about IM callbacks to iOSRichard Moe Gustavsen2014-02-061-11/+16
* iOS: return styling hints for text correction pop-upsRichard Moe Gustavsen2014-02-061-0/+18
* iOS: send backspace events directlyRichard Moe Gustavsen2014-02-061-5/+7
* iOS: send IM events instead of fake key eventsRichard Moe Gustavsen2014-02-061-12/+9
* iOS: add spell checking supportRichard Moe Gustavsen2014-02-062-0/+3
* iOS: implement support for input methodsRichard Moe Gustavsen2014-02-065-17/+420
* iOS: move key/text input into separate categoryRichard Moe Gustavsen2014-02-064-104/+156
* iOS: move QUIView interface decl into separate header fileRichard Moe Gustavsen2014-02-063-26/+71
* iOS: change logic for when to scroll screenRichard Moe Gustavsen2014-02-062-50/+76
* Add QWindowPrivate::topLevelWindow() helper functionTor Arne Vestbø2014-01-303-22/+5
* iOS: Remove unused fileTor Arne Vestbø2014-01-172-72/+0
* iOS: Use in-place string renaming to rename main() instead of ldTor Arne Vestbø2014-01-061-2/+2
* iOS: Fix C++11 buildTor Arne Vestbø2013-12-211-1/+1
* iOS has native windows but not window managementShawn Rutledge2013-12-161-0/+2
* iOS: Fix failing assert in QUIView displayLayer()Tor Arne Vestbø2013-12-111-3/+4
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-058-25/+29
|\
| * iOS: move infoPlistValue to qiosglobalRichard Moe Gustavsen2013-12-043-7/+8
| * iOS: don't show statusbar if hidden from Info.plistRichard Moe Gustavsen2013-12-041-0/+3
| * iOS: Handle statusbar changes to child windowsTor Arne Vestbø2013-12-043-6/+6
| * iOS: fix assert when using QOffscreenSurfaceRichard Moe Gustavsen2013-12-041-2/+0
| * iOS: Disable drag and drop completely instead of enabling simple d'n'dTor Arne Vestbø2013-12-041-0/+2