Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into issue744669 | rconde01 | 2015-02-17 | 1 | -3/+3 |
| | | | | | | Fix for issue 744669 Uses the display name rather than the name for namespace links | ||||
* | Merge pull request #296 from sloriot/fix_bgl_search | Dimitri van Heesch | 2015-02-05 | 1 | -1/+5 |
|\ | | | | | increase the size of l when result is modified | ||||
| * | increase the size of l when result is modified | Sebastien Loriot | 2015-01-31 | 1 | -1/+5 |
| | | |||||
* | | Bug 743605 - Tagfile anchors not generated for enumeration values | Dimitri van Heesch | 2015-02-05 | 1 | -0/+9 |
| | | |||||
* | | Bug 743604 - Duplicate anchors from tagfiles | Dimitri van Heesch | 2015-02-03 | 2 | -7/+7 |
| | | |||||
* | | Fixed potential string buffer issue for dot graphs | Dimitri van Heesch | 2015-01-25 | 1 | -4/+8 |
|/ | |||||
* | Merge pull request #291 from byzheng/patch-1 | Dimitri van Heesch | 2015-01-24 | 1 | -1/+1 |
|\ | | | | | Remove the new line after @startuml in generated pu file | ||||
| * | Remove the new line after @startuml in generated pu file | byzheng | 2015-01-14 | 1 | -1/+1 |
| | | | | | | Try to fix this problem for me: http://sourceforge.net/p/doxygen/mailman/message/33228212/ | ||||
* | | Merge pull request #290 from albert-github/feature/bug_739680_project_name | Dimitri van Heesch | 2015-01-24 | 1 | -1/+31 |
|\ \ | | | | | | | Bug 739680 - Using HTML entities in PROJECT_NAME | ||||
| * | | Update of search from "endless search to 'Character search: criterion. | albert-github | 2015-01-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | Updated search criterion Incremented q, as otherwise ';' remained (visible in PDF). | ||||
| * | | Bug 739680 - Using HTML entities in PROJECT_NAME | albert-github | 2015-01-11 | 1 | -1/+30 |
| |/ | | | | | | | Implementation for LaTeX of special symbols by scanning string in case a & is found. | ||||
* | | Merge pull request #286 from albert-github/feature/bug_742445 | Dimitri van Heesch | 2015-01-23 | 2 | -3/+7 |
|\ \ | | | | | | | Bug 742445 - Wrong icons in TOC of CHM help | ||||
| * | | Bug 742445 - Wrong icons in TOC of CHM help | albert-github | 2015-01-06 | 2 | -3/+7 |
| | | | | | | | | | | | | It was not checked if a page / section had subsections or not it was always assumed they were present (definition.cpp). For pages it was only checked if it had subpages and not section (index.cpp). | ||||
* | | | Merge pull request #293 from albert-github/feature/bug_Doxyfile | Dimitri van Heesch | 2015-01-23 | 3 | -4/+32 |
|\ \ \ | | | | | | | | | Handle user comments in Doxyfile | ||||
| * | | | Correction on previous commit (wrong file) | albert-github | 2015-01-22 | 1 | -9/+6 |
| | | | | |||||
| * | | | Based on the report of Peter D. Barnes in the doxygen forum ↵ | albert-github | 2015-01-21 | 3 | -2/+33 |
|/ / / | | | | | | | | | | | | | | | | | | | (http://doxygen.10944.n7.nabble.com/doxygen-1-8-9-1-upgrade-errors-td6990.html) All lines at the beginning of the file starting with ## are preserved at the beginning of the Doxyfile Consecutive user comments (with +=) are now joined like the options are. | ||||
* | | | Merge pull request #292 from albert-github/feature/bug_742899 | Dimitri van Heesch | 2015-01-15 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Bug 742899 - <CAPTION> inside <TABLE> no longer works for LaTex output | ||||
| * | | Bug 742899 - <CAPTION> inside <TABLE> no longer works for LaTex output | albert-github | 2015-01-14 | 1 | -1/+1 |
|/ / | | | | | | | This is a regression for bug: Bug 732768 - nested html tables cause pdflatex to hang (1.8.4 and 1.8.6). | ||||
* | | Merge pull request #269 from rabindra-harlalka/odl_props_new | Dimitri van Heesch | 2015-01-10 | 1 | -1/+39 |
|\ \ | | | | | | | Fix parsing of ODL-style properties | ||||
| * | | Fix parsing of ODL-style properties | rabindra-harlalka | 2014-12-21 | 1 | -1/+39 |
| | | | | | | | | | | | | Declaration of properties inside a dispinterface (ODL syntax) in IDL/ODL file is not parsed properly. Fix that. | ||||
* | | | Merge pull request #289 from albert-github/feature/bug_snippet | Dimitri van Heesch | 2015-01-10 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | Enable relative paths referenced source files | ||||
| * | | | Enable relative paths referenced source files | albert-github | 2015-01-10 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is a regression on pull request 210: Create an easy possibility to take a snippet from the current file. In case the source file, as referenced through 'this' in the snippet command, is in the current directory or in a subdirectory pull request worked fine, but as soon as the source file is in a directory referenced through ../... the parser returns an absolute path name instead of a relative path and file is not found, resulting in a warning plus empty snippet part. We now check whether or not is an absolute file name in which case it is checked if the file is found or not and further handled. | ||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-01-09 | 1 | -23/+24 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #288 from pepr/master | Dimitri van Heesch | 2015-01-09 | 1 | -23/+24 |
| |\ \ \ \ | | |/ / / | |/| | | | TranslatorSwedish updated | ||||
| | * | | | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2015-01-09 | 3 | -4/+15 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| | * | | | TranslatorSwedish updated | Petr Prikryl | 2015-01-09 | 1 | -23/+24 |
| | | | | | |||||
* | | | | | Fixed potential crash while generating dot graphs | Dimitri van Heesch | 2015-01-09 | 1 | -1/+5 |
|/ / / / | |||||
* | | | | Merge pull request #282 from pepr/master | Dimitri van Heesch | 2015-01-06 | 3 | -26/+27 |
|\ \ \ \ | |/ / / | | | | | Chinese Traditional updated | ||||
| * | | | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2015-01-05 | 67 | -2202/+2159 |
| |\ \ \ | |||||
| * | | | | fix for src/translator_tw.h by Gary Lee (translation cleaned) | Petr Prikryl | 2014-12-31 | 1 | -19/+20 |
| | | | | | |||||
| * | | | | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2014-12-30 | 292 | -7618/+13633 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2014-09-24 | 76 | -782/+1735 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2014-08-22 | 109 | -4102/+39046 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | .gitignore | Petr Prikryl | 2014-07-29 | 1 | -1/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2014-07-29 | 70 | -349/+2238 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | doc/translator.py -- minor updates | Petr Prikryl | 2014-06-16 | 1 | -6/+5 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #283 from albert-github/feature/bug_ftn_warn_module | Dimitri van Heesch | 2015-01-06 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | Fortran: warning message about not documented module member | ||||
| * | | | | | | | | Fortran: warning message about not documented module member | albert-github | 2015-01-06 | 1 | -1/+7 |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having a not documented MODULE member it is mentioned that a member in a 'namespace' is not documented. For Fortran this is a bit strange as Fortran does not know the term namespace, modules are handled as namespaces (in the pre 1.8.9 version a message was given about 'class', which is equally confusing). This patch changes in this case 'namespace' to 'module'. | ||||
* | | | | | | | | Merge pull request #285 from albert-github/feature/bug_742427 | Dimitri van Heesch | 2015-01-06 | 1 | -3/+7 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Bug 742427 - latex compilation: \backmatter incompatible with COMPACT_LATEX=YES | ||||
| * | | | | | | | | Bug 742427 - latex compilation: \backmatter incompatible with COMPACT_LATEX=YES | albert-github | 2015-01-06 | 1 | -3/+7 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Removed \backmatter in case of COMPACT_LATEX | ||||
* | | | | | | | | Merge pull request #284 from albert-github/feature/bug_742408 | Dimitri van Heesch | 2015-01-06 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Bug 742408 - Configuring doxyfile to only output docbook produces erroneous warning | ||||
| * | | | | | | | Bug 742408 - Configuring doxyfile to only output docbook produces erroneous ↵ | albert-github | 2015-01-06 | 1 | -0/+1 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warning Added missing test in list | ||||
* | | | | | | | Prevent example.tag from being regeneratedRelease_1_8_9_1 | Dimitri van Heesch | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Adjust test script for longer version number | Dimitri van Heesch | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Updated changelog for 1.8.9.1 | Dimitri van Heesch | 2015-01-04 | 1 | -0/+23 |
| | | | | | | | |||||
* | | | | | | | Bug 742151 - Bogus warning: citelist: Unexpected new line character | Dimitri van Heesch | 2015-01-04 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Bump version in configure script | Dimitri van Heesch | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #271 from orbitcowboy/master | Dimitri van Heesch | 2015-01-03 | 1 | -20/+21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix potential null pointer dereference in src/classdef.cpp | ||||
| * | | | | | | | Fix potential null pointer dereference in src/classdef.cpp | Martin Ettl | 2014-12-22 | 1 | -20/+21 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Bug 742235 - Bogus message with addtogroup | Dimitri van Heesch | 2015-01-03 | 2 | -18/+10 |
| | | | | | | |