summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/quiview.mm
Commit message (Expand)AuthorAgeFilesLines
* Use qmath.h's conversions between degrees and radiansEdward Welbourne2021-09-101-3/+4
* iOS: Pass the text to handleExtendedKeyEvent when knownAndy Shaw2021-02-231-4/+7
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-191-1/+2
* iOS: Disable three-finger-tap editing interaction menu when there's no focus ...Tor Arne Vestbø2021-02-111-0/+13
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-201-8/+39
* Fix warning: don't compare Qt::TouchPointReleased and QEventPoint::StateShawn Rutledge2020-09-021-1/+1
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-6/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Fix UITouch event handling on tvOSMike Krus2020-06-291-9/+23
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-11/+9
* macOS/iOS: set focus reason when handling window deactivationVolker Hilsheimer2020-04-291-2/+2
* Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-0/+1
* Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-271-7/+28
* iOS: Account for UITextInteraction when building against 12.x or lowerAndy Shaw2019-11-071-6/+2
* Revert "iOS: Account for when the older SDK is used when building"v5.13.2Andy Shaw2019-10-251-0/+2
* iOS: Account for when the older SDK is used when buildingAndy Shaw2019-10-171-2/+0
* iOS: Prevent UIKit from adding UITextInteraction to our viewTor Arne Vestbø2019-10-041-0/+12
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-31/+14
* iOS: Don't assume our UIWindow is a QUIWindowTor Arne Vestbø2018-04-171-1/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-111-1/+1
|\
| * iOS: Remove sending of duplicate touch events after broken mergeTor Arne Vestbø2018-04-101-1/+1
* | Clean up our Objective-C usageJake Petroules2018-02-201-34/+40
|/
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-12/+23
|\
| * iOS: Simplify logging of QUIView/QIOSWindowTor Arne Vestbø2018-02-051-12/+23
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-041-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+2
| |\
| | * Fix the iOS/tvOS platform plugin build on tvOSJake Petroules2018-01-041-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-8/+80
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+71
| |\|
| | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+39
| | * iOS: Try to detect and deal with delayed touch delivery due to gesturesTor Arne Vestbø2017-12-061-1/+16
| | * iOS: Compute screen available geometry based on safe area insetsTor Arne Vestbø2017-11-301-0/+16
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-7/+7
| |\|
| | * iOS: Deliver all QWindowSystemInterface events synchronouslyTor Arne Vestbø2017-11-281-7/+7
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-2/+3
|\| |
| * | iOS: Don't set background color when debugging window managementTor Arne Vestbø2017-11-291-1/+0
| * | iOS: Use environment variables for debug flags instead of QObject propertiesTor Arne Vestbø2017-11-281-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-0/+2
| |\|
| | * iOS: Add logging of window geometry/exposureTor Arne Vestbø2017-11-211-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-2/+1
|\| |
| * | Clean up OS version checks for Apple platformsJake Petroules2017-09-291-2/+1
* | | iOS: disable Apple Pencil support if configure -no-feature-tableteventShawn Rutledge2017-09-151-2/+12
* | | Add Apple Pencil support on iOSShawn Rutledge2017-09-141-22/+62
|/ /
* | iOS: Fix accessibility leakTor Arne Vestbø2017-08-091-2/+10
* | Ensure all platforms send geometry events if request was not fulfilledTor Arne Vestbø2017-07-071-11/+4
* | Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-071-4/+0
|/
* iOS: Limit duration of FirstResponderCandidate to becomeFirstResponderTor Arne Vestbø2017-01-061-10/+15
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-24/+11
|\
| * iOS: Take advantage of new synchronous API for QPA event deliveryTor Arne Vestbø2016-10-141-24/+11
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-261-1/+2
|\|