summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handling Enable / Disable menu items (doxywizard)albert-github2020-11-032-2/+15
* Merge pull request #8151 from albert-github/feature/issue_8129_docuDimitri van Heesch2020-11-031-6/+14
|\
| * Update config.xmlDimitri van Heesch2020-11-021-1/+1
| * Update config.xmlDimitri van Heesch2020-11-021-10/+13
| * Documentation correction for CASE_SENSE_NAMESalbert-github2020-11-021-6/+11
* | Merge pull request #8152 from albert-github/feature/bug_doxyw_strlist_defaultDimitri van Heesch2020-11-021-13/+52
|\ \
| * | Incorrect checking between default and used values for strList in doxywizardalbert-github2020-11-021-13/+52
| |/
* | Merge pull request #8150 from albert-github/feature/bug_doxyw_quitDimitri van Heesch2020-11-021-0/+4
|\ \
| * | Handling of "Cancel" during "Quit" in doxywizardalbert-github2020-11-021-0/+4
| |/
* | Merge pull request #8149 from albert-github/feature/bug_warn_doctokinizerDimitri van Heesch2020-11-021-10/+11
|\ \
| * | 64-bit Windows compiler warnings doctokinizer.lalbert-github2020-11-011-10/+11
* | | Fixed issue when testing on ceph code regarding calling aliased membersDimitri van Heesch2020-11-021-19/+25
| |/ |/|
* | Fixed issue in combineUsingRelations() that could lead to the use of invalid ...Dimitri van Heesch2020-11-012-2/+11
* | Fixed issue when testing on pytouch code regarding calling aliased membersDimitri van Heesch2020-11-011-1/+1
* | Refactoring: modernized the getUsedNamespaces() methodDimitri van Heesch2020-11-016-184/+89
|/
* issue #8148: copydoc broken in private sectionsDimitri van Heesch2020-11-011-1/+1
* issue 8143: copydoc in excluded namespace broken after d03e8d9Dimitri van Heesch2020-10-311-2/+12
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-10-312-0/+6
|\
| * Merge pull request #8146 from albert-github/feature/issue_8144Dimitri van Heesch2020-10-302-0/+6
| |\
| | * Problem with `\\` at end of an ALIASES in the configuration filealbert-github2020-10-302-0/+6
* | | issue #8129: Image path is now case sensitive (take 2)Dimitri van Heesch2020-10-312-34/+58
|/ /
* | issue #8129: Image path is now case sensitiveDimitri van Heesch2020-10-302-21/+32
|/
* Fixed marker replacement for a placeholder at the end of the commandDimitri van Heesch2020-10-291-2/+2
* Merge branch 'albert-github-feature/bug_aliases_cmd'Dimitri van Heesch2020-10-291-38/+27
|\
| * Some further simplications and modernizationsDimitri van Heesch2020-10-291-50/+30
| * Merge branch 'feature/bug_aliases_cmd' of https://github.com/albert-github/do...Dimitri van Heesch2020-10-291-12/+21
| |\ |/ /
| * Handling commands for backslash and at-sign in ALIASESalbert-github2020-10-291-12/+21
* | Refactoring: modernize getUsedClasses() methodDimitri van Heesch2020-10-2910-143/+144
|/
* Merge pull request #8140 from albert-github/feature/issue_8139Dimitri van Heesch2020-10-291-1/+1
|\
| * issue #8139 Segfault after a8bf5d3albert-github2020-10-291-1/+1
|/
* Merge pull request #8131 from albert-github/feature/issue_8130Dimitri van Heesch2020-10-281-2/+6
|\
| * issue #8130 Markdown relative links - not working for other foldersalbert-github2020-10-261-2/+6
* | Merge pull request #8136 from albert-github/feature/bug_latex_doubleDimitri van Heesch2020-10-282-7/+3
|\ \
| * | Remove ouble usepackage / RequirePackage from LaTeXalbert-github2020-10-272-7/+3
* | | Merge branch 'albert-github-feature/issue_8137'Dimitri van Heesch2020-10-281-1/+1
|\ \ \
| * \ \ Merge branch 'feature/issue_8137' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-10-281-1/+1
| |\ \ \ |/ / / /
| * | | issue #8137 Whitespace/Separator required to recognize custom command argumentalbert-github2020-10-281-1/+1
| |/ /
* | | Merge branch 'symbolresolver'Dimitri van Heesch2020-10-289-1163/+1331
|\ \ \ | |/ / |/| |
| * | Refactoring: introduce SymbolResolver to group symbol lookup routinesDimitri van Heesch2020-10-289-1163/+1331
* | | Merge pull request #8133 from albert-github/feature/issue_8127Dimitri van Heesch2020-10-261-10/+18
|\ \ \
| * | | issue #8127 Java: xml output of preformatted (`<pre>`) block adds para-block ...albert-github2020-10-261-10/+18
| | |/ | |/|
* | | Merge pull request #8134 from albert-github/feature/issue_8132Dimitri van Heesch2020-10-261-0/+4
|\ \ \ | |/ / |/| |
| * | issue #8132 Markdown inclusion of images broken after 39db9f48albert-github2020-10-261-0/+4
|/ /
* | Merge pull request #8124 from albert-github/feature/bug_cmake_versionDimitri van Heesch2020-10-241-1/+0
|\ \
| * | Redundant / incorrect required version of cmakealbert-github2020-10-221-1/+0
* | | Merge pull request #8123 from albert-github/feature/bug_cnt_md_codeDimitri van Heesch2020-10-241-1/+1
|\ \ \
| * | | Miscounting lines with markdown backtick sectionalbert-github2020-10-221-1/+1
| |/ /
* | | Merge pull request #8122 from albert-github/feature/bug_warn_lexDimitri van Heesch2020-10-247-9/+9
|\ \ \
| * | | Remove warnings from lexersalbert-github2020-10-207-9/+9
| |/ /
* | | Merge pull request #8125 from albert-github/feature/bug_cnt_md_tableDimitri van Heesch2020-10-241-4/+4
|\ \ \