Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Bug 757621 - unclosed tag, c# generics method with where | albert-github | 2015-11-07 | 1 | -0/+1 | |
| |/ | | | | | | | | | In the routine the <dd> tag is used to do an indentation in the <dl> section, this <dd> was not closed in endConstraintList. Problem existed from the beginning (version Release-1.5.2-20070719, commit 29a8f14) | |||||
* | | Merge pull request #407 from albert-github/feature/bug_main_md_title | Dimitri van Heesch | 2015-11-15 | 1 | -2/+3 | |
|\ \ | | | | | | | Title in case of USE_MDFILE_AS_MAINPAGE | |||||
| * | | Title in case of USE_MDFILE_AS_MAINPAGE | albert-github | 2015-11-02 | 1 | -2/+3 | |
| |/ | | | | | | | | | In case USE_MDFILE_AS_MAINPAGE is used the title in the HTML output is the project name followed by the word documentation and in the index of LATeX / rtf the value is "Main Page", this is even the case when a level 1 header is given. This is a bit contrary to the handling non main pages. With this patch in case of USE_MDFILE_AS_MAINPAGE and a level 1 header in the beginning of the main page file this level 1 header is used title | |||||
* | | Fix for Travis Build (take 3) | Dimitri van Heesch | 2015-11-14 | 1 | -1/+7 | |
| | | ||||||
* | | Fix for Travis Build (take 2) | Dimitri van Heesch | 2015-11-14 | 1 | -1/+1 | |
| | | ||||||
* | | Bug 756604 - Unable to prevent a numbered list | Dimitri van Heesch | 2015-11-14 | 3 | -10/+33 | |
| | | ||||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-11-14 | 1 | -0/+7 | |
|\ \ | |/ | ||||||
| * | Merge pull request #404 from albert-github/feature/bug_css_filter | Dimitri van Heesch | 2015-10-31 | 1 | -0/+7 | |
| |\ | | | | | | | [Doxygen-users] plugin / filter not behaving as expected | |||||
| | * | [Doxygen-users] plugin / filter not behaving as expected | albert-github | 2015-10-14 | 1 | -0/+7 | |
| | | | | | | | | | | | | Added note about unsupported extensions | |||||
* | | | Fixed a couple of small memory leaks | Dimitri van Heesch | 2015-11-14 | 2 | -3/+5 | |
| | | | ||||||
* | | | Fixed link issue for MacOSX 10.11 | Dimitri van Heesch | 2015-11-14 | 1 | -0/+4 | |
| | | | ||||||
* | | | Fix for failing Travis build | Dimitri van Heesch | 2015-11-14 | 1 | -1/+0 | |
| | | | ||||||
* | | | Bug 756604 - Unable to prevent a numbered list | Dimitri van Heesch | 2015-11-01 | 7 | -7/+28 | |
| | | | ||||||
* | | | Bug 754606 - Double anchors when using groups | Dimitri van Heesch | 2015-11-01 | 1 | -9/+12 | |
|/ / | ||||||
* | | Merge pull request #406 from alex85k/master | Dimitri van Heesch | 2015-10-31 | 2 | -60/+62 | |
|\ \ | | | | | | | Fix Windows compatibility | |||||
| * | | add spaces like "Doyxgen"CN_SPC->"Doyxgen" CN_SPC | alex85k | 2015-10-28 | 1 | -59/+59 | |
| | | | ||||||
| * | | allow building with custom iconv on Windows | alex85k | 2015-10-28 | 1 | -1/+3 | |
| | | | ||||||
* | | | Bug 744938 - PATCH: add option to build latex without timestamps | Dimitri van Heesch | 2015-10-31 | 2 | -8/+26 | |
| | | | ||||||
* | | | Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMES | Dimitri van Heesch | 2015-10-24 | 8 | -23/+20 | |
|/ / | ||||||
* | | Merge pull request #405 from albert-github/feature/bug_toc_align | Dimitri van Heesch | 2015-10-24 | 1 | -1/+1 | |
|\ \ | | | | | | | Right alignment of in page table of contents | |||||
| * | | Right alignment of in page table of contents | albert-github | 2015-10-24 | 1 | -1/+1 | |
|/ / | | | | | | | The in page table of contents (@tableofcontents) should be right aligned with other "box" elements like div.fragment and pre.fragment | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-10-22 | 0 | -0/+0 | |
|\ \ | ||||||
| * \ | Merge pull request #397 from madebr/vhdl | Dimitri van Heesch | 2015-10-18 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Fix hexChar for inputs 0 <= i < 10 | |||||
| | * | | Fix hexChar for inputs 0 <= i < 10 | Anonymous Maarten | 2015-09-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #403 from t-b/fix_typo | Dimitri van Heesch | 2015-10-18 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | Fix typo in function name | |||||
| | * | | | Fix typo in function name | Thomas Braun | 2015-10-13 | 1 | -1/+1 | |
| | | |/ | | |/| | | | | | | | | | | | | | | | | | As both declarations should only differ by cv-qualifiers. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de> | |||||
* | | | | Bug 754184 - \bug paragraph doesn't end with a new sectioning command | Dimitri van Heesch | 2015-10-20 | 1 | -19/+2 | |
| | | | | ||||||
* | | | | Fix hexChar for inputs 0 <= i < 10 | Anonymous Maarten | 2015-10-20 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix typo in function name | Thomas Braun | 2015-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | As both declarations should only differ by cv-qualifiers. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de> | |||||
* | | | | Bug 756724 - Inline markdown links don't support reference targets that ↵ | Dimitri van Heesch | 2015-10-20 | 1 | -4/+16 | |
|/ / / | | | | | | | | | | contain ) | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-10-17 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge pull request #402 from hrw/master | Dimitri van Heesch | 2015-10-08 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | DO NOT hardcode x86-64 architecture. | |||||
| | * | | DO NOT hardcode x86-64 architecture. | Marcin Juszkiewicz | 2015-10-08 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doxygen built on most of architectures by pure luck and order of Qt5 qatomics_arch.h header where check for QT_ARCH_X86_64 was *after* most of other architectures. But not after AArch64 where it failed due to attempt of using x86-64 atomics code. Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> | |||||
* | | | Bug 756241 - Race condition in parallel DOT runs | Dimitri van Heesch | 2015-10-17 | 3 | -55/+77 | |
|/ / | ||||||
* | | Merge pull request #400 from albert-github/feature/bug_755783 | Dimitri van Heesch | 2015-10-04 | 1 | -1/+1 | |
|\ \ | | | | | | | Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections | |||||
| * | | Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections | albert-github | 2015-09-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | Test for rtfSourceCode was incorrect (see also latexSourceCode) resulting in no output or double output depending on the settig of RTF_SOURCE_CODE | |||||
* | | | Merge pull request #399 from albert-github/feature/bug_755786 | Dimitri van Heesch | 2015-10-04 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | Bug 755786 - fatal: Cannot open 'graph_legend': No such file or direc… | |||||
| * | | | Bug 755786 - fatal: Cannot open 'graph_legend': No such file or directory | albert-github | 2015-09-29 | 1 | -1/+2 | |
| |/ / | | | | | | | | | | | | | For the graph_legend also a file definition is created although it is a generated file and therefore it should be excluded as well. (Problem occurs with any command that is used in FILE_VERSION_FILTER) | |||||
* | | | Merge pull request #401 from albert-github/feature/bug_629249 | Dimitri van Heesch | 2015-10-04 | 1 | -0/+5 | |
|\ \ \ | |/ / |/| | | Bug 629249 - Incorrect "References" and "Referenced by" | |||||
| * | | Bug 629249 - Incorrect "References" and "Referenced by" | albert-github | 2015-09-30 | 1 | -0/+5 | |
|/ / | | | | | | | Discrepancy between number of push and pop calls (push was called with "{" but no pop with "}", in the later case the <*>. rule was used) | |||||
* | | Bug 751755 - using plantuml cause a popup "openwith" windows when calling ↵ | Dimitri van Heesch | 2015-09-21 | 1 | -1/+1 | |
| | | | | | | | | java.exe | |||||
* | | Removed BOM marker from greek translator to avoid Visual C warnings | Dimitri van Heesch | 2015-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | Bug 755293 - Tree view pane overlaps with content tabs | Dimitri van Heesch | 2015-09-20 | 1 | -1/+1 | |
| | | ||||||
* | | [Bug 755225] On Windows, generated layout is with UNIX EOL | Dimitri van Heesch | 2015-09-19 | 4 | -26/+30 | |
| | | ||||||
* | | Fixed compiler warning for MacOSX | Dimitri van Heesch | 2015-09-19 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed minor typos in comments | Dimitri van Heesch | 2015-09-19 | 1 | -6/+4 | |
| | | ||||||
* | | Updated the Greek translation (thanks to Παύλος Γκέσος) | Dimitri van Heesch | 2015-09-19 | 1 | -49/+112 | |
|/ | ||||||
* | Bug 753500 - $file when using @name is wrong | Dimitri van Heesch | 2015-09-14 | 5 | -13/+23 | |
| | ||||||
* | Merge pull request #395 from albert-github/feature/bug_examples_pdf | Dimitri van Heesch | 2015-09-13 | 49 | -168/+447 | |
|\ | | | | | Add examples to LaTeX / PDF doxygen manual | |||||
| * | Add examples to LaTeX / PDF doxygen manual | albert-github | 2015-09-06 | 12 | -23/+31 | |
| | | | | | | | | | | | | | | | | - doc/*.doc use include instead of verbinclude to make use of the code coloring in the examples - examples/*.cfg some examples automatically display the code from the include file (*.h), for the examples it is better to show the comment as well. |