summaryrefslogtreecommitdiffstats
path: root/examples/opengl/contextinfo/widget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make contextinfo example a manual testLaszlo Agocs2023-11-171-360/+0
* Fix ContextInfo example crashing on AndroidJani Korteniemi2023-01-311-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-49/+2
* Examples: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-1/+4
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+1
* Examples: cleanup foreach usageChristian Ehrlicher2019-02-021-1/+1
* Fix typo in contextinfo exampleMichal Klocek2018-06-151-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+20
|\
| * OpenGL/contextinfo-Example: Add command line options and status label.Friedemann Kleint2016-04-231-0/+20
* | Unify license header usage.Jani Heikkinen2016-03-291-3/+13
|/
* Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Add OpenGL 4.5 to contextinfo exampleLaszlo Agocs2015-03-201-1/+2
* Updated BSD licensed file headersJani Heikkinen2015-02-151-3/+3
* Update copyright headersJani Heikkinen2015-02-111-5/+5
* contextinfo example: Print the format() both for context and surfaceLaszlo Agocs2014-03-141-15/+26
* Extend QOpenGLFunctions with GL1 functionsLaszlo Agocs2014-03-041-4/+5
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-2/+2
* Add an example for creating OpenGL contextsLaszlo Agocs2014-02-281-0/+357