summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-11-193-5/+15
* QTextLayout: Reconsider cursor drawing on TextObjectTang Haixiang2022-11-111-10/+10
* QTextDocument::loadResource(): invoke parent via direct connectionShawn Rutledge2022-11-091-1/+2
* Use strlen instead of magic numbersAhmad Samir2022-11-061-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-039-27/+27
* Port default font resolve to SystemParametersInfoForDpiMorten Sørvig2022-11-012-12/+4
* QWindowsFontDatabaseBase: Override both fontEngine functionsMårten Nordheim2022-10-262-0/+8
* FontEngine[DirectWrite]: Mark interface functions noexceptMårten Nordheim2022-10-251-10/+10
* macOS: Fix less common writing systems on Catalina and laterEskil Abrahamsen Blomfeldt2022-10-212-8/+138
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* macOS: Fix synthetic bold on scaled paintersEskil Abrahamsen Blomfeldt2022-10-201-2/+17
* Fix generating PDFs with DirectWrite engineEskil Abrahamsen Blomfeldt2022-10-192-0/+77
* QCoreTextFontEngine: Mark CGAffineTransformConcat as unusedTor Arne Vestbø2022-10-191-1/+2
* Freetype: Fix transforming bitmap fontsEskil Abrahamsen Blomfeldt2022-10-181-6/+13
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-152-10/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-115-12/+12
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-112-0/+10
* QTextLayout: fix maximumWidth() for a text containing spacesVladimir Belyavsky2022-10-061-5/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-0428-298/+298
* Introduce QGlyphRun::stringIndexes()Eskil Abrahamsen Blomfeldt2022-09-295-15/+250
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-292-2/+5
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-2/+2
* Revert "QTextLayout: fix maximumWidth() for a text containing line separator"Eskil Abrahamsen Blomfeldt2022-09-233-12/+1
* QtGui: Use static const QString array to initialize QStringListMate Barany2022-09-211-8/+8
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-211-2/+2
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-09-203-1/+12
* Avoid crash in QTextMarkdownWriter::writeBlock()Shawn Rutledge2022-09-101-2/+2
* doc: Clarify the term advance widthEskil Abrahamsen Blomfeldt2022-09-081-3/+11
* QTextDocumentLayout: Account for topMargin when hit-testingTang Haixiang2022-09-051-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-012-3/+3
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+1
* Doc: Format certain operators in textPaul Wicking2022-08-231-2/+2
* Add some more logging to QFontDatabaseTor Arne Vestbø2022-08-211-0/+7
* Don't assume that QtFontFamily::ensurePopulated() will populateTor Arne Vestbø2022-08-192-13/+18
* freetype: Propagate font data from font database to engine if availableTor Arne Vestbø2022-08-193-4/+15
* Rename QPlatformFontDatabase::handleAvailableFontsChanged()Tor Arne Vestbø2022-08-163-4/+10
* Fix QFontDatabase::hasFamily() for ambiguous familiesEskil Abrahamsen Blomfeldt2022-08-151-1/+13
* 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
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-211-1/+1
* Port qt_getJustfication* functions to qsizetypeMarc Mutz2022-07-201-3/+3
* Port QFontSubset API from int to qsizetypeMarc Mutz2022-07-082-21/+21
* Pass QFixed by valueMarc Mutz2022-07-085-7/+7
* QFontSubset: remove unused glyphName() overloadMarc Mutz2022-07-082-19/+0
* Clarify the role of the two QPlatformFontDatabase::fontEngine overloadsTor Arne Vestbø2022-07-072-3/+21
* Unify QFontEngine::boundingRect for coretext and WindowsAllan Sandfeld Jensen2022-07-066-23/+23
* Ensure consistent cursor width under fractional scalingEirik Aavitsland2022-06-281-1/+14
* QFont: don't detach the families list in family()Thiago Macieira2022-06-271-1/+1
* Emit autolinks in QTextMarkdownWriterShawn Rutledge2022-06-241-6/+12
* QFont: remove support for comma split setFamily()Janne Juntunen2022-06-171-12/+1