summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioswindow.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: implement in QIOSWindow::setVisibleRichard Moe Gustavsen2013-02-271-0/+6
* iOS: remove the view from the view hierarchy upon destructionRichard Moe Gustavsen2013-02-271-0/+1
* iOS: Update GL render buffers when the accociated window is resizedTor Arne Vestbø2013-02-271-35/+47
* iOS: update QPlatformWindow::geometry() when UIView changes sizeRichard Moe Gustavsen2013-02-271-3/+6
* iOS: let fullscreen geometry take orientation into accountRichard Moe Gustavsen2013-02-271-3/+6
* iOS: when in fullscreen, autoresize the view when the device rotatesRichard Moe Gustavsen2013-02-271-0/+2
* iOS: one 'transform' warning per window is sufficientRichard Moe Gustavsen2013-02-271-5/+0
* iOS: when in fullscreen, dont respond to geometry changesRichard Moe Gustavsen2013-02-271-20/+14
* iOS: Set initial window state on window creationTor Arne Vestbø2013-02-271-0/+2
* iOS: Remove requestWindowOrientation from QIOSWindowTor Arne Vestbø2013-02-271-16/+0
* iOS: use 'self' rather than 'super' pointer in initWithQIOSWindowRichard Moe Gustavsen2013-02-271-1/+1
* iOS: implement requestWindowOrientationRichard Moe Gustavsen2013-02-271-0/+17
* iOS: handle content orientation feedback from applicationRichard Moe Gustavsen2013-02-271-0/+9
* iOS: Ensure UIApplicationMain is started before QApplication by wrapping main()Tor Arne Vestbø2013-02-271-7/+2
* iOS: Implement QPlatformWindow::setWindowState()Tor Arne Vestbø2013-02-271-0/+18
* iOS: Implement QIOSWindow::setGeometry() and pick up UIView geometry changesTor Arne Vestbø2013-02-271-1/+42
* iOS: Pass QWindow geometry to initWithFrame on window creationTor Arne Vestbø2013-02-271-4/+9
* iOS: send mouse events (from touch events) from EAGLViewRichard Moe Gustavsen2013-02-271-11/+10
* iOS: create top-level UIWindow and UIViewControllerRichard Moe Gustavsen2013-02-271-0/+6
* iOS: Implement QPlatformOpenGLContextTor Arne Vestbø2013-02-271-304/+96
* iOS: Change member variable style to be consistent with Qt's de facto standardTor Arne Vestbø2013-02-271-93/+93
* iOS: copy brute-force port of Qt4 uikit plugin into Qt5.Richard Moe Gustavsen2013-02-261-0/+449