summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Fix QTextEngine::shapeText casing of surrogate pairsJüri Valdmann2019-05-071-1/+2
* Use "monospace" as fallback system FixedFont in KDE theme; loggingShawn Rutledge2019-05-071-32/+20
* fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-052-3/+5
* Fix page breaking with large imagesLars Knoll2019-04-261-1/+4
* Add a clarification about "characters" to QTextCursor docsEskil Abrahamsen Blomfeldt2019-04-021-0/+23
* macOS: Don't scale advances to 0 when stretch is AnyStretchEskil Abrahamsen Blomfeldt2019-03-251-1/+1
* Replace LDEBUG with categorized logging in QTextDocumentLayout(Private)Shawn Rutledge2019-03-181-45/+36
* QSyntaxHighlighter: Fix crash when parent is a nullptrDominik Haumann2019-02-271-1/+1
* QTextDocument: Do respect white-space:nowrapKai Koehne2019-02-131-1/+2
* 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 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
* 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
* | 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
|/
* 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
* macOS: Reset font glyph caches when application theme changesTor Arne Vestbø2018-12-091-1/+1
* 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
* Remove macOS specific path that causes reverse vertical advanceAllan Sandfeld Jensen2018-11-221-4/+0
* 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 a typo in the docsLars Knoll2018-11-121-1/+1
* | 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
* | 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
* | Fix crash when detaching dangling QTextCursorEskil Abrahamsen Blomfeldt2018-09-271-1/+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