summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioswindow.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Use UIWindow bounds for fullscreen/maximized geometry on macOSTor Arne Vestbø2024-03-191-15/+25
* iOS: Remove NSView.safeAreaInsets wrapperTor Arne Vestbø2024-03-191-1/+1
* iOS: Propagate focus changes to VoiceOverTor Arne Vestbø2024-02-151-0/+5
* iOS: Remove QUIView from superview on QIOSWindow destructionTor Arne Vestbø2024-02-051-4/+5
* iOS: Allow raising and lowering child windowsTor Arne Vestbø2023-12-061-11/+19
* iOS: Use 160x160 as default normal window size, like on other platformsTor Arne Vestbø2023-11-201-5/+7
* Prevent reparenting of foreign window embedding containerTor Arne Vestbø2023-11-151-1/+6
* Ensure foreign window can be reparented out of contained window againTor Arne Vestbø2023-11-131-4/+10
* iOS: Fix foreign window auto testTor Arne Vestbø2023-11-131-11/+21
* iOS: Add support for foreign windowsTor Arne Vestbø2023-08-181-11/+43
* iOS: Implement QPlatformWindow::setMask() for masking rendering and inputTor Arne Vestbø2023-08-071-0/+18
* iOS: Don't invalidate a11y whenever UI elements are added or removedTor Arne Vestbø2023-06-071-0/+1
* iOS: Fix build with -no-openglTor Arne Vestbø2023-02-011-1/+5
* Fix several more improperly placed #include mocThiago Macieira2022-08-041-2/+2
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-0/+3
* 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