summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* doc: Add missing return types to \fn commandsMartin Smith2018-01-182-19/+19
* doc: Add missing class qualifiers to uses of FormatRangeMartin Smith2018-01-121-2/+2
* doc: Add missing class qualifiers to uses of TabMartin Smith2018-01-121-13/+6
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-122-2/+70
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-112-2/+70
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-092-2/+70
| | |\
| | | * Fix ZWJ and ZWNJ when fallback font is in useEskil Abrahamsen Blomfeldt2018-01-091-0/+28
| | | * CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+35
| | | * Fix fallback fonts for non-common writing systemEskil Abrahamsen Blomfeldt2018-01-081-2/+7
* | | | doc: Remove unneeded \fn commandsMartin Smith2018-01-122-13/+7
|/ / /
* | | Update most Unicode data to version 10.0Lars Knoll2018-01-031-1/+15
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-2/+2
| |\|
| | * Correct the vertex used to calculate v1/v2FracJames McDonnell2017-11-291-2/+2
* | | Bump the minimum required version for harfbuzz to 1.6.0Lars Knoll2017-12-301-24/+0
* | | Update font when text format's letter spacing type is changedEskil Abrahamsen Blomfeldt2017-12-221-2/+6
* | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-083-7/+7
* | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-0/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-7/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-5/+17
| |\|
| | * Document interaction of style name and other style propertiesAllan Sandfeld Jensen2017-11-121-5/+17
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-2/+2
| |\|
| | * Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-2/+2
* | | Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-142-24/+161
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-4/+3
|\| |
| * | Fix implementation of spell check underline stylesDmitry Shachnev2017-10-211-3/+3
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+0
| |\|
| | * Remove some unused, local variablesJędrzej Nowacki2017-10-141-1/+0
* | | Fix synchronization error when matching font with empty familyEskil Abrahamsen Blomfeldt2017-09-251-1/+9
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1910-26/+26
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-199-105/+105
|/ /
* | Add QTextOption/QTextEdit/QPlainTextEdit::tabStopDistance propertyEskil Abrahamsen Blomfeldt2017-08-064-9/+42
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-2/+4
|\|
| * QFontDatabase: Output family in warning about missing Open Type supportFriedemann Kleint2017-07-271-2/+4
* | Add API to disable text shaping on fontsEskil Abrahamsen Blomfeldt2017-07-266-32/+71
* | Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-051-1/+1
* | Fix uninitialized membersJesus Fernandez2017-06-201-1/+1
* | Move QTextFormatPrivate::Property out of the classThiago Macieira2017-06-131-17/+17
* | Expose QFont enums to the meta object systemJ-P Nurmi2017-05-311-0/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-0/+6
|\|
| * doc: Add warning about QTextLayout::beginLayout() and clearLayout()Eskil Abrahamsen Blomfeldt2017-05-221-0/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-072-0/+5
|\|
| * macOS: Defer population of localized font family aliases until neededTor Arne Vestbø2017-04-212-0/+5
* | Fix CSS line-height property multiplier value handlingJoni Poikelin2017-04-212-2/+13
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-204-4/+36
|\|
| * Add debug operators for font database structs for easier debuggingTor Arne Vestbø2017-04-182-0/+28
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-1/+1
| |\
| | * Doc: updated QSyntaxHighlighter documentation and use QRegularExpressionSamuel Gaist2017-04-121-1/+1
| * | QTextDocument: improve import of DIV tagsDavid Faure2017-04-101-3/+7
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-074-14/+8
|\| |