summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Allow more fine grained control over QFont debug outputTor Arne Vestbø2019-02-112-1/+104
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-098-18/+20
| |\ \ | | |/ | |/|
| | * QSyntaxHighlighter: Delay all highlights until first rehighlightMårten Nordheim2018-11-081-5/+5
| | * Modernize the "textcodec" featureLiang Qi2018-11-077-13/+15
* | | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-089-33/+143
* | | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-0/+2
* | | Make util/lexgen/ mention itself in its auto-gen lineEdward Welbourne2018-11-011-424/+423
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-253-4/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-212-3/+3
| |\|
| | * Fix enum passed to QFontDatabase::findFontAllan Sandfeld Jensen2018-10-162-3/+3