summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-6/+0
* Fix trailing spaces problem by not adding it to QScriptLine.lengthJiang Jiang2011-09-171-1/+2
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-211-1/+3
|\
| * Fix crash when app font is addedJiang Jiang2011-07-141-1/+3
* | Adapt font engines for Windows/QPA.Friedemann Kleint2011-06-291-1/+1
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-1/+3
|\|
| * Fontengine buildfix for xcb platform plugin.Tapani Mikola2011-06-101-5/+1
| * Duplicate some harfbuzz symbols inside Qt.Gunnar Sletta2011-06-091-1/+7
* | Buildfix for Mac OSRichard Moe Gustavsen2011-06-071-1/+1
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-011-0/+2
|\|
| * Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-301-0/+2
* | 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-121-1/+1
|\|
| * Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-111-1/+1
* | get QtWidgets to linkLars Knoll2011-05-071-1/+1
|/
* Support visual cursor movement for BIDI textJiang Jiang2011-04-291-0/+60
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+643