summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellowindow
Commit message (Expand)AuthorAgeFilesLines
* Make examples build with Qt-in-namespaceKent Hansen2011-09-281-0/+2
* Add missing license headersJason McDonald2011-09-153-0/+120
* 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-293-29/+28
* make 'make install' installPaul Olav Tvete2011-08-231-1/+7
* Make the hellowindow example multi-threaded to stress the GL backend.Samuel Rødal2011-08-193-28/+63
* 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-212-10/+9
* Make glx wayland backends working.Laszlo Agocs2011-06-201-2/+1
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-103-52/+85
* fix pro filesLars Knoll2011-05-071-1/+1
* 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-282-0/+8
* Remove unused parameters in hellowindow.Samuel Rødal2011-04-282-8/+1
* Added QWindow example in examples/opengl/hellowindow.Samuel Rødal2011-04-284-0/+330