summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed problems with emoji handling and added a test case for itDimitri van Heesch2018-12-254-2/+2997
* 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
* Merge branch 'albert-github-feature/issue_6690'Dimitri van Heesch2018-12-243-10/+203
|\
| * Changed implementation, added test caseDimitri van Heesch2018-12-243-10/+203
| * 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
* | Corrected description of XML output for emoji charactersDimitri van Heesch2018-12-241-1/+1
* | Merge pull request #6685 from albert-github/feature/bug_changelogDimitri van Heesch2018-12-241-1101/+7160
|\ \
| * | Update of changelogalbert-github2018-12-161-1101/+7160
* | | Merge pull request #6683 from lewijw/jQuery1.7.2Dimitri van Heesch2018-12-244-36/+9412
|\ \ \
| * | | Upgrade to jQuery 1.7.2 to get rid of security scan violations.John W. Lewis2018-12-144-36/+9412
* | | | 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-2326-3457/+1744
* | | | Disabled debug printDimitri van Heesch2018-12-211-1/+1
* | | | Added test case for \ref, and fixed representation of operator->*()Dimitri van Heesch2018-12-213-2/+338
* | | | Merge pull request #6694 from albert-github/feature/issue_6692Dimitri van Heesch2018-12-202-2/+4
|\ \ \ \
| * | | | issue #6692 XML TOC generation is not backwards-compatible with 1.8.14albert-github2018-12-192-2/+4
| | |_|/ | |/| |
* | | | 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
|\ \ \ \
| * | | | Prevent empty page list table (XHTML)albert-github2018-12-171-4/+7
| | |/ / | |/| |
* | | | Fix for unbounded memory usage due to a bug in \ref const matching #6689Dimitri van Heesch2018-12-201-1/+1
| |/ / |/| |
* | | Redundant whitespace removal breaks some C++ links [with test case and Git bi...Dimitri van Heesch2018-12-181-1/+8
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-12-1618-1/+26
|\ \
| * \ Merge pull request #6679 from coliff/masterDimitri van Heesch2018-12-1415-0/+0
| |\ \
| | * \ Merge pull request #1 from coliff/imgbotChristian Oliff2018-12-1415-0/+0
| | |\ \
| | | * | [ImgBot] Optimize imagesImgBotApp2018-12-0715-0/+0
| | |/ /
| * | | Merge pull request #6680 from albert-github/feature/bug_793076Dimitri van Heesch2018-12-142-1/+7
| |\ \ \
| | * | | Bug 793076 - Segmentation fault when generating graphical class hierarchyalbert-github2018-12-142-1/+7
| | | |/ | | |/|
| * | | Merge pull request #6681 from albert-github/feature/bug_xhtml_dtdDimitri van Heesch2018-12-141-0/+19
| |\ \ \ | | |/ / | |/| |
| | * | Adjustment of xhtml1-transitional.dtdalbert-github2018-12-141-0/+19
| |/ /
* | | Prevent <center> and <div> inside brief descriptions to avoid broken XHTML ou...Dimitri van Heesch2018-12-161-1/+3
|/ /
* | Merge pull request #6624 from albert-github/feature/bug_rtf_listsDimitri van Heesch2018-12-134-252/+142
|\ \
| * | RTF lists more levels and removing extra paragraphsalbert-github2018-11-184-252/+142
* | | Merge pull request #6675 from albert-github/feature/bug_xhtml_svg_imageDimitri van Heesch2018-12-131-13/+3
|\ \ \
| * | | Tag sequence incorrect for svg image (XHTML)albert-github2018-12-111-13/+3
* | | | Merge pull request #6674 from albert-github/feature/bug_empty_memberlist_tableDimitri van Heesch2018-12-131-2/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent empty member list table (XHTML)albert-github2018-12-111-2/+12
|/ / /
* | | Merge pull request #6671 from albert-github/feature/bug_xhtml_vhdl_use_clause...Dimitri van Heesch2018-12-102-2/+2
|\ \ \