summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac
Commit message (Expand)AuthorAgeFilesLines
* QCoreTextFontDatabase: Fix font weight value when populating a familyGabriel de Dietrich2014-07-291-3/+13
* CoreText: Prevent creation of CGContext for glyphs with empty bounding boxTor Arne Vestbø2014-05-121-0/+5
* Allow QFont lookups using localized family names by adding family aliasTor Arne Vestbø2014-05-121-1/+8
* 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
* 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-062-4/+2
* Make HarBuzz-NG the default shaper on MacKonstantin Ritt2014-01-311-0/+2
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-12/+6
* 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
* Keep web fontdata alive as long as CG uses itAllan Sandfeld Jensen2013-10-291-4/+13
* 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
* Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-101-1/+0
* Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-052-6/+27
* Fix application font population on OS XSimon Hausmann2013-07-312-66/+127
* Further followup to Q_OS_MACX changes.Jake Petroules2013-06-242-5/+5
* mark private dependencies as suchOswald Buddenhagen2013-05-201-2/+2
* QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-141-0/+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-224-4/+4
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-184-4/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-162-2/+26
|\|