summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-151-5/+11
* Save QFont's style name if presentKonstantin Shegunov2016-08-031-2/+11
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-3/+5
|\
| * Fix performance regression when changing fontsEskil Abrahamsen Blomfeldt2016-07-221-3/+5
* | QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-021-2/+2
* | QFont::exactMatch() should return false for aliasesEskil Abrahamsen Blomfeldt2016-05-121-3/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-2/+2
|\|
| * Correct qt_defaultDpi X/Y with just a QCoreApplicationAllan Sandfeld Jensen2016-03-161-2/+2
* | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-0/+7
|\|
| * QFontCache: Centralize the engine type safety checkKonstantin Ritt2016-01-281-0/+7
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+11
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+11
| |\
| | * Decrease the cache if necessary when adding a new fontAndy Shaw2015-12-161-1/+11
* | | Updated license headersJani Heikkinen2016-01-151-14/+20
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-2/+4
|\| |
| * | Use the cached font fallback families list in QFont::defaultFamily()Konstantin Ritt2015-12-151-2/+4
* | | QFont*: fix some const-incorrectnesses involving QFontPrivateMarc Mutz2015-11-271-8/+8
|/ /
* | Serialize the capitalization value of QFontAndy Shaw2015-09-151-1/+7
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-2/+2
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-2/+2
* | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-6/+1
|/
* Optimize QFont::resolve(const QFont &other)Konstantin Ritt2015-05-011-4/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Deprecate QFont:: rawMode()/setRawMode()Konstantin Ritt2015-01-231-30/+25
* [Docs] Don't propose using deprecated QFont:: rawName()/setRawName()Konstantin Ritt2014-12-291-8/+4
* [QFont] Don't build datastream helpers with QT_NO_DATASTREAMKonstantin Ritt2014-12-241-3/+1
* Add QFont::Weight enum valuesPierre Rossi2014-12-121-1/+5
* Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-271-0/+2
* Add support for more font weights internallyPierre Rossi2014-10-241-6/+6
* Doc: add info about letter spacing type to function descLeena Miettinen2014-10-201-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add QFont strategy to disable subpixel antialiasingAllan Sandfeld Jensen2014-08-031-0/+1
* qpa: Merge qfont_qpa.cppTor Arne Vestbø2014-05-131-87/+117
* Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-011-3/+5
|\
| * Deprecate QFont::setRawName() and QFont::rawName()Sergio Ahumada2014-03-271-0/+2
| * Fix typos in QFont documentation.Mitch Curtis2014-03-271-2/+2
| * Fix grammar in QFontInfo::styleName() doc.Mitch Curtis2014-03-251-1/+1
* | Properly serialize QFont.Mitch Curtis2014-03-311-5/+30
|/
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-4/+4
* QFont: add missing qHash overloadMarc Mutz2014-02-161-0/+12
* Optimize stringToCMap() usageKonstantin Ritt2014-02-071-1/+3
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-1/+1
* Cleanup freetype data in a thread-safe wayRobin Burchell2013-11-201-3/+6
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-22/+22
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* QFontCache: Make clear() really clear/free cached data it maintainsKonstantin Ritt2013-04-121-22/+28
* Fix leaking of QFontEngineDataKonstantin Ritt2013-04-121-9/+14
* Fix the font engines leakingKonstantin Ritt2013-03-201-90/+82
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-1/+1
|\