| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move QOpenGLWidget from QtWidgets to QtOpenGL | Johan Klokkhammer Helsing | 2019-12-12 | 1 | -1471/+0 |
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -13/+13 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Liang Qi | 2019-10-10 | 1 | -3/+5 |
| |\ |
|
| | * | Add check for global share context for QOpenGLWidget initialize | Michal Klocek | 2019-10-08 | 1 | -3/+5 |
| * | | QtWidgets: Fix static method invocations | Friedemann Kleint | 2019-06-28 | 1 | -2/+2 |
| * | | Add accessors for QWindow and QScreen to QWidgetPrivate | Friedemann Kleint | 2019-06-18 | 1 | -5/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Liang Qi | 2019-04-16 | 1 | -1/+2 |
| |\ |
|
| | * | Fix context loss in QOpenGLWidget upon tlw change with AA_ShareOpenGLContexts | Laszlo Agocs | 2019-04-09 | 1 | -1/+2 |
| * | | QtWidgets: replace 0 with \nullptr in documentation | Christian Ehrlicher | 2019-02-05 | 1 | -2/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Qt Forward Merge Bot | 2018-12-10 | 1 | -0/+1 |
| |\ |
|
| | * | Ensure QOpenGLWidget FBO is always initialized | Tor Arne Vestbø | 2018-11-27 | 1 | -0/+1 |
| * | | WebAssembly for QtBase | Morten Johan Sørvig | 2018-08-30 | 1 | -0/+10 |
| * | | Don't ignore alpha values in grabFramebuffer methods | Allan Sandfeld Jensen | 2018-08-03 | 1 | -1/+2 |
| |/ |
|
| * | Fix typos | Jarek Kobus | 2018-02-13 | 1 | -1/+1 |
| * | Add more Q_FALLTHROUGH() | Friedemann Kleint | 2018-01-12 | 1 | -1/+1 |
| * | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -13/+13 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-07-04 | 1 | -0/+2 |
| |\ |
|
| | * | Fix moving a hidden QOpenGLWidget to another window | Sérgio Martins | 2017-07-02 | 1 | -0/+2 |
| * | | Fix dereferencing non-existent TLW with hidden QOpenGLWidget | Laszlo Agocs | 2017-06-20 | 1 | -12/+12 |
| * | | Start supporting purely offscreen QOpenGLWidget | Laszlo Agocs | 2017-06-08 | 1 | -9/+23 |
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-05-07 | 1 | -6/+2 |
| |\| |
|
| | * | QOpenGLWidget: Fix UB (invalid cast) in ~QOpenGLWidgetPrivate | Dyami Caliri | 2017-04-27 | 1 | -6/+2 |
| * | | Docs: Fix some warnings | Friedemann Kleint | 2017-04-21 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-03-20 | 1 | -0/+14 |
| |\| |
|
| | * | Set default fbo redirect correctly for QOpenGLWidget viewports | Laszlo Agocs | 2017-03-18 | 1 | -0/+14 |
| * | | Compose renderToTexture widgets with sRGB when needed | Laszlo Agocs | 2017-02-26 | 1 | -0/+30 |
| * | | Add support for custom texture format in QOpenGLWidget | Laszlo Agocs | 2017-02-26 | 1 | -3/+51 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-08-13 | 1 | -2/+2 |
| |\ |
|
| | * | Doc: Change instances of '(Mac) OS X' to 'macOS' | Topi Reinio | 2016-08-12 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-06 | 1 | -1/+3 |
| |\| |
|
| | * | Avoid missing paints when resizing GV with QOpenGLWidget viewport | Laszlo Agocs | 2016-05-24 | 1 | -1/+3 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-21 | 1 | -0/+2 |
| |\| |
|
| | * | QtWidgets: includemocs | Marc Mutz | 2016-03-18 | 1 | -0/+2 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Simon Hausmann | 2015-11-27 | 1 | -2/+1 |
| |\| |
|
| | * | Send a paint after resize correctly from QOpenGLWidget | Laszlo Agocs | 2015-11-23 | 1 | -2/+1 |
| * | | QtWidgets: use Q_UNLIKELY for every qWarning() (2) | Marc Mutz | 2015-11-25 | 1 | -7/+7 |
| |/ |
|
| * | Support mixing native child widgets with texture-based ones | Laszlo Agocs | 2015-11-19 | 1 | -6/+0 |
| * | QtWidgets: use printf-style qWarning/qDebug where possible (I) | Marc Mutz | 2015-10-27 | 1 | -2/+2 |
| * | QOpenGLWidget: Fix grabbing multisample framebuffers | Laszlo Agocs | 2015-10-14 | 1 | -2/+13 |
| * | QOpenGLWidget: Do not recurse when calling grabFramebuffer() from paintGL() | Laszlo Agocs | 2015-10-14 | 1 | -2/+8 |
| * | Fix up QOpenGLWidget transparency support | Laszlo Agocs | 2015-09-24 | 1 | -9/+13 |
| * | Avoid multisampled contexts in QOpenGLWidget | Laszlo Agocs | 2015-08-05 | 1 | -2/+11 |
| * | Enable non-integer device pixel ratio | Morten Johan Sørvig | 2015-07-30 | 1 | -11/+17 |
| * | Fix incorrect warning message in QOpenGLWidget | Laszlo Agocs | 2015-06-22 | 1 | -1/+1 |
| * | Emphasize the need for calling setDefaultFormat early on OS X | Laszlo Agocs | 2015-05-29 | 1 | -0/+6 |
| * | Create contexts and pbuffers with the correct screen in QOpenGLWidget | Laszlo Agocs | 2015-05-12 | 1 | -0/+2 |
| * | Fix incorrect FBO bindings with QOpenGLWidget | Laszlo Agocs | 2015-03-30 | 1 | -1/+9 |
| * | Add a section about QOpenGLWidget alternatives | Laszlo Agocs | 2015-03-25 | 1 | -0/+17 |
| * | Use glFinish() in QOpenGLWidget unless glFlush() is known to be enough | Laszlo Agocs | 2015-03-23 | 1 | -3/+3 |