summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiostextinputoverlay.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: close edit menu upon focus transferRichard Moe Gustavsen2021-02-051-0/+3
* iOS: don't report selection changed if it didn't changeRichard Moe Gustavsen2021-02-041-1/+5
* iOS: hide edit menu if typing on the input panelRichard Moe Gustavsen2021-02-041-4/+8
* iOS: Use new QPlatformInputContext geometry APIMorten Sørvig2021-02-011-16/+15
* iOS: always hide edit menu when showing the magnifier glassRichard Moe Gustavsen2021-02-011-6/+1
* iOS: ensure we close the edit menu when the user taps outside the input areaRichard Moe Gustavsen2021-01-201-32/+50
* iOS: ensure we hide the edit menu while dragging on the selection handlesRichard Moe Gustavsen2021-01-201-0/+9
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Long live std::pair!Giuseppe D'Angelo2020-06-101-1/+1
* Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
* iOS: be more careful about hiding the edit menuRichard Moe Gustavsen2019-05-151-3/+8
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+7
|\
| * iOS: Guard all uses of APIs not available in application extensionsTor Arne Vestbø2018-06-051-1/+7
* | 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