summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qopenglwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLWidget: Play nice with empty paintGLLaszlo Agocs2014-09-181-0/+1
* Add a note about winId() to QOpenGLWidget docsLaszlo Agocs2014-09-181-0/+3
* Propagate swap interval from QOpenGLWidget to the tlwLaszlo Agocs2014-09-181-1/+15
* Do not drop the context when sharing globallyLaszlo Agocs2014-09-151-0/+6
* Update QOpenGLWidget paintDevice devicePixelRatio when recreating fboDyami Caliri2014-09-101-0/+1
* Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-101-0/+4
* Add an option to share between TLWsLaszlo Agocs2014-09-101-6/+19
* Fix garbled resize with QOpenGLWidget when using multi-sampling.Dyami Caliri2014-09-101-0/+1
* Improve QOpenGLWidget docs regarding fb preservationLaszlo Agocs2014-09-081-1/+17
* Fix composition for windows with alphaLaszlo Agocs2014-08-131-5/+11
* Fix msaa in QOpenGLWidgetLaszlo Agocs2014-08-111-6/+27
* Fix crash in QOpenGLWidget when changing the TLWLaszlo Agocs2014-08-081-1/+19
* Add default format to QSurfaceFormatLaszlo Agocs2014-08-081-3/+16
* Avoid crashing in QOpenGLWidget::metricsLaszlo Agocs2014-08-071-1/+2
* Add missing devicePixelRatio multiplication in QOpenGLWidget size checksLaszlo Agocs2014-08-061-1/+1
* Enhance QOpenGLWidget docs about resource managementLaszlo Agocs2014-08-051-3/+54
* Make QOpenGLWidget publicLaszlo Agocs2014-08-011-53/+799
* Avoid setting unnecessary parameters in QOpenGLWidgetLaszlo Agocs2014-05-161-6/+0
* Avoid drawing when the QOpenGLWidget isn't mappedJocelyn Turcotte2014-05-081-1/+1
* QOpenGLWidget: Avoid crashing if updateGL is called before the first resizeJocelyn Turcotte2014-04-091-0/+3
* Fix a crash on startup with QOpenGLWidgetJocelyn Turcotte2014-04-071-1/+2
* Enable the depth and stencil buffers by default in QOpenGLWidgetJocelyn Turcotte2014-04-021-1/+1
* QOpenGLWidget retina support.Morten Johan Sørvig2014-03-201-1/+1
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-7/+10
* Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-121-0/+183