summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fix glyphsEnd range checkJiang Jiang2012-01-201-2/+5
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QTextLayout::lineAt() to return invalid line if index is out of boundsPekka Vuorela2012-01-051-1/+1
* Support RTL text with merge font enginesJiang Jiang2012-01-051-6/+10
* Do not put cursor at non-stop character positionsJiang Jiang2011-11-041-0/+3
* Release font engine refcount when done using it in QTextEngineJiang Jiang2011-11-041-2/+2
* Renamed QTextLayout member variable for readabilityPekka Vuorela2011-11-031-35/+35
* Documented side-effect of QTextLayout::setPreeditArea()Pekka Vuorela2011-11-031-1/+2
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-251-21/+0
* Add QGlyphRun::SplitLigature flagEskil Abrahamsen Blomfeldt2011-10-141-24/+36
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-16/+1
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-1/+1
* Register whether a glyph run goes from RTL or LTREskil Abrahamsen Blomfeldt2011-09-281-0/+4
* Make sure cursor position doesn't exceed line endJiang Jiang2011-09-231-0/+3
* Fix trailing spaces problem by not adding it to QScriptLine.lengthJiang Jiang2011-09-171-3/+4
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-291-0/+2
|\
| * Fix crash when fallback font is not #0 in multi font engineEskil Abrahamsen Blomfeldt2011-08-261-0/+2
* | Merge branch 'master' into refactorGunnar Sletta2011-08-251-11/+52
|\|
| * Enablers for using QGlyphRun in SceneGraphEskil Abrahamsen Blomfeldt2011-08-191-11/+52
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-211-4/+4
|\|
| * Fix crash when app font is addedJiang Jiang2011-07-141-4/+4
* | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-110/+100
|\|
| * Move glyph run merging logic to QTextLayout levelJiang Jiang2011-06-301-110/+100
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-271-2/+2
|\|
| * Fix bug which caused repeated characters in a QML TextEskil Abrahamsen Blomfeldt2011-06-201-2/+2
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-3/+13
|\|
| * Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-071-3/+13
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-011-9/+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
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-39/+89
|\|
| * 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
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-121-7/+7
|\|
| * Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-111-7/+7
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-13/+11
|\|
| * Fixes warnings about unused variablesOlivier Goffart2011-05-101-2/+0
| * Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-101-11/+11
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-041-256/+142
|\|
| * 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
* | remove dependency to QStyle::visualAlignmentLars Knoll2011-05-041-1/+0
* | move keyboardInputLocale and keyboardInputDirection into QGuiApplicationLars Knoll2011-05-041-1/+0
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2929