summaryrefslogtreecommitdiffstats
path: root/src/dot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correcting documentation warnings of doxygens own internal documentationalbert-github2021-05-311-0/+2
* issue #8193: Better warning in case of error in dot / msc / dia imageDimitri van Heesch2021-05-031-6/+8
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-18/+17
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-3/+3
* Refactoring: replace QMIN/QMAX by std::min/std::maxDimitri van Heesch2021-03-261-1/+2
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-231-2/+2
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-10/+8
* Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-8/+7
* Refactor: make QCString a wrapper around std::stringDimitri van Heesch2020-06-101-1/+2
* Refactoring: size_t type conversions and QList in DotManagerDimitri van Heesch2020-05-021-23/+28
* Replace SDict with std::mapMoritz 'Morty' Strübe2020-03-211-19/+18
* QString -> std::string & QDict -> std::mapMoritz 'Morty' Strübe2020-03-211-18/+17
* Removed exitCode parameter as it is always 1Dimitri van Heesch2019-12-221-2/+2
* Merge branch 'feature/bug_terminate' of https://github.com/albert-github/doxy...Dimitri van Heesch2019-12-221-2/+2
|\
| * Better termination messagealbert-github2019-11-221-2/+2
* | Renamed Portables to PortableDimitri van Heesch2019-12-081-9/+9
* | Refactoring of portable.h and portable.cpp functions to be contained in a nam...Tobias Off2019-11-281-9/+9
|/
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-246/+27
* refactoring dot.cppThomas Haller2019-06-131-4521/+90
* added check if .dot file is already queued for processing before adding a new...Thomas Haller2019-06-101-18/+74
* delayed creation and update of .md5 files after successful creation of output...Thomas Haller2019-06-101-34/+52
* Merge pull request #6944 from albert-github/feature/bug_digraphDimitri van Heesch2019-05-311-2/+4
|\
| * Handling digraph versus labelalbert-github2019-04-251-2/+4
* | changed numbering of dot nodes to prevent different contents being generated ...Thomas Haller2019-05-231-50/+13
* | Revert "alternate fix for .dot file handling"Dimitri van Heesch2019-05-181-165/+89
* | Merge pull request #6991 from albert-github/feature/issue_6990Dimitri van Heesch2019-05-181-0/+1
|\ \
| * | issue #6990 Dot produces no Graphsalbert-github2019-05-151-0/+1
* | | added check if .dot file is already queued for processing before adding a new...Thomas Haller2019-05-141-51/+108
* | | delayed creation and update of .md5 files after successful creation of output...Thomas Haller2019-05-141-40/+48
* | | node numbers removed for md5 calculation to avoid false md5 mismatchesThomas Haller2019-05-131-15/+26
|/ /
* | Merge pull request #6870 from albert-github/feature/issue_6869Dimitri van Heesch2019-05-121-1/+1
|\ \
| * | issue #6869 SVG image generated by \dot or \dotfile does not render properly ...albert-github2019-03-041-1/+1
* | | Regression #6836 URL contains $ sign on second run in map of imagesDimitri van Heesch2019-05-051-1/+1
| |/ |/|
* | Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-30/+30
|/
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-6/+6
* Adjustment of xhtml1-transitional.dtdalbert-github2019-02-161-1/+0
* Adjustment of xhtml1-transitional.dtdalbert-github2019-02-161-1/+1
* Fixed range and added code commentDimitri van Heesch2018-12-311-1/+2
* issue #6708 Invalid UTF-8 characters in hover titlealbert-github2018-12-311-2/+1
* issue #6708 Invalid UTF-8 characters in hover titlealbert-github2018-12-311-2/+11
* Bug 793076 - Segmentation fault when generating graphical class hierarchyalbert-github2018-12-141-1/+6
* XHTML problem with multiple use of node numbers in id attributealbert-github2018-12-071-1/+3
* Incorrect tag sequence possible for images possible in case of xhtmlalbert-github2018-12-031-9/+20
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-2/+13
* Update dot.cppArmin Müller2018-10-151-1/+1
* Implementation of standard generator for docbook outputalbert-github2018-09-071-37/+20
* Combined lrRank and rank parameters for computeMd5SignatureDimitri van Heesch2018-07-231-18/+11
* Merge branch 'feature/bug_395343' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-07-231-5/+13
|\
| * Bug 395343 - caller graph can be improved by having caller on left & callee o...albert-github2018-06-101-5/+13
* | Bug 363762 - Tooltips are not shown in dot-generated graphs (extension)albert-github2018-06-101-0/+4
|/