summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | 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
* | | DirectWrite: Fix crash when embedding empty glyphs in PDFEskil Abrahamsen Blomfeldt2016-08-241-1/+1
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-229-23/+35
|\ \ \
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
| * | | Use QStringRef() more, exploiting its new ::chop()Anton Kudryavtsev2016-08-162-12/+18
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-164-5/+6
| |\| |
| | * | 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 remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-092-5/+10
| |\| |
| | * | 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
| | |/ /
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-195-17/+15
* | | | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-08-183-8/+8
* | | | Standardize some "We mean it" commentsFriedemann Kleint2016-08-172-6/+6
* | | | Remove special case for color fonts from Freetype font engineEskil Abrahamsen Blomfeldt2016-08-161-21/+13
* | | | Fix alpha from qfontengine_ft to fit qdrawhelper expectationsAllan Sandfeld Jensen2016-08-161-5/+3
* | | | Added capHeight() to QRawFont and QFontMetrics(F)Konstantin Tokarev2016-08-1510-0/+95