summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Compile qfontdatabase snippetsPaul Wicking2020-08-281-2/+1
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-289-27/+16
* Remove "internal" parameter in QTextLine::draw()Jonas Karlsson2020-08-282-6/+13
* Use OpenType font weightsJonas Karlsson2020-08-2817-103/+141
* Allow arbitrary baseline shift in QTextCharacterFormatJordi Pujol Foyo2020-08-266-5/+194
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-253-7/+7
* QTextLayout: Remove deprecated methodsMarcel Krems2020-08-252-37/+0
* Remove the QPF2 font engineEskil Abrahamsen Blomfeldt2020-08-246-942/+7
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-2/+2
* Clean up int based convert() APILars Knoll2020-08-241-2/+2
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-221-4/+17
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-0/+1
* Remove 'less than' comparison methodJonas Karlsson2020-08-171-7/+0
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-152-3/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-2/+2
* QtFontStyle: Add missing const to non-mutable operatorsKonstantin Ritt2020-08-121-3/+3
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-1/+1
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-062-41/+65
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-317-9/+9
* Sanitize lengthValue in CSS parserRobert Loehning2020-07-271-5/+4
* QWindowsFontDatabaseBase: Fix unused parameter errorKai Koehne2020-07-231-0/+2
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-172-9/+9
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-162-2/+2
* Don't flatten link color in QTextHtmlParser::declarationsForNodeTor Arne Vestbø2020-07-141-2/+2
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-0724-179/+178
* Fix rendering error in some glyphsPengfei Zhang2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-076-19/+19