summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-1/+4
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-181-3/+10
* FreeType: allow falling back to synthesized bold if desiredAndy Shaw2021-11-031-1/+3
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-022-38/+5
* Add const to read only local variablesOliver Eftevaag2021-11-012-3/+3
* Doc: Fix qdoc warnngsVenugopal Shivashankar2021-10-231-2/+2
* Add QFontMetricsF methods taking text options into accountAllan Sandfeld Jensen2021-10-222-6/+201
* Fix inconsistencies between advanceWidth and bounding rectsAllan Sandfeld Jensen2021-10-213-117/+57
* QtGui & its plugins: remove set-but-unused variablesThiago Macieira2021-10-191-4/+0
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-182-2/+21
* Fix cursor positioning on bidi boundariesVolker Hilsheimer2021-10-181-43/+74
* Fix cursor placement at left and right ends of bidi textVolker Hilsheimer2021-10-181-26/+9
* QFontDatabase: suppress warning about its constructor being deprecatedThiago Macieira2021-10-161-1/+1
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-161-1/+4
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-141-3/+4
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-143-4/+19
* Fix caching of parsed border color values in CSS parserVolker Hilsheimer2021-10-121-2/+11
* freetype/no-fc: Disambiguate fonts with different widthsEskil Abrahamsen Blomfeldt2021-10-121-1/+31
* gui: Fix typos in documentationJonas Kvinge2021-10-126-11/+11
* gui: Fix typos in source code commentsJonas Kvinge2021-10-126-8/+8
* Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-071-3/+1
* QPlatformFontDatabase: Don't copy metaobjectsUlf Hermann2021-10-071-2/+2
* Respect font stretch if set together with font styleAlbert Astals Cid2021-10-041-1/+1
* Doc: Replace broken link to Roman Czyborra's personal pageLuca Di Sera2021-10-011-2/+2
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-012-15/+27
* QTextImageFormat::setQuality: deprecate the default valueDavid Faure2021-10-011-2/+5
* Use Yu Gothic UI as the main fallback font for JapaneseEskil Abrahamsen Blomfeldt2021-09-281-0/+1
* Fix QTextEdit cursor rectangle vertical positioningZhang Hao2021-09-181-2/+5
* QTextDocumentLayout: remove multiple calls to lineHeightTypeWaqar Ahmed2021-09-161-5/+7
* Fix querying font aliases that share name with other fontsEskil Abrahamsen Blomfeldt2021-09-111-5/+14
* QTextImageFormat: add Qt7 TODO to remove the default valueDavid Faure2021-09-081-0/+1
* QTextOdfWriter: fix exporting pixmaps to ODTDavid Faure2021-09-081-2/+2
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-8/+8
* Fix text ellipsis not implemented in TibetanFan RuiJie2021-08-311-0/+5
* Fix default line thickness for fontsEskil Abrahamsen Blomfeldt2021-08-231-1/+1
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-193-3/+15
* Fix printing with unhinted fontsEskil Abrahamsen Blomfeldt2021-08-162-1/+19
* Fix a typo in the comment for TrueType fonts with embedded bitmapsTasuku Suzuki2021-08-111-1/+1
* Undeprecate QFont(QString) since this is still useful for manyAndy Shaw2021-08-112-7/+0
* QWindowsFontDatabase: port local QSets to QDuplicateTrackerMarc Mutz2021-07-302-9/+8
* QTextEngine: Style fixRobert Löhning2021-07-261-2/+2
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-264-8/+15
* QTextCharFormat: mark a couple of API mistakes to be fixed in Qt 7Giuseppe D'Angelo2021-07-222-0/+40
* Prevent array-out-of-bounds accessVolker Hilsheimer2021-07-211-1/+5
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-5/+15
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* Fix QTextFormat::FullWidthSelection for right-to-left text layoutsOliver Eftevaag2021-07-101-4/+11
* Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-06-302-6/+6
* fc: Clean up current config on shutdownEskil Abrahamsen Blomfeldt2021-06-302-0/+6
* Fix right-to-left text with DirectWrite engine + QPainterPathEskil Abrahamsen Blomfeldt2021-06-181-1/+2