summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-276-20/+42
|\
| * QFontDatabase: Delete redundant semicolonsJüri Valdmann2019-10-252-2/+2
| * Enforce QTextDocument::MarkdownFeature compatibility at compile timeShawn Rutledge2019-10-244-18/+40
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-262-19/+13
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-2/+6
| |\
| | * Fix cursor not showing in empty block preceding a tableKari Hormi2019-10-141-2/+6
| * | Remove mapping from CJK/Latin to Common script in Harfbuzz NGEskil Abrahamsen Blomfeldt2019-10-211-17/+7
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-147-11/+11
|\| |
| * | Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-106-10/+10
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-1/+1
| |\|
| | * Fix warning about out of bounds access in QString::operator[]Lars Knoll2019-10-091-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-103-4/+3
|\| |
| * | CoreText: Warn the user when family alias lookup slows down the applicationTor Arne Vestbø2019-10-082-2/+2
| * | Fix double free when debug printing QFont with non-default verbosityTor Arne Vestbø2019-10-081-2/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-062-0/+30
|\| |
| * | Fix build with QT_NO_CSSPARSER / -no-feature-cssparserNils Jeisecke2019-10-042-0/+30
* | | Get rid of QList forward declarationsLars Knoll2019-10-042-3/+0
|/ /
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-5/+6
|\|
| * iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-261-0/+7
| * Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-241-5/+6
* | QTextDocument: Fix device scaling for QTextFrameFormat margins, padding and b...Nils Jeisecke2019-09-172-16/+22
* | Fix qdoc warningsFriedemann Kleint2019-09-102-2/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-8/+7
|\|
| * Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-8/+7
| |\
| | * Fix crash when text contains too many directional charsv5.13.1Rainer Keller2019-08-311-8/+7
* | | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-279-51/+138
|\ \ \
| * | | Android: Update clang mkspecsBogDan Vatra2019-08-221-4/+0
| * | | QFont: remove unused member QFontPrivate::screenChristian Ehrlicher2019-08-223-18/+8
| * | | QTextDocument: add css-styling of table cell borders to HTML import/exportNils Jeisecke2019-08-196-29/+130
* | | | Widget style: Use per-screen DPI in QStyleHelper::dpiScaled()Friedemann Kleint2019-08-232-1/+22
* | | | QTextDocumentFragment: Fix deprecation warningFriedemann Kleint2019-08-211-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-136-32/+66
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-125-30/+64
| |\ \ | | |/ | |/|
| | * Refactor lockedAlphaMapForGlyphLars Knoll2019-08-082-28/+20
| | * Add attribution for AGLFNEskil Abrahamsen Blomfeldt2019-08-082-0/+43
| | * Fix crash in QTextDocument::clearUndoRedoStacks()Eskil Abrahamsen Blomfeldt2019-08-081-2/+1
| * | Fix GCC 4.8 buildVille Voutilainen2019-08-051-2/+2
* | | Support missing white-space:pre-line CSSAllan Sandfeld Jensen2019-08-125-8/+21
* | | QTextDocument: allow css-styling of table cell bordersNils Jeisecke2019-08-083-58/+1204
* | | QTextDocumentLayout: Refactor pagination logic for bordersNils Jeisecke2019-08-081-12/+40
* | | QTextDocumentLayout: Fix regression in table column width calculationNils Jeisecke2019-08-071-0/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-173-6/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-123-6/+17
| |\|
| | * Support pen color with color fontsEskil Abrahamsen Blomfeldt2019-07-053-6/+17
* | | Revert "QDistanceField: add missing copy assignment operator"Marc Mutz2019-07-112-4/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-1/+1
|\| |
| * | QTextObject: One more 0 to nullptr conversionAndre Hartmann2019-07-081-1/+1
* | | QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-062-4/+4
* | | Fix build without features.itemmodelTasuku Suzuki2019-07-062-1/+9