| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move hellowindow and qopenglwindow to be a manual tests | Laszlo Agocs | 2023-03-23 | 1 | -77/+0 |
| * | Examples: Add missing include guards | Friedemann Kleint | 2023-02-01 | 1 | -0/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -49/+2 |
| * | Use QList instead of QVector in examples | Jarek Kobus | 2020-06-23 | 1 | -2/+2 |
| * | Fix hellowindow example | Michal Klocek | 2020-05-25 | 1 | -15/+9 |
| * | Move QOpenGLShaderProgram from QtGui to QtOpenGL | Johan Klokkhammer Helsing | 2020-02-20 | 1 | -1/+1 |
| * | Use requestUpdate instead of timer in a few GL examples | Tor Arne Vestbø | 2019-01-22 | 1 | -2/+3 |
| * | Don’t flicker on startup: render on expose | Morten Johan Sørvig | 2017-06-27 | 1 | -1/+1 |
| * | Examples: Replace 'Q_DECL_OVERRIDE' by 'override' | hjk | 2016-06-15 | 1 | -2/+2 |
| * | Unify license header usage. | Jani Heikkinen | 2016-03-29 | 1 | -3/+13 |
| * | Updated BSD licensed file headers | Jani Heikkinen | 2015-02-15 | 1 | -3/+3 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -5/+5 |
| * | Make hellowindow multi display capable on embedded | Laszlo Agocs | 2014-10-16 | 1 | -1/+3 |
| * | Modernize the OpenGL examples | Laszlo Agocs | 2014-08-12 | 1 | -4/+6 |
| * | Examples: Add Q_DECL_OVERRIDE to overridden functions | Olivier Goffart | 2014-07-15 | 1 | -2/+2 |
| * | Improved robustness of threaded rendering in hellowindow example. | Samuel Rødal | 2013-04-25 | 1 | -11/+14 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Polish code of some opengl examples | hjk | 2012-12-28 | 1 | -9/+4 |
| * | Fix hellowindow example generating excess timers | Miikka Heikkinen | 2012-11-05 | 1 | -0/+2 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -6/+6 |
| * | examples: Mark ctor's as explicit | Sergio Ahumada | 2012-09-17 | 1 | -1/+1 |
| * | OpenGL/HelloWindow example: Fix resource leaks. | Friedemann Kleint | 2012-05-25 | 1 | -2/+3 |
| * | Made hellowindow example respect the expose event. | Samuel Rødal | 2012-04-20 | 1 | -0/+2 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Added multi-screen support to hellowindow example. | Samuel Rødal | 2011-12-06 | 1 | -1/+1 |
| * | Make examples build with Qt-in-namespace | Kent Hansen | 2011-09-28 | 1 | -0/+2 |
| * | Add missing license headers | Jason McDonald | 2011-09-15 | 1 | -0/+40 |
| * | Copy core GL functionality to QtGui with QGL -> QOpenGL naming. | Samuel Rødal | 2011-08-29 | 1 | -6/+6 |
| * | Make the hellowindow example multi-threaded to stress the GL backend. | Samuel Rødal | 2011-08-19 | 1 | -6/+11 |
| * | OpenGL API refactor. | Samuel Rødal | 2011-06-21 | 1 | -3/+3 |
| * | QWindowContext / QWindowFormat refactor. | Samuel Rødal | 2011-06-10 | 1 | -10/+30 |
| * | Add resize event support to QWindow. | Samuel Rødal | 2011-04-28 | 1 | -0/+1 |
| * | Remove unused parameters in hellowindow. | Samuel Rødal | 2011-04-28 | 1 | -6/+1 |
| * | Added QWindow example in examples/opengl/hellowindow. | Samuel Rødal | 2011-04-28 | 1 | -0/+44 |