summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* macOS: Fix stretch of condensed fonts with NoFontMergingEskil Abrahamsen Blomfeldt2018-05-041-1/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-4/+6
|\
| * Don't crash on <br> following a <table>Allan Sandfeld Jensen2018-04-251-4/+6
* | Add image quality handling to QTextImageFormatDaniel Savi2018-04-223-6/+44
* | Add more formatting to QTextDocumentWriter when writing ODF filesDaniel Savi2018-04-112-22/+240
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-101-1/+1
|\|
| * Fix integer overflow (1 << 31)Mikhail Svetkin2018-04-091-1/+1
* | Document the QTextBlockFormat::headingLevel propertyShawn Rutledge2018-03-291-0/+30
* | qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-271-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-212-3/+5
|\|
| * Modernize the "regularexpression" featureUlf Hermann2018-03-202-3/+5
* | Show nbsps as a degree symbol to differeniate from normal spacesAndy Shaw2018-03-164-6/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-071-1/+1
|\|
| * Document QFont::PreferNoShaping as being since 5.10Sergio Martins2018-03-051-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-051-3/+3
|\|
| * Fix docs of QTextDocument::find with regards to default case sensitivitySimon Hausmann2018-03-051-3/+3
* | QTextEngine: use const (and const APIs) moreAnton Kudryavtsev2018-03-051-29/+34
* | preserve HTML heading level in QTextBlockFormat; demonstrate in exampleShawn Rutledge2018-03-024-4/+54
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-023-523/+875
|\|
| * Update the Unicode BiDi algorithm to be compliant with Unicode 10Lars Knoll2018-02-282-522/+873
| * Fix ligature handling in QTextLine::cursorToX()Lars Knoll2018-02-281-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-162-6/+6
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-6/+6
| |\
| | * Do a static_cast in bit-blasts that are UBVille Voutilainen2018-01-252-6/+6
* | | QTextEngine: micro optimize insertionPointsForLineAnton Kudryavtsev2018-02-153-19/+14
* | | fix selection rendering issues if rounding leads to left-out pixelsChristoph Cullmann2018-02-151-9/+5
* | | QtGui: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-02-143-34/+0
|/ /
* | Doc: Fix links to QFontMetrics::width() overloadsAaron Linville2018-02-131-2/+2
* | Support for LTTNG and ETW tracingRafael Roquetto2018-01-281-0/+10
* | doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-243-32/+3
* | QTextItemInt: replace 0 with nullptrAnton Kudryavtsev2018-01-221-6/+18
* | Fix explicitly set width not being respectedIgor Mironchik2018-01-201-3/+0
* | Use QColor(0, 0, 0, 0) to mark body text in QStaticTextIgor Mironchik2018-01-202-10/+11
* | QFontEngine: use QStringBuilder moreAnton Kudryavtsev2018-01-181-7/+6
* | 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