]> granicus.if.org Git - graphviz/shortlog
graphviz
2005-06-29 ellsonfixes to .cvsignores for cleaner cvs updates
2005-06-29 ergFix mistake concerning legal values for the rank attribute.
2005-06-28 northHack for inline PS macros. Need this when the PS code...
2005-06-27 ergFix bug 730
2005-06-27 ergFix bug 730
2005-06-27 ellsonfix linewidth in gd output under viewport zooming
2005-06-25 ellsonfix for double scaling.
2005-06-24 ergWrap libdir definition with DISABLE_LTDL wrapper, as...
2005-06-24 ellsonits a bit cleaner to pass around pointer position as...
2005-06-24 ellsonadd pointer to GVJ_t to store latest known pointer...
2005-06-24 ergFix bug 732.
2005-06-24 ergAdd experimental, non-default code for allowing the...
2005-06-23 ergifdef out unused code
2005-06-23 ergFinish reimplementation of flat edges
2005-06-23 ergFix beginpath (endpath) to work correctly with ports...
2005-06-23 ellsonsimplify api to textlayout plugin
2005-06-22 ergCheck for null spline during compound edge processing.
2005-06-22 ellsonsimplify device plugin api to single "finalize" entry...
2005-06-22 ergFix bug in make_flat_labeled_edge
2005-06-21 ergPut back inadvertently deleted code for TOP case for...
2005-06-21 ergBack out use of state info for routesplines;
2005-06-21 ellsonmissed bits from "layout" -> "neato_layout" renaming
2005-06-21 ellsonsplit output "device" plugin from renderer plugin so...
2005-06-19 ellsona few less reallocs
2005-06-19 ellsondon't keep pointers to temporarily malloc'ed strings
2005-06-18 ellsonprep for relocatable libdir - use relative paths in...
2005-06-15 ergParameterize edge drawing state so that dot can be...
2005-06-15 ellsonadd a few more comments to the code
2005-06-15 ellsonshow name of object, rather than handle, in title of...
2005-06-14 ergAdd agcopyattr to libgraph; use in utils.c (and dotspli...
2005-06-10 ergFix clipping bug in case when virtual edge is reverse...
2005-06-10 ergWhen no port is defined, have record_path simply return...
2005-06-10 ergAvoid touching key attribute when cloning edge attributes
2005-06-09 ergFix incorrect use of adjustment modes
2005-06-09 ergAllow whitespace characters within arguments specified...
2005-06-08 ergUpdate info files
2005-06-08 ergAdd new overlap modes to support pseudo-orthogonal...
2005-06-08 ergUpdate info files
2005-06-08 ergUpdate info files
2005-06-06 ergFix agset() to initialize attribute if not already.
2005-06-06 ergFix core dump in gvrender_finalize when there are no...
2005-06-06 ergFix dereference of 0 when no image file is found.
2005-06-01 ergAdd necessary utility routines to support bfs
2005-06-01 ergAdd necessary utility routines to support bfs
2005-06-01 ergFix memory leak in traversal by free stack/queue;
2005-05-31 ellsonforce doxygen to use of /usr/bin/dot so that it doesn...
2005-05-27 ellsonfix mutiple input graph postscript output
2005-05-26 ergAdd aget and aset commands to handle cases when the...
2005-05-26 ergFix bug where new node names are not used in cloned...
2005-05-25 ergUpdate info files
2005-05-25 ergUpdate info files
2005-05-24 ellsonfix clip region for landscape graphs
2005-05-24 ellsonturn off DEBUG
2005-05-23 ergFix incorrect access of an edge's graph - needs to...
2005-05-21 ellsonalways set color, don't assume color was left at defaul...
2005-05-21 ellsonneed to clear active edge color back to default color...
2005-05-20 ergMake sure svg_user_shape honors the input rectangle...
2005-05-20 ellsonobject highlighting on mouseover
2005-05-20 ergFinish support for using node color/pencolor to set...
2005-05-19 ergFix horizontal alignment bug in html cells
2005-05-17 ergFix type bug in gvpr: statically, object type is the...
2005-05-16 ellsonfix fesetenv() test
2005-05-16 ellsonTry configure testing fesetenv while -lm is added to...
2005-05-16 ergUpdate windows makefiles to reflect changing plugin...
2005-05-13 ellsonsvgen.c fixes
2005-05-13 ellsonpartially fix "whitespace" issue in svggen.c
2005-05-13 ellsonremove gvhostname.c.
2005-05-11 ellsonTCLLIBPATH needs to be exported
2005-05-11 ellsonset TCLLIBPATH to pickup newly installed libtcldot...
2005-05-10 ellsonrpm spec fixes
2005-05-10 ellsonadd lineToBox function
2005-05-08 ellsonchange from $HOME/.graphviz/xxx.config to /usr/lib...
2005-05-07 ergFix bug 705
2005-05-07 ellsonremove ENABLE_GVRENDER configure option.
2005-05-07 ergRemove VERSIONs. This is added by configure.old
2005-05-07 ellsonDisconnect text plugin pending complete removal. Now...
2005-05-07 ellsondetect mouse in arrows (or to be accurate, arrow_bb)
2005-05-06 ellsonneed #include <graph.h> for AGERR
2005-05-05 ergMake loops independent of node size and dependent on...
2005-05-05 ergUse agerr for warning and error messages.
2005-05-05 ellsonfixes to get old Makefiles working again,
2005-05-05 ellsoncheck that plugin dir matches that expected by executable.
2005-05-05 ellson-devel doesn't require -tcl
2005-05-05 ellsonremove all cairo and gd dependencied from gvrender...
2005-05-04 ergFix bug 703; remove unnecessary postscript code from...
2005-05-04 ergChange old makefile so that only psgen.c depends on...
2005-05-04 ergFix bug 702
2005-05-04 ellsonseparate packagename from library path:
2005-05-04 ergFix bug in utf8 - latin1 translation.
2005-05-04 ergNeed <unistd.h> if using gethostname().
2005-05-04 ellsonfix "keep quality sorted within type" bug
2005-05-04 ellsonfix missing nodes in -Tps and other cg
2005-05-04 ellsonfix bad breakage from yesterday.
2005-05-04 ellsoncomplete API_text -> API_textlayout renaming
2005-05-04 ellsonrename API_text to API_textlayout
2005-05-03 ellsondon't install scipt bindings during build
2005-05-03 ellsonrpm builds failing because of variation in scripting...
2005-05-02 ergFix bug 701
2005-05-02 ergUpdated lefty scripts to handle extensions to xdot...
2005-05-02 ellsonmake install targets need to be conditioned by availabl...
next