summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_ft.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-161-10/+19
* 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
* 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
* Don't render glyph with FT with fetchMetricsOnlyJiang Jiang2012-02-171-1/+1
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-171-3/+2
* Use newly-added QFileInfo::isNativePathJoão Abecasis2012-02-141-3/+4
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-311-1/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Don't lose the fontDef when setting the size of a raw font.Pierre Rossi2012-01-251-1/+1
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-3/+3
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Provide defaultFont with fontconfig dbJiang Jiang2011-11-151-0/+1
* Fix symbol fonts support with FT engineJiang Jiang2011-11-111-20/+0
* Fix subpixel positioning supportJiang Jiang2011-11-081-0/+1
* Allow disabling FreeType internal cacheJiang Jiang2011-11-051-136/+107
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-1/+1
* Freetype: Do not unlock face when returning superclass value in lockedAlphaMa...Oliver Wolff2011-10-281-1/+0
* Fix scaled text rendering with the raster paint engine & FreeTypeSimon Hausmann2011-10-171-0/+7
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-4/+0
* Use freetype font engine on WindowsOlli Werwolff2011-10-101-0/+4
* Fix possible assert in QFontEngineFTEskil Abrahamsen Blomfeldt2011-09-261-1/+3