summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontdatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* [QFontDatabase] Get rid of QtFontEncodingKonstantin Ritt2015-05-011-30/+8
* [QFontDatabase] Drop QtFontDesc's familyIndex memberKonstantin Ritt2015-05-011-4/+1
* [QFontDatabase] Get rid of some dead codeKonstantin Ritt2015-05-011-3/+0
* [QtFontFamily] Get rid of unused memberKonstantin Ritt2015-04-081-2/+0
* Add explanatory text to translated strings in font database.Friedemann Kleint2015-02-201-0/+2
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-1/+1
* QFontDatabase: Move style key near usage to avoid heap allocsRobin Burchell2015-02-151-8/+4
* QFontDatabase: Optimize QtFontStyle::Key::Key().Robin Burchell2015-02-151-6/+13
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-1/+1
|\
| * QFontDatabase: Make assert about failed delayed font population more verbose.Friedemann Kleint2015-01-211-1/+1
* | Use prefix instead of postfix for iteratorsMaks Naumov2015-02-081-1/+1
* | [QFontDatabase] Speed-up is(Bitmap|Smoothly)ScalableKonstantin Ritt2015-02-041-0/+6
* | Introduce QFontDatabase::isPrivateFamily()Gabriel de Dietrich2015-01-211-0/+18
* | Make it obvious we never expect QFontDatabase::Any to be supportedKonstantin Ritt2014-12-231-1/+1
* | Re-use cached font engines when request only differs in scriptKonstantin Ritt2014-12-231-2/+27
* | [QFontDatabasePrivate] Drop unused `fallbackFamilies` memberKonstantin Ritt2014-12-231-5/+1
* | [QFontDatabase] Don't look for best foundry twiceKonstantin Ritt2014-12-231-1/+1
* | Simplify QFontDatabase::load() a bitKonstantin Ritt2014-12-211-19/+15
* | Add QFont::Weight enum valuesPierre Rossi2014-12-121-33/+37
* | Use special value SMOOTH_SCALABLE where appropriateKonstantin Ritt2014-11-291-3/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-1/+2
|\|
| * Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-271-1/+2
* | QFontDatabase: Fall back to "Any" writing system if none matchesUlf Hermann2014-11-261-1/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-5/+5
|\|
| * Revert "Fix fallbacks for adapted common script"Eskil Abrahamsen Blomfeldt2014-11-131-5/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-2/+7
|\|
| * Add support for more font weights internallyPierre Rossi2014-10-241-2/+7
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-23/+22
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * Fix rendering of fonts matched based on stretchAllan Sandfeld Jensen2014-08-141-0/+7
| * Fix selection of fonts based on styleNameAllan Sandfeld Jensen2014-08-141-4/+4
* | QFontDatabase: Micro-optimize getFontWeight.Robin Burchell2014-09-151-22/+49
* | Fix font family name mismatch between localized and non-localized versionLi Qiu2014-08-281-0/+9
|/
* Fix fallbacks for adapted common scriptEskil Abrahamsen Blomfeldt2014-07-101-5/+5
* Respect fixed pitch request when font family is not availableEskil Abrahamsen Blomfeldt2014-05-121-1/+5
* Android: Fix font mergingEskil Abrahamsen Blomfeldt2014-03-251-1/+1
* Teach font database to populate families lazilyTor Arne Vestbø2014-03-201-25/+66
* Ensure that QGuiApplication is inited before using QFontDatabaseTor Arne Vestbø2014-03-131-0/+3
* Fix custom font substitution list supportKonstantin Ritt2014-03-111-2/+4
* Guarantee QPFDB::fontEngine() always return non-multi font engineKonstantin Ritt2014-03-111-5/+4
* Prevent repeated and unnecessary font population QCoreTextFontDatabaseTor Arne Vestbø2014-03-051-0/+1
* Merge qfontdatabase_qpa.cpp with qfontdatabase.cppTor Arne Vestbø2014-03-041-3/+416
* Streamline font match() function.Friedemann Kleint2013-11-281-10/+6
* Remove unused variable in font match() function.Friedemann Kleint2013-11-281-3/+0
* Fix font lookup.Friedemann Kleint2013-11-281-6/+9
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-19/+19
* Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-101-0/+3
* Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-051-3/+4