summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid overflow in text layoutEirik Aavitsland2021-06-171-1/+2
* Fix rendering of text checkboxes when text is selectedShawn Rutledge2021-06-161-4/+8
* QTextDocumentFragment: fix ifdef rangeIvan Solovev2021-06-151-1/+2
* Fix unaligned specialData formatsAllan Sandfeld Jensen2021-06-111-4/+9
* QTextHtmlParser::parseEntity: Remove const that prevents automatic moveAlbert Astals Cid2021-06-041-1/+1
* Fix support for using system supplied md4c libraryNiclas Rosenvik2021-06-031-0/+4
* Extract the entity parsing code to a static functionAlbert Astals Cid2021-06-032-23/+34
* minor: Clean up areMetricsTooLarge() conditionsEskil Abrahamsen Blomfeldt2021-05-271-2/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-263-7/+7
* QTextHtmlParserNode: Avoid invalid enum valuesRobert Löhning2021-05-211-1/+39
* Fix memory leak when using small caps fontEskil Abrahamsen Blomfeldt2021-05-201-4/+8
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-113-12/+18
* Allow background inheritance between non-body block elementsAllan Sandfeld Jensen2021-05-081-1/+4
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-075-4/+13
* Apply specialData font capitalization to non-rawFont textAllan Sandfeld Jensen2021-05-061-2/+12
* macOS: Fix synthesized boldEskil Abrahamsen Blomfeldt2021-05-061-1/+3
* Windows: Work-around misreporting of Script and RomanEskil Abrahamsen Blomfeldt2021-05-061-1/+3
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-054-39/+0
* Fix rare integer overflow in text shapingPaul Olav Tvete2021-05-051-1/+2
* Write out the HTML correctly for nested listsAndy Shaw2021-05-052-3/+27
* Export text-decorationAllan Sandfeld Jensen2021-05-051-7/+22
* doc: Warn about kerning in QRawFont::advancesForGlyphIndexes()Eskil Abrahamsen Blomfeldt2021-04-271-2/+12
* Draw the cursor considering the descent is 0Tang Haixiang2021-04-201-3/+3
* Assert that engine isn't nullptr before dereferencingVolker Hilsheimer2021-04-191-0/+1
* Assert that engine isn't nullptr before dereferencingVolker Hilsheimer2021-04-191-6/+8
* Fix handling of surrogates in QBidiAlgorithmEdward Welbourne2021-04-161-2/+2
* Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-151-1/+1