summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead codeLars Knoll2020-10-123-12/+0
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-121-6/+23
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-074-5/+5
* Use QStringTokenizer instead of QStringView::splitLars Knoll2020-10-051-2/+9
* Don't store QTextHtmlParserNode by value in a QListLars Knoll2020-10-052-29/+34
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-037-16/+10
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-302-5/+1
* QFontEngine: Do not call getSfntTable with uninitalized valueChristoph Schleifenbaum2020-09-251-2/+2
* Fix Qt6 todo in qcssparserAllan Sandfeld Jensen2020-09-231-3/+6
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-222-9/+12
* Include harfbuzz header files without harfbuzz/ parent directoryDimitrios Apostolou2020-09-162-2/+2
* Windows: Fix clang error about copy on loopKai Koehne2020-09-141-1/+1
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-122-2/+0
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Remove Qt6 related commentLars Knoll2020-09-111-1/+0
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-2/+2
* Remove deprecated method QTextList::isEmpty()Marcel Krems2020-09-082-20/+0
* Clean up QTextBoundaryFinder and qunicodetoolsLars Knoll2020-09-071-3/+2
* When finding the engine for a fallback font, then clear the familiesAndy Shaw2020-09-051-0/+1
* Mark obsolete QPrinter functions as deprecated from 5.15 onVolker Hilsheimer2020-09-031-2/+2
* QTextHtmlParserNode: Fix warnings flood about setting negative pixel sizeFriedemann Kleint2020-09-021-1/+2
* Qpagedpaintdevice: Use marginsF instead of internal struct marginsPeng Wenhao2020-09-011-3/+6
* Fix text issues when using typographic namesEskil Abrahamsen Blomfeldt2020-08-302-0/+17
* Remove QUnicodeTools::DefaultOptionsCompatEdward Welbourne2020-08-281-6/+9
* Avoid overflows in variantHash()Robert Loehning2020-08-281-2/+2
* QTextHtmlParserNode: Avoid extreme values for font's pixelsizeRobert Loehning2020-08-281-0/+1
* Doc: Compile textdocument-end snippetsPaul Wicking2020-08-281-1/+1