summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellowindow
Commit message (Expand)AuthorAgeFilesLines
...
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-18/+18
* examples: Mark ctor's as explicitSergio Ahumada2012-09-171-1/+1
* OpenGL/HelloWindow example: Fix resource leaks.Friedemann Kleint2012-05-253-10/+21
* Fixed unused parameter warning in hellowindow example.Mitch Curtis2012-05-181-0/+2
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Made hellowindow example respect the expose event.Samuel Rødal2012-04-202-4/+11
* clean up qmake-generated projectsOswald Buddenhagen2012-02-241-8/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-303-3/+3
* Update contact information in license headers.Jason McDonald2012-01-233-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* Added multi-screen support to hellowindow example.Samuel Rødal2011-12-063-9/+36
* Polish the HelloWindow example.Friedemann Kleint2011-11-283-3/+7
* Added command line argument to make hellowindow example single window.Samuel Rødal2011-11-211-19/+25
* 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