summaryrefslogtreecommitdiffstats
path: root/src/extras/text
Commit message (Expand)AuthorAgeFilesLines
* Rename QText2DMaterial uniformAlexander Hulander8 days1-1/+1
* QText2DEntity text alignmentAlexander Hulander2024-03-053-0/+40
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-131-5/+5
* build system: fix unity buildsTim Blechmann2024-02-072-2/+4
* Remove qmake build filesMike Krus2023-03-171-21/+0
* QDistanceFieldCache: fix QTextureAtlas dangling pointerPaul Lemire2023-02-141-2/+8
* Fix warnings about fields anonymous namespacesFriedemann Kleint2023-02-101-8/+5
* QText2DEntity: fix QTextureAtlas parenting that could lead to crashesPaul Lemire2023-02-102-7/+9
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-212-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-1/+1
* Qt3DExtras: includemocsMike Krus2022-06-234-0/+8
* Use SPDX license identifiersLucie Gérard2022-06-2216-608/+32
* Fix some compile warningsMike Krus2022-06-031-3/+2
* Make sure all private headers include at least one otherThiago Macieira2022-03-085-2/+6
* Port QText2DEntity to use std::vectorMike Krus2021-01-114-35/+40
* Restore use of QVector in private APIMike Krus2021-01-054-10/+10
* Add RHI technique for distance field rendererMike Krus2020-11-302-0/+21
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-022-2/+2
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-098-21/+21
* Fix build for Qt6Mike Krus2020-05-061-0/+1
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-0/+1
|\
| * Add missing QPainterPath includesUlf Hermann2020-03-111-0/+1
* | Track dirty state on front end nodesMike Krus2020-04-072-7/+7
* | Geometry refactoringMike Krus2020-02-274-29/+32
* | Hide deprecated functor APIMike Krus2020-02-121-1/+1
|/
* QText2DEntity: Support display of empty stringsVolker Enderlein2019-12-131-8/+5
* Clean up includesMike Krus2019-10-011-3/+0
* QDistanceFieldGlyphCache: make sure the arbiter of atlas can be setWang Chuan2019-08-261-1/+3
* Switch export macros to standard formKai Koehne2019-04-021-1/+1
* Add documentation for QText2DEntityMike Krus2018-11-081-9/+86
* QText2DEntity: clear glyphrun when scene changesPaul Lemire2018-09-242-1/+15
* Remove unused variables detected by clang-clFriedemann Kleint2018-04-121-3/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-2/+2
|\
| * Port away from QBuffer::typeKevin Ottens2017-09-221-2/+2
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-3/+3
|/
* Don't call deprecated QImage::byteSize() functionSean Harmer2017-08-221-1/+1
* Doc: add doc to undocumented methodsNico Vertriest2017-08-111-0/+19
* Apply slight z-offsets to distance field glyphsWieland Hagen2017-07-071-4/+4
* QTextureAtlas: pad sub-images with zeroes instead of border pixelsWieland Hagen2017-07-071-12/+11
* Fix build with QT_STRICT_ITERATORSSergio Martins2017-05-191-1/+1
* Fix -Werror=unused-parameter issueSean Harmer2017-04-271-1/+1
* Remove pointless template member function from QAbstractFunctorSean Harmer2017-03-301-1/+1
* QDistanceFieldText cleanupPaul Lemire2017-02-239-129/+142
* QDistanceFieldGlyphCache cleanupPaul Lemire2017-02-2312-361/+339
* QDistanceFieldText: QEntity that renders textWieland Hagen2017-01-307-0/+923
* QDistanceFieldMaterial: distance field text rendering shadersWieland Hagen2017-01-304-0/+360
* QDistanceFieldGlyphCache: stores distance field texturesWieland Hagen2017-01-304-0/+539
* Add Qt3DExtras::QTextureAtlas classWieland Hagen2017-01-306-0/+924