summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellowindow
Commit message (Expand)AuthorAgeFilesLines
* Move hellowindow and qopenglwindow to be a manual testsLaszlo Agocs2023-03-235-555/+0
* Examples: Add missing include guardsFriedemann Kleint2023-02-011-0/+5
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-301-1/+1
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-171-2/+2
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-171-5/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-163-147/+6
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-4/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-1/+3
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-2/+0
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-3/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-271-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-191-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-091-1/+5
* Use QList instead of QVector in examplesJarek Kobus2020-06-231-2/+2
* Fix hellowindow exampleMichal Klocek2020-05-252-59/+30
* Move QOpenGLShaderProgram from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-203-2/+4
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-5/+2
* Post Merge FixesLeander Beernaert2020-01-241-1/+2
* cmake: add examples/openglFrederik Gladhorn2019-10-071-0/+34
* Use requestUpdate instead of timer in a few GL examplesTor Arne Vestbø2019-01-222-5/+13
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-3/+4
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-4/+23
|\
| * OpenGL examples: Introduce QCommandLineParserFriedemann Kleint2017-09-051-4/+23
* | Don’t flicker on startup: render on exposeMorten Johan Sørvig2017-06-272-1/+3
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-13/+12
|/
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-151-2/+2
* Unify license header usage.Jani Heikkinen2016-03-293-9/+39
* Port examples/opengl to new connection syntax.Friedemann Kleint2015-09-022-4/+4
* Updated BSD licensed file headersJani Heikkinen2015-02-153-9/+9
* Update copyright headersJani Heikkinen2015-02-113-15/+15
* Make hellowindow multi display capable on embeddedLaszlo Agocs2014-10-163-8/+30
* hellowindow: Set all the state for each frameLaszlo Agocs2014-09-041-12/+15
* Modernize the OpenGL examplesLaszlo Agocs2014-08-123-33/+29
* Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-151-2/+2
* Fix up examples for dynamic opengl buildsLaszlo Agocs2014-05-121-1/+1
* Do not attempt to open multiple windows in hellowindow on embeddedLaszlo Agocs2014-03-061-2/+3
* 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
* hellowindow: Request multisampling only when told soLaszlo Agocs2013-09-101-1/+2
* Improved robustness of threaded rendering in hellowindow example.Samuel Rødal2013-04-252-26/+55
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Fix crash in hellowindow example when minimizing.Friedemann Kleint2013-01-151-1/+2
* Polish code of some opengl exampleshjk2012-12-283-51/+38
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-291-3/+1
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-261-2/+2
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-072-5/+5
* Fix hellowindow example generating excess timersMiikka Heikkinen2012-11-052-5/+8