summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix font mergingEskil Abrahamsen Blomfeldt2014-03-252-2/+6
* Apply fontconfig settings to custom fontsAllan Sandfeld Jensen2014-03-223-0/+52
* Cleanup and refactor QFontconfigDatabase::fontEngineAllan Sandfeld Jensen2014-03-211-65/+74
* Teach font database to populate families lazilyTor Arne Vestbø2014-03-202-13/+37
* Fix bundled HarfBuzz-NG build outside QtGuiKonstantin Ritt2014-03-191-10/+21
* Don't populate font families using localized family names on OS X/iOSTor Arne Vestbø2014-03-131-5/+5
* Fix a few build warnings on iOS due to unused functionsTor Arne Vestbø2014-03-131-0/+4
* Remove need to populate font database on OS X to get fallback familiesTor Arne Vestbø2014-03-112-45/+14
* Prevent repeated and unnecessary font population QCoreTextFontDatabaseTor Arne Vestbø2014-03-052-19/+30
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-052-2/+2
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-2/+0
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-032-2/+2
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-032-0/+20
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-031-0/+6
* Get rid of unused variableKonstantin Ritt2014-03-031-2/+0
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-7/+4
* Revert "Fix application font removal when using FontConfig"Eskil Abrahamsen Blomfeldt2014-02-251-128/+112
* Prevent top/left clipping of anti-aliased glyphs in CoreText font engineTor Arne Vestbø2014-02-191-3/+41
* Unify alpha map padding in CoreText font engineTor Arne Vestbø2014-02-191-9/+8
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-193-9/+9
* Decrease code duplicationKonstantin Ritt2014-02-066-30/+10
* Make HarBuzz-NG the default shaper on MacKonstantin Ritt2014-01-311-0/+2
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-12/+6
* REG: Fix font matching in FontConfigEskil Abrahamsen Blomfeldt2014-01-291-0/+4
* Fix application font removal when using FontConfigFabian Bumberger2014-01-281-112/+128
* Fix nested template declarations for non-C++11 buildsTor Arne Vestbø2014-01-271-4/+4
* Enable adding/removing application fonts on iOSTor Arne Vestbø2014-01-252-18/+51
* Teach CoreText font db to handle application font files with multiple fontsTor Arne Vestbø2014-01-251-67/+59
* Use shared list of application fonts in CoreText font databaseTor Arne Vestbø2014-01-252-22/+24
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-1/+2
|\
| * Add support for OpenType (.otf) fontsJames Turner2014-01-061-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-4/+13
|\|
| * Keep web fontdata alive as long as CG uses itAllan Sandfeld Jensen2013-10-291-4/+13
* | Improve mapping between Font Config and Qt font attributesRoger Maclean2013-10-271-17/+50
|/
* Fallback to the original application font handlingAndy Shaw2013-10-072-10/+8
* test: fix tst_QFont::defaultFamily on Mac OS X 10.8Liang Qi2013-09-201-30/+30
* Merge branch 'stable' into devSergio Ahumada2013-09-131-0/+8
|\
| * QRawFont::fromFont does not get antialias setting from fontconfigAllan Sandfeld Jensen2013-09-091-0/+8
* | Warn if OpenType support missing for script of interestKonstantin Ritt2013-09-132-0/+2
* | Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-132-22/+6
* | QFontConfigDatabase: Minor code clean-upKonstantin Ritt2013-09-131-22/+10
* | Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-102-2/+0
* | Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-052-6/+27
* | Fix application font population on OS XSimon Hausmann2013-07-312-66/+127
* | API-cleanup: Add QPlatformFontDatabase::registerAliasToFontFamily().Friedemann Kleint2013-07-161-3/+1
|/
* Windows font database: Resolve aliases for extra fonts.Friedemann Kleint2013-07-111-1/+4
* Speed up font database loading with fontconfigLars Knoll2013-07-061-89/+7
* Further followup to Q_OS_MACX changes.Jake Petroules2013-06-242-5/+5
* mark private dependencies as suchOswald Buddenhagen2013-05-201-2/+2
* remove redundant QT statementsOswald Buddenhagen2013-05-201-1/+0