]> granicus.if.org Git - graphviz/shortlog
graphviz
2012-01-04 Emden GansnerRemove exits from ortho lib.
2012-01-04 Emden GansnerRemove exits from rbtree
2012-01-04 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2012-01-04 Emden GansnerRemove exit from libpack.
2012-01-04 Emden GansnerRemove exit() from fdpgen.
2012-01-04 Emden GansnerRemove call to exit in position.c
2012-01-04 Emden GansnerRemove aborts and exits from cgraph. There is a remaini...
2012-01-04 Emden GansnerRemove calls to exit() and abort() from libgraph.
2012-01-04 Donald Caldwellsome changes to the ad-hoc label positioning at the...
2012-01-04 Emden GansnerRemove use of exit() from libcommon. Mainly, the involv...
2012-01-04 Emden GansnerRemove aborts from dotgen.
2012-01-04 Emden GansnerRemove abort() from routespl.c.
2012-01-03 Emden GansnerRemove aborts (remaining aborts are only in DEBUG mode).
2012-01-03 Emden GansnerRemove more uses of abort().
2012-01-03 Emden GansnerFix multiple frees in circo and twopi: bug 2180
2012-01-02 John Ellsonfix for 0002179 - automake 1.11.2 incompatibility
2011-12-28 Emden GansnerReplace abort with warning.
2011-12-23 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-12-23 Emden GansnerRemove another use of abort; remove dual declaration...
2011-12-22 Dwight Perryremoved /usr/local/lib/libz.a
2011-12-16 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-12-16 Emden GansnerRemove some uses of abort().
2011-12-16 Emden GansnerMake the use of cubic B-splines explicit
2011-12-15 Donald Caldwellimprove label placement
2011-12-14 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-12-14 Emden GansnerFix error in ccomps where user specifies far too many...
2011-12-13 John Ellsonrecent php's require '<?php' instead of just '<?'
2011-12-13 John Ellsonapply JAVA_INCLUDES patch from #0002173
2011-12-12 Emden GansnerFix default value for forcelabels attribute in document...
2011-12-12 Emden GansnerFix link to layer drawing page
2011-12-12 Emden GansnerFix bug 2171: handle errors when #define DEBUG is set.
2011-12-07 Emden GansnerRemove some debug code for cgraph version
2011-12-07 Emden GansnerEnable an exponent of 1 in the weight term of stress...
2011-12-07 Emden GansnerRemove unused code
2011-12-06 Dwight PerryRestored reference to 01local.xml
2011-12-05 Dwight PerryAdded nl to end of file
2011-12-02 Dwight PerryAdded message to end of macosx installation
2011-12-01 Donald Caldwellfixing integer overflow in rectangle.c RectArea again
2011-11-25 Emden GansnerMove agmemread to io.c. Having it in grammar.y causes...
2011-11-25 Emden GansnerAdd utility function agmemread (as in libgraph) to...
2011-11-25 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-11-25 Emden GansnerFix bug 2164
2011-11-24 John Ellsonmerge from head
2011-11-24 John Ellsonpartially completed (disabled) framework for gdk_pixbuf...
2011-11-24 Emden GansnerFix for bug 2163
2011-11-23 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-11-23 Emden GansnerAdd prototype pov renderer. It probably needs a bit...
2011-11-23 John Ellsonfix #!/bin/ksh so it works for other user's
2011-11-22 Dwight Perryxlable library edit
2011-11-18 Donald Caldwelloverflow in RectArea
2011-11-15 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-11-15 Emden GansnerMake sure default attributes are printed, even if empty.
2011-11-15 Dwight PerryTest cases for edge path code changes
2011-11-15 Emden GansnerReplace direct data structure access with macro from...
2011-11-14 Dwight Perrybranch merge
2011-11-14 Dwight PerryChanges to improve the appearance of some edge paths
2011-11-14 Emden GansnerMake sure components each have minrank 0 in new ranking
2011-11-11 Emden GansnerOn output, recurse down the subgraph tree even if the...
2011-11-11 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-11-11 Emden GansnerFix warning messages
2011-11-11 Emden GansnerWrap new level code with WITH_CGRAPH
2011-11-11 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-11-11 Emden GansnerSimilar fix that we did for dot: cgraph does not have...
2011-11-11 John Ellson do same with stddef.h
2011-11-11 John Ellsonadd explicit include of stdint.h for ptrdiff_t
2011-11-11 Emden GansnerFix unused variable declaration
2011-11-11 Emden GansnerAdd #include <stdlib.h> for malloc declaration (this...
2011-11-11 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-11-11 Emden GansnerClean up tests: fix misnamed fdp test; remove meaningle...
2011-11-10 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-11-10 Emden GansnerSupply code to use the new ranking algorithm. This...
2011-11-10 Emden GansnerAdd flag to indicate using the new ranking algorithm.
2011-11-10 Emden GansnerAdd helper functions to access Agraphinfo_t and Agnodei...
2011-11-08 Emden GansnerDon't reset LexPtr unless file changes. This allows...
2011-11-07 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-11-07 Emden GansnerMake the grammar used to describe types a bit cleaner;
2011-11-06 John Ellsonadd COPYING (softlink to epl-v10.txt) to avoid warning...
2011-11-06 John Ellsonone more tweak for php abi versioning
2011-11-05 John Ellsonbackport ugly code from Fedora for dealing with PHP...
2011-11-04 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-11-04 Emden GansnerMake sure node size information gets transferred to...
2011-11-04 John Ellsonremove cmake stuff - never completed - never worked...
2011-11-02 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-11-02 Emden GansnerAdd note on explicitly using overlap=voronoi
2011-10-31 Stephen Northreturn 0 instead of crash on agnxtsubg(g) when g is...
2011-10-26 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-10-26 Emden GansnerRemove unused and incorrect subgraph code
2011-10-25 Emden GansnerRemove redundant memory reclamation
2011-10-25 Emden GansnerDon't require diffimg to generate test output
2011-10-25 Emden GansnerAutomated merge with ssh://hg.research.att.com//home...
2011-10-25 Emden GansnerTurn off assertion if new ranking is used
2011-10-25 Emden GansnerMake sure new rank function works with cgraph;
2011-10-25 Emden GansnerMove debug code in network simplex to rely on graph...
2011-10-25 Emden GansnerAdd new ranking code
2011-10-25 Emden GansnerProvide more parameters to network simplex;
2011-10-24 Emden GansnerFix printf for pointer type
2011-10-24 Emden GansnerRemove extra space
2011-10-20 Emden GansnerPull out incorrect and redundant code, re-added after...
2011-10-20 Emden GansnerAdd information concerning the imagepath attribute
2011-10-19 John Ellsonmerge with head
next