summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-118-31/+31
* Clean up special functions for QTextFrame::iteratorVolker Hilsheimer2020-06-102-53/+8
* Remove deprecated methods and address some ### Qt 6 comments in gui/textVolker Hilsheimer2020-06-095-86/+2
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-087-90/+15
* Make the QFontCache size configurableMartin Jansa2020-06-081-2/+4
* Set the dontPrint attribute correctly for the character being checkedAndy Shaw2020-06-041-1/+1
* Support winding fonts like Windows doesAllan Sandfeld Jensen2020-06-031-0/+4
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-0/+1
* Fix a bogus assertLars Knoll2020-05-311-1/+1
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-276-0/+2156
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-276-0/+2805
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-0/+2
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-2/+5
|\
| * Fix invalid text layout data when a full layout run is interruptedStefan Löffler2020-05-141-2/+5
| * Compile fixes for clang10Lars Knoll2020-05-051-4/+4
* | Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-155-420/+0
* | MSVC: Fix build with -developer-buildEskil Abrahamsen Blomfeldt2020-05-121-2/+2
* | Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-121-1/+1
* | Use QChar::fromUcs4() moreMarc Mutz2020-05-121-1/+4
* | Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-122-20/+14
* | QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-1112-31/+26
* | Fix out-of-bounds access when searching arraysVolker Hilsheimer2020-05-081-1/+1
* | QTextOdfWriter: store all bulletChar()s as char16_t'sMarc Mutz2020-05-081-21/+24
* | QFontDatabase: store all writingSystemSample()s as char16_t string literalsMarc Mutz2020-05-081-211/+77
* | QFontDatabase: store Vietnamese writingSystemSample() in UTF-16Marc Mutz2020-05-081-9/+1
* | Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-051-20/+31
* | Port two more local QSets to QDuplicateTrackersMarc Mutz2020-05-051-4/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-1/+10
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-1/+10
| |\
| | * Doc: Describe updating fonts with substitutes5.14Leena Miettinen2020-04-241-1/+10
* | | Fix font height metrics with embedded bitmapsEskil Abrahamsen Blomfeldt2020-05-042-8/+9
* | | Fix warnings about size_t to uint truncationLars Knoll2020-05-022-14/+14
* | | Remove a couple of QTextStream usagesLars Knoll2020-05-011-5/+1
* | | QtGui: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-302-3/+3
* | | 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
|\| |