aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgdistancefieldglyphnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-6/+6
* Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-211-1/+0
* QSGDistanceFieldGlyphNode: Remove per-node QLinkedList of nodes to deleteRobin Burchell2017-03-151-11/+4
* Updated license headersJani Heikkinen2016-01-191-14/+20
* QSGDistanceFieldGlyphNode: Use QVarLengthArray to avoid frequent allocation.Robin Burchell2015-06-061-2/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Handle glyph runs with >65536 glyphsRobin Burchell2013-11-041-1/+6
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-1/+1
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-121-2/+2
* Fixed distance field text getting clipped at small sizes.Yoann Lopes2013-08-011-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Fixed glyph margin in QSGDistanceFieldGlyphNode.Yoann Lopes2012-06-081-10/+17
* Don't register sub distance field glyph nodes with the glyph cache.Yoann Lopes2012-03-201-30/+31
* Decouple QSGDistanceFieldGlyphNode from it's cache manager.Andrew den Exter2012-03-201-6/+5
* Use a single distance-field cache instance for all sizes of a given font.Yoann Lopes2012-03-191-3/+5
* Don't store duplicate glyph data in a distance field node.Andrew den Exter2012-03-141-37/+29
* Fix memory leak with the shared distance field glyph cache.Andrew den Exter2012-03-141-0/+1
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-241-4/+10
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Reference count glyphs in QSGDistanceFieldGlyphCache.Yoann Lopes2011-12-211-1/+4
* Support for multiple textures in the distance field glyph node.Yoann Lopes2011-12-141-34/+114
* More distance-field cache refactoring.Yoann Lopes2011-12-141-91/+57
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+316