summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* qtlite: Fix build with -no-feature-texthtmlparserMikhail Svetkin2019-06-111-1/+1
* Use insert instead of insertMulti when operating on a QMultiHashLars Knoll2018-12-031-1/+1
* QDistanceField: add missing copy assignment operatorMarc Mutz2019-06-062-0/+4
* QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-047-11/+79
* Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-019-12/+48
* QTextBrowser: detect and load markdown rather than assuming HTMLShawn Rutledge2019-05-302-0/+2
* Improve qHash(QFont)Marc Mutz2019-05-271-13/+14
* QTextMarkdownWriter: fix some bad cases with word wrapShawn Rutledge2019-05-241-3/+18
* QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-242-49/+58
* Support clicking to toggle checkboxes in QTextEditShawn Rutledge2019-05-242-0/+32
* QTextDocumentLayout: Avoid table border drawing artifactsNils Jeisecke2017-09-071-4/+20
* Fix gui build without feature.regularexpressionTasuku Suzuki2019-05-222-1/+15
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-19/+69
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-19/+69
| |\
| | * Write an anchor-type attribute when embedding images in an ODF documentAndrew den Exter2019-05-131-0/+1
| | * Avoid re-encoding embedded images when writing an ODF fileAndrew den Exter2019-05-131-19/+68
* | | Add documentation for the QTextBlockFormat::marker propertyShawn Rutledge2019-05-231-0/+44
* | | Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-05-233-0/+20
* | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-212-2/+15
* | | QtGui: get rid of the last Java-style iteratorMarc Mutz2019-05-211-3/+1
* | | QFontMetricsF: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
* | | QFontEngine: replace QLinkedList with std::listMarc Mutz2019-05-142-7/+6
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-133-35/+24
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-33/+22
| |\|
| | * 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
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* | | Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-086-42/+133
* | | Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-084-17/+17
* | | Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-082-1/+5
* | | Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-084-27/+152
* | | Remove 3rdparty include from QTextMarkdownImporter header fileShawn Rutledge2019-05-082-47/+47
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-073-3/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-062-3/+5
| |\|
| | * fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-052-3/+5
| * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-0/+1
* | | Prefix QTextStream operators with Qt::Lars Knoll2019-05-031-3/+3
* | | QTextMarkdownImporter: Fix deprecation warningFriedemann Kleint2019-05-021-1/+1
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-023-8/+8
* | | Add QTextMarkdownWriter::writeTable(QAbstractTableModel)Shawn Rutledge2019-05-022-0/+33
* | | Render markdown task lists (checkboxes instead of bullets) in QTextEditShawn Rutledge2019-05-021-6/+26
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-016-14/+0
* | | Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-016-3/+506
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-1/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-281-1/+4
| |\|
| | * Fix page breaking with large imagesLars Knoll2019-04-261-1/+4
* | | QTextMarkdownImporter: insert list items into the correct listShawn Rutledge2019-04-271-2/+3
* | | Fix -Wc++11-narrowing error in qtextmarkdownimporterMårten Nordheim2019-04-241-1/+1
* | | Add QTextMarkdownImporterShawn Rutledge2019-04-176-2/+629