]> granicus.if.org Git - graphviz/shortlog
graphviz
2006-03-02 ellsonfix bug#896 - need html escaping of graph name when...
2006-03-01 ellsonfix dumb copy/paste error
2006-03-01 ellsongenerate %%BoundingBox: (atend) using the "high water...
2006-03-01 ellsonfix "-ve coordinates in %BoundingBox" problem
2006-03-01 ellsonuse -O0 instead of -O2 with icc-8.1 on ia64 - no time...
2006-02-28 ellsonsubtract pad from -Gsize before using as graph size.
2006-02-28 ellsonvarious fixes backported from Fedora-Extras graphviz...
2006-02-28 northMake the FAQ questions linkable.
2006-02-28 ellsonmake gv.layout in script interface do the gvFreeLayout()
2006-02-28 ellsonrevert previous change so that gvLayout() (C API) can...
2006-02-28 ellsonensure any previous layout is freed before generating...
2006-02-28 ergUpdate URL for bug reports in lefty
2006-02-24 ellsonfix bug when using multiple windows on same graph
2006-02-24 ellsonfixes to job list processing for multiple window support
2006-02-23 ellsonfix so that "dot -c" works when rpm relocated
2006-02-22 ellsontell rpm that graphviz is relocatable
2006-02-22 ellsonfix bitrot in code that finds dot's libdir automagically
2006-02-20 ellsonfix bug#886 - correct titles of manpages
2006-02-20 ellsonfix bug#886 - correct titles of manpages
2006-02-17 ergImplement esep attribute to allow graph to specify...
2006-02-17 ergUpdate info files
2006-02-17 ergFix bug 884
2006-02-16 ergFix bug in previous version: technically, '\0' is a...
2006-02-16 ergFix bug 882 - treat unquoted control characters as...
2006-02-16 ergFix windows install to provide necessary .h files
2006-02-15 northComments on Cairo FC4.
2006-02-15 northNew info on SVG in firefox, eog, evince.
2006-02-15 ellsonautomatically include $PREFIX/lib/pkgconfig in PKG_CONF...
2006-02-15 ellsonuse $LIBPOSTFIX when looking for python libs
2006-02-09 ergAdd kindOf function, plus functions to set and get...
2006-02-04 ellsonstart 2.9 development series
2006-02-03 ellsonrelease 2.8
2006-02-02 ellsondiffimg already in SUBDIRS, putting it in EXTA_DIST...
2006-02-02 ellsonset and get html strings in regular quoted "label"...
2006-02-02 ergFix incorrect bounding box calculation for flat adjacen...
2006-02-01 northFix for accidentally creating parallel edge in constrai...
2006-02-01 northImprove DEBUG error message when cycles are present.
2006-02-01 ergZero out Agraphinfo_t on *_cleanup_graph so that graph...
2006-02-01 ergRemove unused globals; make two globals that are only...
2006-01-30 ellsononly rm config if there is no dot executable after...
2006-01-30 ellsontry using %preun, instead of %postun, to rm config
2006-01-30 ellsonUse explicit "pt" dimensions for font-size in svggen...
2006-01-30 ergUpdate linux.i386 test data
2006-01-30 ergUpdate linux.i386 test data
2006-01-30 ergUpdate layers test data for share
2006-01-30 ergRemove b15 test until core dump is fixed
2006-01-29 ellsonHaving bool != char is catching some real bugs!
2006-01-29 ellsonfix unitialized variable
2006-01-29 ellsonneeds config.h to get bool defined
2006-01-29 ellsonsuppress bgcolor rectangle drawing entirely if layers...
2006-01-28 ergUpdate newarrows.gif test data
2006-01-28 ellsonthe configure test for bool tested only the CC compiler...
2006-01-28 ellsonthe configure test for bool tested only the CC compiler...
2006-01-28 ellsonfix mismatched function declaration - caught by improve...
2006-01-27 ellsonimprove test for bool support, uses stdbool.h if available
2006-01-27 ergUpdate test files
2006-01-27 ellsonshow edge positions as well
2006-01-27 ellson- add new function render() which is a wrapper for...
2006-01-26 ergFix warning messages in changed minmax_edges2 function
2006-01-26 ergUpdate windows build script to make tgz file
2006-01-26 ergFix typo in dot grammar
2006-01-26 northMinor cleanup for previous patch to fix init_rank trouble.
2006-01-26 northFix "trouble in init_rank" when graph has a disconnecte...
2006-01-20 ellsonadd contrib/sdlshapes to the distribution
2006-01-20 ergAdd contributed SDL node shapes
2006-01-20 ergUpdate info files
2006-01-20 ergUpdate info files
2006-01-20 ergUpdate info files
2006-01-20 ellsonchange job->dpi from int to pointf to allow for values...
2006-01-20 ellsonadd support (disabled for now) for generating ToPAS...
2006-01-20 ergAdd new gif to info pages
2006-01-20 ergUpdate info files
2006-01-20 ergFix bug 864
2006-01-19 ergAvoid writing user name in svg output if not ascii.
2006-01-19 ergUpdate FAQ to reflect new neato -n usage.
2006-01-19 ergUpdate info files
2006-01-19 ergFix neato so that neato -n forces -s72
2006-01-19 ellsoneliminate jpeg dependency
2006-01-19 ellsonindicate #861 fixed
2006-01-19 ellson-Wno-unused-parameter is only required to work around...
2006-01-18 ergUpdate info files
2006-01-18 ergFix tools windows .mak files to remove absolute path...
2006-01-18 ergFix tools windows .mak files to remove absolute path...
2006-01-18 ergFix tools windows .mak files to remove absolute path...
2006-01-18 ergFix windows .bat file to reflect 2.6 structure
2006-01-18 ellsonremove unused variable
2006-01-18 ergFix partially changed code.
2006-01-17 ergFix node adjustment functions to have a return value...
2006-01-17 ellsonindicate bug #824 has been fixed.
2006-01-17 ellsondon't claim #826 is fixed
2006-01-17 ellsonpreparing for 2.8
2006-01-17 ergAlter layout code to allow use of subgraphs;
2006-01-17 ergAdd high-level graph packing function; remove shiftGrap...
2006-01-17 ergAdd high-level graph packing function; remove shiftGrap...
2006-01-17 ellsondon't break switch order independence
2006-01-16 ellsonincrease fudge factor increase of background size to...
2006-01-16 ellsonremove duplicate -n processing code that was not being...
2006-01-16 ellsonchange default PSinputscale to 72 only when -n is used
2006-01-16 ellsonFix -Glandscape -Gcenter (Bug#858)
2006-01-16 ellsonAdd support for a -Glandscape boolean. Now landscape...
next