summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | QCss: properly parse functions which contains additional spacesChristian Ehrlicher2018-10-121-1/+3
* | | 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