summaryrefslogtreecommitdiffstats
path: root/src/dotfilepatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-23/+23
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-12/+16
* Refactoring: replace QMIN/QMAX by std::min/std::maxDimitri van Heesch2021-03-261-1/+1
* issue #8375 Lowercase search does not find non-ASCII uppercase pages and vice...Dimitri van Heesch2021-03-241-1/+1
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-231-2/+2
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-93/+56
* Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-13/+14
* Refactoring: modernize various dot graphsDimitri van Heesch2021-01-221-57/+30
* issue #8053 error: Attribute target redefined in SVGalbert-github2020-09-241-0/+1
* Not always linking in map as maps use name instead if idalbert-github2020-09-061-1/+1
* Incorrect label in map of dot files in xhtml (#7840)albert-github2020-06-131-1/+1
* issue #7706: Md5 hash does not match for two different runs (part 2)Dimitri van Heesch2020-04-191-20/+21
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-4/+4
* issue #7583 External Links in Inheritance Diagrams open in the Image Frame.albert-github2020-02-241-1/+1
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-2/+2
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-5/+147
* refactoring dot.cppThomas Haller2019-06-131-0/+539