summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_ft.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-081-0/+8
* RecalcAdvances and DoKerning should agree on when to use design metricsAllan Sandfeld Jensen2013-06-071-3/+15
* QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 localesKonstantin Ritt2013-04-111-1/+1
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-18/+31
|\
| * Avoid using HB types in QFontEngine APIKonstantin Ritt2013-03-131-11/+21
| * Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-121-6/+6
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\
| * \ Merge branch 'stable' into devFrederik Gladhorn2013-01-041-1/+13
| |\ \
| * | | Move ForceIntegerMetrics testing out of the loopKonstantin Ritt2013-01-021-2/+5
* | | | Fix missing glyphs for large fontsEskil Abrahamsen Blomfeldt2013-03-191-8/+18
| |_|/ |/| |
* | | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
| |/ |/|
* | FreeType bitmaps interpreted in wrong formatFlorian Hänel2012-12-121-1/+13
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* QtGui: collapse two qgetenv() on the same variableMarc Mutz2012-08-071-1/+2
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-101-11/+9
* Disable hinting for scaled glyphs in FreeTypeJiang Jiang2012-06-141-0/+5
* Fix FreeType glyph caching for high resolutionJiang Jiang2012-05-181-20/+24
* Do not use charset loaded by fontconfigJiang Jiang2012-05-111-50/+13
* Avoid glyph rendering with FT when not neededJiang Jiang2012-05-041-6/+24
* Fix font cache check in QFontEngineFT::recalcAdvances()Miikka Heikkinen2012-03-161-1/+3
* Revert "Don't render glyph with FT with fetchMetricsOnly"Jiang Jiang2012-03-011-1/+1