summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-2/+2
* QTextLayout: replace a use of an inefficient QList with QVectorMarc Mutz2015-05-291-2/+38
* [QTextCursor] Better use of the cached whiteSpace attributeKonstantin Ritt2015-04-151-4/+4
* QTextLayout: Reserve space ahead of time.Robin Burchell2015-02-151-0/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix possibly corrupted log clusters when using custom tab stopsEskil Abrahamsen Blomfeldt2014-12-151-0/+5
* Make QRawFont usage safer in a multi-threaded environmentKonstantin Ritt2014-12-131-3/+2
* Fix justification in multi fontengine glyphrunsAllan Sandfeld Jensen2014-10-281-2/+4
* fix crash when dropping a file into an empty QTextEditJoerg Bornemann2014-10-271-0/+4
* Add text ranges to QGlyphRunPrivateEskil Abrahamsen Blomfeldt2014-10-081-8/+62
* Fix QTextInlineObject class documentationAlex Blasche2014-10-051-6/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-1/+1
|\
| * Fix crash in QTextLayout::cursorToXKevin Funk2014-09-021-1/+1
* | Fix menu mnemonic inside ligaturesAllan Sandfeld Jensen2014-09-181-116/+39
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-0/+5
|\|
| * Doc: Hide QTextInlineObject constructor from the documentationTopi Reinio2014-07-141-0/+5
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-1/+10
|\|
| * REG: Fix nbsp in QTextLayoutEskil Abrahamsen Blomfeldt2014-07-081-1/+10
* | Guarantee QTextEngine::findItem() returns -1 for invalid strPosKonstantin Ritt2014-05-231-0/+1
* | Rename some QTextEngine members to reflect their meaningKonstantin Ritt2014-05-201-2/+2
* | Minor code clean-upKonstantin Ritt2014-05-201-1/+1
* | Minor optimization for QTextLineItemIteratorKonstantin Ritt2014-05-161-12/+6
|/
* 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