summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce optional smarter font merging with ContextFontMergingEskil Abrahamsen Blomfeldt10 hours1-1/+9
* Convert "(added in)" enum warnings to [since] syntaxAllan Sandfeld Jensen8 days1-1/+1
* Doc: explain how to check for the existence of a font familyMitch Curtis2024-03-191-1/+32
* QFont::Tag: use new comparison helper macrosVolker Hilsheimer2023-12-081-3/+2
* Support arbitrary variable axis valuesEskil Abrahamsen Blomfeldt2023-12-041-7/+186
* 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
* Remove obsolete font tag helpers and \preliminary tag from documentationVolker Hilsheimer2023-10-201-49/+6
* Replace MAKE_TAG macro with QFont::TagVolker Hilsheimer2023-10-201-10/+6
* QFont: add a tag type for features and other advanced propertiesVolker Hilsheimer2023-10-201-73/+188
* Mark feature API in QFont as preliminaryEskil Abrahamsen Blomfeldt2023-09-131-0/+10
* gui: use const methods moreAnton Kudryavtsev2023-09-091-3/+3
* Doc: Delete links to removed examplesAndreas Eliasson2023-08-181-1/+1
* API update: Don't expose QHash storage in APIEskil Abrahamsen Blomfeldt2023-06-291-62/+94
* doc: Remove bogus step in font resolution algorithmEskil Abrahamsen Blomfeldt2023-06-131-2/+0
* Change QFont::fontFeatures() -> QFont::features()Eskil Abrahamsen Blomfeldt2023-05-241-56/+56
* Doc: fix warnings from parameters not matching the documentationVolker Hilsheimer2023-05-241-2/+2
* Implement API for enabling / disabling OpenType featuresEskil Abrahamsen Blomfeldt2023-05-091-2/+208
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-111-5/+7
* Document max size for QFont::setPixelSizePaul Wicking2022-12-151-1/+2
* QFont: replace a QVLA with a C arrayMarc Mutz2022-12-071-3/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* QFont: don't detach the families list in family()Thiago Macieira2022-06-271-1/+1
* QFont: remove support for comma split setFamily()Janne Juntunen2022-06-171-12/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-7/+7
* Doc: Remove mentioning of Windows 7, Vista from QFont documentationKai Köhne2022-03-151-7/+1
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-021-3/+3
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-181-3/+10
* gui: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Doc: Replace broken link to Roman Czyborra's personal pageLuca Di Sera2021-10-011-2/+2
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-011-15/+26
* Undeprecate QFont(QString) since this is still useful for manyAndy Shaw2021-08-111-4/+0
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-261-4/+7
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-4/+4
* Fix memory leak when using small caps fontEskil Abrahamsen Blomfeldt2021-05-201-4/+8
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-051-10/+0
* Doc: Add details to QFont::toStringPaul Wicking2021-01-121-1/+20
* Return an empty QStringList if the family string is emptyAndy Shaw2020-11-271-0/+2
* Return a QString() if the families list is emptyAndy Shaw2020-11-241-2/+2
* Fix weight when reading old serialized QFontsEskil Abrahamsen Blomfeldt2020-11-201-1/+4
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-60/+96
* Fix a few qdoc warningsVolker Hilsheimer2020-11-061-2/+2
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-1/+1
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-031-5/+5
* Add deprecated accessors for legacy font weightEskil Abrahamsen Blomfeldt2020-11-031-0/+62
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-121-6/+23