summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellowindow/hellowindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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