summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when text shaping failsEskil Abrahamsen Blomfeldt2022-01-141-0/+6
* Fix inconsistencies between advanceWidth and bounding rectsAllan Sandfeld Jensen2021-10-211-110/+51
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-2/+2
* Fix text ellipsis not implemented in TibetanFan RuiJie2021-08-311-0/+5
* QTextEngine: Style fixRobert Löhning2021-07-261-2/+2
* Fix unaligned specialData formatsAllan Sandfeld Jensen2021-06-111-4/+9
* Apply specialData font capitalization to non-rawFont textAllan Sandfeld Jensen2021-05-061-2/+12
* Assert that engine isn't nullptr before dereferencingVolker Hilsheimer2021-04-191-6/+8
* Fix handling of surrogates in QBidiAlgorithmEdward Welbourne2021-04-161-2/+2
* Handle macOS 11 issues in softHyphens testAllan Sandfeld Jensen2021-02-081-2/+8
* Remove false Q_UNREACHABLE from shaping codeEskil Abrahamsen Blomfeldt2021-02-031-2/+11
* Implement vertical subpixel positioning where availableEskil Abrahamsen Blomfeldt2021-01-251-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-4/+4
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-9/+0
* Clean up QTextBoundaryFinder and qunicodetoolsLars Knoll2020-09-071-3/+2
* Remove QUnicodeTools::DefaultOptionsCompatEdward Welbourne2020-08-281-6/+9
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-4/+4
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-8/+8
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-2/+2
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-081-4/+1
* Set the dontPrint attribute correctly for the character being checkedAndy Shaw2020-06-041-1/+1
* MSVC: Fix build with -developer-buildEskil Abrahamsen Blomfeldt2020-05-121-2/+2
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-8/+10
* QUnicodeTables: port to charNN_tMarc Mutz2020-04-271-2/+2
* Follow bundled Harfbuzz updateKonstantin Ritt2020-03-281-5/+6
* Darwin: get rid of Harfbuzz/CoreText specific codeKonstantin Ritt2020-03-241-53/+7
* QTextEngine: stop guessing the same language in a loopKonstantin Ritt2020-03-241-2/+2
* Remove old harfbuzz dependency from QTextEngineLars Knoll2020-03-171-149/+6
* Remove harfbuzz dependency from qunicodetoolsLars Knoll2020-03-171-1/+1
* Change signature of initScripts to take out pointer to a QVLA<ScriptItem>Lars Knoll2020-03-171-4/+8
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-25/+46
|\
| * Hide default-invisible characters when shaping is disabledEskil Abrahamsen Blomfeldt2020-03-131-25/+46
* | Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-041-15/+16
|/
* Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-271-2/+1
|\
| * Fix a quadratic behavior in the BiDi algorithmLars Knoll2020-02-271-2/+1
* | Suppress deprecation warnings for QFont::ForceIntegerMetricsEskil Abrahamsen Blomfeldt2020-02-031-0/+3
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-22/+22
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-12/+3
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-5/+5
|/
* Remove mapping from CJK/Latin to Common script in Harfbuzz NGEskil Abrahamsen Blomfeldt2019-10-211-17/+7
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-8/+7
|\
| * Fix crash when text contains too many directional charsv5.13.1Rainer Keller2019-08-311-8/+7
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+2
|\|
| * Fix QTextEngine::shapeText casing of surrogate pairsJüri Valdmann2019-05-071-1/+2
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-4/+4
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-041-1/+1
|\|
| * macOS: Don't scale advances to 0 when stretch is AnyStretchEskil Abrahamsen Blomfeldt2019-03-251-1/+1
* | Allow word break wrapping in Korean textEskil Abrahamsen Blomfeldt2019-04-041-1/+3
|/
* Fix two smaller bugs in the BiDi engineLars Knoll2019-02-091-18/+16
* Fix an assertion in the BiDi algorithmLars Knoll2019-02-091-14/+28