summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-16114-4334/+230
* Add QTextDocFragment::to/fromMarkdown() & QTextCursor::insertMarkdown()Shawn Rutledge2022-05-144-6/+88
* 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
* Implement missing QSupportedWritingSystems comparison operatorsTor Arne Vestbø2022-05-061-0/+20
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-061-1/+1
* QWindowsFontDatabase: fix handling of default EUDC fontVladimir Belyavsky2022-05-051-7/+33
* QtGui: includemocsMarc Mutz2022-04-299-0/+18
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-2810-29/+29
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-2820-420/+450
* QTextEngine: don't pass empty data to bidiReorderThiago Macieira2022-04-251-4/+6
* QFontDatabase: Clear font cache before emitting fontDatabaseChangedTor Arne Vestbø2022-04-231-2/+2
* QFontDatabase: Allow partially populating the font databaseTor Arne Vestbø2022-04-224-17/+33
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-221-1/+1
* Remove last traces of old HarfbuzzEskil Abrahamsen Blomfeldt2022-04-222-38/+20
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-1318-199/+193
* QFontDatabase: Simplify and standardize emit of fontDatabaseChanged signalTor Arne Vestbø2022-04-071-2/+2
* QFontDatabase: Add internal documentation for QFontDatabasePrivateTor Arne Vestbø2022-04-071-0/+50
* QFontDatabase: Track empty slots in application font list via file nameTor Arne Vestbø2022-04-072-4/+5
* QFontDatabase: Move registration of platform application fonts into call sitesTor Arne Vestbø2022-04-071-11/+9
* QFontDatabase: Make match/bestFoundry/load(Single)Engine part of QFontDatabas...Tor Arne Vestbø2022-04-072-15/+29
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-056-7/+17
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public APIMarc Mutz2022-04-052-1/+3
* QCoreTextFontDatabase: remove 34 relocationsMarc Mutz2022-04-011-5/+5
* Flush font cache when we load new application fontsEskil Abrahamsen Blomfeldt2022-04-011-2/+8
* CoreText: Resolve default font by asking for the QPlatformTheme::SystemFontTor Arne Vestbø2022-03-312-8/+1
* QFontDatabase: Use more explicit function name for clearing familiesTor Arne Vestbø2022-03-312-11/+15
* QFontDatabase: Move writing_system_sample() into only callerTor Arne Vestbø2022-03-311-79/+76
* QFontDatabase: Remove un-needed load() functionTor Arne Vestbø2022-03-311-33/+2
* QFontDatabase: Centralize initialization in ensureFontDatabase()Tor Arne Vestbø2022-03-311-26/+10
* QFontDatabase: Replace privateDb Q_GLOBAL_STATIC with instance() accessorTor Arne Vestbø2022-03-311-28/+27
* 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
* macOS: Handle changes in the available fonts by invalidating font databaseTor Arne Vestbø2022-03-304-0/+31
* CoreText: Populate all variants of theme/system fontsTor Arne Vestbø2022-03-302-13/+62
* CoreText: Add note about why we defer population of theme font descriptorsTor Arne Vestbø2022-03-301-0/+6
* CoreText: Reuse descriptorForFamily helper function in populateFamilyTor Arne Vestbø2022-03-301-18/+17
* CoreText: Make population of theme fonts explicitTor Arne Vestbø2022-03-302-25/+33
* Revert "Avoid populating font family aliases if family matched"Tor Arne Vestbø2022-03-291-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
* Fix deprecated use of QColor::setNamedColorMårten Nordheim2022-03-172-6/+6
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+2
* Doc: Remove mentioning of Windows 7, Vista from QFont documentationKai Köhne2022-03-151-7/+1
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-153-5/+5
* GDI: Fix style name detection if font has no typographic subfamily nameNiklas Wenzel2022-03-111-1/+7