summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-1/+6
| |\|
| | * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-041-1/+6
| * | Fix warning for -no-feature-texthtmlparserStephan Binner2017-04-041-2/+2
| * | Share FreeType font engine creation code between platformsTor Arne Vestbø2017-04-042-11/+0
* | | QTextLayout optimization: avoid calling [] when at() will doDavid Faure2017-04-051-29/+29
* | | Mark some more functions with Q_DECL_CONST_FUNCTIONGiuseppe D'Angelo2017-04-051-1/+1
* | | QStaticText: mark constructor as explicitGiuseppe D'Angelo2017-04-051-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-046-9/+63
|\| |
| * | Fix warnings for -no-feature-cssparserNikita Krupenko2017-03-292-1/+3
| * | Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
| * | Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-283-7/+7
| * | Introduce QInputControl::isCommonTextEditShortcutJoerg Bornemann2017-03-272-0/+52
* | | QScriptItem: reduce boilerplate codeMarc Mutz2017-03-291-10/+7
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-2/+2
| |\|
| | * Fix crash for glyphs with height > 128Eskil Abrahamsen Blomfeldt2017-03-021-2/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-023-15/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-243-15/+9
| |\|
| | * QTextFormatCollection: replace copy ctor and op= with clear()David Faure2017-02-233-15/+9
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-174-2609/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-162-29/+14
| |\|
| | * qcssparser: Undef TILDE to fix compilation on HurdDmitry Shachnev2017-02-151-0/+4
| | * Update QSyntaxHighlighter docs to use QRegularExpressionAaron Linville2017-02-151-29/+10