summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qrawfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-8/+8
|\
| * QRawFont: fix UB in supportedWritingSystems()Marc Mutz2016-03-231-8/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-2/+1
|\|
| * QRawFont: fix UB (misaligned load) in fontTable()Marc Mutz2016-03-151-2/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QFont*: fix some const-incorrectnesses involving QFontPrivateMarc Mutz2015-11-271-1/+1
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
|/
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* | doc: Remove uses of \mainclassMartin Smith2015-06-051-1/+0
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make QRawFont usage safer in a multi-threaded environmentKonstantin Ritt2014-12-131-26/+5
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* qpa: merge qrawfont_qpa.cppTor Arne Vestbø2014-05-131-2/+16
* Drop dead codeKonstantin Ritt2014-03-311-4/+1
* Optimize glyph lookups with QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-051-1/+1
* Optimize stringToCMap() usageKonstantin Ritt2014-02-071-12/+5
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-5/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* Fix the font engines leakingKonstantin Ritt2013-03-201-4/+2
* Perform kerning in QRawFont::advancesForGlyphIndexesAllan Sandfeld Jensen2013-03-191-5/+56
* Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-121-1/+1
* Get rid of qt_determine_writing_systems_from_truetype_bits()Konstantin Ritt2013-03-121-5/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-1/+2
* QRawFont: improve performance and safety of glyphIndexesForString()Konstantin Ritt2012-10-151-38/+32
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix docs for QRawFont.Jason Barron2012-08-211-2/+2
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-101-1/+1
* QtGui: add member-swap to shared classesMarc Mutz2012-07-031-0/+8
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* QFontMetrics/QRawFont: Optimize SMP code points handling a bitKonstantin Ritt2012-06-141-6/+4
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* Return early in QRawFont::setPixelSize.Pierre Rossi2012-04-031-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-3/+3
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-211-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-1/+1
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-241-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-2/+2
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-18/+0
* doc: Fix incorrect enum name in QRawFont::alphaMapForGlyph docsEskil Abrahamsen Blomfeldt2011-09-151-1/+2
* micro optimizationsKonstantin Ritt2011-09-021-89/+32
* fix typo in the docsKonstantin Ritt2011-09-021-1/+1
* QRawFont: add missed operator !=Konstantin Ritt2011-09-021-0/+6
* Switch to use floating point pixelSize in QRawFont completelyJiang Jiang2011-07-291-4/+4
* Add missing APIs to QRawFont and some additional notes to fromFontJiang Jiang2011-06-271-0/+27
* Allow selecting fonts with irregular style namesJiang Jiang2011-06-091-0/+13