summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioswindow.mm
Commit message (Expand)AuthorAgeFilesLines
...
* iOS: Allow non-top-level windows to be activatedTor Arne Vestbø2013-11-201-2/+4
* iOS: Don't keep around reference to a single QIOSViewControllerTor Arne Vestbø2013-11-201-2/+17
* iOS: Send expose events in the window's coordinate system, not the parent'sTor Arne Vestbø2013-11-201-1/+1
* iOS: Don't enable kEAGLDrawablePropertyRetainedBackingTor Arne Vestbø2013-11-181-1/+1
* iOS: Enable clipping of subviews when QWindow has child windowsTor Arne Vestbø2013-11-141-0/+16
* iOS: Tie QIOSContext FBOs to corresponding QPlatformWindow, not QWindowTor Arne Vestbø2013-11-141-1/+3
* iOS: Handle key window as part of QWindow activationTor Arne Vestbø2013-11-141-0/+2
* iOS: Flesh out device-pixel-ratio handling in QIOSWindowTor Arne Vestbø2013-11-141-11/+11
* iOS: Send expose event when a window changes the geometry.Maciej Kujalowicz2013-11-081-0/+1
* iOS: Cancel any active touches when destroying a QIOSWindowTor Arne Vestbø2013-11-081-1/+13
* iOS: Detect/handle cancellation of subset of touch pointsTor Arne Vestbø2013-11-081-3/+9
* iOS: Rename QIOSWindow's backing view from EAGLView to QUIViewTor Arne Vestbø2013-11-081-6/+6
* iOS: Rename m_requestedGeometry to m_normalGeometryTor Arne Vestbø2013-11-081-3/+3
* iOS: set active window upon calls to requestActiveWindowRichard Moe Gustavsen2013-11-061-0/+1
* iOS: Remove unused QIOSWindow methods for getting effective width/heightTor Arne Vestbø2013-11-061-10/+0
* iOS: Prevent calling QWindow methods on native NSViewsAndy Nichols2013-11-041-1/+1
* iOS: bugfix touch events when not using alienRichard Moe Gustavsen2013-11-011-5/+12
* iOS: clear focus object when resigning first responder statusRichard Moe Gustavsen2013-11-011-1/+5
* iOS: bugfix touch events to also work in inverted portrait/landscapeRichard Moe Gustavsen2013-09-241-11/+5
* 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