summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qioswindow.h
Commit message (Expand)AuthorAgeFilesLines
* UIKit: Don't reallocate renderbuffer on QIOSContext::swapBuffers()Tor Arne Vestbø2016-06-171-0/+2
* uikit: Deliver update requests via CADisplayLink callbackTor Arne Vestbø2016-06-171-0/+2
* iOS: add missing Q_DECL_OVERRIDERichard Moe Gustavsen2015-07-271-12/+12
* Return format as specified in original QWindowMike Krus2015-06-261-0/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* iOS: override QPlatformWindow::propagateSizeHints()Richard Moe Gustavsen2014-11-271-0/+1
* iOS: Don't auto-activate popup windows unless they are standaloneTor Arne Vestbø2014-10-201-0/+2
* iOS: Remove unused and duplicated functions from QIOSWindowTor Arne Vestbø2014-10-201-3/+0
* iOS: Move UIView helpers to once placeTor Arne Vestbø2014-10-201-5/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* iOS: Add support for QWindow::setOpacity()Tor Arne Vestbø2014-09-021-0/+1
* Accessibility iOSFrederik Gladhorn2014-06-061-0/+2
* iOS: Send updated expose events on application background/foregroundingTor Arne Vestbø2014-04-281-0/+1
* Add QWindowPrivate::topLevelWindow() helper functionTor Arne Vestbø2014-01-301-2/+0
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-1/+1
|\
| * iOS: Handle statusbar changes to child windowsTor Arne Vestbø2013-12-041-1/+1
* | iOS: Don't claim that windows with zero width and/or height are exposedTor Arne Vestbø2013-12-051-0/+2
|/
* iOS: Change show() to imply maximize, and showFullScreen() to hide status barTor Arne Vestbø2013-11-221-0/+2
* iOS: Use custom method to lay out windows instead of resizeMaximizedWindows()Tor Arne Vestbø2013-11-211-0/+4
* iOS: Don't keep around reference to a single QIOSViewControllerTor Arne Vestbø2013-11-201-0/+1
* iOS: Tie QIOSContext FBOs to corresponding QPlatformWindow, not QWindowTor Arne Vestbø2013-11-141-1/+3
* iOS: Flesh out device-pixel-ratio handling in QIOSWindowTor Arne Vestbø2013-11-141-1/+0
* iOS: Rename QIOSWindow's backing view from EAGLView to QUIViewTor Arne Vestbø2013-11-081-1/+3
* iOS: Rename m_requestedGeometry to m_normalGeometryTor Arne Vestbø2013-11-081-1/+1
* iOS: Remove unused QIOSWindow methods for getting effective width/heightTor Arne Vestbø2013-11-061-2/+0
* 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