]> granicus.if.org Git - graphviz/shortlog
graphviz
2014-04-13 John Ellson2.38 stable release 2.38.0
2014-04-10 John Ellsonminor code improvement
2014-03-30 Emden R. GansnerMerge branch 'master' of ssh://github.com/ellson/graphviz
2014-03-30 Emden R. GansnerAdd visual studio 8/9 project file for demo.c
2014-03-27 Emden R. GansnerAllow _draw_ as well as _background to describe graph...
2014-03-27 Emden R. GansnerMerge branch 'master' of ssh://github.com/ellson/graphviz
2014-03-27 Emden R. GansnerMerge branch 'master' of https://github.com/ellson...
2014-03-27 Emden R. GansnerUpdate documentation for packing in dot and the general...
2014-03-27 Emden R. GansnerReplace scaling from overlap=scale, and make it a gener...
2014-03-27 Emden R. GansnerFor now, punt on handling packing with non-trivial...
2014-03-27 Emden R. GansnerMake sure virtual nodes are rooted in the real graph...
2014-03-26 Emden R. GansnerFix bug in new pack code for dot.
2014-03-26 Emden R. GansnerAdd simple scaling option during node adjustment
2014-03-26 Emden R. GansnerBack out earlier (incorrect) change e486bc3f04a537f4874...
2014-03-26 Emden R. GansnerWrap trace information in if (Verbose);
2014-03-26 Emden R. GansnerAllow the subset model to use specified edge lengths...
2014-03-26 Emden R. GansnerFix neato -Gmodel=subset test so the output is easier...
2014-03-26 Emden R. GansnerExport cccomps symbol for Windows build.
2014-03-26 Emden R. GansnerAdd declaration for enqueue_neighbors to remove warning.
2014-03-25 Emden R. GansnerMerge branch 'master' of ssh://github.com/ellson/graphviz
2014-03-25 Emden R. GansnerForgot I needed to change types.h.in as well.
2014-03-25 Emden R. GansnerMerge branch 'master' of ssh://github.com/ellson/graphviz
2014-03-25 Emden R. GansnerMerge branch 'master' of ssh://github.com/ellson/graphviz
2014-03-25 Emden R. GansnerMake sure dot_root() works for all graph objects.
2014-03-25 Emden R. GansnerMake sure the auxiliary graph for adjacent flat edges...
2014-03-25 Emden R. GansnerSimplify gvusershape_find();
2014-03-25 Emden R. GansnerFix for bug 2425 is incorrect. First, the users' graph...
2014-03-25 Emden R. GansnerPostScript images should use dpi=72 to get the right...
2014-03-25 Emden R. GansnerFix incorrect use of dtmatch in checking for duplicate...
2014-03-24 Emden R. GansnerUpdate neato mode test output
2014-03-23 Emden R. GansnerFor caching state to work, G_mindist must be a static...
2014-03-21 Emden R. GansnerClean up output and change usage from echo to print
2014-03-21 Emden R. GansnerMerge branch 'master' of ssh://github.com/ellson/graphviz
2014-03-21 Emden R. GansnerYet another old integer calculation removed.
2014-03-21 Emden R. GansnerMerge branch 'master' of ssh://github.com/ellson/graphviz
2014-03-21 Emden R. GansnerFix gvpr.h to provide definition for ssize_t for Windows;
2014-03-20 Emden R. GansnerRemove internal references from exported include files.
2014-03-19 Emden R. GansnerMerge pull request #18 from JonnyJD/no_debug_print
2014-03-19 Johannes Dewenderremove left over debug output
2014-03-19 Emden R. GansnerMerge branch 'master' of ssh://github.com/ellson/graphviz
2014-03-19 Emden R. GansnerSlight change to logic and comment.
2014-03-19 Emden R. GansnerMerge branch 'bug_2434' of https://github.com/JonnyJD...
2014-03-19 Emden R. GansnerAmend the readme
2014-03-19 Emden R. GansnerMerge branch 'master' of https://github.com/ellson...
2014-03-19 Emden R. GansnerModify dot to using packing rather than the built-in...
2014-03-19 Emden R. GansnerAdd function for finding connected components using...
2014-03-19 Emden R. GansnerExpand comment on what is expected in the graph for...
2014-03-19 John EllsonMerge pull request #17 from daleathan/patch-1
2014-03-18 Dale Athanasiasupdate readme
2014-03-18 Emden R. GansnerWrap timing output in with if (Verbose)
2014-03-18 Johannes Dewender0002434: neatogen: fix spline not being created
2014-03-18 Johannes Dewenderpostproc: fix crash on unpositioned edge
2014-03-15 Emden R. GansnerAdd missing rtest graph
2014-03-14 Emden R. GansnerFix bug where flat edges get zero weight during x posit...
2014-03-11 Emden R. GansnerFix bug 2431;
2014-03-10 Emden R. GansnerRemove remnants of dpi use in svg output; all output...
2014-03-10 Emden R. GansnerUpdate change log - new overline feature
2014-03-10 Emden R. GansnerRemove more remnants of int-based dot.
2014-03-10 Emden R. GansnerWrap debug traces in if(Verbose)
2014-03-10 Emden R. GansnerFix usage; add pointer to brewer colors
2014-03-10 Emden R. GansnerFix missed conversion from int to double.
2014-03-09 Emden R. GansnerAdd documentation for using <O>..</O>
2014-03-09 Emden R. GansnerSupport text overlining.
2014-03-06 Emden R. GansnerAdd textspan.h to include files of Windows package.
2014-03-06 Emden R. GansnerFix conversion error in DotIO.c
2014-03-06 Emden R. GansnerUpdate change log
2014-03-05 Emden R. GansnerAdd new issue.
2014-03-04 Emden R. GansnerMerge branch 'master' of https://github.com/ellson...
2014-03-04 Emden R. GansnerFix bug in gv.cpp: could not create edge in subgraph
2014-03-04 Emden R. GansnerOne more fix...sigh.
2014-03-04 Emden R. GansnerMerge branch 'master' of https://github.com/ellson...
2014-03-04 Emden R. GansnerFix gvpr so that edges can be created in subgraphs
2014-03-04 Emden R. GansnerAdd dependencies to Windows solution file for gvmap...
2014-03-03 Emden R. GansnerFix gvmap mains to use edgepaint library in Windows
2014-03-03 Emden R. GansnerRe-add project file to *.am since the file now exists
2014-03-03 Emden R. GansnerProtect NDEBUG in case already defined
2014-03-03 Emden R. GansnerAnother pass trying to get the Windows build right.
2014-03-03 Emden R. GansnerAdd project file for the edgepaint library
2014-03-03 Emden R. GansnerTweaks to files for Windows build.
2014-03-03 Emden R. GansnerRemove stupid extra character
2014-03-03 Emden R. GansnerRemove reference to windows project file
2014-03-03 Emden R. GansnerFix name for vcproj file for edgepaint program
2014-03-03 John EllsonMerge branch 'master' of github.com:ellson/graphviz
2014-03-02 Emden R. GansnerFurther processing of Yifan's edge painting code: add...
2014-03-01 Emden R. GansnerFinish clean between two conflicting versions of DotIO...
2014-03-01 Emden R. GansnerRemove duplicate declarations.
2014-02-28 Emden R. GansnerRemove generated shell script from repository
2014-02-28 Emden R. GansnerFix duplicated function
2014-02-28 Emden R. GansnerMerge branch 'master' of https://github.com/ellson...
2014-02-28 Emden R. GansnerIntegrate Yifan's edgepaint code into graphviz.
2014-02-28 Yifan Huchanged due to edgepaint
2014-02-28 Emden R. GansnerFix configure script and intermediate makefiles for...
2014-02-28 Emden R. GansnerFix gv.rm function on graphs to just call agclose().
2014-02-28 Yifan Hudriver routine for edgepaint, a tool for coloring edges...
2014-02-28 Yifan Humain edgepaint (also know as clarify) routines for...
2014-02-26 Emden R. GansnerNote change in neato output
2014-02-26 Emden R. GansnerFix neato to avoid unnecessary translations. This will...
2014-02-26 John Ellsonfix #2425
2014-02-26 John Ellsonadd asserts to track down #2425
2014-02-25 John Ellsontry to make png image loading more robust for bug ...
next