summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix QFontConfigDatabase crashRafael Roquetto2013-05-011-2/+2
* Read correct font hinting config on Gnome/UnityEskil Abrahamsen Blomfeldt2013-04-221-0/+19
* QFontConfigDatabase: Fix performance regressionKonstantin Ritt2013-04-161-2/+16
* QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-141-0/+2
* QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 localesKonstantin Ritt2013-04-112-3/+3
* Fix QFontconfigDatabase unable to fallback to a localized familyKonstantin Ritt2013-04-111-0/+5
* QFontConfigDatabase: fix fallbacksForFamily() for CJK languagesKonstantin Ritt2013-04-011-4/+4
* FontConfig: Correctly report Symbol writing system supportEskil Abrahamsen Blomfeldt2013-03-261-0/+23
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
* Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-131-2/+0
* Get rid of qt_determine_writing_systems_from_truetype_bits()Konstantin Ritt2013-03-122-126/+1
* Fix selection of fonts that require OpenType featuresKonstantin Ritt2013-03-042-4/+2
* iOS: Add required public dependencies of the CoreText font databaseTor Arne Vestbø2013-02-271-0/+8
* iOS: Move Q_OS_IOS out of makesespec to qsystemdetection.hTor Arne Vestbø2013-02-261-0/+2
* Reintroduce use of CTFontCopyDefaultCascadeListForLanguages on Mac OSTor Arne Vestbø2013-02-211-2/+2
* Introduce macros for simplifying platform checks on Mac OS and iOSTor Arne Vestbø2013-02-181-2/+2
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-182-9/+0
* Manually add Emoji font to fallback list on Mac OSTor Arne Vestbø2013-02-161-0/+6
* Don't assume CTFontCopyDefaultCascadeListForLanguages is available on 10.8Tor Arne Vestbø2013-02-141-3/+2
* Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-132-22/+44