index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dot.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed exitCode parameter as it is always 1
Dimitri van Heesch
2019-12-22
1
-2/+2
*
Merge branch 'feature/bug_terminate' of https://github.com/albert-github/doxy...
Dimitri van Heesch
2019-12-22
1
-2/+2
|
\
|
*
Better termination message
albert-github
2019-11-22
1
-2/+2
*
|
Renamed Portables to Portable
Dimitri van Heesch
2019-12-08
1
-9/+9
*
|
Refactoring of portable.h and portable.cpp functions to be contained in a nam...
Tobias Off
2019-11-28
1
-9/+9
|
/
*
Refactoring code for dot related source files
Dimitri van Heesch
2019-09-10
1
-246/+27
*
refactoring dot.cpp
Thomas Haller
2019-06-13
1
-4521/+90
*
added check if .dot file is already queued for processing before adding a new...
Thomas Haller
2019-06-10
1
-18/+74
*
delayed creation and update of .md5 files after successful creation of output...
Thomas Haller
2019-06-10
1
-34/+52
*
Merge pull request #6944 from albert-github/feature/bug_digraph
Dimitri van Heesch
2019-05-31
1
-2/+4
|
\
|
*
Handling digraph versus label
albert-github
2019-04-25
1
-2/+4
*
|
changed numbering of dot nodes to prevent different contents being generated ...
Thomas Haller
2019-05-23
1
-50/+13
*
|
Revert "alternate fix for .dot file handling"
Dimitri van Heesch
2019-05-18
1
-165/+89
*
|
Merge pull request #6991 from albert-github/feature/issue_6990
Dimitri van Heesch
2019-05-18
1
-0/+1
|
\
\
|
*
|
issue #6990 Dot produces no Graphs
albert-github
2019-05-15
1
-0/+1
*
|
|
added check if .dot file is already queued for processing before adding a new...
Thomas Haller
2019-05-14
1
-51/+108
*
|
|
delayed creation and update of .md5 files after successful creation of output...
Thomas Haller
2019-05-14
1
-40/+48
*
|
|
node numbers removed for md5 calculation to avoid false md5 mismatches
Thomas Haller
2019-05-13
1
-15/+26
|
/
/
*
|
Merge pull request #6870 from albert-github/feature/issue_6869
Dimitri van Heesch
2019-05-12
1
-1/+1
|
\
\
|
*
|
issue #6869 SVG image generated by \dot or \dotfile does not render properly ...
albert-github
2019-03-04
1
-1/+1
*
|
|
Regression #6836 URL contains $ sign on second run in map of images
Dimitri van Heesch
2019-05-05
1
-1/+1
|
|
/
|
/
|
*
|
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-30/+30
|
/
*
Refactored Definition and derived classes such that they are abstract interfaces
Dimitri van Heesch
2019-02-28
1
-6/+6
*
Adjustment of xhtml1-transitional.dtd
albert-github
2019-02-16
1
-1/+0
*
Adjustment of xhtml1-transitional.dtd
albert-github
2019-02-16
1
-1/+1
*
Fixed range and added code comment
Dimitri van Heesch
2018-12-31
1
-1/+2
*
issue #6708 Invalid UTF-8 characters in hover title
albert-github
2018-12-31
1
-2/+1
*
issue #6708 Invalid UTF-8 characters in hover title
albert-github
2018-12-31
1
-2/+11
*
Bug 793076 - Segmentation fault when generating graphical class hierarchy
albert-github
2018-12-14
1
-1/+6
*
XHTML problem with multiple use of node numbers in id attribute
albert-github
2018-12-07
1
-1/+3
*
Incorrect tag sequence possible for images possible in case of xhtml
albert-github
2018-12-03
1
-9/+20
*
Added *.ice files as a recognized file type.
Mark Spruiell
2018-10-22
1
-2/+13
*
Update dot.cpp
Armin Müller
2018-10-15
1
-1/+1
*
Implementation of standard generator for docbook output
albert-github
2018-09-07
1
-37/+20
*
Combined lrRank and rank parameters for computeMd5Signature
Dimitri van Heesch
2018-07-23
1
-18/+11
*
Merge branch 'feature/bug_395343' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2018-07-23
1
-5/+13
|
\
|
*
Bug 395343 - caller graph can be improved by having caller on left & callee o...
albert-github
2018-06-10
1
-5/+13
*
|
Bug 363762 - Tooltips are not shown in dot-generated graphs (extension)
albert-github
2018-06-10
1
-0/+4
|
/
*
Bug 363762 - Tooltips are not shown in dot-generated graphs
albert-github
2018-06-07
1
-3/+6
*
Bug 363762 - Tooltips are not shown in dot-generated graphs
albert-github
2018-06-07
1
-4/+4
*
Large CALL / CALLER graphs cannot be processed in LaTeX
albert-github
2018-04-26
1
-12/+86
*
Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-master
Dimitri van Heesch
2017-12-28
1
-16/+16
|
\
|
*
Fixed compile errors in clang and gcc
ahoogol
2017-06-28
1
-1/+1
|
*
Added support for RTL(right to left) languages like Arabic and Persian in HTM...
ahoogol
2017-06-25
1
-16/+16
*
|
Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in ....
albert-github
2017-09-28
1
-2/+5
*
|
dot.cpp: Fix DotGfxHierarchyTable first class node loop
Adrian DC
2017-07-07
1
-1/+1
|
/
*
Optimized use of convertNameToFile to improve performance
Dimitri van Heesch
2016-02-07
1
-40/+16
*
Reimplemented node renumbering for dot graph to improve performance
Dimitri van Heesch
2016-02-02
1
-105/+88
*
Changed configuration mechanism to directly access options in order to improv...
Dimitri van Heesch
2016-01-17
1
-59/+59
*
Bug 742715 - Unnamed structs gives: QGDict::hashAsciiKey: Invalid null key
Dimitri van Heesch
2015-12-28
1
-4/+9
[next]