summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pixel-align vertical metrics in QTextLayout againEskil Abrahamsen Blomfeldt2012-10-301-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-221-12/+13
* doc: Fix doc warnings for qtextlayout.cppEskil Abrahamsen Blomfeldt2012-08-251-3/+7
* Fix cursor truncate to include line positionJiang Jiang2012-07-091-2/+2
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+4
* QTextLayout docs: a minor typo fixKonstantin Ritt2012-06-211-1/+1
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-071-2/+3
* Fix potential access beyond the array endKonstantin Ritt2012-05-251-1/+3
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-171-4/+6
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-2/+2
* Fix a thread safety issue with QTextLine::glyphRunsPierre Rossi2012-04-171-1/+7
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+8
|\
| * Calculate correct bounding rect for glyph runs in QTextLayoutEskil Abrahamsen Blomfeldt2012-04-021-1/+2
| * Fix a crash in cursorToX() when new block is addedJiang Jiang2012-04-021-0/+4
| * Document preedit details on QTextLayoutPekka Vuorela2012-04-021-0/+2
* | QtGui: make some constructors explicitMarc Mutz2012-03-141-1/+1
|/
* Line up underlines if fallback fonts are used (QTBUG-21832)Stefan Hundhammer2012-03-121-5/+8
* Add support for QRawFont in QTextLayout.Pierre Rossi2012-03-011-9/+35
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-171-2/+2
* Eliminate a warningJiang Jiang2012-02-091-2/+2
* 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
* 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