summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Fix crash for glyphs with height > 128Eskil Abrahamsen Blomfeldt2017-03-031-2/+2
* Fix clipping error on some RTL textEskil Abrahamsen Blomfeldt2017-02-061-6/+0
* Accept all formatting characters as valid inputEskil Abrahamsen Blomfeldt2017-02-061-3/+3
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2017-01-043-2/+162
* 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
* 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
* 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
|\