summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios
Commit message (Expand)AuthorAgeFilesLines
...
* iOS: Use dispatch_async instead of performSelectorOnMainThread for IMETor Arne Vestbø2014-08-261-10/+12
* iOS: Add UIResponder helper to get current first responderTor Arne Vestbø2014-08-262-0/+29
* Accessibility iOS: Fix crash after deleting a viewFrederik Gladhorn2014-08-262-3/+6
* Allow ES3 (and ES1) context creation on iOSJames Turner2014-08-191-5/+18
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-13/+6
|\
| * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-111-13/+6
* | iOS: Let QScreen manage UIWindow and root view-controllerTor Arne Vestbø2014-07-237-54/+64
* | iOS: Detect external screen connections and expose as additional QScreenTor Arne Vestbø2014-07-214-24/+87
* | iOS: Add helper for getting the iOS platform integration instanceTor Arne Vestbø2014-07-216-4/+16
* | iOS: Fix compilation with Xcode6/iOS8 SDKTor Arne Vestbø2014-07-211-0/+1
* | iOS: Refactor qioswindow.mm into quiview.mm and quiview_accessibility.mmTor Arne Vestbø2014-07-216-380/+493
* | iOS: Fix compilation warningTor Arne Vestbø2014-07-041-2/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-39/+61
|\|
| * iOS: delay callbacks to UITextInput to avoid recursionRichard Moe Gustavsen2014-06-063-39/+61
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2014-06-071-3/+3
|\|
| * iOS: Be more careful when hiding the keyboard upon enterRichard Moe Gustavsen2014-05-231-3/+3
* | Accessibility iOSFrederik Gladhorn2014-06-0610-2/+495
|/
* 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