summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.h
Commit message (Expand)AuthorAgeFilesLines
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-2/+0
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-2/+2
* Allow more fine grained control over QFont debug outputTor Arne Vestbø2019-02-111-0/+6
* Fix constness of QPaintDevice argumentsLuca Beldi2018-11-191-2/+5
* Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-081-1/+5
* Deprecate QFont::lastResortFamily() and QFont::lastResortFont()Eskil Abrahamsen Blomfeldt2018-10-091-2/+4
* Add API to disable text shaping on fontsEskil Abrahamsen Blomfeldt2017-07-261-0/+1
* Expose QFont enums to the meta object systemJ-P Nurmi2017-05-311-0/+7
* Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-151-0/+1
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-041-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-1/+1
* Deprecate QFont:: rawMode()/setRawMode()Konstantin Ritt2015-01-231-1/+2
* Add QFont::Weight enum valuesPierre Rossi2014-12-121-6/+11
* 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
* Deprecate QFont::setRawName() and QFont::rawName()Sergio Ahumada2014-03-271-2/+4
* QFont: add missing qHash overloadMarc Mutz2014-02-161-0/+2
* Clean up old PostScript printing codeSze Howe Koh2013-05-121-1/+0
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtGui: declare some classes as sharedMarc Mutz2012-07-101-0/+1
* QtGui: add member-swap to shared classesMarc Mutz2012-07-031-0/+3
* Remove QFont::handleGirish Ramakrishnan2012-05-311-2/+0
* Fix font substitutions.Friedemann Kleint2012-04-191-1/+4
* Cleanup Q3* itemsDebao Zhang2012-03-231-2/+0
* QtGui: make some constructors explicitMarc Mutz2012-03-141-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-21/+0
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-1/+1
* Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-1/+5
|\
| * Allow selecting fonts with irregular style namesJiang Jiang2011-06-091-1/+5
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-041-1/+1
|\|
| * Make sure QFont's resolve mask is copied on compilers with C++0x supportEskil Abrahamsen Blomfeldt2011-04-291-1/+1
* | even less QT3_SUPPORTLars Knoll2011-05-031-8/+0
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+378