summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioswindow.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Protect against a possible crash after the window is deletedAndy Shaw2021-03-291-0/+1
* Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-271-1/+10
* Clean up our Objective-C usageJake Petroules2018-02-201-3/+3
* iOS: Simplify logging of QUIView/QIOSWindowTor Arne Vestbø2018-02-051-0/+13
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+8
|\
| * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+7
| * iOS: Harden logic for when it's safe to use the graphics hardwareTor Arne Vestbø2017-12-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-7/+20
|\|
| * iOS: Take UIWindow bounds into account when making window fullscreenTor Arne Vestbø2017-11-221-5/+18
* | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-161-19/+9
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-221-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-1/+1
| |\
| | * iOS: let quiview conform to API signature changes in iOS 10Richard Moe Gustavsen2016-09-191-1/+1
* | | Fix namespaced build on iOSJake Petroules2016-09-201-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-231-20/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-20/+1
| |\|
| | * UIKit: Treat windows as exposed only during Qt::ApplicationStateActiveTor Arne Vestbø2016-06-211-20/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+11
| |\|
| | * UIKit: Don't reallocate renderbuffer on QIOSContext::swapBuffers()Tor Arne Vestbø2016-06-171-0/+6
| | * uikit: Deliver update requests via CADisplayLink callbackTor Arne Vestbø2016-06-171-0/+5
* | | darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-1/+1
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Return format as specified in original QWindowMike Krus2015-06-261-0/+7
* ios: don't autoactivate if _q_showWithoutActivatingRichard Moe Gustavsen2015-05-061-1/+2
* ios: don't accept first responder if Qt::WindowDoesNotAcceptFocusRichard Moe Gustavsen2015-05-061-0/+3
* Add Qt::WindowFlag to signal that maximizing should cover full screen geometryTor Arne Vestbø2015-03-271-1/+2
* iOS: Clarify implementation of QIOSWindow::isExposed()Tor Arne Vestbø2015-03-161-0/+19
* iOS: Check if window was active on setVisible(false) through native APIsTor Arne Vestbø2015-03-161-1/+1
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* iOS: Simplify QIOSWindow::setParent()Tor Arne Vestbø2015-01-231-11/+4
* iOS: Fix QWindow::reportContentOrientationChange on iOS6+Tor Arne Vestbø2015-01-091-4/+15
* iOS: only skip activating the most simple popup typesRichard Moe Gustavsen2014-11-261-3/+4
* iOS: Don't auto-activate popup windows unless they are standaloneTor Arne Vestbø2014-10-201-10/+25
* iOS: Remove unused and duplicated functions from QIOSWindowTor Arne Vestbø2014-10-201-1/+1
* iOS: Move statusbar visibility handling to QIOSViewControllerTor Arne Vestbø2014-10-021-2/+1
* iOS: Simplify QWindow/UIView geometry mappingTor Arne Vestbø2014-09-241-18/+1
* iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-201-2/+2
* iOS: Add support for QWindow::setOpacity()Tor Arne Vestbø2014-09-021-0/+6
* Accessibility iOS: Fix crash after deleting a viewFrederik Gladhorn2014-08-261-0/+1
* iOS: Refactor qioswindow.mm into quiview.mm and quiview_accessibility.mmTor Arne Vestbø2014-07-211-374/+6
* Accessibility iOSFrederik Gladhorn2014-06-061-0/+73
* iOS: Gracefully handle cancelling of subset of active touchesTor Arne Vestbø2014-05-081-11/+25
* iOS: Send updated expose events on application background/foregroundingTor Arne Vestbø2014-04-281-5/+27
* iOS: only activate top-level windowsRichard Moe Gustavsen2014-02-141-9/+12
* iOS: activate window on touchesBeganRichard Moe Gustavsen2014-02-141-8/+3
* iOS: implement support for input methodsRichard Moe Gustavsen2014-02-061-0/+1
* iOS: move key/text input into separate categoryRichard Moe Gustavsen2014-02-061-103/+11
* iOS: move QUIView interface decl into separate header fileRichard Moe Gustavsen2014-02-061-25/+1