summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioswindow.mm
Commit message (Expand)AuthorAgeFilesLines
* iOS: Activate window on touchesEnded instead of touchesBeganRichard Moe Gustavsen2013-08-221-6/+8
* iOS: activate window when input panel opensRichard Moe Gustavsen2013-06-251-1/+17
* iOS: take orientation into account when reporting touch positionsRichard Moe Gustavsen2013-05-271-3/+6
* iOS: don't activate non-toplevel windowsRichard Moe Gustavsen2013-05-241-1/+1
* iOS: fix bug when reporting the screen position of touch eventsRichard Moe Gustavsen2013-05-201-8/+8
* iOS: don't send ended touch events to QPARichard Moe Gustavsen2013-05-071-68/+35
* iOS: stack true popup windows ontop of tool windowsRichard Moe Gustavsen2013-04-261-1/+3
* iOS: add convenience functions for getting window typeRichard Moe Gustavsen2013-04-261-2/+2
* iOS: use an explicit pointer to qiosViewControllerRichard Moe Gustavsen2013-04-191-2/+2
* iOS: Handle UIDeviceOrientation vs UIInterfaceOrientationTor Arne Vestbø2013-04-041-1/+1
* iOS: Set touch point position in screen coords.Morten Johan Sørvig2013-02-271-4/+7
* iOS: QIOSWindow::setParent()Richard Moe Gustavsen2013-02-271-3/+11
* iOS: avoid activating modally blocked windowsRichard Moe Gustavsen2013-02-271-1/+18
* iOS: add QIOSWindow::windowLevel() to simplify window stackingRichard Moe Gustavsen2013-02-271-10/+32
* iOS: Implement touch events.Morten Johan Sørvig2013-02-271-11/+95
* iOS: let first responder follow the view of the focus windowRichard Moe Gustavsen2013-02-271-0/+5
* iOS: implement QPlatformWindow::requestActivateWindow()Richard Moe Gustavsen2013-02-271-7/+13
* iOS: raise windows that becomes visibleRichard Moe Gustavsen2013-02-271-1/+9
* iOS: implement QPlatformWindow::raise() and lower()Richard Moe Gustavsen2013-02-271-1/+31
* iOS: transfer focus to the window touchedRichard Moe Gustavsen2013-02-271-0/+5
* iOS: Move handling of FBOs to QIOSContext instead of QIOSWindowTor Arne Vestbø2013-02-271-59/+6
* iOS: Fix style nitpicksTor Arne Vestbø2013-02-271-2/+2
* iOS: make QWindow views hidden by defaultRichard Moe Gustavsen2013-02-271-0/+3
* iOS: activate next window when active window hidesRichard Moe Gustavsen2013-02-271-1/+15
* iOS: add UIView category to get the QWindow it representsRichard Moe Gustavsen2013-02-271-0/+11
* iOS: make EAGLView private in QIOSWindowRichard Moe Gustavsen2013-02-271-1/+23
* iOS: add convenience function to get to the root QIOSViewControllerRichard Moe Gustavsen2013-02-271-1/+1
* iOS: add global function 'isQtApplication'Richard Moe Gustavsen2013-02-271-1/+1
* iOS: refactor general convenience functions into new file 'qiosglobal'Richard Moe Gustavsen2013-02-271-10/+1
* iOS: Retina display support.Morten Johan Sorvig2013-02-271-3/+18
* iOS: refactor QIOSOrientationListener into QIOSScreenRichard Moe Gustavsen2013-02-271-2/+1
* 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