Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -18/+28 |
|\ | | | | | Support generating index-color PNG files | ||||
| * | Support generating index-color PNG files | albert-github | 2015-02-08 | 1 | -18/+28 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Added type constraint relations for Java generics to dot graphs and XML output | Dimitri van Heesch | 2015-02-21 | 1 | -4/+43 |
|/ | |||||
* | Fixed potential string buffer issue for dot graphs | Dimitri van Heesch | 2015-01-25 | 1 | -4/+8 |
| | |||||
* | Fixed potential crash while generating dot graphs | Dimitri van Heesch | 2015-01-09 | 1 | -1/+5 |
| | |||||
* | Merge pull request #272 from albert-github/feature/bug_unused | Dimitri van Heesch | 2015-01-03 | 1 | -10/+0 |
|\ | | | | | Remove unused local and static global variables | ||||
| * | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -10/+0 |
| | | | | | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools. | ||||
* | | Fixed a couple of cases where sharing string data could lead to corruption | Dimitri van Heesch | 2015-01-02 | 1 | -15/+16 |
|/ | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | ||||
* | Added graphical hierarchy support to template engine | Dimitri van Heesch | 2014-12-25 | 1 | -103/+108 |
| | |||||
* | Bug 736022 - [PATCH] Fix potential null pointer dereference in src/index.cpp | Dimitri van Heesch | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | Bug 735985 - [PATCH] Fix missing unchecked return value in src/dot.cpp | Dimitri van Heesch | 2014-09-23 | 1 | -1/+5 |
| | |||||
* | Bug 735726 - [PATCH] Fix missing break in switch case statement | Dimitri van Heesch | 2014-08-30 | 1 | -2/+3 |
| | |||||
* | Merge pull request #202 from jannick0/master | Dimitri van Heesch | 2014-07-20 | 1 | -1/+1 |
|\ | | | | | Update dot.cpp: comma added for dot syntax | ||||
| * | Update dot.cpp | jannick0 | 2014-07-19 | 1 | -1/+1 |
| | | | | | | comma added for dot syntax | ||||
* | | Docbook output improvements | Dimitri van Heesch | 2014-06-20 | 1 | -61/+148 |
|/ | | | | | | 1. New Feature: Adapted Class Graph generation for DOCBOOK 2. Fixed DOCBOOK Code documentation formatting 3. Fixed Doxygen to handle FULL_PATH_NAMES for DOCBOOK generation | ||||
* | Fix segfault on invalid bounding FIG when patching dot | Gil Elad | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Some restructuring and some compiler warning fixes | Dimitri van Heesch | 2014-03-15 | 1 | -2/+6 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Restructered html entity handling | Dimitri van Heesch | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -4/+5 |
| | | | | | | | | | - 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. | ||||
* | Fixed a number of compiler warnings reported by newer clang compiler | Dimitri van Heesch | 2013-09-18 | 1 | -3/+3 |
| | |||||
* | Fixed issue running dot on files with non-ascii characters | Dimitri van Heesch | 2013-08-03 | 1 | -6/+7 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -32/+32 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -0/+12 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -9/+9 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -21/+91 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -3/+3 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -38/+44 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -4/+26 |
| | |||||
* | Release-1.8.2 | Dimitri van Heesch | 2012-08-11 | 1 | -4/+5 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -2/+2 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -18/+43 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -0/+2 |
| | |||||
* | Fixed absolute path in SVG graph | Dimitri van Heesch | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1 | Dimitri van Heesch | 2012-05-19 | 1 | -11/+56 |
| | |||||
* | Release-1.8.0-20120429 | Dimitri van Heesch | 2012-04-29 | 1 | -2/+2 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -9/+8 |
| | |||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-03-17 | 1 | -9/+54 |
| | |||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-02-25 | 1 | -7/+10 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -2/+10 |
| | |||||
* | Release-1.7.6.1-20111226 | Dimitri van Heesch | 2011-12-26 | 1 | -14/+29 |
| | |||||
* | Release-1.7.6 | Dimitri van Heesch | 2011-12-03 | 1 | -7/+27 |
| | |||||
* | Release-1.7.5.1-20111117 | Dimitri van Heesch | 2011-11-17 | 1 | -12/+31 |
| | |||||
* | Release-1.7.5.1-20110925 | Dimitri van Heesch | 2011-09-25 | 1 | -3/+0 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -49/+78 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -0/+1 |
| | |||||
* | Release-1.7.4-20110629 | Dimitri van Heesch | 2011-06-29 | 1 | -28/+59 |
| | |||||
* | Release-1.7.4-20110606 | Dimitri van Heesch | 2011-06-06 | 1 | -78/+312 |
| | |||||
* | Release-1.7.4-20110426 | Dimitri van Heesch | 2011-04-26 | 1 | -1/+1 |
| |