summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qrawfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Fixed qdoc warnings.David Boddie2011-05-231-22/+34
* Enablers for TextInputEskil Abrahamsen Blomfeldt2011-05-231-0/+14
* Add some QRawFont related low level functions to avoid extra copyingJiang Jiang2011-05-111-5/+53
* Compile on MacEskil Abrahamsen Blomfeldt2011-05-101-2/+2
* Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-101-9/+9
* Add required font metrics functions to QRawFontJiang Jiang2011-05-041-0/+52