summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
* QTextDocument: Add missing default pixel font size check for html exportViktor Arvidsson2024-01-181-1/+3
* Fix build with -no-directwriteEskil Abrahamsen Blomfeldt2024-01-181-5/+7
* Fix race condition when destroying Freetype font enginesEskil Abrahamsen Blomfeldt2024-01-171-19/+53
* Skip 'off-by-one' adjustment in block length during undo operationSanthosh Kumar2023-12-201-2/+4
* Fix synthesized bold on WindowsEskil Abrahamsen Blomfeldt2023-12-152-11/+29
* Fix regression when selecting emojis using VS-16Eskil Abrahamsen Blomfeldt2023-12-132-10/+27
* QFont::Tag: use new comparison helper macrosVolker Hilsheimer2023-12-082-9/+9
* Long live QSpan as public API!Marc Mutz2023-12-071-1/+1
* Fix setting variable axes on FreetypeEskil Abrahamsen Blomfeldt2023-12-071-2/+5
* Support arbitrary variable axis valuesEskil Abrahamsen Blomfeldt2023-12-0417-64/+427
* Add missing detach when clearing font featuresEskil Abrahamsen Blomfeldt2023-11-281-0/+4
* doc: Remove outdated comment about DirectWriteEskil Abrahamsen Blomfeldt2023-11-221-6/+0
* Fix cache cost on DirectWrite font enginesEskil Abrahamsen Blomfeldt2023-11-221-1/+1
* Fix memory leak when resolving named instances in fontsEskil Abrahamsen Blomfeldt2023-11-131-0/+4
* Revert "QTextDocumentPrivate::plainText: simplify code"Mårten Nordheim2023-11-091-4/+8
* Modify the MDI manual test to allow multiple views of same documentShawn Rutledge2023-11-021-0/+5
* qtextengine: use const methods moreAnton Kudryavtsev2023-10-251-2/+2
* qtextengine: replace qlist with qvlaAnton Kudryavtsev2023-10-252-11/+11
* Tidy up qtextlayoutAnton Kudryavtsev2023-10-251-7/+3
* Adapt QRawFont to use QFont::TagVolker Hilsheimer2023-10-202-8/+23
* Remove obsolete font tag helpers and \preliminary tag from documentationVolker Hilsheimer2023-10-202-55/+6
* Replace MAKE_TAG macro with QFont::TagVolker Hilsheimer2023-10-2011-47/+40
* Use QFont::Tag in the Windows font database implementationVolker Hilsheimer2023-10-202-22/+16
* QFont: add a tag type for features and other advanced propertiesVolker Hilsheimer2023-10-205-93/+264
* qtextformat: port while loops to range forAnton Kudryavtsev2023-10-131-13/+5
* Include what you need: <QPointer>Marc Mutz2023-10-122-0/+3
* QTextDocumentPrivate::plainText: simplify codeAnton Kudryavtsev2023-10-121-8/+4
* Qt::mightBeRichText: port to QAnyStringViewAnton Kudryavtsev2023-10-092-12/+31
* qtextdocument::insertText: port to QSVAnton Kudryavtsev2023-10-053-3/+5
* qtextdocument: replace fromLatin1 with L1 literalAnton Kudryavtsev2023-10-051-4/+8
* qtextdocument: use qsizetype moreAnton Kudryavtsev2023-10-051-7/+7
* coretext: Support variable application fontsEskil Abrahamsen Blomfeldt2023-10-032-6/+19
* Support variable applications fonts with DirectWriteEskil Abrahamsen Blomfeldt2023-10-0214-112/+204
* DirectWrite: Fetch correct style name in font infoEskil Abrahamsen Blomfeldt2023-10-022-1/+22
* qtexthtmlparser: use tokenize instead of splitAnton Kudryavtsev2023-09-251-3/+2
* Support loading variable fonts as application fonts in FreetypeEskil Abrahamsen Blomfeldt2023-09-207-20/+242
* qdistancefiled: use rvalue overloads moreAnton Kudryavtsev2023-09-191-1/+1
* QWindowsFontDatabase: drop an usage of an atomic typeGiuseppe D'Angelo2023-09-152-5/+5
* Fix crash when reading corrupt font dataEskil Abrahamsen Blomfeldt2023-09-151-16/+51
* QWindowsFontDatabase: fix a data raceGiuseppe D'Angelo2023-09-142-1/+10
* QWindowsFontDatabase: avoid multiple map lookupsGiuseppe D'Angelo2023-09-141-6/+8
* QTextFormat: Allow merging unset propertiesViktor Arvidsson2023-09-141-5/+7
* qtextlist::itemText: reduce allocationsAnton Kudryavtsev2023-09-131-8/+6
* Mark feature API in QFont as preliminaryEskil Abrahamsen Blomfeldt2023-09-132-0/+12
* QTextDocument::toPlainText: avoid unconditional detachAnton Kudryavtsev2023-09-121-2/+10
* Qt::mightBeRichText: use QVLA moreAnton Kudryavtsev2023-09-121-4/+4
* QTextHtmlParser::lookupElement: port to QSVAnton Kudryavtsev2023-09-102-5/+5
* gui/text: use const methods moreAnton Kudryavtsev2023-09-0910-30/+30
* gui: use const methods moreAnton Kudryavtsev2023-09-093-6/+6
* CoreText: Resolve color scheme (dark mode) via the platform themeTor Arne Vestbø2023-09-081-3/+7