]>
granicus.if.org Git - graphviz/log
erg [Tue, 8 Jul 2008 14:22:35 +0000 (14:22 +0000)]
Fix illegal parameters in function call
erg [Tue, 8 Jul 2008 14:20:57 +0000 (14:20 +0000)]
Fix GTS Delaunay code to handle degenerate triangulations when
the points are collinear.
arif [Mon, 7 Jul 2008 20:39:42 +0000 (20:39 +0000)]
*** empty log message ***
ellson [Mon, 7 Jul 2008 13:40:51 +0000 (13:40 +0000)]
fix: firstedge(g) and nextedge(g,e) functions
glenlow [Sat, 5 Jul 2008 06:43:09 +0000 (06:43 +0000)]
gvdevice plugin to output cairo bitmaps; encapsulated graphics context and modularized bitmap saving
glenlow [Fri, 4 Jul 2008 14:16:32 +0000 (14:16 +0000)]
check for prerequisites: Windows XP or Windows Server 2003 and .NET Framework 2.0
glenlow [Fri, 4 Jul 2008 13:24:06 +0000 (13:24 +0000)]
fixed duplicate open menu item in desktop context menu (need distinct other ProgId for distinct extensions)
glenlow [Fri, 4 Jul 2008 11:28:18 +0000 (11:28 +0000)]
file associations for .gv and .dot: open from desktop
glenlow [Fri, 4 Jul 2008 09:34:59 +0000 (09:34 +0000)]
schedule path check directly on file change, instead of through an immediately fired timer
glenlow [Fri, 4 Jul 2008 09:16:33 +0000 (09:16 +0000)]
printing via Page Setup, Print and Print Preview dialogs
glenlow [Fri, 4 Jul 2008 09:16:33 +0000 (09:16 +0000)]
printing via Page Setup, Print and Print Preview dialogs
glenlow [Fri, 4 Jul 2008 09:16:33 +0000 (09:16 +0000)]
printing via Page Setup, Print and Print Preview dialogs
erg [Thu, 3 Jul 2008 18:31:08 +0000 (18:31 +0000)]
Additional update
erg [Thu, 3 Jul 2008 18:29:39 +0000 (18:29 +0000)]
Update todo list
erg [Thu, 3 Jul 2008 17:09:08 +0000 (17:09 +0000)]
Fix setattr function to handle HTML string input
glenlow [Wed, 2 Jul 2008 07:20:01 +0000 (07:20 +0000)]
minor code and comment cleanup
glenlow [Wed, 2 Jul 2008 04:56:25 +0000 (04:56 +0000)]
graph display updates when underlying file is changed
erg [Mon, 30 Jun 2008 22:22:50 +0000 (22:22 +0000)]
Allow dijkstra to record shortest path info, not just distances.
erg [Mon, 30 Jun 2008 22:22:50 +0000 (22:22 +0000)]
Allow dijkstra to record shortest path info, not just distances.
erg [Mon, 30 Jun 2008 20:38:13 +0000 (20:38 +0000)]
Fix setting default attributes.
glenlow [Sat, 28 Jun 2008 07:19:08 +0000 (07:19 +0000)]
export dialog with selectable format
glenlow [Sat, 28 Jun 2008 07:19:08 +0000 (07:19 +0000)]
export dialog with selectable format
erg [Fri, 27 Jun 2008 22:41:18 +0000 (22:41 +0000)]
Add explicit extern declaration for case of having triangle.c.
At some point, it can just include cgraph.h.
Though ideally subpackages like agxbuf and agerr should be
available separately.
erg [Fri, 27 Jun 2008 20:55:14 +0000 (20:55 +0000)]
Extend the description to describe creating a stand-alone plugin.
erg [Fri, 27 Jun 2008 20:08:29 +0000 (20:08 +0000)]
Turn off debugging code.
erg [Fri, 27 Jun 2008 19:51:45 +0000 (19:51 +0000)]
Add addingLayout.txt to distribution
erg [Fri, 27 Jun 2008 19:15:43 +0000 (19:15 +0000)]
Update old makefiles
erg [Fri, 27 Jun 2008 19:15:43 +0000 (19:15 +0000)]
Update old makefiles
erg [Fri, 27 Jun 2008 18:20:24 +0000 (18:20 +0000)]
Add support for edge routing to ports on the periphery of nodes,
and splines for multiedges.
erg [Fri, 27 Jun 2008 18:20:24 +0000 (18:20 +0000)]
Add support for edge routing to ports on the periphery of nodes,
and splines for multiedges.
erg [Fri, 27 Jun 2008 18:20:24 +0000 (18:20 +0000)]
Add support for edge routing to ports on the periphery of nodes,
and splines for multiedges.
erg [Fri, 27 Jun 2008 18:20:24 +0000 (18:20 +0000)]
Add support for edge routing to ports on the periphery of nodes,
and splines for multiedges.
erg [Fri, 27 Jun 2008 18:20:24 +0000 (18:20 +0000)]
Add support for edge routing to ports on the periphery of nodes,
and splines for multiedges.
erg [Fri, 27 Jun 2008 18:01:50 +0000 (18:01 +0000)]
Forgot a false and true.
erg [Fri, 27 Jun 2008 17:53:03 +0000 (17:53 +0000)]
Remove last vestiges (I hope) of bool, true and false.
erg [Fri, 27 Jun 2008 17:53:03 +0000 (17:53 +0000)]
Remove last vestiges (I hope) of bool, true and false.
ellson [Fri, 27 Jun 2008 13:40:17 +0000 (13:40 +0000)]
if graph is too large to fit maximum bitmap size, then warn and scale down to fit instead of erroring out
glenlow [Fri, 27 Jun 2008 09:42:45 +0000 (09:42 +0000)]
random crash after export dialog used (forgot to retain initial formatRender)
glenlow [Fri, 27 Jun 2008 09:41:26 +0000 (09:41 +0000)]
ensure pluginsWithAPI: returns a sorted, unique list of plugins
glenlow [Fri, 27 Jun 2008 08:33:15 +0000 (08:33 +0000)]
made gvplugin_list public and removed gvFirstPlugin, gvNextPlugin, gvPluginType; simplified GVGraph interface to plugin lists
erg [Thu, 26 Jun 2008 22:20:28 +0000 (22:20 +0000)]
Pull back earlier fix
erg [Thu, 26 Jun 2008 20:44:57 +0000 (20:44 +0000)]
Fix embarrassing memory bug.
erg [Thu, 26 Jun 2008 20:38:46 +0000 (20:38 +0000)]
Add command line flags for specifying layout and view;
add code to pick best layout choice for given input graph;
fixed various bugs;
factored out much common code;
added enums for various main options.
erg [Thu, 26 Jun 2008 20:36:10 +0000 (20:36 +0000)]
Fix switched '<' and '>'.
erg [Thu, 26 Jun 2008 20:34:59 +0000 (20:34 +0000)]
Make the labels more uniform
erg [Thu, 26 Jun 2008 16:03:51 +0000 (16:03 +0000)]
Pull back from previous change. To be done well, all of the various
non-graph-related code needs to be factored out into separate files
or directories.
erg [Thu, 26 Jun 2008 15:53:59 +0000 (15:53 +0000)]
Make mapbool available via logic.h.
glenlow [Thu, 26 Jun 2008 04:30:46 +0000 (04:30 +0000)]
attributes, actual size, zoom in, zoom out, zoom to fit toolbar icons and menu commands
glenlow [Thu, 26 Jun 2008 04:30:46 +0000 (04:30 +0000)]
attributes, actual size, zoom in, zoom out, zoom to fit toolbar icons and menu commands
erg [Thu, 26 Jun 2008 02:10:50 +0000 (02:10 +0000)]
Fix bug 1383
ellson [Wed, 25 Jun 2008 23:32:10 +0000 (23:32 +0000)]
OK, now restart 2.21. development series
ellson [Wed, 25 Jun 2008 23:17:56 +0000 (23:17 +0000)]
too quick, try again
ellson [Wed, 25 Jun 2008 23:08:29 +0000 (23:08 +0000)]
restart graphviz-2.21 development series
ellson [Wed, 25 Jun 2008 23:04:26 +0000 (23:04 +0000)]
ok, ok. Do a 2.20.2 release!!!
erg [Wed, 25 Jun 2008 20:37:41 +0000 (20:37 +0000)]
Fix bug in emitting a sequence of text chunks with different font attributes.
erg [Wed, 25 Jun 2008 18:40:37 +0000 (18:40 +0000)]
Fix to provide better verbose output concerning sep and esep.
erg [Tue, 24 Jun 2008 15:02:28 +0000 (15:02 +0000)]
Fix declaration of find_old_active_ancestor().
erg [Tue, 24 Jun 2008 15:01:30 +0000 (15:01 +0000)]
Fix code to remove compiler warnings;
increase default node size (node size should be controlled by user)
ellson [Mon, 23 Jun 2008 20:02:20 +0000 (20:02 +0000)]
restart 2.21 development series
ellson [Mon, 23 Jun 2008 19:43:40 +0000 (19:43 +0000)]
graphviz-2.20.1 point release
erg [Mon, 23 Jun 2008 15:51:14 +0000 (15:51 +0000)]
Fix bug related to conversion to cgraph
glenlow [Mon, 23 Jun 2008 09:30:57 +0000 (09:30 +0000)]
typos in unzip and iconv prebuild
ellson [Fri, 20 Jun 2008 22:33:13 +0000 (22:33 +0000)]
start 2.21 development series
ellson [Fri, 20 Jun 2008 21:31:30 +0000 (21:31 +0000)]
Release 2.20
ellson [Fri, 20 Jun 2008 21:31:30 +0000 (21:31 +0000)]
Release 2.20
ellson [Fri, 20 Jun 2008 21:31:29 +0000 (21:31 +0000)]
Release 2.20
ellson [Fri, 20 Jun 2008 21:31:29 +0000 (21:31 +0000)]
Release 2.20
ellson [Fri, 20 Jun 2008 21:31:29 +0000 (21:31 +0000)]
Release 2.20
erg [Fri, 20 Jun 2008 20:47:50 +0000 (20:47 +0000)]
Fix bug in node-induce edge function - change for cgraph was incorrect.
erg [Fri, 20 Jun 2008 14:57:39 +0000 (14:57 +0000)]
Auxiliary reversed flat edges (ED_edge_type(e) == REVERSED) added
during mincross need to be removed at the end of that phase.
glenlow [Thu, 19 Jun 2008 01:11:51 +0000 (01:11 +0000)]
open .gv files (LSItemContentTypes matching to UTI com.att.graphviz.graph) as well
erg [Wed, 18 Jun 2008 19:28:39 +0000 (19:28 +0000)]
Add addPt to geom.h interface; fix conflicting names in neatogen
erg [Wed, 18 Jun 2008 19:28:39 +0000 (19:28 +0000)]
Add addPt to geom.h interface; fix conflicting names in neatogen
erg [Wed, 18 Jun 2008 19:28:39 +0000 (19:28 +0000)]
Add addPt to geom.h interface; fix conflicting names in neatogen
ellson [Tue, 17 Jun 2008 16:30:37 +0000 (16:30 +0000)]
fix strdup of null pointer
glenlow [Tue, 17 Jun 2008 14:48:41 +0000 (14:48 +0000)]
removed LSItemContentTypes key which was preventing Graphviz.app from opening dot files previously assigned to Microsoft Word
erg [Mon, 16 Jun 2008 17:58:15 +0000 (17:58 +0000)]
Fix problems involving unistd.h. Remove traces of it (R_OK) from
ast_common.h.in, and use compat_unistd.h in gvpr.c if the real
one isn't around.
erg [Mon, 16 Jun 2008 16:29:54 +0000 (16:29 +0000)]
Re-add definition for R_OK. Can we think of any OS which might
not have unistd.h to supply this definition?
erg [Fri, 13 Jun 2008 17:12:57 +0000 (17:12 +0000)]
Make various geometry routines such as subPt available globally;
modify old Voronoi code to use common pointf type;
rename subPt in Voronoi code to avoid conflict.
erg [Fri, 13 Jun 2008 17:01:23 +0000 (17:01 +0000)]
Add test for ksh93.
ellson [Fri, 13 Jun 2008 13:39:04 +0000 (13:39 +0000)]
#undef PACKAGE_BUGREPORT (definied in php.h)
ellson [Tue, 10 Jun 2008 19:49:07 +0000 (19:49 +0000)]
enable CGRAPH
ellson [Tue, 10 Jun 2008 19:49:06 +0000 (19:49 +0000)]
enable CGRAPH
erg [Mon, 9 Jun 2008 16:57:01 +0000 (16:57 +0000)]
Move agstrdup_html from libgraph.h to graph.h. This was done earlier
for agstrdup.
erg [Mon, 9 Jun 2008 16:34:03 +0000 (16:34 +0000)]
Fix type on font size, and add documentation for a color attribute
for tables and cells.
north [Sat, 7 Jun 2008 03:08:50 +0000 (03:08 +0000)]
Add Glen Low instructions about file associations in OSX
ellson [Fri, 6 Jun 2008 19:33:50 +0000 (19:33 +0000)]
add new COLOR property to <TABLE> and <TD>
ellson [Fri, 6 Jun 2008 19:24:42 +0000 (19:24 +0000)]
fix memleak
ellson [Fri, 6 Jun 2008 19:15:43 +0000 (19:15 +0000)]
add support for "color" property to <table> and <cell> to permit
overriding of inherited pencolor.
ellson [Fri, 6 Jun 2008 19:15:43 +0000 (19:15 +0000)]
add support for "color" property to <table> and <cell> to permit
overriding of inherited pencolor.
ellson [Fri, 6 Jun 2008 18:15:54 +0000 (18:15 +0000)]
deal with colorlists in fillcolor code too
ellson [Fri, 6 Jun 2008 18:15:27 +0000 (18:15 +0000)]
back out previous change
ellson [Fri, 6 Jun 2008 18:03:50 +0000 (18:03 +0000)]
also deal with colorlists in colxlate.c
ellson [Fri, 6 Jun 2008 17:42:57 +0000 (17:42 +0000)]
if color list, then use only first member
ellson [Fri, 6 Jun 2008 14:29:54 +0000 (14:29 +0000)]
HPUX __ia64 uses .so as extension for shared libs, not .sl
Geert Coelmont <geert.coelmont@headbird.com>
ellson [Fri, 6 Jun 2008 14:20:10 +0000 (14:20 +0000)]
let unistd.h define R_OK - suggestion from:
Geert Coelmont <geert.coelmont@headbird.com>
north [Wed, 4 Jun 2008 19:25:55 +0000 (19:25 +0000)]
added more alg. stuff
north [Wed, 4 Jun 2008 19:24:39 +0000 (19:24 +0000)]
automake script mods for xxxgen
ellson [Wed, 4 Jun 2008 18:57:53 +0000 (18:57 +0000)]
add configure test for lib/sfdpgen/triangle.[ch] and define HAVE_TRIANGLE is present
change tests to "#if defined", since HAVE_TRIANGLE is not defined if not present.
ellson [Wed, 4 Jun 2008 18:57:53 +0000 (18:57 +0000)]
add configure test for lib/sfdpgen/triangle.[ch] and define HAVE_TRIANGLE is present
change tests to "#if defined", since HAVE_TRIANGLE is not defined if not present.