summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* | | 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
* | | 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
| |/
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-1/+1
|\|
| * QTextDocument: fix string backward searchSamuel Gaist2016-08-281-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-252-35/+31
|\|
| * Limit glyph caches per QFontEngine to four per context, not four in totalTor Arne Vestbø2016-08-242-35/+31
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-223-3/+4
|\|
| * QTextHtmlParser: remove 317 unneeded relocationsMarc Mutz2016-08-222-2/+3
| * QCssParser: remove 239 unneeded relocationsMarc Mutz2016-08-221-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-1/+1
|\|
| * Do not disable subpixel rendering on compile timeAllan Sandfeld Jensen2016-08-181-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-134-5/+5
|\|
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-124-5/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-0/+1
|\|
| * Added pointer check in QFontDatabase::loadJesus Fernandez2016-08-051-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-051-1/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-1/+5
| |\|
| | * REG: Fix unwanted cache flush in Freetype engineEskil Abrahamsen Blomfeldt2016-08-011-1/+5
* | | Re-add the space character as a document terminatorAndy Shaw2016-08-051-4/+5
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-1/+4
|\|
| * Fontengine: Avoid invalid alpha maps when antialiasing is offEirik Aavitsland2016-07-271-1/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-3/+5
|\|
| * Fix performance regression when changing fontsEskil Abrahamsen Blomfeldt2016-07-221-3/+5
* | Preserve the scale of fonts when caching the font engineMichael Sheldon2016-07-192-20/+20
* | Optimize string usageAnton Kudryavtsev2016-07-152-4/+2
* | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1
* | Replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-061-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-202-6/+5
|\|
| * Remove unused macro: QT_DISTANCEFIELD_DEFAULT_TILESIZEEskil Abrahamsen Blomfeldt2016-06-151-4/+0
| * Fix crash when creating distance field for large glyphEskil Abrahamsen Blomfeldt2016-06-141-1/+3
| * Make it possible to create distance fields with any heightEskil Abrahamsen Blomfeldt2016-06-141-1/+2
* | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-162-2/+2
|\ \
| * | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-262-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+0
|\ \ \ | | |/ | |/|
| * | Fix font-weight regressionAllan Sandfeld Jensen2016-06-041-1/+0
* | | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-6/+3
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-065-10/+15
|\| |
| * | Don't alter input string in QTextLayout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2016-06-011-1/+7