summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextmarkdownimporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextMarkdownImporter: use string view moreAnton Kudryavtsev2024-03-131-9/+13
* QTextMarkdownImporter::import(): don't crash if file has only yamlShawn Rutledge2024-03-051-1/+1
* Extract and re-write "front matter" in markdown documentsShawn Rutledge2024-02-021-1/+17
* gui/text: use const methods moreAnton Kudryavtsev2023-09-091-2/+2
* Add QTextDocument* constructor argument to QTextMarkdownImporterShawn Rutledge2023-09-011-54/+53
* QTextMarkdownImporter: Fix performance for non-trivial documentsEike Ziller2023-05-091-0/+2
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-221-1/+2
* QtGui: Disambiguate static variables in markdown codeFriedemann Kleint2023-01-311-8/+9
* Port from container.count()/length() to size()Marc Mutz2022-10-041-8/+8
* Remove redundant qCDebug in QTextMarkdownImporter::cbText()Shawn Rutledge2022-05-201-2/+0
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-201-2/+10
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-191-1/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-2/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-3/+5
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-2/+2
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-111-0/+1
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-061-0/+3
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-161-1/+4
* Fix support for using system supplied md4c libraryNiclas Rosenvik2021-06-031-0/+4
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-4/+6
* Fix static assert in Markdown parserAndreas Buhr2020-11-081-1/+1
* Support the markdown underline extensionShawn Rutledge2020-11-071-1/+5
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Use qsizetype in QListLars Knoll2020-07-061-5/+5
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-15/+15
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-0/+2
* 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