summaryrefslogtreecommitdiffstats
path: root/src/htmldocvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Empty class definition.albert-github2021-05-131-1/+6
* issue #8193: Better warning in case of error in dot / msc / dia imageDimitri van Heesch2021-05-031-22/+21
* Merge branch 'master' into feature/bug_code_langDimitri van Heesch2021-05-021-258/+179
|\
| * Merge pull request #8509 from albert-github/feature/bug_formula_mjDimitri van Heesch2021-05-011-0/+5
| |\
| | * Merge branch 'master' into feature/bug_formula_mjDimitri van Heesch2021-04-281-21/+21
| | |\
| | * | Problems with some commands in MathJaxalbert-github2021-04-201-0/+5
| * | | Merge branch 'feature/bug_startuml' of https://github.com/albert-github/doxyg...Dimitri van Heesch2021-05-011-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Extending startuml with extra figure typesalbert-github2021-04-041-1/+1
| | |/
| * | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-21/+21
| |/
| * Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-5/+5
| * Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-60/+60
| * Refactoring: Replaced QFileInfo with FileInfoDimitri van Heesch2021-03-181-6/+7
| * Regression: Fix missing '>' for ol tag in the HTML output.Dimitri van Heesch2021-03-041-1/+1
| * Refactoring: some cleanup and removed text direction logicDimitri van Heesch2021-03-041-52/+13
| * Refactoring: modernize PlantumlManagerDimitri van Heesch2021-01-221-3/+3
| * Refactoring: move Doc*Visitor::push/popEnabledDimitri van Heesch2021-01-221-38/+6
| * Refactoring: modernize HtmlAttribListDimitri van Heesch2021-01-221-31/+18
| * Refactoring: modernize docparser and clientsDimitri van Heesch2021-01-221-46/+45
* | Use language name to get code coloringalbert-github2021-01-171-1/+1
|/
* issue #697: Test 32 reference to bell signal (XHTML, LaTeX)Dimitri van Heesch2020-11-281-11/+35
* XHML: div tag not possible as part of a p tag.albert-github2020-11-161-1/+1
* issue @8169 "\emoji heavy_check_mark" produces ✓ instead of ✔️albert-github2020-11-111-1/+1
* Fix for broken LaTeX output.Dimitri van Heesch2020-09-271-6/+6
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-145/+136
* Text show as formula when USE_MATHJAX=YES (#7697)albert-github2020-04-121-0/+10
* issue #7672 Request: use <img> tags instead of <object> tags for SVG imagesalbert-github2020-03-291-19/+3
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-2/+2
* Forgot to remove some config files.Dimitri van Heesch2020-02-131-1/+1
* Improve formula handling and rendering.Dimitri van Heesch2020-02-121-4/+20
* Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...albert-github2020-01-091-0/+8
* Merge branch 'feature/bug_html_s' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-261-0/+3
|\
| * Adding HTML s tag, XML corrections for other tagsalbert-github2019-08-161-0/+3
* | Minor fixesDimitri van Heesch2019-12-251-4/+3
* | Merge branch 'feature/bug_335614' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-251-7/+6
|\ \
| * | Bug 335614 - HTML link incorrect when using tagfilealbert-github2019-09-301-7/+6
* | | Merge branch 'master' into spellingDimitri van Heesch2019-12-231-13/+13
|\ \ \
| * | | Tests 31 for XHTML outputalbert-github2019-12-191-1/+1
| * | | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-12/+12
| |/ /
* | | spelling: embeddingJosh Soref2019-11-121-3/+3
|/ /
* | Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-8/+8
|/
* Problem with '<td nowrap>'albert-github2019-08-101-0/+6
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-1/+1
|\
| * Correction warning messagealbert-github2019-06-011-1/+1
* | Merge branch 'feature/issue_6831' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-08-041-2/+4
|\ \
| * | issue #6831 Failure to recognize class array with PHP in @varalbert-github2019-02-151-2/+4
* | | Merge branch 'fetaure/bug_html_ins_del_tag' of https://github.com/albert-gith...Dimitri van Heesch2019-08-031-0/+6
|\ \ \
| * | | Adding HTML tags ins and delalbert-github2019-04-041-0/+6
* | | | Remove not used classalbert-github2019-07-071-8/+0
* | | | issue #7033 Syntax highlighting doesn't work when calling \dontinclude from M...albert-github2019-06-061-2/+4
| |_|/ |/| |
* | | Replaced NULL by 0.Dimitri van Heesch2019-04-281-1/+1