summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextmarkdownimporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-1/+1
* QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-281-2/+5
* Markdown importer: properly set hyperlinksGiuseppe D'Angelo2020-02-031-1/+3
* Markdown importer: use Unicode decodingGiuseppe D'Angelo2020-02-031-2/+2
* Remove empty block at beginning of imported markdownRainer Keller2020-01-131-2/+12
* Use default QTD font size for mono font when importing markdownEike Ziller2019-11-131-0/+4
* Avoid crashing when the end of an empty markdown list is detectedShawn Rutledge2019-11-051-6/+18
* Enforce QTextDocument::MarkdownFeature compatibility at compile timeShawn Rutledge2019-10-241-0/+21
* Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-3/+3
* qtlite: Fix build with -no-feature-texthtmlparserMikhail Svetkin2019-06-111-1/+1
* QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-041-2/+6
* Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-10/+14
* QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-241-44/+52
* Fix gui build without feature.regularexpressionTasuku Suzuki2019-05-221-1/+11
* Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-081-20/+83
* Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-081-1/+2
* Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-081-9/+50
* Remove 3rdparty include from QTextMarkdownImporter header fileShawn Rutledge2019-05-081-24/+25
* QTextMarkdownImporter: Fix deprecation warningFriedemann Kleint2019-05-021-1/+1
* 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-171-0/+435