summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a number of issues (resource leaks, uninitialized members, etc) found b...Dimitri van Heesch2014-08-317-35/+40
* 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 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-261-0/+1
|\
| * Create an easy possibility to take a snippet from the current file.albert-github2014-08-151-0/+1
* | 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
|\ \ \ \ | |/ / /
| * | | 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 735037 - QGDict::hashAsciiKey: Invalid null keyDimitri van Heesch2014-08-211-2/+9
* | Preparations for release 1.8.8Dimitri van Heesch2014-08-211-1/+1
* | 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
* | Minor fixesDimitri van Heesch2014-08-181-6/+5
* | No warning in case cite definition is missingalbert-github2014-08-182-2/+2
* | 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
|\ \ \
| * | | Correction of typing erroralbert-github2014-08-161-3/+3
* | | | Bug 734727 - GENERATE_TAGFILE no longer includes any @*section linksDimitri van Heesch2014-08-182-19/+35
|/ / /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-08-153-25/+43
|\ \ \
| * | | Support multiple extra HTML stylesheets.albert-github2014-08-153-25/+43
| | |/ | |/|
* | | Bug 733722 - XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form f...Dimitri van Heesch2014-08-152-6/+16
* | | Bug 734245 - Q_PROPERTY switches the member access from private to publicDimitri van Heesch2014-08-151-1/+4
* | | Bug 583958 - Class diagrams and class hierarchy don't work for java generic c...Dimitri van Heesch2014-08-142-27/+28
|/ /
* | Bug 734727 - GENERATE_TAGFILE no longer includes any @*section linksDimitri van Heesch2014-08-144-18/+20
* | Bug 734704 Sigsegv while generating XML outputDimitri van Heesch2014-08-131-1/+1
* | Vhdl fixesDimitri van Heesch2014-08-114-195/+431
* | Bug 731947 - Support for PlantUMLDimitri van Heesch2014-08-1028-42/+447