summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adapt to Harfbuzz 2.8.0 updateEskil Abrahamsen Blomfeldt2021-04-131-4/+11
* 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
* Replace QTextDocumentResourceProvider with a std::functionVolker Hilsheimer2021-03-306-179/+60
* Rename QUrlResourceProvider to QTextDocumentResourceProviderVolker Hilsheimer2021-03-296-27/+41
* Merge integration refs/builds/qtci/dev/1616666973Qt CI Bot2021-03-252-3/+5
|\
| * Fix deprecated macrosVolker Hilsheimer2021-03-252-3/+5
* | Merge integration refs/builds/qtci/dev/1616659664Qt CI Bot2021-03-251-1/+1
|\ \ | |/ |/|
| * Fix compilation with experimental x11 paint engine featureEskil Abrahamsen Blomfeldt2021-03-251-1/+1
* | Fix compilation error when LTTng enabledHyungchan Kim2021-03-251-2/+2
|/
* Doc: Fix various documentation issuesTopi Reinio2021-03-161-2/+3
* Minor robustness improvement of text codeEirik Aavitsland2021-03-161-2/+4
* Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-111-1/+3
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-011-2/+2
* Make constructing QFont from families explicitVolker Hilsheimer2021-02-181-1/+1
* Fix mingw compiler warningsMårten Nordheim2021-02-113-32/+22
* 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-031-2/+11
* Avoid overflow in text layoutEirik Aavitsland2021-01-281-0/+4
* Optimize subpixel positioningAllan Sandfeld Jensen2021-01-271-1/+1
* Implement vertical subpixel positioning where availableEskil Abrahamsen Blomfeldt2021-01-2513-120/+220