summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify QFontDatabase::findFont()Konstantin Ritt2015-05-131-1/+1
* Unbreak QTextLine::glyphRuns() in a multi-threaded usage scenarioKonstantin Ritt2015-03-121-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-4/+9
|\
| * Make harfbuzz-old fallback available at run-timeEskil Abrahamsen Blomfeldt2015-01-191-4/+9
* | Use prefix instead of postfix for iteratorsMaks Naumov2015-02-081-1/+1
* | Fix regression introduced by 8e3fdf13543f43d7a4cb4fa41fKonstantin Ritt2014-12-091-1/+6
* | Fix assertion introduced in 8e3fdf13543f43d7a4cb4fa41f7279f9a5d274d3Konstantin Ritt2014-11-291-4/+4
* | Merge QFontEngineMultiBasicImpl and QFontEngineMultiKonstantin Ritt2014-11-261-98/+91
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-3/+5
|\|
| * Fix failure to build QtQuick with LTOThiago Macieira2014-11-231-0/+4
| * Fix hb_face leaking in QFontEngineFTKonstantin Ritt2014-11-151-2/+0
| * Revert "Fix fallbacks for adapted common script"Eskil Abrahamsen Blomfeldt2014-11-131-1/+1
* | Fix access of non-existing color tableAllan Sandfeld Jensen2014-10-131-2/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-20/+12
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * Fix warning about sign change (ICC)Thiago Macieira2014-09-231-1/+1
* | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-15/+7
|/
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-141-1/+1
|\
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-6/+21
|\|
| * Fix crash when reusing HB_Face in another font engineKonstantin Ritt2014-06-181-6/+21
* | Ensure we don't re-use webfonts where the "local" font has been requestedKonstantin Ritt2014-05-161-1/+1
* | qpa: Clean up and refactor qfontengine_qpaTor Arne Vestbø2014-05-151-0/+115
|/
* Add virtual function to QFontEngine report if outlines are reliableJørgen Lind2014-05-061-0/+9
* [HB] Ensure we always working with non-multi font engineKonstantin Ritt2014-04-041-0/+5
* Use QStringIterator instead of homebrewKonstantin Ritt2014-03-101-6/+5
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-051-17/+12
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-6/+0
* Optimize QFontEngineMulti::stringToCMap() in case of missing glyphsKonstantin Ritt2014-03-051-15/+7
* Optimize glyph lookups with QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-051-61/+11
* Disable 'gsub' table check for AAT fonts on MacKonstantin Ritt2014-03-041-0/+9
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-031-2/+13
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-031-0/+35
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-031-0/+1
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-2/+19
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-3/+26
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-1/+12
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-1/+12
| |\
| | * Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-161-1/+12
* | | QFontEngineBox: Fix assertion for code points beyond BMPKonstantin Ritt2014-02-091-6/+5
* | | Optimize stringToCMap() usageKonstantin Ritt2014-02-071-24/+47
|/ /
* | Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-041-6/+36
* | [QFontEngineBox] Fix incorrect advances for SMP code pointsKonstantin Ritt2014-01-301-4/+11
* | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-58/+30
* | Defer HarfBuzz face loading up until it gets usedKonstantin Ritt2014-01-241-2/+6
|/
* Revert "Store the font's scalability in QFontEngine."Yoann Lopes2013-11-271-2/+1
* Store the font's scalability in QFontEngine.Yoann Lopes2013-10-311-1/+2
* Make it possible to clear glyph caches from the font engine.Gunnar Sletta2013-10-181-0/+10
* De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-231-0/+9
* Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-131-0/+8