summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiostextresponder.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Handle positionFromPosition out of boundsAndy Shaw2020-01-091-1/+5
* iOS: Guard against request for textInputView without focus windowTor Arne Vestbø2019-12-031-2/+6
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-8/+6
* Clean up our Objective-C usageJake Petroules2018-02-201-18/+24
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-1/+0
|\
| * iOS: Deliver all QWindowSystemInterface events synchronouslyTor Arne Vestbø2017-11-281-1/+0
* | Clean up OS version checks for Apple platformsJake Petroules2017-09-291-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-5/+6
|\|
| * iOS: Fix the shortcuts bar not correctly hiddenFilipe Azevedo2017-05-161-5/+6
* | iOS: add support for using the input panel as a trackpadRichard Moe Gustavsen2017-03-281-3/+4
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-1/+1
| |\
| | * iOS: fix 'incompatible pointer type' compiler warningRichard Moe Gustavsen2016-11-071-1/+1
* | | iOS: guard iOS only code to not break tvOS buildRichard Moe Gustavsen2016-10-281-0/+3
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-0/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-0/+11
| |\|
| | * iOS: (crash fix) ensure we don't clear focus object in a text responder trans...Richard Moe Gustavsen2016-09-301-1/+1
| | * iOS: hide shortcuts bar on iPad when showing menusRichard Moe Gustavsen2016-09-301-0/+11
* | | Fix namespaced build on iOSJake Petroules2016-09-201-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-251-1/+1
| |\|
| | * Fix warning: 'UITextInputTextFontKey' is deprecatedJake Petroules2016-08-241-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+1
| |\|
| | * iOS: ensure we don't break UIKit IM state when sending key eventsRichard Moe Gustavsen2016-05-241-0/+1
* | | darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-2/+2
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-5/+1
* | | Add support for Apple tvOSMike Krus2016-05-171-0/+2
|/ /
* | iOS: (crash fix) ensure we don't clear focus object in a text responder trans...Richard Moe Gustavsen2016-04-221-1/+1
* | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-4/+4
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* iOS: Clear focusObject if first responder is set to nullMarkus Goetz2015-12-171-1/+5
* iOS: Don't hide keyboard on "Done" button when focus object has changedMarkus Goetz2015-12-171-0/+8
* iOS: include marked text when reporting IM textInRange and endOfDocumentRichard Moe Gustavsen2015-12-171-2/+12
* iOS: filter edit menu actions depending on selection stateRichard Moe Gustavsen2015-12-091-0/+26
* iOS: support edit action 'select'Richard Moe Gustavsen2015-12-091-0/+7
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-1/+1
|\
| * iOS: always flush spontaneous key press eventsRichard Moe Gustavsen2015-11-231-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-13/+174
|\|
| * iOS: silence compiler warning about unimplemented 'selectionRectsForRange'Richard Moe Gustavsen2015-09-101-0/+9
| * iOS: compose key events from QKeySequencesRichard Moe Gustavsen2015-09-041-10/+18
| * iOS: handle all directions when calculating positionFromPositionRichard Moe Gustavsen2015-09-011-1/+11
| * iOS: add undo/redo supportRichard Moe Gustavsen2015-09-011-0/+53
| * iOS: listen for standard text edit shortcutsRichard Moe Gustavsen2015-09-011-0/+18
| * iOS: send arrow keys to Qt to handle cursor movementRichard Moe Gustavsen2015-09-011-0/+65
| * iOS: send key events through QPARichard Moe Gustavsen2015-09-011-7/+5
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-9/+43
|\|
| * iOS: ensure that we restore text selection with correct cursor and anchor posRichard Moe Gustavsen2015-08-111-1/+1
| * iOS: support cut/copy/paste shortcuts when using Bluetooth keyboardRichard Moe Gustavsen2015-08-111-8/+42
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-0/+2
|\|