2005-05-23 |
erg | Fix incorrect access of an edge's graph - needs to... |
commit | commitdiff | tree | snapshot |
2005-05-21 |
ellson | always set color, don't assume color was left at defaul... |
commit | commitdiff | tree | snapshot |
2005-05-21 |
ellson | need to clear active edge color back to default color... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
erg | Make sure svg_user_shape honors the input rectangle... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
ellson | object highlighting on mouseover |
commit | commitdiff | tree | snapshot |
2005-05-20 |
erg | Finish support for using node color/pencolor to set... |
commit | commitdiff | tree | snapshot |
2005-05-19 |
erg | Fix horizontal alignment bug in html cells |
commit | commitdiff | tree | snapshot |
2005-05-17 |
erg | Fix type bug in gvpr: statically, object type is the... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
ellson | fix fesetenv() test |
commit | commitdiff | tree | snapshot |
2005-05-16 |
ellson | Try configure testing fesetenv while -lm is added to... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
erg | Update windows makefiles to reflect changing plugin... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
ellson | svgen.c fixes |
commit | commitdiff | tree | snapshot |
2005-05-13 |
ellson | partially fix "whitespace" issue in svggen.c |
commit | commitdiff | tree | snapshot |
2005-05-13 |
ellson | remove gvhostname.c. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
ellson | TCLLIBPATH needs to be exported |
commit | commitdiff | tree | snapshot |
2005-05-11 |
ellson | set TCLLIBPATH to pickup newly installed libtcldot... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
ellson | rpm spec fixes |
commit | commitdiff | tree | snapshot |
2005-05-10 |
ellson | add lineToBox function |
commit | commitdiff | tree | snapshot |
2005-05-08 |
ellson | change from $HOME/.graphviz/xxx.config to /usr/lib... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
erg | Fix bug 705 |
commit | commitdiff | tree | snapshot |
2005-05-07 |
ellson | remove ENABLE_GVRENDER configure option. |
commit | commitdiff | tree | snapshot |
2005-05-07 |
erg | Remove VERSIONs. This is added by configure.old |
commit | commitdiff | tree | snapshot |
2005-05-07 |
ellson | Disconnect text plugin pending complete removal. Now... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
ellson | detect mouse in arrows (or to be accurate, arrow_bb) |
commit | commitdiff | tree | snapshot |
2005-05-06 |
ellson | need #include <graph.h> for AGERR |
commit | commitdiff | tree | snapshot |
2005-05-05 |
erg | Make loops independent of node size and dependent on... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
erg | Use agerr for warning and error messages. |
commit | commitdiff | tree | snapshot |
2005-05-05 |
ellson | fixes to get old Makefiles working again, |
commit | commitdiff | tree | snapshot |
2005-05-05 |
ellson | check that plugin dir matches that expected by executable. |
commit | commitdiff | tree | snapshot |
2005-05-05 |
ellson | -devel doesn't require -tcl |
commit | commitdiff | tree | snapshot |
2005-05-05 |
ellson | remove all cairo and gd dependencied from gvrender... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
erg | Fix bug 703; remove unnecessary postscript code from... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
erg | Change old makefile so that only psgen.c depends on... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
erg | Fix bug 702 |
commit | commitdiff | tree | snapshot |
2005-05-04 |
ellson | separate packagename from library path: |
commit | commitdiff | tree | snapshot |
2005-05-04 |
erg | Fix bug in utf8 - latin1 translation. |
commit | commitdiff | tree | snapshot |
2005-05-04 |
erg | Need <unistd.h> if using gethostname(). |
commit | commitdiff | tree | snapshot |
2005-05-04 |
ellson | fix "keep quality sorted within type" bug |
commit | commitdiff | tree | snapshot |
2005-05-04 |
ellson | fix missing nodes in -Tps and other cg |
commit | commitdiff | tree | snapshot |
2005-05-04 |
ellson | fix bad breakage from yesterday. |
commit | commitdiff | tree | snapshot |
2005-05-04 |
ellson | complete API_text -> API_textlayout renaming |
commit | commitdiff | tree | snapshot |
2005-05-04 |
ellson | rename API_text to API_textlayout |
commit | commitdiff | tree | snapshot |
2005-05-03 |
ellson | don't install scipt bindings during build |
commit | commitdiff | tree | snapshot |
2005-05-03 |
ellson | rpm builds failing because of variation in scripting... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
erg | Fix bug 701 |
commit | commitdiff | tree | snapshot |
2005-05-02 |
erg | Updated lefty scripts to handle extensions to xdot... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
ellson | make install targets need to be conditioned by availabl... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
ellson | accurately test for mouse in node shape |
commit | commitdiff | tree | snapshot |
2005-05-01 |
ellson | last change was too simple - fixing |
commit | commitdiff | tree | snapshot |
2005-05-01 |
ellson | Factor out overlap_node(node_t *,boxf) and overlap_edge... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
ellson | add a CLOSEENOUGH factor for mouse in objects |
commit | commitdiff | tree | snapshot |
2005-04-29 |
ellson | clean up parameters to inside functions |
commit | commitdiff | tree | snapshot |
2005-04-29 |
ellson | fix inside_label bug |
commit | commitdiff | tree | snapshot |
2005-04-29 |
ellson | add bb to node_t ( ND_bb(n) ) and to splines |
commit | commitdiff | tree | snapshot |
2005-04-29 |
ellson | Add current node_t*, edge_t* graph_t* to GVJ_t - just... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
ellson | fix bug in job initialization that caused problem in... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
erg | Fix the fix of the fix of the fix in checkStyle. It... |
commit | commitdiff | tree | snapshot |
2005-04-28 |
erg | Fix warning messages |
commit | commitdiff | tree | snapshot |
2005-04-28 |
erg | Add support for charset attribute and Latin1 encoding. |
commit | commitdiff | tree | snapshot |
2005-04-28 |
erg | Add support for charset attribute and Latin1 encoding. |
commit | commitdiff | tree | snapshot |
2005-04-28 |
erg | Add support for charset attribute and Latin1 encoding. |
commit | commitdiff | tree | snapshot |
2005-04-28 |
erg | Fix bug related to recent strippin of rounded and diago... |
commit | commitdiff | tree | snapshot |
2005-04-28 |
ellson | minor change to comments |
commit | commitdiff | tree | snapshot |
2005-04-28 |
erg | Fix bug related to new fill mode for bezier. The old... |
commit | commitdiff | tree | snapshot |
2005-04-28 |
ellson | initial mouse -> graph object events. |
commit | commitdiff | tree | snapshot |
2005-04-28 |
erg | Update info files |
commit | commitdiff | tree | snapshot |
2005-04-28 |
erg | Update info files |
commit | commitdiff | tree | snapshot |
2005-04-28 |
erg | Update info files |
commit | commitdiff | tree | snapshot |
2005-04-28 |
ellson | use GVJ_t for pagination state |
commit | commitdiff | tree | snapshot |
2005-04-28 |
ellson | fix hang in checkStyle() when style set |
commit | commitdiff | tree | snapshot |
2005-04-28 |
ellson | migrate the write_xxx() functions to use GVJ_t |
commit | commitdiff | tree | snapshot |
2005-04-28 |
ellson | fix warning - cast size_t to int for sprintf |
commit | commitdiff | tree | snapshot |
2005-04-28 |
ellson | fix unititialized variable - shapeimagefile |
commit | commitdiff | tree | snapshot |
2005-04-28 |
ellson | Fix defined-but-no-used warning by moving |
commit | commitdiff | tree | snapshot |
2005-04-28 |
ellson | separate GVC_t from GVJ_t initialization for layering |
commit | commitdiff | tree | snapshot |
2005-04-28 |
ellson | Rename gvrender_job_t to GVJ_t |
commit | commitdiff | tree | snapshot |
2005-04-27 |
ellson | -Tx11 fixes |
commit | commitdiff | tree | snapshot |
2005-04-27 |
erg | Correct error in bezier output - use 'b' for filled... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
erg | The rounded and diagonal styles are supported in shapes... |
commit | commitdiff | tree | snapshot |
2005-04-26 |
erg | Lower missing style of error to warning |
commit | commitdiff | tree | snapshot |
2005-04-26 |
erg | Add rounded,filled shapes to fig renderer. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
erg | Note abyssmal quality of parse_style |
commit | commitdiff | tree | snapshot |
2005-04-26 |
erg | Implement filled, rounded shapes for svg. |
commit | commitdiff | tree | snapshot |
2005-04-26 |
erg | Update info files |
commit | commitdiff | tree | snapshot |
2005-04-26 |
erg | Update info files |
commit | commitdiff | tree | snapshot |
2005-04-26 |
erg | Use begin/end_context to make sure correct pen color... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
erg | Make sure warning message about trying to use non-ps... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
erg | Add support for filled, rounded nodes. |
commit | commitdiff | tree | snapshot |
2005-04-25 |
erg | Update info files |
commit | commitdiff | tree | snapshot |
2005-04-25 |
erg | Update info files |
commit | commitdiff | tree | snapshot |
2005-04-25 |
erg | Fix problem where postscript images are used in html... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
erg | Fix bug in ps image lookup. dtsearch requires a diction... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
erg | Change lefty to print graphviz version info as well... |
commit | commitdiff | tree | snapshot |
2005-04-25 |
erg | Fix dotty and lneato scripts to print lefty version... |
commit | commitdiff | tree | snapshot |
2005-04-23 |
erg | Fix bug 691 |
commit | commitdiff | tree | snapshot |
2005-04-23 |
erg | Fix bug 690 |
commit | commitdiff | tree | snapshot |
2005-04-22 |
ellson | rename "queue" to "nodequeue" to avoid conflict with... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
ellson | use EXTERN.h instead of perl.h to check for perl header... |
commit | commitdiff | tree | snapshot |
2005-04-22 |
ellson | improve tests for language support (perl, php, ...) |
commit | commitdiff | tree | snapshot |
2005-04-22 |
erg | Fix bug in application-specific flag processing. The... |
commit | commitdiff | tree | snapshot |
next |