| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed configuration mechanism to directly access options in order to improv... | Dimitri van Heesch | 2016-01-17 | 1 | -72/+81 |
|
|
* | Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMES | Dimitri van Heesch | 2015-10-24 | 1 | -1/+1 |
|
|
* | Fixed a number of memory leaks in the template engine | Dimitri van Heesch | 2015-09-13 | 1 | -0/+23 |
|
|
* | Made several improvements to the performance of template engine | Dimitri van Heesch | 2015-09-13 | 1 | -1157/+1730 |
|
|
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -36/+350 |
|
|
* | Moved creation of inline class documentation to separate template file | Dimitri van Heesch | 2015-08-30 | 1 | -1/+7 |
|
|
* | Added support for directory dependency graphs to template engine | Dimitri van Heesch | 2015-08-28 | 1 | -5/+91 |
|
|
* | Added missing html resources to the html template file | Dimitri van Heesch | 2015-08-27 | 1 | -2/+15 |
|
|
* | Started with generating LaTeX output via the template engine | Dimitri van Heesch | 2015-08-27 | 1 | -119/+519 |
|
|
* | Add mathjax support to template & context. | Dimitri van Heesch | 2015-08-27 | 1 | -0/+13 |
|
|
* | Added missing information to template version of the all members list | Dimitri van Heesch | 2015-08-27 | 1 | -2/+36 |
|
|
* | Added javascript search engine data to the template context | Dimitri van Heesch | 2015-08-27 | 1 | -0/+502 |
|
|
* | Fixed various issues found by PVS-Studio. | Dimitri van Heesch | 2015-08-18 | 1 | -4/+4 |
|
|
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-02-26 | 1 | -4/+2 |
|\ |
|
| * | Adding commands \hidecallgraph and \hidecallergraph | albert-github | 2015-02-22 | 1 | -4/+2 |
|
|
* | | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
|/ |
|
* | Fix potential null pointer dereference in src/context.cpp | Martin Ettl | 2014-12-22 | 1 | -1/+1 |
|
|
* | Added graphical hierarchy support to template engine | Dimitri van Heesch | 2014-12-25 | 1 | -271/+302 |
|
|
* | Improved main page rendering via template engine | Dimitri van Heesch | 2014-12-25 | 1 | -3/+7 |
|
|
* | Fixed several Coverity warnings | Dimitri van Heesch | 2014-11-15 | 1 | -2/+4 |
|
|
* | Introduced template directory for template and resource files and resource co... | Dimitri van Heesch | 2014-11-13 | 1 | -2/+11 |
|
|
* | Template context support for CREATE_SUBDIRS | Dimitri van Heesch | 2014-08-02 | 1 | -15/+99 |
|
|
* | Added get filter, unified index properties | Dimitri van Heesch | 2014-08-02 | 1 | -2/+66 |
|
|
* | Added groupby filter and some more context info | Dimitri van Heesch | 2014-08-02 | 1 | -5/+86 |
|
|
* | Fix after rebase from master | Dimitri van Heesch | 2014-08-02 | 1 | -1/+2 |
|
|
* | Added lists for indices to template context | Dimitri van Heesch | 2014-08-02 | 1 | -49/+265 |
|
|
* | Added member indexes to template context | Dimitri van Heesch | 2014-08-02 | 1 | -21/+214 |
|
|
* | Addition of module data to context and alphaIndex filter | Dimitri van Heesch | 2014-08-02 | 1 | -463/+827 |
|
|
* | Added namespace info to the context | Dimitri van Heesch | 2014-08-02 | 1 | -5/+213 |
|
|
* | Added mainpage to context and improved page tree | Dimitri van Heesch | 2014-08-02 | 1 | -22/+117 |
|
|
* | Minor fixes to the template context | Dimitri van Heesch | 2014-08-02 | 1 | -4/+4 |
|
|
* | Documentation generator: added support for C# property accessors visibility m... | Maksim Osipov | 2014-07-04 | 1 | -3/+27 |
|
|
* | Docbook output improvements | Dimitri van Heesch | 2014-06-20 | 1 | -6/+6 |
|
|
* | Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ... | Dimitri van Heesch | 2014-05-18 | 1 | -0/+1 |
|
|
* | add space between br and / for better compatibility | Dimitri van Heesch | 2014-03-28 | 1 | -1/+1 |
|
|
* | Some restructuring and some compiler warning fixes | Dimitri van Heesch | 2014-03-15 | 1 | -1/+1 |
|
|
* | Added reference counting for all context objects | Dimitri van Heesch | 2014-03-11 | 1 | -472/+563 |
|
|
* | Extension specific filtering | Dimitri van Heesch | 2014-03-04 | 1 | -2/+2 |
|
|
* | Added directory info to the context | Dimitri van Heesch | 2014-03-01 | 1 | -4/+130 |
|
|
* | Unified DirFileContext and NestingContext | Dimitri van Heesch | 2014-03-01 | 1 | -301/+116 |
|
|
* | Added dir tree nodes to the context | Dimitri van Heesch | 2014-03-01 | 1 | -57/+204 |
|
|
* | Added support for range tag in the template language | Dimitri van Heesch | 2014-02-09 | 1 | -1/+18 |
|
|
* | Add template context for annotated class index | Dimitri van Heesch | 2014-02-08 | 1 | -4/+53 |
|
|
* | More context changes | Dimitri van Heesch | 2014-02-08 | 1 | -29/+172 |
|
|
* | Context enhancement | Dimitri van Heesch | 2014-02-08 | 1 | -0/+6 |
|
|
* | Bug 722759 - Documentation for derived classes no longer has an "Additional I... | Dimitri van Heesch | 2014-01-26 | 1 | -1/+1 |
|
|
* | More work on the template and context mechanisms | Dimitri van Heesch | 2013-12-29 | 1 | -96/+832 |
|
|
* | Template and context enhancements | Dimitri van Heesch | 2013-12-23 | 1 | -35/+562 |
|
|
* | Added fix to avoid errors with older compilers. | Dimitri van Heesch | 2013-12-12 | 1 | -7/+7 |
|
|
* | Added more info to the context | Dimitri van Heesch | 2013-12-12 | 1 | -152/+307 |
|
|