aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgnode.h
Commit message (Expand)AuthorAgeFilesLines
* Use Q_DECL_UNUSED_MEMBER for unused private class membersIvan Solovev2023-08-211-5/+2
* Silence some unused-variable and unused-private-field warningAmir Masoud Abdol2023-03-161-2/+5
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-131-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* qsgnode: do not rely on transitive includesFabian Kosmale2022-03-041-0/+1
* Remove unused, deprecated QSGNode member variableLaszlo Agocs2020-04-141-1/+0
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-1/+1
* Fix qdoc errorsFriedemann Kleint2019-03-151-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-6/+6
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-13/+13
* doc: Add documentation for undocumented thingsMartin Smith2018-02-141-6/+1
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* scenegraph: add missing 'override'Anton Kudryavtsev2016-09-161-1/+1
* Make matrix and clipList setters' appearance more internalLaszlo Agocs2016-05-311-3/+2
* Make rendernode suitable for public consumptionLaszlo Agocs2016-04-201-1/+1
* Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-061-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-1/+1
| |\
| | * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-1/+1
* | | Fix shadowing and rvalue warningsLaszlo Agocs2016-03-091-2/+2
* | | Add the skeleton for a D3D12 backendLaszlo Agocs2016-02-191-0/+3
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove the "groupNode"Gunnar Sletta2014-10-171-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Improve support for node iteration in the internal APISimon Hausmann2014-08-081-1/+6
* Cleanup: Remove remainders of dirty state usageSimon Hausmann2014-08-081-2/+2
* Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-011-2/+3
* Enable QSG_RUNTIME_DESCRIPTION by default for debug builds.Gunnar Sletta2014-07-031-3/+3
* Provide scenegraph backend API for marking scenegraph nodes dirty.Michael Brasser2014-02-151-0/+1
* Export qsgnode_set_description.Gunnar Sletta2013-09-061-1/+1
* New scenegraph renderer and atlas textures.Gunnar Sletta2013-09-021-3/+14
* Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-121-5/+7
* Make QSGNode and friends extensible via a d-pointerSean Harmer2013-04-161-1/+10
* Avoid ambiguous include guards in SG classesGunnar Sletta2013-02-261-3/+3
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-281-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fix syncqt-warnings.Friedemann Kleint2012-11-201-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Improve on scenegraph documentation.Gunnar Sletta2012-06-081-21/+11
* Remove unused performance flags.Michael Brasser2012-06-061-4/+0
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
* QML_RUNTIME_TESTING should be disabled by default.Michael Brasser2012-02-231-1/+1
* Added QSGRenderNode class.Kim Motoyoshi Kalland2012-02-201-1/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Made QSGNode flags togglable and added StaticSubtreeGeometry.Kim Motoyoshi Kalland2011-12-141-25/+30
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+346