summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when app font is addedJiang Jiang2011-07-141-4/+4
* Move glyph run merging logic to QTextLayout levelJiang Jiang2011-06-301-110/+100
* Fix bug which caused repeated characters in a QML TextEskil Abrahamsen Blomfeldt2011-06-201-2/+2
* Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-071-3/+13
* Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-301-7/+11
* Fix ligature offset in multi-line textJiang Jiang2011-05-271-2/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Fixed qdoc warnings.David Boddie2011-05-231-5/+5
* Enablers for TextInputEskil Abrahamsen Blomfeldt2011-05-231-17/+67
* Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-111-7/+7
* Fixes warnings about unused variablesOlivier Goffart2011-05-101-2/+0
* Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-101-11/+11
* Take leading space width into account for painting and selectionJiang Jiang2011-04-291-0/+1
* Support visual cursor movement for BIDI textJiang Jiang2011-04-291-256/+138
* Fix glyph position issue with fallback fontsJiang Jiang2011-04-291-0/+3
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2929