index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
markdown.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Confusing debug output for markdown
albert-github
2021-05-11
1
-3/+11
*
Merge branch 'master' into feature/bug_formula_mj
Dimitri van Heesch
2021-04-28
1
-72/+70
|
\
|
*
Fix issue with test 055 on Cygwin
Dimitri van Heesch
2021-04-25
1
-3/+1
|
*
Refactoring: remove implicit conversion from QCString to const char *
Dimitri van Heesch
2021-04-22
1
-69/+69
*
|
Problems with some commands in MathJax
albert-github
2021-04-20
1
-0/+5
|
/
*
Refactoring: Add TextStream buffer to improve output writing performance
Dimitri van Heesch
2021-03-28
1
-1/+1
*
Fix for Linux build (missing #include <atomic>)
Dimitri van Heesch
2021-03-26
1
-0/+1
*
issue #8375: Lowercase search does not find non-ASCII uppercase pages and vic...
Dimitri van Heesch
2021-03-22
1
-10/+9
*
Refactoring: replace QFile/FTextStream with fstream/stringstream
Dimitri van Heesch
2021-03-18
1
-1/+1
*
Refactoring: Replaced QFileInfo with FileInfo
Dimitri van Heesch
2021-03-18
1
-9/+10
*
Refactoring: some cleanup and removed text direction logic
Dimitri van Heesch
2021-03-04
1
-1/+0
*
Refactoring: replaced std::regex with own much faster implementation
Dimitri van Heesch
2021-03-02
1
-5/+5
*
Some performance tweaks + remove setting of global locale
Dimitri van Heesch
2021-02-22
1
-1/+1
*
Refactoring: replace QRegExp by std::regex in markdown.cpp
Dimitri van Heesch
2021-02-20
1
-10/+10
*
issue_8362 Text of image repeated 4 times
albert-github
2021-01-29
1
-2/+22
*
issue #8308 Verbatim block followed by markdown header breaks verbatim block
albert-github
2021-01-07
1
-1/+35
*
Incorrect entries on treeview
albert-github
2021-01-05
1
-1/+1
*
Miscounting lines in case a fenced code block
albert-github
2020-12-26
1
-2/+1
*
Miscounting of lines in case of inserting an anchor for a "H." tag
albert-github
2020-12-22
1
-1/+1
*
issue #8251: Macro stopped working in 1.8,.19
Dimitri van Heesch
2020-12-15
1
-4/+9
*
Optimized the escape function and made it more generic
Dimitri van Heesch
2020-11-05
1
-6/+7
*
issue #8156 Markdown anchors do not work with special symbols
albert-github
2020-11-03
1
-1/+7
*
Merge pull request #8131 from albert-github/feature/issue_8130
Dimitri van Heesch
2020-10-28
1
-2/+6
|
\
|
*
issue #8130 Markdown relative links - not working for other folders
albert-github
2020-10-26
1
-2/+6
*
|
issue #8132 Markdown inclusion of images broken after 39db9f48
albert-github
2020-10-26
1
-0/+4
|
/
*
Merge pull request #8123 from albert-github/feature/bug_cnt_md_code
Dimitri van Heesch
2020-10-24
1
-1/+1
|
\
|
*
Miscounting lines with markdown backtick section
albert-github
2020-10-22
1
-1/+1
*
|
Merge pull request #8125 from albert-github/feature/bug_cnt_md_table
Dimitri van Heesch
2020-10-24
1
-4/+4
|
\
\
|
*
|
Miscounting lines with markdown table
albert-github
2020-10-22
1
-4/+4
|
|
/
*
|
Miscounting lines with markdown blockquote
albert-github
2020-10-22
1
-3/+3
|
/
*
Merge pull request #8114 from albert-github/feature/bug_cnt_md_extra_line
Dimitri van Heesch
2020-10-20
1
-3/+7
|
\
|
*
Update markdown.cpp
Dimitri van Heesch
2020-10-20
1
-1/+1
|
*
When we have some simple markdown files like with extra spaces (after `\aa2`,...
albert-github
2020-10-18
1
-2/+6
*
|
Merge pull request #8117 from albert-github/feature/bug_cnt_md_ref_image
Dimitri van Heesch
2020-10-20
1
-1/+1
|
\
\
|
*
|
Miscounting of line in case of markdown `\ref` image
albert-github
2020-10-19
1
-1/+1
|
|
/
*
|
Miscounting in markdown in case of a horizontal ruler.
albert-github
2020-10-18
1
-1/+1
|
/
*
Fix for compiler warning fix :-(
Dimitri van Heesch
2020-10-17
1
-1/+1
*
Fixes compiler warning
Dimitri van Heesch
2020-10-17
1
-1/+1
*
Miscounting in case of markdown links
albert-github
2020-10-16
1
-1/+11
*
Merge pull request #8079 from albert-github/feature/issue_8078
Dimitri van Heesch
2020-10-12
1
-1/+1
|
\
|
*
issue #8078 Warning and extra text when using Markdown as mainpage
albert-github
2020-10-06
1
-1/+1
*
|
Miscounting of lines in respect to page command (ATX header)
albert-github
2020-10-10
1
-0/+1
*
|
Incorrect counting of markdown verbatim block
albert-github
2020-10-08
1
-1/+2
|
/
*
added support for mingw PRETTY_FUNC (#8059)
ArmandZampieri
2020-10-05
1
-1/+1
*
Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2020-10-03
1
-17/+19
|
\
|
*
Miscounting of lines in respect to page command
albert-github
2020-09-24
1
-17/+19
*
|
No warning for unbalanced brackets in markdown
albert-github
2020-09-25
1
-0/+2
*
|
Merge pull request #8045 from albert-github/feature/bug_md_fenced_cnt
Dimitri van Heesch
2020-09-24
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Miscounting of lines in case of fenced code block
albert-github
2020-09-20
1
-1/+1
*
|
issue #8037: Links using @ref stopped working in doxygen 1.8.19
Dimitri van Heesch
2020-09-21
1
-0/+1
|
/
[next]