summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qdistancefield.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-051-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-2/+2
|\
| * Fix crash for glyphs with height > 128Eskil Abrahamsen Blomfeldt2017-03-021-2/+2
* | Fix distance field rendering of very wide glyphsValery Volgutov2017-02-031-5/+5
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-17/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-2/+5
| |\
| | * Fix crash when creating distance field for large glyphEskil Abrahamsen Blomfeldt2016-06-141-1/+3
| | * Make it possible to create distance fields with any heightEskil Abrahamsen Blomfeldt2016-06-141-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+3
| |\|
| | * Fix possible out-of-bounds access when making distance fieldsEskil Abrahamsen Blomfeldt2016-03-311-1/+3
* | | Add environment variable QT_DISTANCEFIELDAram So2016-03-111-0/+85
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Allow QDistanceField to be directly constructed from a QPainterPath.Michael Brasser2015-02-251-0/+11
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-3/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-1/+1
|\
| * QDistanceField: a zero glyph index means the glyph was not foundShawn Rutledge2014-11-251-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-2/+3
|/
* Optimize glyph lookups with QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-051-13/+4
* Optimize stringToCMap() usageKonstantin Ritt2014-02-071-4/+10
* Use custom class for storing distance fields instead of QImage.Yoann Lopes2013-08-271-27/+243
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix possible crash/assertion in qt_fontHasNarrowOutlines()Konstantin Ritt2012-11-211-4/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-101-1/+1
* Make distance field image width variable.Yoann Lopes2012-06-121-20/+24
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-081-15/+52
* Add distance field generation functions from ScenegraphJiang Jiang2012-02-061-0/+762