| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use requestUpdate instead of timer in a few GL examples | Tor Arne Vestbø | 2019-01-22 | 1 | -3/+10 |
| * | Change almost all other uses of qrand() to QRandomGenerator | Thiago Macieira | 2017-11-08 | 1 | -3/+4 |
| * | Don’t flicker on startup: render on expose | Morten Johan Sørvig | 2017-06-27 | 1 | -0/+2 |
| * | Be (somewhat more) consistent about the value of pi | Edward Welbourne | 2017-06-20 | 1 | -13/+12 |
| * | Unify license header usage. | Jani Heikkinen | 2016-03-29 | 1 | -3/+13 |
| * | Port examples/opengl to new connection syntax. | Friedemann Kleint | 2015-09-02 | 1 | -2/+2 |
| * | 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 | -2/+14 |
| * | hellowindow: Set all the state for each frame | Laszlo Agocs | 2014-09-04 | 1 | -12/+15 |
| * | Modernize the OpenGL examples | Laszlo Agocs | 2014-08-12 | 1 | -24/+22 |
| * | Fix up examples for dynamic opengl builds | Laszlo Agocs | 2014-05-12 | 1 | -1/+1 |
| * | Extend QOpenGLFunctions with GL1 functions | Laszlo Agocs | 2014-03-04 | 1 | -11/+11 |
| * | Make OpenGL examples work on retina displays. | Morten Johan Sørvig | 2013-11-29 | 1 | -1/+1 |
| * | Improved robustness of threaded rendering in hellowindow example. | Samuel Rødal | 2013-04-25 | 1 | -15/+41 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fix crash in hellowindow example when minimizing. | Friedemann Kleint | 2013-01-15 | 1 | -1/+2 |
| * | Polish code of some opengl examples | hjk | 2012-12-28 | 1 | -33/+23 |
| * | Rename all QWindow properties that have "window" in them | Shawn Rutledge | 2012-11-07 | 1 | -1/+1 |
| * | Fix hellowindow example generating excess timers | Miikka Heikkinen | 2012-11-05 | 1 | -5/+6 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -6/+6 |
| * | OpenGL/HelloWindow example: Fix resource leaks. | Friedemann Kleint | 2012-05-25 | 1 | -3/+3 |
| * | Fixed unused parameter warning in hellowindow example. | Mitch Curtis | 2012-05-18 | 1 | -0/+2 |
| * | Made hellowindow example respect the expose event. | Samuel Rødal | 2012-04-20 | 1 | -4/+9 |
| * | 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/+3 |
| * | Polish the HelloWindow example. | Friedemann Kleint | 2011-11-28 | 1 | -1/+1 |
| * | Add missing license headers | Jason McDonald | 2011-09-15 | 1 | -0/+40 |
| * | Fixed hellowindow making context current in wrong thread. | Samuel Rødal | 2011-08-31 | 1 | -1/+1 |
| * | Copy core GL functionality to QtGui with QGL -> QOpenGL naming. | Samuel Rødal | 2011-08-29 | 1 | -21/+22 |
| * | Make the hellowindow example multi-threaded to stress the GL backend. | Samuel Rødal | 2011-08-19 | 1 | -18/+16 |
| * | Added workable QScreen API on top of QPlatformScreen. | Samuel Rødal | 2011-07-25 | 1 | -1/+3 |
| * | Reintroduce QWindow::SurfaceType | Morten Sorvig | 2011-06-22 | 1 | -0/+1 |
| * | OpenGL API refactor. | Samuel Rødal | 2011-06-21 | 1 | -7/+6 |
| * | Make glx wayland backends working. | Laszlo Agocs | 2011-06-20 | 1 | -2/+1 |
| * | QWindowContext / QWindowFormat refactor. | Samuel Rødal | 2011-06-10 | 1 | -40/+48 |
| * | Implemented close event for QWindow and QWidgetWindow. | Samuel Rødal | 2011-05-02 | 1 | -0/+3 |
| * | Set the window title even if it was set before calling create(). | Samuel Rødal | 2011-05-02 | 1 | -0/+1 |
| * | Add resize event support to QWindow. | Samuel Rødal | 2011-04-28 | 1 | -0/+7 |
| * | Remove unused parameters in hellowindow. | Samuel Rødal | 2011-04-28 | 1 | -2/+0 |
| * | Added QWindow example in examples/opengl/hellowindow. | Samuel Rødal | 2011-04-28 | 1 | -0/+259 |