summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Fix license header of QInputControlEskil Abrahamsen Blomfeldt2017-01-232-24/+36
* Fix build without feature.cssparserTasuku Suzuki2017-01-181-2/+4
* QFont: fix fromString(toString()) when application font has styleNameDavid Faure2017-01-111-0/+2
* doc: Specify which characters are replaced by toPlainText()Eskil Abrahamsen Blomfeldt2016-12-151-0/+5
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-123-2/+162
* Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-244-1/+5
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-244-1/+5
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-234-1/+5
| | |\
| | | * QCss: Fix parsing of charsetMartin T. H. Sandsmark2016-11-151-0/+1
| | | * QFontEngine: Cache whether or not a font can be smoothly scaledRobin Burchell2016-11-153-1/+4
* | | | Use harfbuzz feature to check for HarfBuzzLars Knoll2016-11-245-18/+20
* | | | Optimize fontdatabase fallbacksForFamilyAllan Sandfeld Jensen2016-11-231-1/+6
|/ / /
* | | QRawFont: Add a qHash overloadRobin Burchell2016-11-162-0/+15
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-162-2/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-152-2/+10
| |\|
| | * Don't count no-break spaces as trailing spacesEskil Abrahamsen Blomfeldt2016-11-091-2/+6
| | * Documentation: Specify units for QTextDocument::pageSizeSteve Schilz2016-11-091-0/+4
* | | Freetype: Disable outline drawing when drawing to pixmap cacheEskil Abrahamsen Blomfeldt2016-11-142-11/+13
* | | Freetype: Fix device pixel ratio with large fontsEskil Abrahamsen Blomfeldt2016-11-141-39/+52
* | | Unbreak a couple of configurationsLars Knoll2016-11-111-7/+17
* | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-103-9/+8
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-013-18/+18
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-311-1/+1
| |\|
| | * Compilation fixVyacheslav Koscheev2016-10-271-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-15/+10
| |\|
| | * Android: Fix synthesized oblique for non-latin scriptsEskil Abrahamsen Blomfeldt2016-10-261-9/+10
| | * Don't claim all fonts are smoothly scalable on WindowsEskil Abrahamsen Blomfeldt2016-10-241-6/+0
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-2/+7
| |\|
| | * Don't crash while parsing malformed CSSSérgio Martins2016-10-191-2/+7
* | | use helper libs via QMAKE_USEOswald Buddenhagen2016-10-151-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-4/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-4/+5
| |\|
| | * Fix crash when doing many text layouts with superscript/subscriptEskil Abrahamsen Blomfeldt2016-09-291-4/+5
* | | Fix plain text QStaticText with line breaksEskil Abrahamsen Blomfeldt2016-10-041-0/+2
* | | Freetype: Fix wrong line spacing for Courier NewEskil Abrahamsen Blomfeldt2016-09-301-0/+6
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-0/+16
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-0/+16
| |\|
| | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-231-0/+16
| | |\
| | | * Describe meaning of typographic units in QRawFont documentationKonstantin Tokarev2016-09-221-0/+16
* | | | Return color bitmap from QRawFont for color fontsEskil Abrahamsen Blomfeldt2016-09-221-3/+10
* | | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-1/+1
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-1/+1
| |\| |
| | * | Taking trailing whitespace into account when shaping linesDavid Schulz2016-09-051-1/+1
* | | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-152-2/+2
* | | | Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-152-9/+4
* | | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-0/+4
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-0/+4
| |\| |
| | * | Ensure the fontdatabase is initialized when requesting fallbacksAllan Sandfeld Jensen2016-09-031-0/+4
| | |/
* | | Replace QLatin1Literal with QLatin1StringAnton Kudryavtsev2016-09-031-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-297-40/+37
|\| |