Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from ↵ | Ximin Luo | 2016-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | SOURCE_DATE_EPOCH According to the SOURCE_DATE_EPOCH spec [1], "Formatting MUST be deferred until runtime if an end user should observe the value in their own locale or timezone." However setTime_t uses localtime, so the output is in the timezone of the build machine running doxygen, and not the timezone of the reader consuming the final output. To adhere to the spec, the easiest option is to add a setTimeUtc_t function that is the same as setTime_t, but only uses gmtime instead of first trying localtime. [1] https://reproducible-builds.org/specs/source-date-epoch/ | ||||
* | Applied responsive design to menu bar using smartmenus | Dimitri van Heesch | 2016-05-05 | 4 | -67/+211 |
| | |||||
* | Merge pull request #474 from c-lipka/fix_765001 | Dimitri van Heesch | 2016-05-01 | 1 | -1/+2 |
|\ | | | | | Bug 765001 - Bad character escaping scheme in HTML anchor generation. | ||||
| * | Simplified code of fix for Bug 765001 | Christoph Lipka | 2016-05-01 | 1 | -10/+1 |
| | | |||||
| * | Merge branch 'master' into fix_765001 | Christoph Lipka | 2016-04-27 | 1 | -2/+2 |
| |\ | |||||
| * | | Bug 765001 - Bad character escaping scheme in HTML anchor generation. | Christoph Lipka | 2016-04-27 | 1 | -1/+11 |
| | | | |||||
* | | | Added an option to add "anonymous" headings to the table of contents ↵ | Christoph Lipka | 2016-04-30 | 2 | -4/+22 |
| |/ |/| | | | | | (currently Markdown only). | ||||
* | | Bug 765002 - `@addindex`entries fail to link to the exact location in ↵ | Christoph Lipka | 2016-04-26 | 1 | -2/+2 |
|/ | | | | Compiled HTML Help. | ||||
* | Fixed typos. | orbitcowboy | 2016-04-14 | 3 | -17/+17 |
| | |||||
* | Fix uppercase letters B-Z being unnecessarily escaped in index HTML anchors. | Christoph Lipka | 2016-04-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #465 from fredizzimo/fix_strip_from_path | Dimitri van Heesch | 2016-04-09 | 1 | -10/+16 |
|\ | | | | | Fix STRIP_FROM_PATH when running from drive root | ||||
| * | Fix STRIP_FROM_PATH when running from drive root | Fred Sundvik | 2016-04-04 | 1 | -10/+16 |
| | | | | | | | | | | | | | | | | | | | | When running doxygen from the drive root, the STRIP_FROM_PATH, variable could get an extra slash. As a result no paths were stripped. This fix makes sure that a duplicate slash is not added both for the automatic generation, and when you specify a relative path that maps to the drive root in the configuration. Also change some tabs to spaces | ||||
* | | Merge pull request #468 from albert-github/feature/bug_toc | Dimitri van Heesch | 2016-04-09 | 1 | -1/+1 |
|\ \ | | | | | | | Table of contents breaks when documentation spans multiple comment blocks with same @page | ||||
| * | | Table of contents breaks when documentation spans multiple comment blocks ↵ | albert-github | 2016-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with same @page Based on the question in the doxygen users forum: http://doxygen.10944.n7.nabble.com/Table-of-contents-breaks-when-documentation-spans-multiple-comment-blocks-with-same-page-td7571.html Fixed by means of that when toc is set once for a page it remains set for that page, otherwise the last page has to have the @tableofcontents command (or all @page commands) | ||||
* | | | Bug 764515 - doxygen crashes no resolved | albert-github | 2016-04-09 | 1 | -0/+1 |
|/ / | | | | | | | Crash occurred in the rule: <UsingAlias>. due to the fact that the previous variable was not set by the rule <JavaImport>({ID}{BN}*"."{BN}*)+{ID} | ||||
* | | Bug 764656 - generated xml has errors | albert-github | 2016-04-06 | 1 | -1/+1 |
|/ | | | | Value of <float> in bitfield was not escaped when writing to XML | ||||
* | Assertion failure generation documentation | albert-github | 2016-03-30 | 1 | -1/+1 |
| | | | | | | | | | | In case of windows 64 bit the generation of the doxygen documentation results in a pop up screen with (most relevant information): Debug Assertion Failed File: f:\dd\vctools\crt\crtw32\convert\istype.c Line: 68 Expression c >= -1 && c <= 255 Problem is that a value is fed to isspace that is not in the correct range and has to be converted to this range. | ||||
* | Bug 762670 - References for one function can inherit References from ↵ | Dimitri van Heesch | 2016-03-20 | 1 | -29/+38 |
| | | | | subsequent non documented function | ||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-03-19 | 1 | -0/+1 |
|\ | |||||
| * | Merge pull request #459 from albert-github/feature/bug_763720 | Dimitri van Heesch | 2016-03-19 | 1 | -0/+1 |
| |\ | | | | | | | Bug 763720 - Exclusion of a new line at the end of source code file causing nesting of HTML code for function documentation | ||||
| | * | Bug 763720 - Exclusion of a new line at the end of source code file causing ↵ | albert-github | 2016-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | nesting of HTML code for function documentation Update based on comment by D.v.Heesch | ||||
| | * | Bug 763720 - Exclusion of a new line at the end of source code file causing ↵ | albert-github | 2016-03-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | nesting of HTML code for function documentation In case a code fragment does not end with a newline add it explicitly, otherwise following descriptive element might get into the same box. | ||||
* | | | Bug 763105 - Directory list is not generated in HTML output | Dimitri van Heesch | 2016-03-19 | 1 | -63/+86 |
|/ / | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-03-17 | 3 | -9/+68 |
|\ \ | |||||
| * \ | Merge pull request #458 from schachmat/patch-1 | Dimitri van Heesch | 2016-03-17 | 1 | -2/+2 |
| |\ \ | | | | | | | | | mangen.h: remove italic in brief member descriptions | ||||
| | * | | mangen.h: remove italic in brief member descriptions | schachmat | 2016-03-16 | 1 | -2/+2 |
| | |/ | | | | | | | | | | nroff does not support italic text and replaces it with underlined text which looks weird on the brief description text. | ||||
| * | | Merge pull request #457 from clone2727/bug306025 | Dimitri van Heesch | 2016-03-17 | 1 | -7/+7 |
| |\ \ | | | | | | | | | Bug 306025 - Fix missing title in non-page docanchors from tag files | ||||
| | * | | Bug 306025 - Fix missing title in non-page docanchors from tag files | Matthew Hoops | 2016-03-16 | 1 | -7/+7 |
| | |/ | |||||
| * | | Feature: Translations for german language (changes since 1.8.4) | Carsten Schumann | 2016-03-15 | 1 | -0/+59 |
| |/ | |||||
* | | Bug 763471 - imported section anchors are copied in project tagfile | Dimitri van Heesch | 2016-03-14 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-03-13 | 1 | -0/+3 |
|\ | |||||
| * | Bug 762982 - regression, Unescaped percent sign in doxygen output | albert-github | 2016-03-05 | 1 | -0/+2 |
| | | | | | | | | Besides the fact that the % sign was not escaped also the & was missing and had to be escaped as well. | ||||
| * | Bug 763104 - hyperref link label drop underscores | albert-github | 2016-03-05 | 1 | -0/+1 |
| | | | | | | | | underscores were not escaped in the content for "PDF summary/index in the left tab" | ||||
* | | reimplemented removeRedundantWhiteSpace() to improve performance | Dimitri van Heesch | 2016-03-13 | 1 | -154/+231 |
| | | |||||
* | | Fixed wrong <p> nesting issue for call/caller graphs | Dimitri van Heesch | 2016-03-08 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-02-14 | 1 | -4/+4 |
|\ | |||||
| * | Merge pull request #453 from waltronix/master | Dimitri van Heesch | 2016-02-11 | 1 | -4/+4 |
| |\ | | | | | | | Master | ||||
| | * | fixed rtf subsection | Andreas Walter | 2016-02-11 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | There was a problem with the table of contents when using subsections in rtf files. | ||||
* | | | Bug 757509 - __init__.py causes to ignore some inheritance | Dimitri van Heesch | 2016-02-14 | 1 | -1/+1 |
|/ / | |||||
* | | Bug 753608 - Link of typedef within namespace on group pages missing | Dimitri van Heesch | 2016-02-08 | 1 | -17/+24 |
| | | |||||
* | | Fixed issue escaping ndashes (\--) and mdashes (\---) | Dimitri van Heesch | 2016-02-07 | 1 | -16/+11 |
| | | |||||
* | | Fix for empty file name | Dimitri van Heesch | 2016-02-07 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-02-07 | 2 | -8/+16 |
|\ \ | |/ | |||||
| * | Merge pull request #449 from albert-github/feature/bug_504305 | Dimitri van Heesch | 2016-02-02 | 1 | -0/+6 |
| |\ | | | | | | | Bug 504305 - FILTER_PATTERNS won't take command with arguments | ||||
| | * | Bug 504305 - FILTER_PATTERNS won't take command with arguments | albert-github | 2016-01-31 | 1 | -0/+6 |
| | | | | | | | | | | | | INPUT_FILTER is a string so multiple values are read till the end of the line and quotes are automatically removed. FILTER_PATTERNS and FILTER_SOURCE_PATTERNS are list of strings so with multiple arguments for one extension quotes are mandatory, but they were not removed. | ||||
| * | | Merge pull request #448 from albert-github/feature/bug_761139 | Dimitri van Heesch | 2016-02-02 | 1 | -8/+10 |
| |\ \ | | | | | | | | | Bug 761139 - python unicode docstrings are ignored | ||||
| | * | | Bug 761139 - python unicode docstrings are ignored | albert-github | 2016-01-29 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | End of the doctrings can be only triple double or single quotes not with optional u or r or even ! at the end. | ||||
| | * | | Bug 761139 - python unicode docstrings are ignored | albert-github | 2016-01-27 | 1 | -4/+4 |
| | |/ | | | | | | | | | | Added support for raw and unicode docstrings in python scanner (was already available in python code scanner) | ||||
* | | | Optimized use of convertNameToFile to improve performance | Dimitri van Heesch | 2016-02-07 | 12 | -141/+126 |
| | | | |||||
* | | | Bug 752712 - last entry missing in a @name group of typedefs | Dimitri van Heesch | 2016-02-06 | 2 | -0/+11 |
|/ / |