summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add styleName to debug outputNiklas Wenzel2022-03-112-3/+5
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-083-20/+24
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-082-2/+62
* Miscellanea fixes for QT_TYPESAFE_FLAGS in our headersGiuseppe D'Angelo2022-03-072-6/+6
* QTextFormat: remove unnecessary namespace-scope stream op declarationsThiago Macieira2022-02-241-10/+0
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-245-2/+7
* Fix regression when displaying emojis on WindowsEskil Abrahamsen Blomfeldt2022-02-091-1/+1
* DirectWrite: Turn off grid-fitting for unhinted textEskil Abrahamsen Blomfeldt2022-02-031-25/+65
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-021-3/+3