summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-036-56/+17
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-036-0/+83
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-033-0/+3
* Fix QFontEngineQPA::recalcAdvances() in case of missing glyphKonstantin Ritt2014-03-031-3/+1
* Make QGlyphLayout consume one byte less per glyphKonstantin Ritt2014-03-032-18/+23
* Hide the justification algorithm implementation detailsKonstantin Ritt2014-03-032-43/+45
* Fix retreiving the 'head' table in QPAGeneratorKonstantin Ritt2014-03-021-5/+3
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-024-5/+23
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-02-271-51/+53
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-241-51/+53
| |\
| | * Make unicode ranges in font take precedence over codepageEskil Abrahamsen Blomfeldt2014-02-191-51/+53
* | | HarfBuzz-NG: Hide characters that should normally be invisibleKonstantin Ritt2014-02-251-0/+15
|/ /
* | QTextObject: replace a use of an inefficient QList with QVectorMarc Mutz2014-02-202-3/+3
* | Fix QFontMetrics widthBernd Weimer2014-02-201-1/+1
* | Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-195-24/+47
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-181-2/+5
|\ \
| * | Emit updateBlock signal in QTextDocumentLayoutSarunas Valaskevicius2014-02-181-2/+5
| |/
* | Respect the QTextBlock's character formats in itemizationKonstantin Ritt2014-02-171-2/+5
* | QFont: add missing qHash overloadMarc Mutz2014-02-163-0/+31
* | Update HarfBuzz-NG path on MacKonstantin Ritt2014-02-131-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-78/+50
|\|
| * Minor optimization for QTextEngine::shapeText()Konstantin Ritt2014-02-111-43/+36
| * Fix log_clusters calculation in HarfBuzz-NG code pathKonstantin Ritt2014-02-111-37/+16
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-115-19/+54
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-075-19/+54
| |\|
| | * Fix access after delete with Harfbuzz NG code path.Allan Sandfeld Jensen2014-02-031-1/+3
| | * Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-164-18/+51
* | | QFontEngineBox: Fix assertion for code points beyond BMPKonstantin Ritt2014-02-091-6/+5
* | | Optimize stringToCMap() usageKonstantin Ritt2014-02-079-131/+244
* | | Get rid of SpecialData::addFormatIndicesKonstantin Ritt2014-02-063-54/+35
* | | Decrease code duplicationKonstantin Ritt2014-02-063-6/+12
* | | Clean-up some leftoversKonstantin Ritt2014-02-062-6/+3
* | | Fix japanese text rendering with Harfbuzz-NGKonstantin Ritt2014-02-061-2/+12
|/ /
* | Remove TableFormat as FormatType from QTextFormatLars Knoll2014-02-062-1/+3
* | Support empty inline elements in block tags in QTextDocumentEskil Abrahamsen Blomfeldt2014-02-051-1/+1
* | Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-045-19/+38
* | Make HarBuzz-NG the default shaper on MacKonstantin Ritt2014-01-312-1/+8
* | QTextEngine: Make FontEngineCache inaccessible from outsideKonstantin Ritt2014-01-311-0/+2
* | Allow QTextCharFormat::setFont() to skip unresolved font propsKonstantin Ritt2014-01-313-51/+88
* | Introduce QTextBlock::textFormats()Konstantin Ritt2014-01-302-1/+53
* | [QFontEngineBox] Fix incorrect advances for SMP code pointsKonstantin Ritt2014-01-301-4/+11
* | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-3010-142/+91
* | Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-4/+4
* | Defer HarfBuzz face loading up until it gets usedKonstantin Ritt2014-01-241-2/+6