summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-0724-179/+178
* Fix rendering error in some glyphsPengfei Zhang2020-07-071-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-076-19/+19
* Use qsizetype in QListLars Knoll2020-07-063-7/+7
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-063-1/+58
* Support glyphs larger than 255x255 with Freetype engineEskil Abrahamsen Blomfeldt2020-07-021-3/+3
* QTextOption: remove deprecated function QTextOption::tabStop()Christian Ehrlicher2020-07-012-33/+1
* Use QList instead of QVector in guiJarek Kobus2020-06-2922-135/+146
* Avoid Freetype synthesizing for large font sizesEirik Aavitsland2020-06-221-1/+1
* Remove confusing comment in CoreText font engineEskil Abrahamsen Blomfeldt2020-06-221-1/+0
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-202-4/+4
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-196-23/+23
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-181-3/+16
* Add a way to disable syntethesized bold and italic supportKyu Man Lim2020-06-182-4/+4
* QtGui: Fix duplication of logging category lcQpaFontsFriedemann Kleint2020-06-186-8/+4
* Windows font databases: Enable DirectWrite for cmakeFriedemann Kleint2020-06-152-7/+2
* QFontDatabase: Guard against Null-dereference READRobert Loehning2020-06-151-1/+1
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-157-1/+1372
* Port platformsupport to QStringViewLars Knoll2020-06-151-2/+2
* Fix Windows Font database code to use configure featuresFriedemann Kleint2020-06-128-56/+32
* Move windows font databases into QtGuiFriedemann Kleint2020-06-1116-0/+6475
* 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
|\|