summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosinputcontext.mm
Commit message (Expand)AuthorAgeFilesLines
...
* iOS: Make sure we update hints and platform data on IM enable/disableTor Arne Vestbø2014-10-311-0/+9
* iOS: Fade out statusbar when scrolling view due to VKBTor Arne Vestbø2014-10-201-0/+2
* iOS: ensure we have a valid focusObject before sending it IM eventsRichard Moe Gustavsen2014-10-191-1/+1
* QIOSInputContext: animate screen from current transformationRichard Moe Gustavsen2014-09-251-1/+2
* QIOSInputContext: change keyboard rect when focus window changesRichard Moe Gustavsen2014-09-251-0/+1
* QIOSInputContext: report keyboard rect relative to focus windowRichard Moe Gustavsen2014-09-251-31/+27
* iOS: Scroll root view when keyboard is visible using sublayerTransformTor Arne Vestbø2014-09-241-7/+28
* iOS: Allow settings custom input and accessory views through ImPlatformDataTor Arne Vestbø2014-09-201-2/+2
* iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-201-60/+117
* iOS: Don't store UIViewAnimationOptions value as UIViewAnimationCurveTor Arne Vestbø2014-09-021-2/+2
* iOS: delay callbacks to UITextInput to avoid recursionRichard Moe Gustavsen2014-06-061-8/+2
* iOS: scroll screen after hiding keyboard programaticallyRichard Moe Gustavsen2014-04-291-0/+7
* 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: implement 'close keyboard' gestureRichard Moe Gustavsen2014-03-211-3/+27
* iOS: update keyboard rectangle when scrolling the screenRichard Moe Gustavsen2014-03-151-8/+24
* iOS: prevent crash on iOS 5Richard Moe Gustavsen2014-03-041-3/+3
* iOS: don't store reference to focus objectRichard Moe Gustavsen2014-02-141-4/+1
* iOS: implement support for input methodsRichard Moe Gustavsen2014-02-061-15/+23
* iOS: change logic for when to scroll screenRichard Moe Gustavsen2014-02-061-46/+72
* iOS: Fix C++11 buildTor Arne Vestbø2013-12-211-1/+1
* iOS: fix crash when focusWindow changes while keyboard is openRichard Moe Gustavsen2013-12-041-1/+1
* iOS: update keyboard layout upon focus transferRichard Moe Gustavsen2013-11-251-2/+18
* iOS: don't scroll after inputItem has movedRichard Moe Gustavsen2013-11-251-0/+13
* iOS: scroll screen when keyboard opensRichard Moe Gustavsen2013-11-251-7/+116
* iOS: decouple QIOSWindow and QIOSInputContextRichard Moe Gustavsen2013-11-241-1/+3
* iOS: post the code that closes the input panelRichard Moe Gustavsen2013-06-251-1/+10
* iOS: Don't crash on landscape mode startupMorten Johan Sørvig2013-02-271-1/+1
* iOS: let first responder follow the view of the focus windowRichard Moe Gustavsen2013-02-271-18/+15
* iOS: report changes to keyboard rect back to QtRichard Moe Gustavsen2013-02-271-2/+13
* iOS: add class QIOSInputContext (to handle keyboard)Richard Moe Gustavsen2013-02-271-0/+134