| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it is | Tor Arne Vestbø | 2017-04-04 | 1 | -282/+0 |
| * | move qfontengine_ft.* from gui to platformsupport | Oswald Buddenhagen | 2017-02-08 | 1 | -2/+1 |
| * | platformsupport: eradicate some easy Q_FOREACH loops | Marc Mutz | 2016-08-26 | 1 | -1/+2 |
| * | Add user friendly warning to basic fontdb when there are no fonts | Laszlo Agocs | 2016-01-26 | 1 | -2/+3 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Libraries: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -1/+1 |
| * | Move setter for QFont::HintingPreference to QFontEngineFT. | Andreas Hartmetz | 2015-08-14 | 1 | -20/+2 |
| * | [QBasicFontDatabase] Minor code clean-up | Konstantin Ritt | 2015-07-31 | 1 | -6/+2 |
| * | Micro optimization to Basic/Android FDB::populateFontDatabase() | Konstantin Ritt | 2015-07-31 | 1 | -11/+12 |
| * | Default implementation for QPlatformFontDatabase::fallbacksForFamily() | Konstantin Ritt | 2015-07-31 | 1 | -9/+0 |
| * | FreeType: Support RGB rendering when not using FontConfig | Sérgio Martins | 2015-02-14 | 1 | -2/+12 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Don't build WinCE specific code on other platforms | Konstantin Ritt | 2015-01-23 | 1 | -119/+0 |
| * | Add QFont::Weight enum values | Pierre Rossi | 2014-12-12 | 1 | -23/+8 |
| * | Windows: Respect hinting preferences with FreeType engine. | Sérgio Martins | 2014-11-25 | 1 | -15/+21 |
| * | Add support for more font weights internally | Pierre Rossi | 2014-10-24 | 1 | -1/+13 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Change a qFatal to a qWarning | Lars Knoll | 2014-09-03 | 1 | -1/+2 |
| * | Android: Fix font merging | Eskil Abrahamsen Blomfeldt | 2014-03-25 | 1 | -1/+5 |
| * | Apply fontconfig settings to custom fonts | Allan Sandfeld Jensen | 2014-03-22 | 1 | -0/+1 |
| * | Decrease code duplication | Konstantin Ritt | 2014-02-06 | 1 | -13/+4 |
| * | Add support for OpenType (.otf) fonts | James Turner | 2014-01-06 | 1 | -1/+2 |
| * | Warn if OpenType support missing for script of interest | Konstantin Ritt | 2013-09-13 | 1 | -0/+1 |
| * | Decrease code duplication in QFontDatabase-s | Konstantin Ritt | 2013-09-13 | 1 | -11/+3 |
| * | QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 locales | Konstantin Ritt | 2013-04-11 | 1 | -1/+1 |
| * | Get rid of qt_determine_writing_systems_from_truetype_bits() | Konstantin Ritt | 2013-03-12 | 1 | -125/+1 |
| * | Fix selection of fonts that require OpenType features | Konstantin Ritt | 2013-03-04 | 1 | -2/+1 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2013-01-22 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | | Merge branch 'stable' into dev | Frederik Gladhorn | 2013-01-04 | 1 | -1/+1 |
| |\| |
|
| | * | Fix styleName support in QPA font database | Jiang Jiang | 2012-12-14 | 1 | -1/+1 |
| * | | Update Qt internals to use QChar::Script | Konstantin Ritt | 2012-12-21 | 1 | -4/+4 |
| |/ |
|
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Fix freetype font rendering for Windows CE | Andreas Holzammer | 2012-08-20 | 1 | -0/+120 |
| * | Expose QPA API under qpa/* | Girish Ramakrishnan | 2012-05-07 | 1 | -1/+1 |
| * | Change remaining uses of {to,from}Ascii to {to,from}Latin1 [platformsupport] | Thiago Macieira | 2012-05-04 | 1 | -2/+2 |
| * | Use QFile::encodeName to encode a file name on Unix | Thiago Macieira | 2012-05-04 | 1 | -1/+1 |
| * | Fix LSB build | Harald Fernengel | 2012-03-14 | 1 | -2/+3 |
| * | Fix support for scripts that require OpenType | Eskil Abrahamsen Blomfeldt | 2012-03-07 | 1 | -1/+1 |
| * | Windows: Fix compilation with -qtnamespace | Kai Koehne | 2012-01-31 | 1 | -1/+6 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Do not add QPF fonts to basic font db | Jiang Jiang | 2011-11-15 | 1 | -1/+0 |
| * | Use freetype font engine on Windows | Olli Werwolff | 2011-10-10 | 1 | -0/+428 |