summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fixed crashes when using QImage in combination with QCoreApplication.Samuel Rødal2013-02-141-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-18/+17
|/
* QFont: Don't invalidate engine unless request has been changedKonstantin Ritt2012-10-191-7/+26
* QFont: Don't detach unless value has really changedKonstantin Ritt2012-10-161-6/+46
* Use constFind()/constEnd() for const_iterator-sKonstantin Ritt2012-10-131-3/+3
* QFont: Fix build with QFONTCACHE_DEBUGKonstantin Ritt2012-10-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* doc: Fix several text-related qdoc warningsEskil Abrahamsen Blomfeldt2012-08-251-3/+3
* doc: Remove documentation for removed functionEskil Abrahamsen Blomfeldt2012-08-231-12/+0
* Correct method name referred to in QFont's detailed description.Mitch Curtis2012-07-271-1/+1
* QtGui: add member-swap to shared classesMarc Mutz2012-07-031-0/+16
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+2
* Remove all references to XLFD fontsLars Knoll2012-06-271-16/+2
* Remove QFont::handleGirish Ramakrishnan2012-05-311-7/+0
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-13/+12
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-26/+26
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-5/+5
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-5/+5
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
|/