summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/quiview.mm
Commit message (Expand)AuthorAgeFilesLines
* Add support for Apple tvOSMike Krus2016-05-171-0/+15
* Updated license headersJani Heikkinen2016-01-151-14/+20
* iOS: fix crash on iOS 8 due to unsupported selectorRichard Moe Gustavsen2016-01-111-4/+8
* iOS: Add support for delivering touch pressure on iPhone 6s/6s+ devicesTor Arne Vestbø2015-11-261-3/+26
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-2/+8
|\
| * iOS: remove 'truncation from double to float' compiler warningRichard Moe Gustavsen2015-05-131-1/+1
| * ios: implement Qt::WindowTransparentForInputRichard Moe Gustavsen2015-05-061-0/+6
| * ios: don't accept first responder if Qt::WindowDoesNotAcceptFocusRichard Moe Gustavsen2015-05-061-1/+1
* | iOS: Clean up style in Objective-C message signaturesTor Arne Vestbø2015-05-241-2/+2
|/
* iOS: Check if window was active on setVisible(false) through native APIsTor Arne Vestbø2015-03-161-0/+17
* iOS: Add platform plugin option to debug window managementTor Arne Vestbø2015-03-161-0/+14
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-2/+3
|\
| * iOS: only flush non-user input events from layoutSubviewsRichard Moe Gustavsen2015-02-151-2/+3
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-22/+14
|/
* iOS: Make QIOSTextInputResponder a proper first-responder during text inputTor Arne Vestbø2014-11-031-0/+10
* iOS: Detect window deactivation without waiting for next runloop iterationTor Arne Vestbø2014-10-281-17/+41
* iOS: Don't auto-activate popup windows unless they are standaloneTor Arne Vestbø2014-10-201-1/+1
* iOS: ensure edit menu works on iOS6Richard Moe Gustavsen2014-10-191-3/+8
* iOS: Properly scope window deactivation on resignFirstResponderTor Arne Vestbø2014-10-031-1/+2
* iOS: Move statusbar visibility handling to QIOSViewControllerTor Arne Vestbø2014-10-021-0/+10
* iOS: Fix touch point translation when root view controller is offsetTor Arne Vestbø2014-09-241-13/+16
* iOS: Simplify QWindow/UIView geometry mappingTor Arne Vestbø2014-09-241-14/+1
* iOS: Implement support for native menusRichard Moe Gustavsen2014-09-231-0/+8
* iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-201-10/+40
* iOS: Move accessibility/textinput includes in quiview.mmTor Arne Vestbø2014-09-101-4/+5
* iOS: Add helper for getting the iOS platform integration instanceTor Arne Vestbø2014-07-211-2/+1
* iOS: Refactor qioswindow.mm into quiview.mm and quiview_accessibility.mmTor Arne Vestbø2014-07-211-0/+346