summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed alt attribute appearing in <object> tag for SVG imagesDimitri van Heesch2019-01-051-57/+39
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-01-051-0/+2
|\
| * Merge pull request #6735 from albert-github/feature/issue_6732Dimitri van Heesch2019-01-051-0/+2
| |\
| | * issue #6732 align environment for formula (\f{align}) no longer workingalbert-github2019-01-031-0/+2
* | | Fixed missing end paragraph marker when inline image appeared as last item.Dimitri van Heesch2019-01-051-1/+6
|/ /
* | Issue #6039: Links on image in Markdown (Origin: bugzilla #769223)Dimitri van Heesch2019-01-035-26/+75
|/
* Fixed typoPeter Klotz2019-01-011-1/+1
* Fixed range and added code commentDimitri van Heesch2018-12-311-1/+2
* Merge branch 'feature/issue_6708' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-12-311-2/+10
|\
| * issue #6708 Invalid UTF-8 characters in hover titlealbert-github2018-12-311-2/+1
| * issue #6708 Invalid UTF-8 characters in hover titlealbert-github2018-12-311-2/+11
* | Moved check for page having a title to hasTitle() methodDimitri van Heesch2018-12-3113-22/+26
* | Merge branch 'feature/issue_6716' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-12-311-1/+2
|\ \
| * | issue #6716 mainpage notitle causes notitle to appear in index baralbert-github2018-12-301-1/+2
| |/
* | Properly handle empty TOC in XML output.Vladimír Vondruš2018-12-291-2/+2
|/
* Fix type and length of clang compilation database optionDimitri van Heesch2018-12-272-64/+73
* Fixed regression after fixing memory leakDimitri van Heesch2018-12-263-5/+10
* Renamed option and test case numbersDimitri van Heesch2018-12-262-8/+13
* Merge branch 'xml-namespace-members-in-file-scope' of https://github.com/mosr...Dimitri van Heesch2018-12-262-2/+11
|\
| * Make it possible to list namespace members in file scope for XML output.Vladimír Vondruš2018-02-102-2/+11
* | Merge pull request #6578 from albert-github/feature/bug_addindex_htmlDimitri van Heesch2018-12-262-3/+8
|\ \
| * | Multiple addindex commands in HTML with same namealbert-github2018-10-272-3/+8
* | | Merge branch 'feature/bug_escaped_equal_sign' of https://github.com/albert-gi...Dimitri van Heesch2018-12-266-4/+17
|\ \ \
| * | | Create command for escaped equal signalbert-github2018-11-076-4/+17
* | | | Fixed some more small memory leaksDimitri van Heesch2018-12-264-9/+21
* | | | Fixed problems with emoji handling and added a test case for itDimitri van Heesch2018-12-252-2/+4
* | | | Fixed two small memory leaksDimitri van Heesch2018-12-252-1/+2
* | | | Fix regression due to move of markdown processingDimitri van Heesch2018-12-242-15/+14
* | | | Prevent possible 'QGDict::hashAsciiKey: Invalid null key' warningDimitri van Heesch2018-12-241-1/+1
* | | | Added some missing default types for argument matchingDimitri van Heesch2018-12-241-0/+4
* | | | Changed implementation, added test caseDimitri van Heesch2018-12-241-10/+25
* | | | Merge branch 'feature/issue_6690' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-12-241-2/+2
|\ \ \ \
| * | | | issue #6690 Regression in handling of shorthand signed/unsigned types in func...albert-github2018-12-201-2/+2
* | | | | Fix for 'Definition at line' points to end of multiple-lined definition for P...Dimitri van Heesch2018-12-231-1/+1
* | | | | Improved robustness of the emoji featureDimitri van Heesch2018-12-2319-3319/+1634
* | | | | Disabled debug printDimitri van Heesch2018-12-211-1/+1
* | | | | Added test case for \ref, and fixed representation of operator->*()Dimitri van Heesch2018-12-211-2/+2
* | | | | Merge pull request #6694 from albert-github/feature/issue_6692Dimitri van Heesch2018-12-201-1/+3
|\ \ \ \ \
| * | | | | issue #6692 XML TOC generation is not backwards-compatible with 1.8.14albert-github2018-12-191-1/+3
| |/ / / /
* | | | | Merge pull request #6696 from albert-github/feature/bug_xhtml_tocDimitri van Heesch2018-12-201-0/+1
|\ \ \ \ \
| * | | | | Incorrect closing tags for in page table of contents (XHTML)albert-github2018-12-191-0/+1
| |/ / / /
* | | | | Merge pull request #6697 from albert-github/feature/bug_docbook_tocDimitri van Heesch2018-12-201-0/+8
|\ \ \ \ \
| * | | | | Incorrect closing tags for in page table of contents (docbook)albert-github2018-12-191-0/+8
| |/ / / /
* | | | | Merge pull request #6687 from albert-github/feature/bug_index_characterDimitri van Heesch2018-12-201-3/+3
|\ \ \ \ \
| * | | | | Index list cannot contain special characters in ids for XHTMLalbert-github2018-12-171-3/+3
* | | | | | Merge pull request #6698 from albert-github/feature/bug_unknown_emoji_printDimitri van Heesch2018-12-201-0/+4
|\ \ \ \ \ \
| * | | | | | Print emoji text in case of unknown emojialbert-github2018-12-201-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6699 from albert-github/feature/bug_emoji_false_positiveDimitri van Heesch2018-12-201-4/+4
|\ \ \ \ \ \
| * | | | | | issue #6691 Multiple issues with emoji matchingalbert-github2018-12-201-4/+4
| |/ / / / /
* | | | | | Merge pull request #6686 from albert-github/feature/bug_empty_page_tableDimitri van Heesch2018-12-201-4/+7
|\ \ \ \ \ \