]>
granicus.if.org Git - graphviz/log
dperry [Fri, 25 Feb 2011 20:30:32 +0000 (20:30 +0000)]
Moved this directory to the graphviz-web repo
arif [Fri, 25 Feb 2011 19:37:19 +0000 (19:37 +0000)]
gvedit dynamic attribute loading added
dperry [Fri, 25 Feb 2011 15:30:30 +0000 (15:30 +0000)]
Removed test message
dperry [Thu, 24 Feb 2011 23:15:31 +0000 (23:15 +0000)]
Code to support the updating of the website database with dynamically generated documents
arif [Thu, 24 Feb 2011 20:44:08 +0000 (20:44 +0000)]
agerrno removed from def file
arif [Thu, 24 Feb 2011 20:43:07 +0000 (20:43 +0000)]
*** empty log message ***
erg [Thu, 24 Feb 2011 20:40:27 +0000 (20:40 +0000)]
Fix problem when no matching available font is found. We then provide and test
for an empty string "".
arif [Thu, 24 Feb 2011 17:44:43 +0000 (17:44 +0000)]
more gvedit development
arif [Wed, 23 Feb 2011 21:54:58 +0000 (21:54 +0000)]
some static variables removed from export list (gvc.def)
arif [Wed, 23 Feb 2011 21:53:49 +0000 (21:53 +0000)]
new files are added to project file
arif [Wed, 23 Feb 2011 21:53:01 +0000 (21:53 +0000)]
Dwight's new files added
arif [Wed, 23 Feb 2011 21:34:30 +0000 (21:34 +0000)]
gvedit development
ellson [Wed, 23 Feb 2011 17:13:00 +0000 (17:13 +0000)]
don't install .la files
ellson [Wed, 23 Feb 2011 16:04:34 +0000 (16:04 +0000)]
working on prebuild of zlib
ellson [Wed, 23 Feb 2011 13:36:05 +0000 (13:36 +0000)]
try a libpng upgrade
north [Tue, 22 Feb 2011 19:06:01 +0000 (19:06 +0000)]
added gvgetfontlist.h
dperry [Tue, 22 Feb 2011 05:29:43 +0000 (05:29 +0000)]
Code to support selection of pango PS fonts from equivalent installed fonts.
dperry [Tue, 22 Feb 2011 05:28:39 +0000 (05:28 +0000)]
Code changes to support selection of pango PS font from equivalent installed fonts
erg [Tue, 22 Feb 2011 02:22:15 +0000 (02:22 +0000)]
Fix bug in which prism values were not initialized when overlap=false,
which now implies prism.
erg [Tue, 22 Feb 2011 01:39:37 +0000 (01:39 +0000)]
Put in call to reset line numbers before parsing
erg [Tue, 22 Feb 2011 01:39:01 +0000 (01:39 +0000)]
Comment out unnecessary use of gvio.h
erg [Tue, 22 Feb 2011 01:38:37 +0000 (01:38 +0000)]
Wrap windows.h in #ifdef WINDOWS
erg [Mon, 21 Feb 2011 23:20:51 +0000 (23:20 +0000)]
Fix code not to call exit if it can't open a file for writing. This is not
library-friendly. In general, all of the calls to exit() should be reviewed
with an eye to this.
I believe I have altered things correctly in gvRenderJobs so that cleanup is done
correctly and finalizers are called as needed for good jobs. It would be good for
John to review the changes.
arif [Mon, 21 Feb 2011 19:56:48 +0000 (19:56 +0000)]
*** empty log message ***
arif [Mon, 21 Feb 2011 19:42:34 +0000 (19:42 +0000)]
*** empty log message ***
erg [Sat, 19 Feb 2011 20:21:59 +0000 (20:21 +0000)]
Add mechanism so that a program using graphivz can capture error and
warning messages;
remove unused extern variable agerrno;
have agseterr return the previous error level.
erg [Sat, 19 Feb 2011 20:20:11 +0000 (20:20 +0000)]
Modify agdelete to indicate an error if the object does not
belong to the graph
erg [Sat, 19 Feb 2011 17:39:49 +0000 (17:39 +0000)]
Fix warning of pointer type mismatch
ellson [Sat, 19 Feb 2011 17:26:07 +0000 (17:26 +0000)]
snowleopard build tweaking
ellson [Sat, 19 Feb 2011 14:27:42 +0000 (14:27 +0000)]
various macos snowleopard changes to make it work for me
ellson [Fri, 18 Feb 2011 21:25:56 +0000 (21:25 +0000)]
back out previous change - didn't work for me
ellson [Fri, 18 Feb 2011 21:09:04 +0000 (21:09 +0000)]
tclpkg/gv/test.rb should run without installation
ellson [Fri, 18 Feb 2011 16:51:31 +0000 (16:51 +0000)]
extra ruby-1.9 config - patch from <ralf.mueller@zmaw.de>
arif [Fri, 18 Feb 2011 15:24:13 +0000 (15:24 +0000)]
new qt-based gvedit
erg [Thu, 17 Feb 2011 22:49:41 +0000 (22:49 +0000)]
We recently removed the integer-based calculation for node widths and heights stored
in ND_lw, ND_rw and ND_ht. Unfortunately, dot still does integer-based calculations for
the rank boundaries it stores. This can cause problems in spline routing, since the
(integer) rank values would be used for y for boxes between ranks, but the (double) height
values would be used for the nodes, causing adjacent boxes to have different y values.
The hack added makes sure that boxes returned for nodes use the same integer rounding as dot.
erg [Thu, 17 Feb 2011 19:02:36 +0000 (19:02 +0000)]
Put in workaround for ksh bug in new versions
ellson [Thu, 17 Feb 2011 14:20:23 +0000 (14:20 +0000)]
suppress warning message about cairo surfaces with zero area as this seems to happen normally with -Tx11
ellson [Thu, 17 Feb 2011 14:11:12 +0000 (14:11 +0000)]
make gv.2python.pdf generation more reliable
ellson [Thu, 17 Feb 2011 13:22:21 +0000 (13:22 +0000)]
use dot_builtin so that tests work in build tree without install
ellson [Wed, 16 Feb 2011 20:19:31 +0000 (20:19 +0000)]
add japanese text example to graphs
erg [Tue, 15 Feb 2011 23:03:30 +0000 (23:03 +0000)]
Fix bug 2139
erg [Tue, 15 Feb 2011 17:45:08 +0000 (17:45 +0000)]
Update patchwork code incorporating Yifan's treemap function.
erg [Tue, 15 Feb 2011 16:30:02 +0000 (16:30 +0000)]
Remove unused common_init_node_opt function
erg [Tue, 15 Feb 2011 16:27:53 +0000 (16:27 +0000)]
Remove xsize and ysize attributes. These are vestiges of int-based data structures,
and are redundant given rw, lw and ht.
ellson [Sun, 13 Feb 2011 14:44:58 +0000 (14:44 +0000)]
centos5 doesn't have pango_layout_get_baseline()
ellson [Sat, 12 Feb 2011 17:49:17 +0000 (17:49 +0000)]
very small vertical adjustments
ellson [Sat, 12 Feb 2011 17:39:57 +0000 (17:39 +0000)]
fractionally less linespacing
ellson [Sat, 12 Feb 2011 16:07:57 +0000 (16:07 +0000)]
attempt really horrible fix for platform variations in line height metrics
ellson [Sat, 12 Feb 2011 16:01:47 +0000 (16:01 +0000)]
various hacks on test program - retain in conditional blocks
cVS: ----------------------------------------------------------------------
ellson [Sat, 12 Feb 2011 16:00:00 +0000 (16:00 +0000)]
back out previous change -- too much for one change
ellson [Sat, 12 Feb 2011 15:58:45 +0000 (15:58 +0000)]
various hacks on test program - retain in conditional blocks
ellson [Fri, 11 Feb 2011 20:42:15 +0000 (20:42 +0000)]
better way to get baseline
ellson [Fri, 11 Feb 2011 19:56:26 +0000 (19:56 +0000)]
magic scaling failed to solve problem
ellson [Fri, 11 Feb 2011 19:50:06 +0000 (19:50 +0000)]
use a "magic" scaling to get reasonable ascent/descent values
ellson [Fri, 11 Feb 2011 19:30:16 +0000 (19:30 +0000)]
misc tidy and enable ascent/descent - even though clearly wrong
ellson [Fri, 11 Feb 2011 18:32:21 +0000 (18:32 +0000)]
pango_cairo_context_set_resolution() seems cleaner that pango_cairo_font_map_set_resolution()
ellson [Fri, 11 Feb 2011 18:21:20 +0000 (18:21 +0000)]
trying to get at ascent/descent metrics
ellson [Fri, 11 Feb 2011 16:53:47 +0000 (16:53 +0000)]
show ink_rect
ellson [Fri, 11 Feb 2011 16:08:39 +0000 (16:08 +0000)]
added quartz flags to configure options for cairo
arif [Thu, 10 Feb 2011 15:25:25 +0000 (15:25 +0000)]
*** empty log message ***
ellson [Thu, 10 Feb 2011 14:10:19 +0000 (14:10 +0000)]
add pangotest to repo
ellson [Thu, 10 Feb 2011 12:07:07 +0000 (12:07 +0000)]
include new header in distribution
ellson [Thu, 10 Feb 2011 05:19:21 +0000 (05:19 +0000)]
oops, didn't mean to commit that, it didn't work -- revert
erg [Thu, 10 Feb 2011 02:44:46 +0000 (02:44 +0000)]
Add note to man page how lefty (dotty/lneato) relies on xdot.
erg [Thu, 10 Feb 2011 02:43:41 +0000 (02:43 +0000)]
Add support for node and graph names in gvgen
ellson [Thu, 10 Feb 2011 02:24:52 +0000 (02:24 +0000)]
use a new fontmap
erg [Wed, 9 Feb 2011 23:01:28 +0000 (23:01 +0000)]
Protect against an empty graph
erg [Wed, 9 Feb 2011 22:56:15 +0000 (22:56 +0000)]
Fix memory leak
erg [Wed, 9 Feb 2011 22:53:58 +0000 (22:53 +0000)]
Fix space leak in twopi.
ellson [Wed, 9 Feb 2011 22:13:22 +0000 (22:13 +0000)]
back out the FONT_DPI / POINTS_PER_INCH changes that gave incorrect results
ellson [Wed, 9 Feb 2011 21:15:25 +0000 (21:15 +0000)]
factor out FONT_DPI into header so that its defined just once
dperry [Wed, 9 Feb 2011 19:48:11 +0000 (19:48 +0000)]
Made changes to set font resolution to 96. Inverted text scaling factor from POINTS_PER_INCH/FONT_DPI, except for yoffset_layout.
ellson [Wed, 9 Feb 2011 19:04:40 +0000 (19:04 +0000)]
not yet complete changes for "go" language support
erg [Mon, 7 Feb 2011 16:20:20 +0000 (16:20 +0000)]
Add simpleSplineRoute to Windows export file
erg [Mon, 7 Feb 2011 16:00:40 +0000 (16:00 +0000)]
Fix the previous fix.
erg [Mon, 7 Feb 2011 15:59:34 +0000 (15:59 +0000)]
Fix assignment not allowed by Windows.
erg [Sun, 6 Feb 2011 00:19:45 +0000 (00:19 +0000)]
Fix bug 2129
erg [Sun, 6 Feb 2011 00:18:42 +0000 (00:18 +0000)]
Fix bug 2044
erg [Fri, 4 Feb 2011 18:52:31 +0000 (18:52 +0000)]
Initial implementation of rounded corners for tables
erg [Fri, 4 Feb 2011 18:51:54 +0000 (18:51 +0000)]
Add N_ordering and G_ordering to Windows global variable file
erg [Fri, 4 Feb 2011 18:44:56 +0000 (18:44 +0000)]
Add info on using rounded corners in tables
erg [Fri, 4 Feb 2011 18:36:12 +0000 (18:36 +0000)]
Fix declarations to appear at top of block to satisfy older compilers.
erg [Tue, 1 Feb 2011 23:16:04 +0000 (23:16 +0000)]
Always recompute the graph's bounding box in neato -n
erg [Tue, 1 Feb 2011 22:29:03 +0000 (22:29 +0000)]
Support ordering attribute on a per node basis
erg [Tue, 1 Feb 2011 21:21:34 +0000 (21:21 +0000)]
Note support for ordering as a node attribute.
ellson [Tue, 1 Feb 2011 20:30:32 +0000 (20:30 +0000)]
add some explicit casts
erg [Tue, 1 Feb 2011 19:56:00 +0000 (19:56 +0000)]
Add note that Graphviz is not thread-safe.
erg [Mon, 31 Jan 2011 20:20:39 +0000 (20:20 +0000)]
The use of commas should only be done in client-map maps. Restore previous code
for server-side maps.
erg [Mon, 31 Jan 2011 19:36:01 +0000 (19:36 +0000)]
Fix bug in coordinates of image maps. The list of coordinates should be comma-separated,
not space-separated between adjacent points.
erg [Fri, 28 Jan 2011 21:39:04 +0000 (21:39 +0000)]
Add comment about twopi producing the chosen root node.
erg [Fri, 28 Jan 2011 21:24:44 +0000 (21:24 +0000)]
Allow twopi to note vertex picked as root if not specified
erg [Fri, 28 Jan 2011 16:24:29 +0000 (16:24 +0000)]
Add comment to code
erg [Thu, 27 Jan 2011 00:08:07 +0000 (00:08 +0000)]
Update documentation to reflect changes to the id attribute, and its
support now in html-like labels.
erg [Wed, 26 Jan 2011 23:57:53 +0000 (23:57 +0000)]
Fix bug 1480; simplify code in emit.c constructing internal object ids;
add the id field to TD and TABLE elements; use graph id attribute as
prefix for xml ids, if supplied.
erg [Wed, 26 Jan 2011 23:52:19 +0000 (23:52 +0000)]
Extend statistics to all fields
north [Wed, 26 Jan 2011 22:37:43 +0000 (22:37 +0000)]
Moved to EPL.
ellson [Wed, 26 Jan 2011 02:20:41 +0000 (02:20 +0000)]
change header from CPL to EPL
ellson [Tue, 25 Jan 2011 20:44:22 +0000 (20:44 +0000)]
update to EPL in xgtk plugin demo
ellson [Tue, 25 Jan 2011 20:10:31 +0000 (20:10 +0000)]
update to EPL
add "program-name", "DotEdit"
ellson [Tue, 25 Jan 2011 16:36:55 +0000 (16:36 +0000)]
fix some breakage from EPL changes