summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Fix bugs causing Thin font weights to be ignored or mishandled.Jake Petroules2016-06-014-9/+8
* | | QTextDocument: use QString::replace() for replacingAnton Kudryavtsev2016-06-021-7/+2
* | | QTextDocument: use QL1S::size() to get size of internal stringAnton Kudryavtsev2016-06-021-3/+3
* | | QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-023-9/+8
* | | QFontDatabase: append substitutes directly to the family listAnton Kudryavtsev2016-06-021-7/+2
* | | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-019-43/+47
| |/ |/|
* | QFont::exactMatch() should return false for aliasesEskil Abrahamsen Blomfeldt2016-05-121-3/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-2/+5
|\|
| * doc: Clarify how to remove a QTextFrameEskil Abrahamsen Blomfeldt2016-05-041-2/+5
* | Support color font rendering for freetype engineJian Liang2016-05-032-48/+193
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-5/+4
|\|
| * QZipReader - test that QFile::open was, indeed, successful.Timur Pocheptsov2016-04-261-4/+2
* | Change some members of QFontEngineFT::Glyph to shortJian Liang2016-04-292-7/+4
* | Fix font fallback for an overridden Common script casesKonstantin Ritt2016-04-273-2/+17
* | QtGui: mark more types as primitive/movableMarc Mutz2016-04-251-0/+1
* | Interpret fixed CSS line-height as minimum rather than absoluteEskil Abrahamsen Blomfeldt2016-04-195-17/+47
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-10/+9
|\|
| * Qt Quick: Fix bug for selections with line wraps and breaksEskil Abrahamsen Blomfeldt2016-04-081-10/+9
* | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-8/+6
* | Add flag for showing document terminator in textEskil Abrahamsen Blomfeldt2016-04-083-2/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-045-2/+23
|\|
| * Fix possible out-of-bounds access when making distance fieldsEskil Abrahamsen Blomfeldt2016-03-311-1/+3
| * QFontEngineFT: Apply hinting for non-scaled rotated glyphsAlexander Volkov2016-03-301-1/+7
| * QFontEngine: Add handle() functionGabriel de Dietrich2016-03-294-0/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-8/+8
|\|
| * QRawFont: fix UB in supportedWritingSystems()Marc Mutz2016-03-231-8/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-212-4/+3
|\|
| * Correct qt_defaultDpi X/Y with just a QCoreApplicationAllan Sandfeld Jensen2016-03-161-2/+2
| * QRawFont: fix UB (misaligned load) in fontTable()Marc Mutz2016-03-151-2/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-132-3/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-112-3/+2
| |\|
| | * Increase chances of finding the ellipsis glyph in elided textKonstantin Ritt2016-03-071-2/+1
| | * Fix UB in QFontEngineFT::loadGlyph()Marc Mutz2016-03-051-1/+1
* | | QtGui: de-duplicate calls and cache resultsAnton Kudryavtsev2016-03-131-4/+5
|/ /
* | QFontEngine: use RAII for font_, face_ membersMarc Mutz2016-03-045-50/+59
* | QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-049-21/+21
* | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-039-0/+18
* | QVector: preserve capacity in clear()Marc Mutz2016-02-292-2/+2
* | QtGui: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-251-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-244-19/+42
|\|
| * Disable ligatures using existing mechanism in HB, not workaroundEskil Abrahamsen Blomfeldt2016-02-243-25/+12
| * QFontEngineFT: Fix Clang warning about using uninitialized variables.Friedemann Kleint2016-02-211-2/+2
| * Qt Quick: Fix selection when mixing line breaks and line wrapsEskil Abrahamsen Blomfeldt2016-02-191-9/+10