summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-01-211-0/+6
* Remove debug outputEskil Abrahamsen Blomfeldt2021-01-202-3/+0
* macOS: Fix assert with Freetype engineEskil Abrahamsen Blomfeldt2021-01-181-1/+1
* Disable copying of QUrlResourceProvider to avoid slicingAlexander Volkov2021-01-141-0/+2
* Windows font engine: Silence warnings about not being able to enumate font fa...Friedemann Kleint2021-01-131-2/+2
* Doc: Add details to QFont::toStringPaul Wicking2021-01-121-1/+20
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-126-2/+191
* Doc: Explain how boundingRect handles null QRectFPaul Wicking2021-01-111-1/+3
* QPdfWriter: fix embedding fonts in pdf filesChristian Ehrlicher2021-01-091-1/+1
* Revert "Fix invalid text layout data when a full layout run is interrupted"Frederik Gladhorn2021-01-071-5/+2
* Remove the qmake project filesJoerg Bornemann2021-01-075-215/+0
* QInputControl: accept surrogate category characterLiang Qi2021-01-051-0/+3
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-052-10/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-3012-35/+35
* Return an empty QStringList if the family string is emptyAndy Shaw2020-11-271-0/+2
* Fix compiler warnings from deprecated methodVolker Hilsheimer2020-11-271-1/+1
* QTextDocument: allow css border-style of table collapsed cell bordersChristian Ehrlicher2020-11-261-1/+1
* Return a QString() if the families list is emptyAndy Shaw2020-11-241-2/+2
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-201-1/+4
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-2021-160/+183
* Adjust code format, add space after 'if'Zhang Sheng2020-11-168-36/+36
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-2/+2
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-9/+0
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-2/+2
* Reduce memory reallocations in QTextTablePrivate::update()Robert Loehning2020-11-092-14/+6