summaryrefslogtreecommitdiffstats
path: root/src/docbookvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-58/+58
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-16/+14
* Replace raw bool pointer array and counter by std::stack<bool>Dimitri van Heesch2020-02-291-32/+19
* Merge branch 'feature/bug_tables_docbook' of https://github.com/albert-github...Dimitri van Heesch2020-02-291-8/+20
|\
| * Opening and ending tag mismatch: tbody in docbook outputalbert-github2019-08-121-8/+20
* | Minor fixes for table cell attributes in XML and docbook outputDimitri van Heesch2020-02-021-0/+2
* | Avoid unsupported html attributes from appearing in the XML/docbook output an...Dimitri van Heesch2020-02-021-60/+37
* | Bug 791390 - Table formatting information ignored in Doxygen XML outputalbert-github2020-01-231-0/+4
* | Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...albert-github2020-01-091-0/+6
* | 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
| |/
* | Merge pull request #7186 from albert-github/feature/bug_cite_docbookDimitri van Heesch2019-12-081-2/+22
|\ \
| * | Incorrect NCName in docbook citationsalbert-github2019-08-121-2/+22
| |/
* | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-12/+12
|/
* Problem with '<td nowrap>'albert-github2019-08-101-0/+4
* Merge branch 'feature/issue_6831' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-08-041-2/+5
|\
| * issue #6831 Failure to recognize class array with PHP in @varalbert-github2019-02-151-2/+5
* | 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-30/+30
* | | Remove not used classalbert-github2019-07-071-16/+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
|/ /
* | Fixed a few compiler warnings on win32Dimitri van Heesch2019-03-101-1/+1
* | Merge branch 'feature/bug_lineno_split_examples' of https://github.com/albert...Dimitri van Heesch2019-03-091-3/+17
|\ \
| * | 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-7/+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-113/+501
|\
| * Improved robustness of the emoji featureDimitri van Heesch2018-12-231-2/+2
| * Improvement regarding width and title for docbookalbert-github2018-11-251-5/+5
| * Refactored code a bit (use const references and made global functions members)Dimitri van Heesch2018-11-241-22/+27
| * Doxygen creates empty image titles for Docbook outputalbert-github2018-11-231-24/+30
| * Merge branch 'feature/bug_inline_image' of https://github.com/albert-github/d...Dimitri van Heesch2018-11-111-5/+6
| |\
| | * Inline imagesalbert-github2018-08-091-5/+5
| * | Merge branch 'feature/issue_6517' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-11-111-0/+16
| |\ \
| | * | issue_6517: Emoji supportalbert-github2018-10-011-0/+16
| * | | Inconsistency in respect to tgroup in docbookalbert-github2018-11-041-1/+2
| |/ /
| * | Implementation of standard generator for docbook outputalbert-github2018-09-071-86/+445
* | | add format in writePlantUMLSource() and gathered in one pu file. But it is n...Charles.Lee2018-08-281-1/+1
|/ /
* | Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-071-0/+2
|/
* Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-031-0/+22
* Warnings from CLANG compileralbert-github2016-08-281-0/+5
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-11/+11
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Support generating index-color PNG filesalbert-github2015-02-081-1/+1
* Remove unused local and static global variablesalbert-github2014-12-271-1/+0
* various fixes and restructuringDimitri van Heesch2014-12-221-21/+6
* Merge branch 'feature/bug_size_latex' of https://github.com/albert-github/dox...Dimitri van Heesch2014-12-201-174/+98
|\