summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Draw the cursor considering the descent is 0Tang Haixiang2021-04-201-3/+3
* Fix handling of surrogates in QBidiAlgorithmEdward Welbourne2021-04-161-2/+2
* Doc: Fix various documentation issuesTopi Reinio2021-04-161-2/+3
* Don't judge other people's writing systemsVolker Hilsheimer2021-04-081-10/+8
* QTextHtmlParserNode: Limit colspan to avoid segfaultRobert Löhning2021-04-071-1/+1
* Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-151-1/+3
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-021-2/+2
* Avoid overflow in text layoutEirik Aavitsland2021-02-111-0/+4
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-2/+8
* Fix crash when requesting A32 glyph on WaylandEskil Abrahamsen Blomfeldt2021-02-051-1/+5
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-041-2/+11
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-01-221-0/+6
* Windows font engine: Silence warnings about not being able to enumate font fa...Friedemann Kleint2021-01-131-2/+2
* Doc: Add details to QFont::toStringPaul Wicking2021-01-121-1/+20
* Doc: Explain how boundingRect handles null QRectFPaul Wicking2021-01-111-1/+3
* QPdfWriter: fix embedding fonts in pdf filesChristian Ehrlicher2021-01-091-1/+1
* Revert "Fix invalid text layout data when a full layout run is interrupted"Frederik Gladhorn2021-01-071-5/+2
* QInputControl: accept surrogate category characterLiang Qi2021-01-051-0/+3
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-0412-35/+35
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-211-1/+4
* Adjust code format, add space after 'if'Zhang Sheng2020-11-168-36/+36
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-2/+2
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-9/+0
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-2/+2
* Reduce memory reallocations in QTextTablePrivate::update()Robert Loehning2020-11-092-14/+6
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-091-1/+2
* Fix static assert in Markdown parserAndreas Buhr2020-11-081-1/+1
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-081-6/+4
* Support the markdown underline extensionShawn Rutledge2020-11-073-2/+7
* Fix a few qdoc warningsVolker Hilsheimer2020-11-062-3/+3
* Unexport QTextFrame/Block::iterator classesVolker Hilsheimer2020-11-062-32/+20
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-061-35/+13
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-036-51/+44
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-031-5/+3
* Add deprecated accessors for legacy font weightEskil Abrahamsen Blomfeldt2020-11-033-0/+71
* Fix QDataStream compatibility for QTextFormat::TextUnderlineColorLars Knoll2020-11-032-0/+9
* macOS + FreeType: fix crash with non printable unicodeAnton Kudryavtsev2020-11-021-1/+4
* Fix delay first time a font is usedEskil Abrahamsen Blomfeldt2020-10-291-1/+1
* QFontEngine: get rid of userData() trickeryKonstantin Ritt2020-10-282-12/+0
* Fix documentation warningsVolker Hilsheimer2020-10-241-4/+2
* Deprecate QVariant::TypeLars Knoll2020-10-232-9/+9
* Fix output with box font engineEskil Abrahamsen Blomfeldt2020-10-201-5/+5
* QFontDatabase: fix a uint->int implicit conversionGiuseppe D'Angelo2020-10-191-2/+2
* QPdf: consolidate usage of uintGiuseppe D'Angelo2020-10-192-8/+8
* QTextTable: fix an implicit uint->int conversionGiuseppe D'Angelo2020-10-191-2/+2
* Use valid glyph index for box font engineEskil Abrahamsen Blomfeldt2020-10-191-2/+2
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-7/+7
* Port some more /*implicit*/-like comments to Q_IMPLICITGiuseppe D'Angelo2020-10-161-1/+1