Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #6643 from albert-github/feature/bug_xhtml_test_30 | Dimitri van Heesch | 2018-12-03 | 10 | -11/+60 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Incorrect number tag sequence for xhtml with htmlinclude command possible | albert-github | 2018-11-25 | 10 | -11/+60 | |
* | | | | | | | Merge pull request #6656 from albert-github/feature/bug_xhtml_latexinclude | Dimitri van Heesch | 2018-12-03 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Incorrect tag sequence for xhtml with latexinclude command possible | albert-github | 2018-12-03 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #6655 from albert-github/feature/bug_xhtml_test_27 | Dimitri van Heesch | 2018-12-03 | 4 | -31/+77 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Incorrect tag sequence possible for images possible in case of xhtml | albert-github | 2018-12-03 | 4 | -31/+77 | |
|/ / / / / / / | ||||||
* | | | | | | | Fixed incorrect XHTML output for test 021 | Dimitri van Heesch | 2018-12-02 | 1 | -28/+55 | |
* | | | | | | | Merge pull request #6516 from albert-github/feature/issue_6513_2 | Dimitri van Heesch | 2018-12-01 | 1 | -22/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Does not generate TOC for markdown | albert-github | 2018-09-16 | 1 | -22/+9 | |
* | | | | | | | | Merge pull request #6644 from albert-github/feature/bug_xmllint_xhtml | Dimitri van Heesch | 2018-12-01 | 4 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Warning running xmllint for xhtml | albert-github | 2018-11-26 | 4 | -5/+5 | |
* | | | | | | | | | Trying to get test 012 to work again with appveyor | Dimitri van Heesch | 2018-12-01 | 1 | -1/+3 | |
* | | | | | | | | | Merge pull request #6645 from albert-github/feature/bug_xhtml_test_11 | Dimitri van Heesch | 2018-12-01 | 3 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Incorrect tag sequence for xhtml with class diagram possible | albert-github | 2018-11-26 | 3 | -2/+2 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #6648 from albert-github/feature/bug_register | Dimitri van Heesch | 2018-12-01 | 12 | -75/+75 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Keyword register (in code) is deprecated since C++11 | albert-github | 2018-11-27 | 1 | -2/+2 | |
| * | | | | | | | | Keyword register (in code) is deprecated since C++11 | albert-github | 2018-11-27 | 13 | -77/+77 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Disabled Appveyor documentation build due to unreliability of MikTeX download | Dimitri van Heesch | 2018-11-26 | 1 | -8/+11 | |
* | | | | | | | | Merge pull request #6634 from albert-github/feature/issue_6631 | Dimitri van Heesch | 2018-11-26 | 1 | -5/+0 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Issue #6631 Code blocks incorrectly formatted in Latex | albert-github | 2018-11-21 | 1 | -5/+0 | |
* | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2018-11-25 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #6642 from albert-github/feature/bug_docbook_image | Dimitri van Heesch | 2018-11-25 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Improvement regarding width and title for docbook | albert-github | 2018-11-25 | 1 | -5/+5 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'albert-github-feature/bug_xhtml_test_31' | Dimitri van Heesch | 2018-11-25 | 4 | -41/+59 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Restructured code to avoid the need for global state | Dimitri van Heesch | 2018-11-25 | 4 | -44/+60 | |
| * | | | | | | | Merge branch 'feature/bug_xhtml_test_31' of https://github.com/albert-github/... | Dimitri van Heesch | 2018-11-25 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ |/ / / / / / / / | ||||||
| * | | | | | | | Incorrect number of start / end paragraph tags for xhtml with image command | albert-github | 2018-11-24 | 1 | -2/+4 | |
* | | | | | | | | Merge branch 'albert-github-feature/bug_docbook_figure' | Dimitri van Heesch | 2018-11-24 | 3 | -39/+64 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Refactored code a bit (use const references and made global functions members) | Dimitri van Heesch | 2018-11-24 | 3 | -33/+48 | |
| * | | | | | | | Merge branch 'feature/bug_docbook_figure' of https://github.com/albert-github... | Dimitri van Heesch | 2018-11-24 | 3 | -32/+42 | |
| |\ \ \ \ \ \ \ |/ / / / / / / / | ||||||
| * | | | | | | | Doxygen creates empty image titles for Docbook output | albert-github | 2018-11-23 | 3 | -32/+42 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'albert-github-feature/issue_6632' | Dimitri van Heesch | 2018-11-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed differently by changing root cause for introducing the space | Dimitri van Heesch | 2018-11-24 | 3 | -13/+5 | |
| * | | | | | | | Merge branch 'feature/issue_6632' of https://github.com/albert-github/doxygen... | Dimitri van Heesch | 2018-11-24 | 2 | -4/+12 | |
| |\ \ \ \ \ \ \ |/ / / / / / / / | ||||||
| * | | | | | | | issue #6632 References to Objective C protocols by name broken in 1.8.12 | albert-github | 2018-11-23 | 2 | -4/+12 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'albert-github-feature/bug_emoji_objc' | Dimitri van Heesch | 2018-11-24 | 1 | -3/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Refactored code a bit | Dimitri van Heesch | 2018-11-24 | 1 | -20/+10 | |
| * | | | | | | | Merge branch 'feature/bug_emoji_objc' of https://github.com/albert-github/dox... | Dimitri van Heesch | 2018-11-24 | 1 | -1/+20 | |
| |\ \ \ \ \ \ \ |/ / / / / / / / | ||||||
| * | | | | | | | Reference text in reference list seen as emoji | albert-github | 2018-11-23 | 1 | -1/+20 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #6640 from albert-github/feature/bug_xhtml_test_20 | Dimitri van Heesch | 2018-11-24 | 2 | -16/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Incorrect number of start / end paragraph tags for xhtml with htmlonly | albert-github | 2018-11-24 | 2 | -16/+21 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #6639 from albert-github/feature/bug_index | Dimitri van Heesch | 2018-11-24 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Unbalanced start of lists resulting in not creatable pdf of rtf document | albert-github | 2018-11-24 | 1 | -1/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #6621 from albert-github/feature/bug_docu_chapter_names | Dimitri van Heesch | 2018-11-20 | 2 | -12/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Synchronize chapter names of doxygen's own documentation. | albert-github | 2018-11-17 | 2 | -12/+12 | |
* | | | | | | | Merge pull request #6626 from albert-github/feature/bug_slice_dutch | Dimitri van Heesch | 2018-11-20 | 1 | -1/+76 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update Dutch translation for new Slice implementation | albert-github | 2018-11-19 | 1 | -1/+76 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #6627 from zeroc-ice/master | Dimitri van Heesch | 2018-11-20 | 2 | -0/+226 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Spanish translation for VHDL additions | Jose | 2018-11-19 | 1 | -0/+113 | |
| * | | | | | | | French translation for VHDL additions | Bernard Normier | 2018-11-19 | 1 | -0/+113 | |
| |/ / / / / / |