summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Problem in case of line termination (., a dot) direct after the \cite commandalbert-github2014-09-032-2/+2
* | | | | | Merge pull request #219 from albert-github/feature/bug_latex_index_tocDimitri van Heesch2014-09-032-19/+18
|\ \ \ \ \ \
| * | | | | | Different latex problemsalbert-github2014-09-032-19/+18
| |/ / / / /
* | | | | | Merge pull request #218 from ellert/bad-breakDimitri van Heesch2014-09-031-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Bug 735759 - Broken man pages due to bad use of autoBreakMattias Ellert2014-08-311-3/+3
|/ / / / /
* | | | | Fixed a number of issues (resource leaks, uninitialized members, etc) found b...Dimitri van Heesch2014-08-319-36/+42
* | | | | Bug 735726 - [PATCH] Fix missing break in switch case statementDimitri van Heesch2014-08-301-2/+3
|/ / / /
* | | | Bug 735475 - Same Expression in translator_kr.hDimitri van Heesch2014-08-301-24/+24
* | | | Bug 735623 - Expression is always false because 'else if' condition matches p...Dimitri van Heesch2014-08-302-2/+2
* | | | Bug 735462 - There's no such thing as a private Q_PROPERTYDimitri van Heesch2014-08-301-1/+1
* | | | Bug 735441 - [PATCH] Fix a resource leak in src/vhdldocgen.cppDimitri van Heesch2014-08-301-1/+5
* | | | Bug 735622 - [PATCH] Do not cache inputSize in src/doxygen.cppDimitri van Heesch2014-08-301-3/+2
* | | | Bug 735620 - [PATCH] Remove not needed variable caching in src/markdown.cppDimitri van Heesch2014-08-301-1/+1
* | | | Bug 735591 - [PATCH] Provide exit code in case generatePlantUMLOutput failsDimitri van Heesch2014-08-301-2/+2
* | | | Bug 735590 - [PATCH] Remove not needed pointer initialization in src/entry.cppDimitri van Heesch2014-08-301-15/+1
* | | | Bug 735589 - [PATCH] Remove not needed variable initialization in src/classde...Dimitri van Heesch2014-08-301-3/+3
* | | | Bug 735587 - [PATCH] Fix a terminating null character after fread in src/file...Dimitri van Heesch2014-08-301-7/+10
* | | | Bug 735499 - [PATCH] Fix potential modulo by zero in src/template.cppDimitri van Heesch2014-08-301-1/+9
* | | | Bug 735497 - [PATCH] Fix wrong pointer initialization in src/definition.cppDimitri van Heesch2014-08-301-1/+1
* | | | Bug 735483 - [PATCH] Fix a potential null pointer dereference in src/searchin...Dimitri van Heesch2014-08-301-1/+1
* | | | Bug 735482 - [PATCH] Remove a not needed initialization of a local variable i...Dimitri van Heesch2014-08-301-1/+1
* | | | Bug 735481 - [PATCH] Mismatch in memory allocation/de-allocation function in ...Dimitri van Heesch2014-08-301-1/+1
* | | | Bug 735477 - [PATCH] Fix a potential null pointer dereference in src/memberde...Dimitri van Heesch2014-08-301-1/+1
| |/ / |/| |
* | | Merge pull request #210 from albert-github/feature/snippet_from_current_fileDimitri van Heesch2014-08-262-1/+3
|\ \ \
| * | | Create an easy possibility to take a snippet from the current file.albert-github2014-08-152-1/+3
* | | | Merge pull request #212 from albert-github/feature/fortran_incomplete_arg_com...Dimitri van Heesch2014-08-261-42/+80
|\ \ \ \
| * | | | Better handling of inline Fortran parameter documentationalbert-github2014-08-231-42/+80
* | | | | Merge pull request #215 from ellert/brief-misplacedDimitri van Heesch2014-08-261-6/+1
|\ \ \ \ \
| * | | | | 651859 - Brief description misplaced in man page outputMattias Ellert2014-08-261-6/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-08-261-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #213 from ellert/groupdefDimitri van Heesch2014-08-241-0/+8
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix for https://bugzilla.gnome.org/show_bug.cgi?id=651850Mattias Ellert2014-08-241-0/+8
| |/ / /
* | | | Fix potential crash when reading tag file which contained nested java classes...Dimitri van Heesch2014-08-262-4/+18
* | | | Bug 735145 - QHP toc broken if mainpage with PROJECT_NAME title has sections/...Dimitri van Heesch2014-08-243-8/+22
* | | | Fixed typos and formatting in Doxyfile (thanks to Armin Mueller)Dimitri van Heesch2014-08-222-65/+66
* | | | Bug 735194 - src/Makefile.libdoxycfg shouldn't be distributedDimitri van Heesch2014-08-222-0/+2
|/ / /
* | | Bug 734828 - Request: disable building documentation if Python 2.6 or newer n...Release_1_8_8Dimitri van Heesch2014-08-211-1/+1
* | | Bug 735037 - QGDict::hashAsciiKey: Invalid null keyDimitri van Heesch2014-08-211-2/+9
* | | Preparations for release 1.8.8Dimitri van Heesch2014-08-214-4/+138
* | | Bug 735001 - No output for markdown pages with duplicate label title (differe...Dimitri van Heesch2014-08-191-4/+4
* | | Bug 734331 - (Kashej) Strong enum members listed in containing namespaceDimitri van Heesch2014-08-181-10/+18
* | | Merge branch 'albert-github-feature/bug_no_warning_on_cite'Dimitri van Heesch2014-08-182-7/+6
|\ \ \
| * | | Minor fixesDimitri van Heesch2014-08-181-6/+5
| * | | No warning in case cite definition is missingalbert-github2014-08-182-2/+2
|/ / /
* | | Merge branch 'albert-github-feature/bug_700510'Dimitri van Heesch2014-08-182-82/+65
|\ \ \
| * | | Fixed typo and used QString for directoryDimitri van Heesch2014-08-181-3/+2
| * | | Merge branch 'feature/bug_700510' of https://github.com/albert-github/doxygen...Dimitri van Heesch2014-08-182-81/+65
| |\ \ \ |/ / / /
| * | | BugĀ 700510 - Bibliography duplicate filenames failsalbert-github2014-07-061-3/+1
| * | | Bug 700510 - Bibliography duplicate filenames failsalbert-github2014-07-051-78/+64
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-08-181-3/+3
|\ \ \ \