summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_ft.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix possible crash in QFontEngineFTEskil Abrahamsen Blomfeldt2011-09-261-1/+1
* Use QT_MAX_CACHED_GLYPH_SIZE in QFontEngineFTAleksandar Stojiljkovic2011-09-201-2/+6
* Avoid double caching glyphs in raster/QPA/FreeTypeEskil Abrahamsen Blomfeldt2011-09-201-15/+86
* Fix regression causing synthesized oblique glyphs to clipEskil Abrahamsen Blomfeldt2011-09-191-1/+15
* Support synthesized oblique and bold in SceneGraphEskil Abrahamsen Blomfeldt2011-09-191-3/+20
* Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-121-8/+5
* Fix uses of qRound on non-floating-point types.Thiago Macieira2011-07-121-2/+2
* Fontengine buildfix for xcb platform plugin.Tapani Mikola2011-06-101-1/+0
* Allow selecting fonts with irregular style namesJiang Jiang2011-06-091-0/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fix broken drawing with large fonts using QStaticText and FreeTypeEskil Abrahamsen Blomfeldt2011-05-181-1/+1