summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Qt Style Sheets: fix range of hue in hsl/hsv functionsChristian Ehrlicher2018-10-181-1/+2
* Qt Style Sheets: add support for hsl(a) colorsChristian Ehrlicher2018-10-181-7/+25
* Add support font-kerning CSS3 propertyAllan Sandfeld Jensen2018-10-122-0/+17
* Deprecate QFont::lastResortFamily() and QFont::lastResortFont()Eskil Abrahamsen Blomfeldt2018-10-092-39/+36
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-291-1/+2
|\
| * Fix crash when detaching dangling QTextCursorEskil Abrahamsen Blomfeldt2018-09-271-1/+2
* | Remove excess "virtual" keyword from destructors in Qt GuiAlessandro Portale2018-09-252-2/+2
|/
* Silence warning in gcc 4.9 for AndroidEskil Abrahamsen Blomfeldt2018-08-301-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-221-9/+20
|\
| * Don't reset the bidi level on spacesLars Knoll2018-08-171-1/+0
| * Only show the bidi cursor mark if we actually have bidirectional textLars Knoll2018-08-171-8/+20
* | Improve Q_ASSERT readabilityJesus Fernandez2018-08-171-1/+7
* | Modernize the "thread" featureUlf Hermann2018-08-171-13/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-1/+1
|\|
| * Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-091-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+1
|\|
| * Doc: Fix wrong link in QFont documentationPaul Wicking2018-08-031-1/+1
* | Remove member function from CentralFileHeaderThiago Macieira2018-08-031-12/+11
* | QTextDocumentFragment: Use logical cursor movement instead of visualSafa AlFulaij2018-07-311-2/+2
* | Remove dead codeJesus Fernandez2018-07-271-7/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\|
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* | Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-281-4/+4
* | Don't position cursor inside complex graphemes when clicking outside lineEskil Abrahamsen Blomfeldt2018-06-281-2/+1
* | Handle negative leading in layoutAllan Sandfeld Jensen2018-06-061-7/+15
* | doc: Document Qt namespace in multiple modulesMartin Smith2018-06-012-3/+29
* | Improve bounding rect of QStaticText with Qt::PlainTextAllan Sandfeld Jensen2018-05-231-4/+5
* | 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
| |\