summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
Commit message (Expand)AuthorAgeFilesLines
* Keep web fontdata alive as long as CG uses itAllan Sandfeld Jensen2013-11-141-4/+13
* QRawFont::fromFont does not get antialias setting from fontconfigAllan Sandfeld Jensen2013-09-091-0/+8
* 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
* Use CTFontCopyDefaultCascadeListForLanguages for font fallback if availableTor Arne Vestbø2013-02-122-68/+129
* Don't use the fallback list to decide if the CoreText font db was populatedTor Arne Vestbø2013-02-121-1/+5
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Use path-based text when painter has negative scale on raster/coretextTor Arne Vestbø2013-01-241-1/+7
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2211-11/+11
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1811-11/+11
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-162-2/+26
|\|
| * Fix crash when trying to create paths for color-glyphs (Emoji) on MacTor Arne Vestbø2013-01-142-2/+26
* | CoreText: Add support for providing scaled glyphs to the glyph-cacheTor Arne Vestbø2013-01-152-2/+11
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-102-3/+3
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-044-8/+12
|\|
| * Fix styleName support in QPA font databaseJiang Jiang2012-12-143-7/+12
| * properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-1/+0
* | Skip FcCharSetHasChar() callKonstantin Ritt2013-01-021-1/+1
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-216-64/+107
|/
* default to Regular font with FontConfigMichał Sawicz2012-11-231-5/+5
* Fix transformed text on Mac OS XEskil Abrahamsen Blomfeldt2012-11-232-0/+7
* Mac: fix invalid context in imageForGlyphTeemu Katajisto2012-11-211-1/+1
* exclude 3rdparty from lupdateOswald Buddenhagen2012-11-201-0/+2
* Fix for compiling with clang with c++11.Erik Verbruggen2012-11-061-1/+1
* Cocoa: make text subpixel rendering check to work for non-Apple displaysTeemu Katajisto2012-11-031-16/+38
* Mac: Correct writingSystem check value for ChineseLiang Qi2012-10-301-2/+2
* Cocoa: fix coretext memory leaksTeemu Katajisto2012-10-192-0/+3