summaryrefslogtreecommitdiffstats
path: root/src/rtfdocvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Problem with cite command (tests 12)albert-github2021-06-071-4/+3
* issue #8193: Better warning in case of error in dot / msc / dia imageDimitri van Heesch2021-05-031-10/+14
* Merge branch 'master' into feature/bug_code_langDimitri van Heesch2021-05-021-223/+215
|\
| * 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
| * | Fixed typo, use QCString, and some minor reformatingDimitri van Heesch2021-04-291-2/+2
| * | issue #8522 Javadoc: type attribute of ordered lists not preserved (in xml)albert-github2021-04-291-1/+36
| * | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-16/+15
| |/
| * Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-1/+1
| * Refactoring: replace QMIN/QMAX by std::min/std::maxDimitri van Heesch2021-03-261-2/+4
| * Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-125/+129
| * Refactoring: Replaced QFileInfo with FileInfoDimitri van Heesch2021-03-181-8/+7
| * Fix size_t related compiler errors & warnings for win64Dimitri van Heesch2021-01-221-1/+1
| * Refactoring: modernize PlantumlManagerDimitri van Heesch2021-01-221-2/+2
| * Refactoring: move Doc*Visitor::push/popEnabledDimitri van Heesch2021-01-221-40/+6
| * Refactoring: modernize HtmlAttribListDimitri van Heesch2021-01-221-8/+4
| * Refactoring: modernize docparser and clientsDimitri van Heesch2021-01-221-17/+9
| * Refactoring: modernize rtf_StyleDimitri van Heesch2021-01-221-10/+9
* | Use language name to get code coloringalbert-github2021-01-171-2/+2
|/
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-13/+7
* Fixed shadowing issue in getFortranDefs and other shadowing casesDimitri van Heesch2020-04-091-94/+94
* Incorrect link generated for cite and xref (#7648)albert-github2020-03-211-9/+25
* Disappearing words in RTF output after a listalbert-github2020-02-181-1/+1
* Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...albert-github2020-01-091-0/+6
* Merge pull request #7185 from albert-github/feature/bug_rtf_table_captionDimitri van Heesch2019-12-261-0/+3
|\
| * Table caption flows in first table field for RTF outputalbert-github2019-08-131-1/+1
| * Table caption flows in first table field for RTF outputalbert-github2019-08-121-0/+3
* | Merge branch 'feature/bug_html_s' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-261-0/+1
|\ \
| * | Adding HTML s tag, XML corrections for other tagsalbert-github2019-08-161-0/+1
| |/
* | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-12/+12
|/
* 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/+2
|\ \ \
| * | | Adding HTML tags ins and delalbert-github2019-04-041-0/+2
| | |/ | |/|
* | | issue #7126 Latex output format fixesalbert-github2019-07-281-2/+0
* | | Remove not used classalbert-github2019-07-071-12/+0
* | | High consequence coverity mesagesalbert-github2019-07-021-1/+1
* | | issue #7033 Syntax highlighting doesn't work when calling \dontinclude from M...albert-github2019-06-061-2/+4
|/ /
* | Merge branch 'feature/bug_lineno_split_examples' of https://github.com/albert...Dimitri van Heesch2019-03-091-5/+19
|\ \
| * | Show line numbers in "split" examplesalbert-github2019-03-031-1/+16
|/ /
* | Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-4/+6
|/
* Bug 141919 - Wrong param and exception style in RTF outputalbert-github2019-02-011-1/+3
* Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2019-01-081-2/+2
* mergeCharles.Lee2018-12-241-28/+86
|\
| * Improved robustness of the emoji featureDimitri van Heesch2018-12-231-2/+2
| * Merge pull request #6624 from albert-github/feature/bug_rtf_listsDimitri van Heesch2018-12-131-1/+2
| |\
| | * RTF lists more levels and removing extra paragraphsalbert-github2018-11-181-1/+2
| * | Merge pull request #6602 from albert-github/feature/bug_tparamDimitri van Heesch2018-12-031-4/+1
| |\ \ | | |/ | |/|