summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Doc: Hide QTextInlineObject constructor from the documentationTopi Reinio2014-07-141-0/+5
* Fix fallbacks for adapted common scriptEskil Abrahamsen Blomfeldt2014-07-103-7/+7
* Don't assert when HB-old is unable to deal with surrogatesKonstantin Ritt2014-07-081-1/+5
* REG: Fix nbsp in QTextLayoutEskil Abrahamsen Blomfeldt2014-07-081-1/+10
* Merge remote-tracking branch 'origin/5.3.1' into 5.3Frederik Gladhorn2014-06-251-6/+21
|\
| * Fix crash when reusing HB_Face in another font engineKonstantin Ritt2014-06-181-6/+21
* | Doc: Fix docs for QFontMetrics::height() to match codeEskil Abrahamsen Blomfeldt2014-06-231-4/+2
|/
* QTextLayout: Fix cursor position calculation for BiDi textAndrey Volykhin2014-05-121-1/+0
* Respect fixed pitch request when font family is not availableEskil Abrahamsen Blomfeldt2014-05-121-1/+5
* Fix FT glyph outline to path conversionBernd Weimer2014-05-071-12/+24
* Add virtual function to QFontEngine report if outlines are reliableJørgen Lind2014-05-062-0/+11
* Fix assert on justification of QTextLine with only spacesEskil Abrahamsen Blomfeldt2014-04-301-1/+1
* Fix incorrect repaints with plain text editSimon Hausmann2014-04-301-1/+1
* Improve the Unicode script itemization implementationKonstantin Ritt2014-04-141-16/+1
* Make HarfBuzz-NG the default shaper on MacKonstantin Ritt2014-04-141-0/+2
* QTextImageHandler: Load @2x images on retinaMorten Johan Sørvig2014-04-091-7/+35
* QTextLayout: Fix cursor movement from invalid positionKonstantin Ritt2014-04-042-7/+13
* Optimize QTextEngine::insertionPointsForLine() a bitKonstantin Ritt2014-04-041-0/+3
* QTextLayout: Fix visual cursor movement in some casesKonstantin Ritt2014-04-041-12/+8
* QTextEngine: Fix visual position movement for tab and object casesKonstantin Ritt2014-04-041-8/+7
* [HB] Ensure we always working with non-multi font engineKonstantin Ritt2014-04-042-4/+9
* Fix QFontCache::Key comparison for custom font fallbacks caseKonstantin Ritt2014-03-311-1/+1
* Drop dead codeKonstantin Ritt2014-03-311-4/+1
* Deprecate QFont::setRawName() and QFont::rawName()Sergio Ahumada2014-03-272-2/+6
* Fix typos in QFont documentation.Mitch Curtis2014-03-271-2/+2
* Android: Fix font mergingEskil Abrahamsen Blomfeldt2014-03-251-1/+1
* Fix grammar in QFontInfo::styleName() doc.Mitch Curtis2014-03-251-1/+1
* [HarfBuzz-NG] Optimize Unicode de-/composition callbacksKonstantin Ritt2014-03-251-33/+26
* Teach font database to populate families lazilyTor Arne Vestbø2014-03-203-26/+99
* Make QTextEngine::setAdditionalFormats() invalidate cached resultsKonstantin Ritt2014-03-171-1/+3
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-03-171-1/+1
|\
| * CSS parser: fix the pseudo-classes array lengthGiuseppe D'Angelo2014-02-261-1/+1
* | Fix rendering of grayscale antialiased FT fonts on QGLWidgetAllan Sandfeld Jensen2014-03-151-4/+5
* | Prevent DrawTextItemDevice::metric warning on MacMorten Johan Sørvig2014-03-151-0/+3
* | Build bundled HarfBuzz-NG outside QtGuiKonstantin Ritt2014-03-141-1/+1
* | Ensure that QGuiApplication is inited before using QFontDatabaseTor Arne Vestbø2014-03-131-0/+3
* | Fix custom font substitution list supportKonstantin Ritt2014-03-112-8/+20
* | Guarantee QPFDB::fontEngine() always return non-multi font engineKonstantin Ritt2014-03-111-5/+4
* | Fix CJK languages support with HarfBuzz-NGKonstantin Ritt2014-03-101-14/+17
* | Use QStringIterator instead of homebrewKonstantin Ritt2014-03-104-44/+24
* | QFontEngineQPA: Get rid of unused externalCMapKonstantin Ritt2014-03-082-17/+6
* | Make QFontEngineQPA report the TT 'cmap' table supportKonstantin Ritt2014-03-081-4/+8
* | Improve code readabilityKonstantin Ritt2014-03-081-4/+3
* | Prevent repeated and unnecessary font population QCoreTextFontDatabaseTor Arne Vestbø2014-03-053-0/+13
* | Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-056-37/+27
* | Get rid of QFontEngine::name()Konstantin Ritt2014-03-055-20/+4
* | Optimize QFontEngineMulti::stringToCMap() in case of missing glyphsKonstantin Ritt2014-03-051-15/+7
* | Optimize glyph lookups with QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-058-264/+62
* | Merge qfontdatabase_qpa.cpp with qfontdatabase.cppTor Arne Vestbø2014-03-042-475/+416
* | Disable 'gsub' table check for AAT fonts on MacKonstantin Ritt2014-03-041-0/+9