summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-122-36/+52
|\
| * Fix two smaller bugs in the BiDi engineLars Knoll2019-02-091-18/+16
| * Fix an assertion in the BiDi algorithmLars Knoll2019-02-091-14/+28
| * Fix QTextTable:insertRows() for tables with spanning cellsLars Knoll2019-02-091-4/+8
* | Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-082-5/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-086-9/+10
|\|
| * Fix default font properties when using raw fonts for text layoutsEskil Abrahamsen Blomfeldt2019-01-291-4/+5
| * QtGui: Unify license headersKai Koehne2019-01-295-5/+5
* | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* | QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-022-8/+8
* | QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-285-2/+15
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-4/+8
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-4/+8
| |\
| | * Fix a crash in QTextEngine when a paragraph only contains a tabLars Knoll2019-01-081-4/+8
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-213-4/+5
|\| |
| * | QSyntaxHighlighter: cancel delayed highlight if done manuallyMårten Nordheim2019-01-161-0/+1
| * | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-102-4/+4
| |/
* | Fix deprecation warnings about QFontMetrics::widthShawn Rutledge2019-01-151-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-043-0/+16
|\|
| * Draw ShowTabsAndSpaces symbols with the correct fontEskil Abrahamsen Blomfeldt2019-01-031-0/+4
| * Fix text shifting vertically when elidedEskil Abrahamsen Blomfeldt2018-12-211-0/+10
| * Set point size, not just pixel size, when creating HarfBuzz fonts for shapingTor Arne Vestbø2018-12-161-0/+2
* | Use QStringLiteral instead of QString::fromLatin1Frederik Gladhorn2018-12-201-1/+1
* | Use a QMultiMap for the weighted rulesLars Knoll2018-12-122-4/+4
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-125-5/+5
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-111-1/+1
|\|
| * macOS: Reset font glyph caches when application theme changesTor Arne Vestbø2018-12-091-1/+1
* | QtGui: Remove unused brushes [-Wclazy-unused-non-trivial-variable]Sergio Martins2018-12-101-2/+0
* | Use a QMultiMap for the fontengine cacheLars Knoll2018-12-072-3/+3
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-043-3/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-043-3/+5
| |\|
| | * Set correct vertical position for text following a very large imageLars Knoll2018-12-031-2/+2
| | * CoreText: Remove handling of QFontEngineMulti's highByteTor Arne Vestbø2018-11-302-1/+3
* | | Support style name property in QTextCharFormatEskil Abrahamsen Blomfeldt2018-12-042-0/+31
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-4/+0
|\|
| * Remove macOS specific path that causes reverse vertical advanceAllan Sandfeld Jensen2018-11-221-4/+0
* | Warn when using deprecated methodsLars Knoll2018-11-261-0/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-226-27/+82
|\|
| * Don't start a new page when printing very large imagesLars Knoll2018-11-211-1/+2
| * Fix vertical alignment of inline imagesLars Knoll2018-11-192-15/+63
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-163-3/+4
| |\
| | * Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-063-3/+4
| * | Correctly initialize the logClusters array for tabs and objectsLars Knoll2018-11-141-8/+13
* | | Fix constness of QPaintDevice argumentsLuca Beldi2018-11-196-13/+103
* | | Check if the string inside the families list is empty and not the listAndy Shaw2018-11-141-1/+1
* | | Support table border color and cellpadding in ODF writerAllan Sandfeld Jensen2018-11-131-11/+15
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-131-1/+1
|\| |
| * | Fix a typo in the docsLars Knoll2018-11-121-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-108-18/+20
|\| |