summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Avoid crash in QTextMarkdownWriter::writeBlock()Shawn Rutledge2022-09-101-2/+2
* Repopulate theme fonts after invalidating CoreText font databaseTor Arne Vestbø2022-08-161-0/+7
* Ensure consistent cursor width under fractional scalingEirik Aavitsland2022-08-101-1/+14
* Freetype: Fix underline thickness for bitmap fontsEskil Abrahamsen Blomfeldt2022-08-081-1/+1
* Do not use QTextFormat::FontFamily when building with QT_DISABLE_DEPRECATED_B...Ivan Solovev2022-07-213-3/+5
* QFontSubset: remove unused glyphName() overloadMarc Mutz2022-07-212-19/+0
* QFont: don't detach the families list in family()Thiago Macieira2022-06-281-1/+1
* CoreText: Fix fonts with synthetic stretchEskil Abrahamsen Blomfeldt2022-06-211-2/+7
* Fix font rendering when Qt is configured with -no-harfbuzzEskil Abrahamsen Blomfeldt2022-06-211-1/+5
* Enable text layout drawing on coordinates outside QFIXED_MAXEirik Aavitsland2022-06-091-5/+12
* QFontEngine: fix GCC 12 -Werror=array-boundsMarc Mutz2022-06-041-9/+11
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-202-4/+10
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-192-2/+5
* Atomics: workaround GCC 12 warning about overflowing d->stateThiago Macieira2022-05-111-0/+7
* Fix -no-freetype build on WindowsEskil Abrahamsen Blomfeldt2022-05-111-1/+3
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-102-3/+4
* Prevent crashing when FcFontList failsJoni Poikelin2022-05-101-0/+2
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-081-1/+1
* CoreText: Resolve default font by asking for the QPlatformTheme::SystemFontTor Arne Vestbø2022-05-072-8/+1
* QWindowsFontDatabase: fix handling of default EUDC fontVladimir Belyavsky2022-05-061-7/+33
* QtGui: includemocsMarc Mutz2022-04-299-0/+18
* QTextEngine: don't pass empty data to bidiReorderThiago Macieira2022-04-271-4/+6
* CoreText: Populate all variants of theme/system fontsTor Arne Vestbø2022-04-112-13/+59
* CoreText: Add note about why we defer population of theme font descriptorsTor Arne Vestbø2022-04-071-0/+6
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-056-7/+17
* QCoreTextFontDatabase: remove 34 relocationsMarc Mutz2022-04-011-5/+5
* CoreText: Reuse descriptorForFamily helper function in populateFamilyTor Arne Vestbø2022-03-311-18/+17
* CoreText: Make population of theme fonts explicitTor Arne Vestbø2022-03-312-25/+33
* QFontDatabase: Remove unused createDatabase() functionTor Arne Vestbø2022-03-312-4/+0
* CoreText: Avoid populating font family aliases if family was populatedTor Arne Vestbø2022-03-311-0/+6
* Revert "Avoid populating font family aliases if family matched"Tor Arne Vestbø2022-03-301-15/+9
* FreeType: Load multiple font faces from the same file on macOSNiklas Wenzel2022-03-233-2/+77
* CoreText: Maintain theme fonts in the font database instead of themesTor Arne Vestbø2022-03-231-0/+2
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-198-10/+10
* Avoid populating font family aliases if family matchedTor Arne Vestbø2022-03-171-9/+15
* QTextFormat: remove unnecessary namespace-scope stream op declarationsThiago Macieira2022-03-161-10/+0
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-03-161-1/+1
* Doc: Remove mentioning of Windows 7, Vista from QFont documentationKai Köhne2022-03-161-7/+1
* Add styleName to debug outputNiklas Wenzel2022-03-112-3/+5
* GDI: Fix style name detection if font has no typographic subfamily nameNiklas Wenzel2022-03-111-1/+7
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-103-20/+24
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-082-2/+62
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-031-3/+3
* QTextTable: fix signed/unsigned warningMarc Mutz2022-02-011-1/+1
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-212-1/+3
* Remove obsolete virtual method after submodules adjustedVolker Hilsheimer2022-01-211-4/+1
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-173-15/+17
* Fix crash when text shaping failsEskil Abrahamsen Blomfeldt2022-01-141-0/+6
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-121-0/+3
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-122-1/+2