Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into librejs_fixes | Dimitri van Heesch | 2017-08-21 | 1 | -3/+3 |
|\ | |||||
| * | Add links behind nav entries "Namespaces" and "Files" (matching "Classes") | Friedrich W. H. Kossebau | 2017-06-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | When layout file has "namespacelist" resp. "filelist" set to visible=no, the files "namespaces.html" resp. "files.html" are still generated, but not reachable. So same fix as done for "classlist" should be used, cmp. 700a9ac3c177fdef25b9b00ed6bb5e0ea963d236 Also gives consistent result & at least in QCH files fix the error message shown when clicking on "Namespaces" or "Files" section titles. | ||||
| * | Fetch filename property from object instead of hardcoded duplicated string | Friedrich W. H. Kossebau | 2017-06-13 | 1 | -1/+1 |
| | | |||||
* | | Marks JS as freely licensed | zachwick | 2017-08-04 | 1 | -207/+222 |
|/ | | | | | | | | | | | | | | | Marking the resulting JS in this way ensures that visitors to the resulting HTML documentation do not have to choose between running non-free JS and experiencing the HTML documentation as it was intended. The JS was already freely licensed, so this change just ensures that the appropriate labelling occurs so that GNU LibreJS [0] parses the JS correctly as freely licensed. [0] https://www.gnu.org/software/librejs/ Signed-off-by: zachwick <zach@zachwick.com> | ||||
* | Bug 776964 - Menu does not work without Javascript | Dimitri van Heesch | 2017-01-10 | 1 | -71/+75 |
| | |||||
* | Fixed problem generating per letter namespace member index pages. | Dimitri van Heesch | 2016-11-06 | 1 | -0/+1 |
| | |||||
* | Bug 771310 - French description for "Namespace Members" is wrong and causes ↵ | Dimitri van Heesch | 2016-09-21 | 1 | -6/+6 |
| | | | | fatal javascript error | ||||
* | Bug 764711 - quick link index in alphabetical class list in classes.html ↵ | Dimitri van Heesch | 2016-05-15 | 1 | -2/+2 |
| | | | | doesn't work | ||||
* | Applied responsive design to menu bar using smartmenus | Dimitri van Heesch | 2016-05-05 | 1 | -1/+164 |
| | |||||
* | Reimplemented node renumbering for dot graph to improve performance | Dimitri van Heesch | 2016-02-02 | 1 | -0/+1 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -59/+59 |
| | | | | improve performance | ||||
* | Bug 745659 - The table in classes.html has no class attribute | Dimitri van Heesch | 2015-12-28 | 1 | -1/+1 |
| | |||||
* | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 1 | -3/+3 |
| | |||||
* | Fixed various issues found by PVS-Studio. | Dimitri van Heesch | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | fix for CHM TOC "Classes" entry to point to annotated file | ppescher | 2015-03-27 | 1 | -1/+1 |
| | | | | | | | bug: when layout file disables Class List but Classes are still visible the related TOC entry of Compiled HTML Help file does not link to any page, so the annotated.html file is not reachable from the TOC tree even though it still gets generated | ||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #297 from albert-github/feature/dot_index_png | Dimitri van Heesch | 2015-02-21 | 1 | -1/+2 |
|\ | | | | | Support generating index-color PNG files | ||||
| * | Support generating index-color PNG files | albert-github | 2015-02-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Based on the request http://stackoverflow.com/questions/27036474/how-do-make-doxygen-generate-index-color-png-files for index colored png files, this functionality will be included in the newer versions (2.39) of dot. The functionality -Tpng:cairo:gd will automatically be used by doxygen, though the file extension would be wrong (.png:cairo:gd). With this patch the :cairo:gd is stripped from the image extension, but not from the -T of the dot command. In the doxywizard the different possibilities are supplied as well. Note however that the DOT_IMAGE_FORMAT name is not checked when read from the Doxyfile so it is possible to use other renderer / formats as well due to the generic solution with getDot ImageExtension. | ||||
* | | 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 | ||||
* | Bug 743604 - Duplicate anchors from tagfiles | Dimitri van Heesch | 2015-02-03 | 1 | -2/+2 |
| | |||||
* | Bug 742445 - Wrong icons in TOC of CHM help | albert-github | 2015-01-06 | 1 | -2/+2 |
| | | | | 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). | ||||
* | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -1/+0 |
| | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools. | ||||
* | Added guard to prevent (theoretical) out of bound access | Dimitri van Heesch | 2014-10-23 | 1 | -3/+7 |
| | |||||
* | Bug 736387 - [PATCH] Fix a potential null pointer dereference in src/index.cpp | Dimitri van Heesch | 2014-09-23 | 1 | -2/+2 |
| | |||||
* | Bug 736022 - [PATCH] Fix potential null pointer dereference in src/index.cpp | Dimitri van Heesch | 2014-09-23 | 1 | -2/+2 |
| | |||||
* | Fixed a number of issues (resource leaks, uninitialized members, etc) found ↵ | Dimitri van Heesch | 2014-08-31 | 1 | -1/+1 |
| | | | | by coverity | ||||
* | Bug 735145 - QHP toc broken if mainpage with PROJECT_NAME title has ↵ | Dimitri van Heesch | 2014-08-24 | 1 | -2/+13 |
| | | | | sections/subpages | ||||
* | Bug 734331 - (Kashej) Strong enum members listed in containing namespace | Dimitri van Heesch | 2014-08-18 | 1 | -10/+18 |
| | |||||
* | Added mainpage to context and improved page tree | Dimitri van Heesch | 2014-08-02 | 1 | -10/+0 |
| | |||||
* | Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ↵ | Dimitri van Heesch | 2014-05-18 | 1 | -4/+0 |
| | | | | licensing issues | ||||
* | Merge pull request #137 from agateau/wip/list-only-own-pages-in-related-pages | Dimitri van Heesch | 2014-03-23 | 1 | -3/+4 |
|\ | | | | | List only the project pages in "Related Pages" | ||||
| * | List only the project pages in "Related Pages" | Aurélien Gâteau | 2014-03-18 | 1 | -3/+4 |
| | | | | | | | | | | This avoids cluttering "Related Pages" with links to pages from external projects. | ||||
* | | Some restructuring and some compiler warning fixes | Dimitri van Heesch | 2014-03-15 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-02-22 | 1 | -1/+1 |
|\ | |||||
| * | Bug 674851 - Percent to prevent auto-linking in page title is not removed ↵ | albert-github | 2014-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | for navpath remove the % sign from some relevant places. The % sign is to prevent automatic linking. | ||||
* | | Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within ↵ | Dimitri van Heesch | 2014-02-22 | 1 | -1/+1 |
|/ | | | | the Class List | ||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Fixed issues with SEPARATE_MEMBER_PAGES and INLINE_SIMPLE_STRUCTS | Dimitri van Heesch | 2014-01-19 | 1 | -11/+18 |
| | |||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -124/+124 |
| | | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface. | ||||
* | Added rudimentary support for django like template system for output creation. | Dimitri van Heesch | 2013-10-21 | 1 | -75/+2 |
| | |||||
* | Bug 708806 - Wrong path to graph_legend figure in graph_legend.html when ↵ | Dimitri van Heesch | 2013-09-28 | 1 | -4/+14 |
| | | | | CREATE_SUBDIRS = YES | ||||
* | Bug 705910 - Indexing and searching cannot treat non ASCII identifiers | Dimitri van Heesch | 2013-09-15 | 1 | -523/+383 |
| | |||||
* | Bug 688858 - SHORT_NAMES break references to \page in PDF output | Dimitri van Heesch | 2013-08-04 | 1 | -2/+5 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -12/+12 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -37/+63 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -119/+133 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -5/+6 |
| | |||||
* | Release-1.8.2 | Dimitri van Heesch | 2012-08-11 | 1 | -2/+4 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -17/+23 |
| | |||||
* | Fix to prevent .doc, .dox, and .txt files to appear in the index | Dimitri van Heesch | 2012-07-12 | 1 | -3/+6 |
| |