summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qplatformfontdatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPlatformFontDatabase: Don't copy metaobjectsUlf Hermann2021-10-071-2/+2
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Use OpenType font weightsJonas Karlsson2020-08-281-29/+0
* Remove the QPF2 font engineEskil Abrahamsen Blomfeldt2020-08-241-71/+7
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-8/+8
* QtGui: Fix duplication of logging category lcQpaFontsFriedemann Kleint2020-06-181-0/+2
* Enabler: Store more properties of application fontsEskil Abrahamsen Blomfeldt2020-03-061-1/+13
* DirectWrite font db: Fix writing system detectionEskil Abrahamsen Blomfeldt2020-02-201-0/+26
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-05-231-0/+11
* Revert "Fix font matching of typographic families on Windows"Eskil Abrahamsen Blomfeldt2019-04-091-11/+0
* Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-04-041-0/+11
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* doc: Remove unneeded \fn commandsMartin Smith2018-01-121-13/+0
* Add debug operators for font database structs for easier debuggingTor Arne Vestbø2017-04-181-0/+21
* Share FreeType font engine creation code between platformsTor Arne Vestbø2017-04-041-10/+0
* doc: Moved two qdoc commentsMartin Smith2017-01-051-5/+6
* Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-151-4/+2
* QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Give names to enum used in templates.Rolland Dudemaine2015-12-041-1/+1
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-8/+6
|\
| * Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-311-8/+6
* | QPlatformFontDatabase: compress an array of ushortsMarc Mutz2015-07-161-5/+8
* | QPlatformFontDatabase: compress requiredUnicodeBits tableMarc Mutz2015-07-131-1/+1
|/
* Fix undefined behavior in left-shifting into negativeThiago Macieira2015-05-041-1/+1
* Better detection of Symbol fontsKonstantin Ritt2015-03-261-1/+7
* Detect Thai writing system support from the font's Code Page BitfieldsKonstantin Ritt2015-03-261-0/+6
* FreeType: Support RGB rendering when not using FontConfigSérgio Martins2015-02-141-0/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add QFont::Weight enum valuesPierre Rossi2014-12-121-0/+28
* Merge QFontEngineMultiBasicImpl and QFontEngineMultiKonstantin Ritt2014-11-261-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-53/+51
|\
| * Revert "Make unicode ranges in font take precedence over codepage"Eskil Abrahamsen Blomfeldt2014-08-281-53/+51
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+10
|\|
| * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-111-0/+10
* | qpa: Clean up and refactor qfontengine_qpaTor Arne Vestbø2014-05-151-9/+9
|/
* Teach font database to populate families lazilyTor Arne Vestbø2014-03-201-1/+31
* Prevent repeated and unnecessary font population QCoreTextFontDatabaseTor Arne Vestbø2014-03-051-0/+10
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-241-51/+53
|\
| * Make unicode ranges in font take precedence over codepageEskil Abrahamsen Blomfeldt2014-02-191-51/+53
* | Decrease code duplicationKonstantin Ritt2014-02-061-4/+2
|/
* Fix writingSystems determination by code page range bitsKonstantin Ritt2013-12-191-2/+42
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Un-export qt_registerFont() internal functionKonstantin Ritt2013-09-161-5/+5
* API-cleanup: Add QPlatformFontDatabase::registerAliasToFontFamily().Friedemann Kleint2013-07-161-0/+13
* Windows font database: Resolve aliases for extra fonts.Friedemann Kleint2013-07-111-1/+3