summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextmarkdownwriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextMarkdownWriter: escape all backslashesShawn Rutledge2024-03-261-9/+4
* Add categorized log message in QTextMarkdownWriter::writeFrontMatter()Shawn Rutledge2024-03-051-2/+4
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-041-3/+51
* tst_QTextMarkdownWriter: test both ways of setting font characteristicsShawn Rutledge2024-02-141-3/+3
* QTextMarkdownWriter: Don't word-wrap headingsShawn Rutledge2024-02-131-1/+3
* QTextMarkdownWriter: Avoid omitting or misplacing ending indicatorsShawn Rutledge2024-02-131-2/+21
* QTextMarkdownWriter: Handle lists in blockquotes correctlyShawn Rutledge2024-02-131-17/+51
* Extract and re-write "front matter" in markdown documentsShawn Rutledge2024-02-021-0/+13
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-221-1/+3
* QtGui: Disambiguate static variables in markdown codeFriedemann Kleint2023-01-311-61/+64
* Port from container.count()/length() to size()Marc Mutz2022-10-041-21/+21
* Avoid crash in QTextMarkdownWriter::writeBlock()Shawn Rutledge2022-09-101-2/+2
* Emit autolinks in QTextMarkdownWriterShawn Rutledge2022-06-241-6/+12
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-201-2/+2
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-191-1/+2
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-1/+1
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-6/+8
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-18/+18
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-111-1/+1
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-141-3/+4
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-2/+2
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-1/+1
* Markdown writer: omit space after opening code block fenceShawn Rutledge2020-04-201-1/+1
* Markdown writer: don't wrap code block, and detect its endShawn Rutledge2020-04-201-7/+10
* Markdown importer: properly set hyperlinksGiuseppe D'Angelo2020-02-031-1/+75
* QTextMarkdownWriter: preserve empty listsv5.14.0-beta3Shawn Rutledge2019-11-051-1/+2
* Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-2/+2
* Fix build without features.itemmodelTasuku Suzuki2019-07-061-0/+5
* QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-041-8/+60
* Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-1/+9
* QTextMarkdownWriter: fix some bad cases with word wrapShawn Rutledge2019-05-241-3/+18
* Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-081-21/+37
* Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-081-13/+13
* Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-081-0/+3
* Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-081-18/+89
* Prefix QTextStream operators with Qt::Lars Knoll2019-05-031-3/+3
* Add QTextMarkdownWriter::writeTable(QAbstractTableModel)Shawn Rutledge2019-05-021-0/+31
* Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-011-0/+363