summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioswindow.h
Commit message (Expand)AuthorAgeFilesLines
* iOS: don't send ended touch events to QPARichard Moe Gustavsen2013-05-071-7/+0
* iOS: remove setMouse/keyboardGrabEnabled warningRichard Moe Gustavsen2013-04-261-0/+3
* iOS: add convenience functions for getting window typeRichard Moe Gustavsen2013-04-261-0/+3
* iOS: QIOSWindow::setParent()Richard Moe Gustavsen2013-02-271-0/+1
* iOS: implement QIOSWindow::winId()Richard Moe Gustavsen2013-02-271-1/+1
* iOS: avoid activating modally blocked windowsRichard Moe Gustavsen2013-02-271-0/+1
* iOS: add QIOSWindow::windowLevel() to simplify window stackingRichard Moe Gustavsen2013-02-271-1/+2
* iOS: Implement touch events.Morten Johan Sørvig2013-02-271-0/+9
* iOS: implement QPlatformWindow::requestActivateWindow()Richard Moe Gustavsen2013-02-271-0/+1
* iOS: implement QPlatformWindow::raise() and lower()Richard Moe Gustavsen2013-02-271-0/+5
* iOS: Move handling of FBOs to QIOSContext instead of QIOSWindowTor Arne Vestbø2013-02-271-9/+2
* iOS: add UIView category to get the QWindow it representsRichard Moe Gustavsen2013-02-271-0/+4
* iOS: make EAGLView private in QIOSWindowRichard Moe Gustavsen2013-02-271-27/+2
* iOS: Retina display support.Morten Johan Sorvig2013-02-271-0/+2
* iOS: implement in QIOSWindow::setVisibleRichard Moe Gustavsen2013-02-271-0/+1
* iOS: Update GL render buffers when the accociated window is resizedTor Arne Vestbø2013-02-271-0/+9
* iOS: update QPlatformWindow::geometry() when UIView changes sizeRichard Moe Gustavsen2013-02-271-0/+1
* iOS: when in fullscreen, dont respond to geometry changesRichard Moe Gustavsen2013-02-271-1/+0
* iOS: Remove requestWindowOrientation from QIOSWindowTor Arne Vestbø2013-02-271-1/+0
* iOS: implement requestWindowOrientationRichard Moe Gustavsen2013-02-271-0/+1
* iOS: handle content orientation feedback from applicationRichard Moe Gustavsen2013-02-271-0/+1
* iOS: Implement QPlatformWindow::setWindowState()Tor Arne Vestbø2013-02-271-0/+2
* iOS: Implement QIOSWindow::setGeometry() and pick up UIView geometry changesTor Arne Vestbø2013-02-271-0/+1
* iOS: send mouse events (from touch events) from EAGLViewRichard Moe Gustavsen2013-02-271-0/+3
* iOS: Implement QPlatformOpenGLContextTor Arne Vestbø2013-02-271-69/+28
* iOS: Change member variable style to be consistent with Qt's de facto standardTor Arne Vestbø2013-02-271-13/+13
* iOS: copy brute-force port of Qt4 uikit plugin into Qt5.Richard Moe Gustavsen2013-02-261-0/+135