summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellowindow/hellowindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move hellowindow and qopenglwindow to be a manual testsLaszlo Agocs2023-03-231-305/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-49/+2
* Fix hellowindow exampleMichal Klocek2020-05-251-44/+21
* Use requestUpdate instead of timer in a few GL examplesTor Arne Vestbø2019-01-221-3/+10
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-3/+4
* Don’t flicker on startup: render on exposeMorten Johan Sørvig2017-06-271-0/+2
* Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-13/+12
* Unify license header usage.Jani Heikkinen2016-03-291-3/+13
* Port examples/opengl to new connection syntax.Friedemann Kleint2015-09-021-2/+2
* Updated BSD licensed file headersJani Heikkinen2015-02-151-3/+3
* Update copyright headersJani Heikkinen2015-02-111-5/+5
* Make hellowindow multi display capable on embeddedLaszlo Agocs2014-10-161-2/+14
* hellowindow: Set all the state for each frameLaszlo Agocs2014-09-041-12/+15
* Modernize the OpenGL examplesLaszlo Agocs2014-08-121-24/+22
* Fix up examples for dynamic opengl buildsLaszlo Agocs2014-05-121-1/+1
* Extend QOpenGLFunctions with GL1 functionsLaszlo Agocs2014-03-041-11/+11
* Make OpenGL examples work on retina displays.Morten Johan Sørvig2013-11-291-1/+1
* Improved robustness of threaded rendering in hellowindow example.Samuel Rødal2013-04-251-15/+41
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix crash in hellowindow example when minimizing.Friedemann Kleint2013-01-151-1/+2
* Polish code of some opengl exampleshjk2012-12-281-33/+23
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-1/+1
* Fix hellowindow example generating excess timersMiikka Heikkinen2012-11-051-5/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-6/+6
* OpenGL/HelloWindow example: Fix resource leaks.Friedemann Kleint2012-05-251-3/+3
* Fixed unused parameter warning in hellowindow example.Mitch Curtis2012-05-181-0/+2
* Made hellowindow example respect the expose event.Samuel Rødal2012-04-201-4/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Added multi-screen support to hellowindow example.Samuel Rødal2011-12-061-1/+3
* Polish the HelloWindow example.Friedemann Kleint2011-11-281-1/+1
* Add missing license headersJason McDonald2011-09-151-0/+40
* Fixed hellowindow making context current in wrong thread.Samuel Rødal2011-08-311-1/+1
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-21/+22
* Make the hellowindow example multi-threaded to stress the GL backend.Samuel Rødal2011-08-191-18/+16
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-1/+3
* Reintroduce QWindow::SurfaceTypeMorten Sorvig2011-06-221-0/+1
* OpenGL API refactor.Samuel Rødal2011-06-211-7/+6
* Make glx wayland backends working.Laszlo Agocs2011-06-201-2/+1
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-40/+48
* Implemented close event for QWindow and QWidgetWindow.Samuel Rødal2011-05-021-0/+3
* Set the window title even if it was set before calling create().Samuel Rødal2011-05-021-0/+1
* Add resize event support to QWindow.Samuel Rødal2011-04-281-0/+7
* Remove unused parameters in hellowindow.Samuel Rødal2011-04-281-2/+0
* Added QWindow example in examples/opengl/hellowindow.Samuel Rødal2011-04-281-0/+259