]> granicus.if.org Git - graphviz/shortlog
graphviz
2016-06-11 Erwin JanssenGitignore: Visual Studio db files.
2016-06-06 Erwin JanssenRemoved graphviz_config.h from windows build.
2016-06-06 Erwin JanssenAdded -P
2016-06-06 Erwin JanssenUse correct cygwin package
2016-06-06 Erwin JanssenInclude lib
2016-06-06 Erwin JanssenUse cygwin to install GTK
2016-06-06 Erwin JanssenCorrect package name?
2016-06-06 Erwin JanssenInstall gkt2 with mingw
2016-06-06 Erwin JanssenAdded cp
2016-06-06 Erwin Janssencopy config.h to build dir.
2016-06-03 Erwin JanssenUse visual studio build.
2016-05-24 Erwin JanssenUpgraded project files.
2016-05-24 Erwin JanssenRemoved two project from sln files.
2016-05-23 Emden GansnerFix bug 2599: fdp produces unnecessarily large clusters
2016-05-23 Emden GansnerUpdate debugging print to reflect use of cgraph library.
2016-05-20 Emden GansnerWhen we went back to the old semantics of doing a trans...
2016-05-19 John EllsonMerge pull request #83 from nyssen/nyssen-patch-1
2016-05-19 John EllsonMerge pull request #79 from ytsutano/relative-url
2016-05-19 John EllsonMerge branch 'master' of github.com:/ellson/graphviz
2016-05-19 John EllsonMerge pull request #85 from ErwinJanssen/reduce-travis...
2016-05-17 John Ellsondon't leak uid/gid
2016-05-17 John EllsonMerge branch 'master' of github.com:/ellson/graphviz
2016-05-08 Emden R. GansnerFix incorrect json output from input
2016-04-28 Erwin JanssenAdded dependencies to .travis.yml
2016-04-21 Emden GansnerFix parser so that it guarantees the precondition S...
2016-04-12 John Ellsonadding lib/rxspencer - unmodified source copy
2016-04-11 Alexander NyßenUpdate Dot.ref
2016-03-25 Emden GansnerFix bug where, if margin in records is given as a singl...
2016-03-25 Yutaka TsutanoAllow relative URL in Graphviz.app
2016-03-02 Emden GansnerWhen setting sep (esep) using esep (sep), use the defau...
2016-03-02 Emden GansnerGive a better warning message if there appear to be...
2016-03-01 Emden GansnerFix infinite loop in routespl when fdp uses compound...
2016-02-29 John EllsonMerge pull request #46 from tkelman/patch-3
2016-02-29 John EllsonMerge pull request #66 from pixelglow/fix-pointset...
2016-02-29 John EllsonMerge pull request #69 from flocke/master
2016-02-26 John Ellsonallow jpg support in diffimg. remove test for HAVE_HAVE...
2016-02-25 John EllsonJanitor: warning: "__USE_ISOC99" redefined
2016-02-25 John EllsonJanitor: [-Wmaybe-uninitialized]
2016-02-25 John EllsonJanitor: another [-Wmisleading-indentation] - this...
2016-02-25 John EllsonMerge branch 'master' of github.com:ellson/graphviz
2016-02-25 Emden GansnerFix bug introduced in ff2f6485a554db4b85be46704456bae2d...
2016-02-25 John EllsonJanitor: fix [-Wmisleading-indentation] from gcc6
2016-02-14 Emden R. GansnerProvide two more json output modes: dot_json which...
2016-02-14 Emden R. GansnerFix bug in twopi where a node attribute "root" is not...
2016-02-14 Emden R. GansnerAdd json0 output to provide layout info comparable...
2016-02-13 Emden R. GansnerAdd additional dependency when using libgvplugin_pango_C.
2016-02-13 Emden R. GansnerFree installed plugins in gvFreeContext
2016-02-13 Emden R. GansnerUpdate ChangeLog
2016-02-13 Emden R. GansnerUpdate documentation related to cylinder shape.
2016-02-13 Emden R. GansnerAdd cylinder (database) shape; fix some missing entries...
2016-02-12 Emden R. GansnerFix bug where edges where not being output;
2016-02-12 Emden R. GansnerFix bug in undoCompound which left dummy cluster nodes;
2016-02-09 Emden R. GansnerSmall cosmetic change: final newline; newline before...
2016-02-09 Emden R. GansnerFix malformed json (missing fields, extraneous comma...
2016-02-09 Emden R. GansnerReformat points field with different name and separate...
2016-02-09 John Ellsonrevert previous change - breaks build
2016-02-09 John Ellsonif Context is free then also free apis
2016-02-07 Emden R. GansnerHave json output supply parsed xdot.
2016-02-07 Emden R. GansnerUpdate man page for libxdot
2016-02-06 Emden R. GansnerRevert to version 4705c841a919e911d3cdc0575b9f7b194f64d...
2016-02-03 Emden R. GansnerUse special name for ids in json format.
2016-02-01 Emden GansnerChange type to not conflict on linux.
2016-02-01 Emden R. GansnerAdd json output.
2016-01-26 Jakob NixdorfFix little typo and expand comment.
2016-01-22 Jakob NixdorfFix build for all ghostscript versions.
2016-01-22 Jakob NixdorfFix build with ghostscript-9.18.
2016-01-12 John Ellsonfix redefintion of qsort_cmpf on RHEL5
2016-01-12 John Ellsonfix redefintion of qsort_cmpf on RHEL5
2016-01-12 John Ellsonsuppres ar warning for 'u' with 'D' default
2016-01-11 Emden R. GansnerFix edge drawing in fdp to allow other values for splin...
2016-01-11 Emden R. GansnerAdd two new gvpr scripts: one to add edges to a graph...
2016-01-09 John Ellsonjanitor - one more -Wstrict-prototypes
2016-01-09 John Ellsonjanitor - fix warnings from lirsvg api changes
2016-01-09 John Ellsonjanitor - fix some consts for c++ and -Wwrite-strings
2016-01-09 John Ellsonjanitor - fix 1 - -Wstrict-prototypes
2016-01-06 John Ellsonjanitor - 1 -Wunused_function
2016-01-06 John EllsonMerge branch 'master' of github.com:ellson/graphviz
2016-01-06 John Ellsonused wrong type .. I thoght I checked that it compiled...
2016-01-06 John Ellsonjanitor - fix ~20 -Wunused-value all from one macro
2016-01-06 Emden R. GansnerMerge branch 'master' of https://github.com/ellson...
2016-01-06 Emden R. GansnerFix different calling conventions for qsort_s.
2016-01-06 John Ellsonjanitor - fix 1 -Wunused-variable
2016-01-06 John EllsonMerge branch 'master' of github.com:ellson/graphviz
2016-01-06 John Ellsonjanitor - clean up ~40 'unitialized' warnings
2016-01-06 Emden R. GansnerMake global variable static.
2016-01-06 John Ellsonprovide alternative for qsort_r() on EL5
2016-01-06 John Ellsonstill need -DSWIGJAVA for swig-1.3.29 on EL5
2016-01-06 John Ellsonstill need -DSWIGJAVA for swig-1.3.29 on EL5
2016-01-05 John Ellsonno qsort_r() on EL5 - needs alternative implementation
2016-01-05 John Ellsonno qsort_r() on EL5
2016-01-05 John Ellsonno qsort_r() on EL5
2016-01-04 Emden R. GansnerFix bug with "in" operator. Keys used in evaldyn and...
2015-12-22 John Ellsonrenable lasi test - also a local issue
2015-12-22 John Ellsonrestore test for -Tpng:cairo:gd - seems to be a local...
2015-12-22 John Ellsondisable broken formats in test for now: -Tpng:cairo...
2015-12-22 John Ellsonjanitor - no need to -DSWIGJAVA these days
2015-12-22 John Ellsonjanitor - void return from agxputc()
2015-12-22 John Ellsonjanitor - fix function protype
2015-12-22 John Ellsonjanitor - fix function protype
2015-12-22 John Ellsonjanitor - use void return from agxput()
next