summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextLayout: Fix cursor position calculation for BiDi textAndrey Volykhin2014-05-121-1/+0
* QTextLayout: Fix cursor movement from invalid positionKonstantin Ritt2014-04-041-1/+4
* Get rid of SpecialData::addFormatIndicesKonstantin Ritt2014-02-061-6/+5
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-11/+7
* Fix misaligned selection region with text when centeredJonathan Liu2013-10-231-5/+14
* Doc: Fix typos and add missing words.Marcel Krems2013-10-121-2/+2
* Fix broken text layout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2013-10-091-0/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* Move QTextEngine implementation details from QTextLayoutKonstantin Ritt2013-03-191-54/+9
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change QTextLayout::textOption() to return a const reference insteadAndy Shaw2012-11-261-1/+1
* Fixed rendering artifacts when drawing cursor.Samuel Rødal2012-11-201-1/+1
* 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