summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioswindow.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add QWindowPrivate::topLevelWindow() helper functionTor Arne Vestbø2014-01-301-17/+0
* iOS: Fix failing assert in QUIView displayLayer()Tor Arne Vestbø2013-12-111-3/+4
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-13/+11
|\
| * iOS: Handle statusbar changes to child windowsTor Arne Vestbø2013-12-041-2/+2
| * iOS: fix assert when using QOffscreenSurfaceRichard Moe Gustavsen2013-12-041-2/+0
| * iOS: fix crash when application quitsRichard Moe Gustavsen2013-12-041-3/+7
| * iOS: fix application hangs when opening keyboardRichard Moe Gustavsen2013-12-031-6/+2
* | iOS: Apply default geometry to platform window if not set on QWindowTor Arne Vestbø2013-12-051-1/+9
* | iOS: Don't claim that windows with zero width and/or height are exposedTor Arne Vestbø2013-12-051-0/+5
|/
* iOS: Update statusbar visibility and screen properties before window geometryTor Arne Vestbø2013-11-251-8/+8
* iOS: close keyboard upon hitting key 'done'Richard Moe Gustavsen2013-11-251-1/+4
* iOS: add [QUIView updateTextInputTraits]Richard Moe Gustavsen2013-11-251-9/+43
* iOS: don't loose precision when converting CG typesRichard Moe Gustavsen2013-11-251-4/+4
* iOS: scroll screen when keyboard opensRichard Moe Gustavsen2013-11-251-7/+14
* iOS: decouple QIOSWindow and QIOSInputContextRichard Moe Gustavsen2013-11-241-2/+0
* iOS: Re-enable kEAGLDrawablePropertyRetainedBackingTor Arne Vestbø2013-11-221-1/+1
* iOS: Deliver resize events synchronously after setGeometry for QtWidgetsTor Arne Vestbø2013-11-221-0/+3
* iOS: Change show() to imply maximize, and showFullScreen() to hide status barTor Arne Vestbø2013-11-221-4/+29
* iOS: Take position of root viewcontroller into account for geometry changesTor Arne Vestbø2013-11-221-4/+26
* iOS: Fix when and how we send geometry and expose eventsTor Arne Vestbø2013-11-221-13/+72
* iOS: Use custom method to lay out windows instead of resizeMaximizedWindows()Tor Arne Vestbø2013-11-211-7/+9
* iOS: Don't use auto resizing masks to deal with maximized/fullscreenTor Arne Vestbø2013-11-201-10/+17