summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosbackingstore.mm
Commit message (Expand)AuthorAgeFilesLines
* Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-051-14/+1
* iOS: Remove support for OpenGL-backed QBackingStoreTor Arne Vestbø2017-08-241-127/+12
* iOS: Ensure that QPlatformBackingStore can clean up textures in dtorTor Arne Vestbø2017-01-061-1/+11
* UIKit: Document the history and implementation of QIOSBackingStoreTor Arne Vestbø2016-09-271-0/+27
* Fix namespaced build on iOSJake Petroules2016-09-201-0/+2
* iOS: Use composeAndFlush() to flush all backing store updatesTor Arne Vestbø2016-03-181-5/+5
* QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* iOS: Switch backingstore to use raster paint engine, not GLTor Arne Vestbø2015-12-171-73/+38
* ios: Add support for QOpenGLWidget and QQuickWidgetLaszlo Agocs2015-05-071-7/+102
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* iOS: Keep size and device pixel ratio of QIOSBackingStore in sync with windowTor Arne Vestbø2015-02-021-9/+7
* iOS: Don't warn about QBackingStore::resize() != window.size() for widgetsTor Arne Vestbø2013-11-251-1/+1
* iOS: Allow QBackingStore::flush() without beginPaint()Tor Arne Vestbø2013-11-221-3/+5
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-161-6/+0
* iOS: Don't resize backing store twice in beginPaint()Tor Arne Vestbø2013-04-291-1/+0
* iOS: QIOSBackingStore: enable FBO depth and stencil bufferRichard Moe Gustavsen2013-04-191-1/+5
* iOS: Skip flushing child windows in QIOSBackingStoreRichard Moe Gustavsen2013-02-271-0/+7
* iOS: Retina display support.Morten Johan Sorvig2013-02-271-2/+8
* iOS: Keep QIOSBackingStore's paint device size in sync with the windowTor Arne Vestbø2013-02-271-5/+11
* iOS: Create QIOSBackingStore paint device lazily in paintDevice()Tor Arne Vestbø2013-02-271-2/+3
* iOS: Don't recreate paint device on beginPaint()Morten Johan Sørvig2013-02-271-3/+3
* iOS: Implement QIOSBackingStore in terms of a QOpenGLPaintDeviceTor Arne Vestbø2013-02-271-91/+56
* iOS: Implement QPlatformOpenGLContextTor Arne Vestbø2013-02-271-0/+1
* iOS: Change member variable style to be consistent with Qt's de facto standardTor Arne Vestbø2013-02-271-6/+6
* iOS: copy brute-force port of Qt4 uikit plugin into Qt5.Richard Moe Gustavsen2013-02-261-0/+139