summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiostextinputoverlay.mm
Commit message (Expand)AuthorAgeFilesLines
* Clean up our Objective-C usageJake Petroules2018-02-201-49/+36
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-9/+0
|\
| * Remove obsolete version checksJake Petroules2017-09-251-9/+0
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-9/+9
|/
* iOS: Hide the overlay when the keyboard is hiddenAndy Shaw2017-03-271-0/+5
* IOS: Replace LGPL21 with LGPL license headerKai Koehne2017-02-281-14/+20
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-1/+2
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+2
| |\
| | * iOS: check if qApp is still valid before accessing itRichard Moe Gustavsen2016-10-151-1/+2
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-261-0/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-0/+4
| |\|
| | * QIOSTextInputOverlay: compile with Xcode 8 beta / iOS 10Richard Moe Gustavsen2016-09-121-0/+4
* | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-2/+2
|/ /
* | darwin: Add Foundation conversion functions for QPoint/QPointFTor Arne Vestbø2016-06-141-7/+7
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-4/+34
|\|
| * QIOSTextInputOverlay: fade-out handles upon focus transferRichard Moe Gustavsen2016-05-251-4/+34
* | darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-4/+4
|/
* iOS: Add text selection support from the platform pluginRichard Moe Gustavsen2016-05-041-0/+995