summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_ft.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2014-12-301-30/+0
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-30/+0
| |\
| | * Remove unused code from QFontEngineFT.Rafael Roquetto2014-12-181-30/+0
* | | Set the minimum required FreeType version to 2.1.10Konstantin Ritt2014-12-291-50/+19
|/ /
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-7/+15
|\|
| * Fix loading of web fonts with broken hinting bytecodeAllan Sandfeld Jensen2014-12-041-0/+7
| * FreeType: Fix font rendering with fonts with embedded bitmapsSérgio Martins2014-12-041-2/+4
| * QFontEngine_FT: Don't check for null after dereferencing.Sérgio Martins2014-12-021-2/+1
| * Fix build due to source incompatible change with FreeType 2.5.4Sérgio Martins2014-12-021-3/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-101/+25
|\|
| * Get rid of some duplicate code in QFontEngineFTEskil Abrahamsen Blomfeldt2014-11-251-101/+25
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-10/+65
|\|
| * Enable transformations for Qt Quick in FT engineEskil Abrahamsen Blomfeldt2014-11-201-10/+65
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-0/+1
|\|
| * Fix uninitialized value warning in QFontEngineFT.Axel Rasmussen2014-10-231-0/+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-8/+3
|/
* Fix advance of zero-width spaces in fonts that omits the glyphAllan Sandfeld Jensen2014-09-011-7/+18
* Outline drawing should not override the default freetype loadflagsAllan Sandfeld Jensen2014-08-211-1/+1
* Support autohint and lcdfilter fontconfig configurationAllan Sandfeld Jensen2014-08-161-0/+4
* Move SubpixelAntialiasingType from QFontEngineFT to QFontEngineAllan Sandfeld Jensen2014-08-141-6/+6
* Fix FT glyph outline to path conversionBernd Weimer2014-05-071-12/+24
* Fix rendering of grayscale antialiased FT fonts on QGLWidgetAllan Sandfeld Jensen2014-03-151-4/+5
* Use QStringIterator instead of homebrewKonstantin Ritt2014-03-101-14/+7
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-051-0/+1
* Optimize glyph lookups with QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-051-16/+4
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-031-13/+0
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-031-0/+30
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-031-0/+1
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-0/+1
* Fix QFontMetrics widthBernd Weimer2014-02-201-1/+1
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-191-5/+3
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-10/+19
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-10/+19
| |\
| | * Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-161-10/+19
* | | Optimize stringToCMap() usageKonstantin Ritt2014-02-071-5/+14
|/ /
* | Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-041-3/+0
* | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-5/+4
* | Fix rounding issueKonstantin Ritt2014-01-241-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-15/+37
|\|
| * src/gui/text: whitespace fixesJ-P Nurmi2013-11-261-1/+1
| * Cleanup freetype data in a thread-safe wayRobin Burchell2013-11-201-11/+33
| * Request the glyph at the right subpixel offsetGunnar Sletta2013-11-101-1/+1
| * Revert "Use Qt's own glyph cache with the freetype engine."Gunnar Sletta2013-11-061-1/+2
| * remove some vestiges of QFontEngineQPFOswald Buddenhagen2013-10-281-1/+0
* | Correct handling of font weights bolder than bold.Roger Maclean2013-10-221-2/+2
|/
* Fix memory leaks in the FT font engineLaszlo Agocs2013-09-201-2/+18
* Use Qt's own glyph cache with the freetype engine.Gunnar Sletta2013-09-101-2/+1
* Get rid of HB dependency in FT font engineKonstantin Ritt2013-08-201-44/+19