summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* QUnicodeTables: port to charNN_tMarc Mutz2020-04-271-2/+2
* Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-272-25/+0
* Move Qt::codecForHtml() to qtextcodec.*Lars Knoll2020-04-242-21/+0
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-221-8/+11
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-8/+11
| |\
| | * Markdown writer: omit space after opening code block fenceShawn Rutledge2020-04-201-1/+1
| | * Markdown writer: don't wrap code block, and detect its endShawn Rutledge2020-04-201-7/+10
* | | Use consistent vertical metrics on all platformsEskil Abrahamsen Blomfeldt2020-04-222-4/+98
|/ /
* | Remove unused forward declarationLars Knoll2020-04-211-4/+0
* | Always encode HTML as utf-8Lars Knoll2020-04-216-35/+16
* | Always save QTextDocuments encoded in utf-8Lars Knoll2020-04-214-53/+3
* | Compile fixes for clang10Lars Knoll2020-04-151-4/+4
* | Fix a few size_t / int conversion warningsFriedemann Kleint2020-04-101-1/+1
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-096-6/+6
* | Support multiple page ranges in QPrinterSzabolcs David2020-04-091-3/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\|
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-1/+1
* | Remove QRegExp based API and QRegExp usage from QTextDocumentLars Knoll2020-04-012-134/+8
* | Follow bundled Harfbuzz updateKonstantin Ritt2020-03-283-62/+33
* | HB-to-Qt bridge: get rid of stale/dubious safety checksKonstantin Ritt2020-03-281-18/+6
* | Avoid recreating QRegularExpression for every text blockJoni Poikelin2020-03-251-9/+9
* | HB-to-Qt: stop propagating helpers and types not used outside QtGuiKonstantin Ritt2020-03-252-12/+16
* | 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
* | Don't limit AAT support to Darwin based platformsLars Knoll2020-03-181-2/+0
* | Remove old harfbuzz support from QFontEngineLars Knoll2020-03-171-146/+3
* | Remove old harfbuzz dependency from QTextEngineLars Knoll2020-03-172-150/+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-163-38/+68
|\|
| * Update UCD to Revision 26Edward Welbourne2020-03-141-0/+6
| * Hide default-invisible characters when shaping is disabledEskil Abrahamsen Blomfeldt2020-03-131-25/+46
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-112-13/+17
| |\
| | * Fix non-trivial soft-hyphen line breaksAllan Sandfeld Jensen2020-03-101-13/+16
| | * Add the include for QPointer to avoid MSVC compilation errorShawn Rutledge2020-03-031-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\| |
| * | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | | Fix distribution of font properties in QTextFormatEskil Abrahamsen Blomfeldt2020-03-102-12/+38
* | | Enabler: Store more properties of application fontsEskil Abrahamsen Blomfeldt2020-03-065-208/+326
* | | Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-0/+1
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-03-042-3/+7
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-042-3/+7
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-292-3/+6
| | |\|
| | | * QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-282-3/+6
* | | | Remove references to QTextDocumentPrivate from public APIEskil Abrahamsen Blomfeldt2020-03-0418-129/+139
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\| |
| * | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-282-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-272-2/+4
| |\|
| | * Fix a quadratic behavior in the BiDi algorithmLars Knoll2020-02-271-2/+1