summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Compilation fixVyacheslav Koscheev2016-10-271-1/+1
* 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
* Don't crash while parsing malformed CSSSérgio Martins2016-10-191-2/+7
* Fix crash when doing many text layouts with superscript/subscriptEskil Abrahamsen Blomfeldt2016-09-291-4/+5
* 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
* | Taking trailing whitespace into account when shaping linesDavid Schulz2016-09-051-1/+1
* | Ensure the fontdatabase is initialized when requesting fallbacksAllan Sandfeld Jensen2016-09-031-0/+4
|/
* QTextDocument: fix string backward searchSamuel Gaist2016-08-281-1/+1
* Limit glyph caches per QFontEngine to four per context, not four in totalTor Arne Vestbø2016-08-242-35/+31
* QTextHtmlParser: remove 317 unneeded relocationsMarc Mutz2016-08-222-2/+3
* QCssParser: remove 239 unneeded relocationsMarc Mutz2016-08-221-1/+1
* Do not disable subpixel rendering on compile timeAllan Sandfeld Jensen2016-08-181-1/+1
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-124-5/+5
* Added pointer check in QFontDatabase::loadJesus Fernandez2016-08-051-0/+1
* REG: Fix unwanted cache flush in Freetype engineEskil Abrahamsen Blomfeldt2016-08-011-1/+5
* Fontengine: Avoid invalid alpha maps when antialiasing is offEirik Aavitsland2016-07-271-1/+4
* Fix performance regression when changing fontsEskil Abrahamsen Blomfeldt2016-07-221-3/+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
* Fix font-weight regressionAllan Sandfeld Jensen2016-06-041-1/+0
* 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
* doc: Clarify how to remove a QTextFrameEskil Abrahamsen Blomfeldt2016-05-041-2/+5
* QZipReader - test that QFile::open was, indeed, successful.Timur Pocheptsov2016-04-261-4/+2
* Qt Quick: Fix bug for selections with line wraps and breaksEskil Abrahamsen Blomfeldt2016-04-081-10/+9
* 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
* QRawFont: fix UB in supportedWritingSystems()Marc Mutz2016-03-231-8/+8
* 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
* 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
* 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
* Disable unneeded ligatures when letter spacing is setEskil Abrahamsen Blomfeldt2016-02-194-5/+40
* Doc: Fixed Qt::TextWordBreak to Qt::TextWordWrapSamuel Gaist2016-02-151-2/+2
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-156-10/+12
|\
| * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-023-30/+45
| |\
| * | Fix bounding rect of glyph runs in multi-line QTextLayoutEskil Abrahamsen Blomfeldt2016-01-301-0/+3
| * | Revert some changes to QTextCursor constructorshjk2016-01-284-7/+6
| * | Fix artihmetic exception when using non-scalable fontsEskil Abrahamsen Blomfeldt2016-01-261-3/+3
* | | QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-131-4/+4
* | | Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-091-7/+1
* | | Reduce allocations by using reserve()Sérgio Martins2016-02-072-6/+9
| |/ |/|
* | QFont: Fix possible cache misses due to misprepared cache keyKonstantin Ritt2016-01-291-12/+12