summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* QScriptItem: reduce boilerplate codeMarc Mutz2017-03-291-10/+7
* Use harfbuzz feature to check for HarfBuzzLars Knoll2016-11-241-1/+1
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-1/+1
* QtGui: mark more types as primitive/movableMarc Mutz2016-04-251-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-1/+7
|\
| * Disable unneeded ligatures when letter spacing is setEskil Abrahamsen Blomfeldt2016-02-191-1/+7
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-231-1/+1
* Insert leading after each line, not beforeUlf Hermann2015-10-091-2/+1
* Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-021-0/+16
* QTextEngine: don't hold ItemDecoration in QListMarc Mutz2015-07-131-1/+3
* QTextLayout: replace a use of an inefficient QList with QVectorMarc Mutz2015-05-291-4/+4
* [QTextCursor] Better use of the cached whiteSpace attributeKonstantin Ritt2015-04-151-1/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix menu mnemonic inside ligaturesAllan Sandfeld Jensen2014-09-181-2/+0
* Decrease code duplication by reusing QTextEngine::findItem()Konstantin Ritt2014-07-081-1/+0
* Rename some QTextEngine members to reflect their meaningKonstantin Ritt2014-05-201-10/+11
* Minor code clean-upKonstantin Ritt2014-05-201-4/+1
* Minor optimization for QTextLineItemIteratorKonstantin Ritt2014-05-161-7/+5
* Make QGlyphLayout consume one byte less per glyphKonstantin Ritt2014-03-031-16/+9
* Hide the justification algorithm implementation detailsKonstantin Ritt2014-03-031-21/+7
* Get rid of SpecialData::addFormatIndicesKonstantin Ritt2014-02-061-3/+3
* QTextEngine: Make FontEngineCache inaccessible from outsideKonstantin Ritt2014-01-311-0/+2
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-23/+14
* Remove unimplemented constructor in QTextEngineEskil Abrahamsen Blomfeldt2014-01-151-1/+0
* Add HarfBuzz-NG supportKonstantin Ritt2013-09-081-0/+3
* QTextEngine::shapeTextWithHarfbuzz() code simplificationKonstantin Ritt2013-09-081-1/+1
* Don't allocate QGlyphLayout data, when possibleKonstantin Ritt2013-08-141-31/+0
* Improve shapeTextWithHarfbuzz() logic a bitKonstantin Ritt2013-04-011-1/+1
* Replace HB_JustificationClass with QGlyphAttributes::JustificationClassKonstantin Ritt2013-04-011-0/+14
* Move QTextEngine implementation details from QTextLayoutKonstantin Ritt2013-03-191-3/+15
* Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-121-14/+28
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-251-1/+1
* Remove Qt3 compat leftoversKonstantin Ritt2012-10-191-12/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-221-2/+4
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-051-1/+8
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-101-10/+0
* QTextEngine: drop unused leftoversKonstantin Ritt2012-05-081-8/+0
* Fix warnings about commas at the end of enumsThiago Macieira2012-03-241-1/+1
* Line up underlines if fallback fonts are used (QTBUG-21832)Stefan Hundhammer2012-03-121-0/+32
* Add support for QRawFont in QTextLayout.Pierre Rossi2012-03-011-1/+7
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-171-2/+2
* Add support for querying an elided sub-string from QTextEngine.Andrew den Exter2012-02-161-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-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
* Release font engine refcount when done using it in QTextEngineJiang Jiang2011-11-041-0/+1