]> granicus.if.org Git - graphviz/log
graphviz
17 years agoBack out code change moving setting of color=black for points
erg [Mon, 5 Nov 2007 21:33:36 +0000 (21:33 +0000)]
Back out code change moving setting of color=black for points
from special code in fillColor() to init_point(). Although the
change made cleaner code, it also causes color=black to appear
for points in dot output.

17 years agoAdd new test for polygons and peripheries
erg [Mon, 5 Nov 2007 20:51:00 +0000 (20:51 +0000)]
Add new test for polygons and peripheries

17 years agoAdd new test for polygons and peripheries
erg [Mon, 5 Nov 2007 20:51:00 +0000 (20:51 +0000)]
Add new test for polygons and peripheries

17 years agoadded baseline reference for new test
ellson [Mon, 5 Nov 2007 20:36:12 +0000 (20:36 +0000)]
added baseline reference for new test

17 years agoupdate with recent changes
ellson [Mon, 5 Nov 2007 20:28:48 +0000 (20:28 +0000)]
update with recent changes

17 years agofix breakage to ellipses with multiple peripheries
ellson [Mon, 5 Nov 2007 20:02:18 +0000 (20:02 +0000)]
fix breakage to ellipses with multiple peripheries

17 years agofix breakage to -Txlib
ellson [Mon, 5 Nov 2007 19:11:53 +0000 (19:11 +0000)]
fix breakage to -Txlib

17 years agofix breakage to landscape paging
ellson [Mon, 5 Nov 2007 18:21:54 +0000 (18:21 +0000)]
fix breakage to landscape paging

17 years agoUpdate info files
erg [Mon, 5 Nov 2007 18:07:20 +0000 (18:07 +0000)]
Update info files

17 years agoadd FIXME notes
ellson [Mon, 5 Nov 2007 15:56:27 +0000 (15:56 +0000)]
add FIXME notes

17 years agoadd a clip region
ellson [Mon, 5 Nov 2007 00:42:59 +0000 (00:42 +0000)]
add a clip region

17 years agoturn off debugging fprintf()s
ellson [Sun, 4 Nov 2007 23:19:26 +0000 (23:19 +0000)]
turn off debugging fprintf()s

17 years agofix margin size under scaling (rtest/graphs/crazy.ps)
ellson [Sun, 4 Nov 2007 23:10:44 +0000 (23:10 +0000)]
fix margin size under scaling (rtest/graphs/crazy.ps)

17 years agorestore portrait pagination
ellson [Sun, 4 Nov 2007 22:26:28 +0000 (22:26 +0000)]
restore portrait pagination

17 years agofix panning in landscape mode
ellson [Sun, 4 Nov 2007 17:59:23 +0000 (17:59 +0000)]
fix panning in landscape mode

17 years agoJanitor: tranlation -> translation
ellson [Sat, 3 Nov 2007 17:51:22 +0000 (17:51 +0000)]
Janitor: tranlation -> translation

17 years agoUpdate info files
erg [Fri, 2 Nov 2007 22:46:14 +0000 (22:46 +0000)]
Update info files

17 years agoAdd image scaling to HTML-like tables.
erg [Fri, 2 Nov 2007 22:15:52 +0000 (22:15 +0000)]
Add image scaling to HTML-like tables.

17 years agoencapsulate gvdevice_* calls into gvrender functions
ellson [Fri, 2 Nov 2007 20:30:28 +0000 (20:30 +0000)]
encapsulate gvdevice_* calls into gvrender functions

17 years agoencapsulate gvdevice_* calls into gvrender functions
ellson [Fri, 2 Nov 2007 20:30:28 +0000 (20:30 +0000)]
encapsulate gvdevice_* calls into gvrender functions

17 years agoencapsulate gvdevice_* calls into gvrender functions
ellson [Fri, 2 Nov 2007 20:30:28 +0000 (20:30 +0000)]
encapsulate gvdevice_* calls into gvrender functions

17 years agoUpdate info files
erg [Fri, 2 Nov 2007 19:29:59 +0000 (19:29 +0000)]
Update info files

17 years agoindicate "gv.ok(obj)" can be replaced by "obj" in languages that accept pointers...
ellson [Fri, 2 Nov 2007 17:11:20 +0000 (17:11 +0000)]
indicate "gv.ok(obj)" can be replaced by "obj" in languages that accept pointers as booleans

17 years agoa first cut at rendering to in-memory strings for script bindings.
ellson [Fri, 2 Nov 2007 17:02:07 +0000 (17:02 +0000)]
a first cut at rendering to in-memory strings for script bindings.

17 years agoUpdate info files
erg [Thu, 1 Nov 2007 22:54:07 +0000 (22:54 +0000)]
Update info files

17 years agofix default=false for imagescale - now: imagescale=[false|true|width|height|both]
ellson [Thu, 1 Nov 2007 21:29:16 +0000 (21:29 +0000)]
fix default=false for imagescale - now: imagescale=[false|true|width|height|both]

17 years agoadd support for imagescale attribute ( imagescale=[no|yes|width|height|both] )
ellson [Thu, 1 Nov 2007 21:01:07 +0000 (21:01 +0000)]
add support for imagescale attribute   ( imagescale=[no|yes|width|height|both] )

17 years agomore ming cleanup - don't break current builds
ellson [Thu, 1 Nov 2007 19:06:35 +0000 (19:06 +0000)]
more ming cleanup - don't break current builds

17 years agoUpdate old makefile to reflect drop of a core plug infile
erg [Thu, 1 Nov 2007 18:44:27 +0000 (18:44 +0000)]
Update old makefile to reflect drop of a core plug infile

17 years agoanother MING typo
ellson [Thu, 1 Nov 2007 18:00:25 +0000 (18:00 +0000)]
another MING typo

17 years agominor fixes for libming
ellson [Thu, 1 Nov 2007 17:49:56 +0000 (17:49 +0000)]
minor fixes for libming

17 years agodisable pango xshow generation as it seems to make -Tps worse
ellson [Thu, 1 Nov 2007 14:43:35 +0000 (14:43 +0000)]
disable pango xshow generation as it seems to make -Tps worse

17 years agoMove special case color code for points into point_init().
erg [Wed, 31 Oct 2007 20:07:36 +0000 (20:07 +0000)]
Move special case color code for points into point_init().

17 years agoFix bug 1219
erg [Wed, 31 Oct 2007 17:34:04 +0000 (17:34 +0000)]
Fix bug 1219

17 years agooops - wrong sources - fixed
ellson [Wed, 31 Oct 2007 15:00:17 +0000 (15:00 +0000)]
oops - wrong sources - fixed

17 years agoonly one swig production required for all version of python
ellson [Wed, 31 Oct 2007 14:56:45 +0000 (14:56 +0000)]
only one swig production required for all version of python

17 years agofix libpython softlinks
ellson [Wed, 31 Oct 2007 02:54:40 +0000 (02:54 +0000)]
fix libpython softlinks

17 years agotry supporting python2.[345] as distinct languages:
ellson [Wed, 31 Oct 2007 02:44:35 +0000 (02:44 +0000)]
try supporting python2.[345] as distinct languages:
      --enable-python=yes     python language bindings
      --enable-python23=no    python23 language bindings
      --enable-python24=no    python24 language bindings
      --enable-python25=no    python25 language bindings

17 years agoChange test driver to preserver postscript and svg output
erg [Tue, 30 Oct 2007 22:25:40 +0000 (22:25 +0000)]
Change test driver to preserver postscript and svg output

17 years agorevert previous change - too radical - perhaps later
ellson [Tue, 30 Oct 2007 20:58:22 +0000 (20:58 +0000)]
revert previous change - too radical - perhaps later

17 years agotry a much simpler postscript fontname technique
ellson [Tue, 30 Oct 2007 17:31:33 +0000 (17:31 +0000)]
try a much simpler postscript fontname technique
   basically, s/-/ /g, and separate words like "DemiItalic" -> "Demi Italic"
   no need for separate recording of slant and weight
   let fontconfig do the work

17 years agoadd obj.c from the cgraph in gtktopview
ellson [Tue, 30 Oct 2007 12:19:15 +0000 (12:19 +0000)]
add obj.c from the cgraph in gtktopview

17 years agoadd obj.c from the cgraph in gtktopview
ellson [Tue, 30 Oct 2007 12:19:15 +0000 (12:19 +0000)]
add obj.c from the cgraph in gtktopview

17 years agoreinstate svg fontname translation - but not as the default
ellson [Tue, 30 Oct 2007 01:41:19 +0000 (01:41 +0000)]
reinstate svg fontname translation - but not as the default

17 years agoAdd check that a test has a base file for comparison and report if not;
erg [Mon, 29 Oct 2007 22:08:52 +0000 (22:08 +0000)]
Add check that a test has a base file for comparison and report if not;
clear out the indices as well as the values used in TESTTYPE

17 years agoAdd new test for polylines in neato
erg [Mon, 29 Oct 2007 22:07:27 +0000 (22:07 +0000)]
Add new test for polylines in neato

17 years agoFix bug in polyline code;
erg [Mon, 29 Oct 2007 21:20:56 +0000 (21:20 +0000)]
Fix bug in polyline code;
fix ancient memory leak (geometric structures for spline routing
were allocated but never released);
add hooks for orthogonal routing wrapped in #ifdef ORTHO.

17 years agoignore generated ndata/
ellson [Mon, 29 Oct 2007 21:16:19 +0000 (21:16 +0000)]
ignore generated ndata/

17 years agofix problem reported with multiple file outputs from script languages
ellson [Mon, 29 Oct 2007 20:39:48 +0000 (20:39 +0000)]
fix problem reported with multiple file outputs from script languages

17 years agouncomment support for cgraph.3
ellson [Mon, 29 Oct 2007 18:58:39 +0000 (18:58 +0000)]
uncomment support for cgraph.3

17 years ago need the man page
north [Mon, 29 Oct 2007 18:53:57 +0000 (18:53 +0000)]
 need the man page

17 years agoadd rtest/Makefile.am that puts rtests into tar.gz
ellson [Mon, 29 Oct 2007 18:32:13 +0000 (18:32 +0000)]
add rtest/Makefile.am that puts rtests into tar.gz

17 years agoFix for ps2 comments
erg [Mon, 29 Oct 2007 18:11:35 +0000 (18:11 +0000)]
Fix for ps2 comments

17 years agodon't make -rtest rpm for now
ellson [Mon, 29 Oct 2007 17:54:33 +0000 (17:54 +0000)]
don't make -rtest rpm for now

17 years agoFix code to remove svg and ps comments
erg [Mon, 29 Oct 2007 17:50:33 +0000 (17:50 +0000)]
Fix code to remove svg and ps comments

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:31 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:31 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:31 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoadd baseline reference for rtest
ellson [Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)]
add baseline reference for rtest

17 years agoremove reference to non-existant README
ellson [Mon, 29 Oct 2007 16:00:44 +0000 (16:00 +0000)]
remove reference to non-existant README

17 years agoremove premature exit
ellson [Mon, 29 Oct 2007 15:12:35 +0000 (15:12 +0000)]
remove premature exit

17 years agoadd GNU Makefiles for lib/cgraph
ellson [Mon, 29 Oct 2007 14:40:27 +0000 (14:40 +0000)]
add GNU Makefiles for lib/cgraph

17 years agoadd GNU Makefiles for lib/cgraph
ellson [Mon, 29 Oct 2007 14:40:27 +0000 (14:40 +0000)]
add GNU Makefiles for lib/cgraph

17 years agoadd GNU Makefiles for lib/cgraph
ellson [Mon, 29 Oct 2007 14:40:27 +0000 (14:40 +0000)]
add GNU Makefiles for lib/cgraph

17 years agoadd GNU Makefiles for lib/cgraph
ellson [Mon, 29 Oct 2007 14:40:27 +0000 (14:40 +0000)]
add GNU Makefiles for lib/cgraph

17 years agoignore extra ocaml products
ellson [Mon, 29 Oct 2007 14:24:07 +0000 (14:24 +0000)]
ignore extra ocaml products

17 years agoneed lex and yacc source
north [Sun, 28 Oct 2007 17:53:39 +0000 (17:53 +0000)]
need lex and yacc source

17 years agoneed lex and yacc source
north [Sun, 28 Oct 2007 17:53:39 +0000 (17:53 +0000)]
need lex and yacc source

17 years agoFix various problems with the test driver and test list
erg [Sun, 28 Oct 2007 02:08:43 +0000 (02:08 +0000)]
Fix various problems with the test driver and test list

17 years agoAdd missing test file
erg [Sun, 28 Oct 2007 02:07:59 +0000 (02:07 +0000)]
Add missing test file

17 years agoComplete TODO comment
erg [Sat, 27 Oct 2007 21:34:54 +0000 (21:34 +0000)]
Complete TODO comment

17 years agoNew test suite
erg [Sat, 27 Oct 2007 21:31:24 +0000 (21:31 +0000)]
New test suite

17 years agoNew test suite
erg [Sat, 27 Oct 2007 21:31:24 +0000 (21:31 +0000)]
New test suite

17 years agoNew test suite
erg [Sat, 27 Oct 2007 21:31:24 +0000 (21:31 +0000)]
New test suite

17 years agoNew test suite
erg [Sat, 27 Oct 2007 21:31:24 +0000 (21:31 +0000)]
New test suite

17 years agoescape '-' in manpages
ellson [Sat, 27 Oct 2007 03:14:21 +0000 (03:14 +0000)]
escape '-' in manpages
patch from: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>

17 years agoescape '-' in manpages
ellson [Sat, 27 Oct 2007 03:14:21 +0000 (03:14 +0000)]
escape '-' in manpages
patch from: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>

17 years agoescape '-' in manpages
ellson [Sat, 27 Oct 2007 03:14:21 +0000 (03:14 +0000)]
escape '-' in manpages
patch from: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>

17 years agoreinstate relocatability of binary rpms
ellson [Fri, 26 Oct 2007 18:35:52 +0000 (18:35 +0000)]
reinstate relocatability of binary rpms

17 years agofix loading of ps shapefiles with -ve BoundingBox coords
ellson [Fri, 26 Oct 2007 17:57:45 +0000 (17:57 +0000)]
fix loading of ps shapefiles with -ve BoundingBox coords

17 years ago- fix missing layers support
ellson [Fri, 26 Oct 2007 16:11:52 +0000 (16:11 +0000)]
- fix missing layers support
- fix misaligned bgcolor rectangle in -Gviewport

17 years agoadd -lgvc to resolve undefined symbols that only seem to bother Ubuntu
ellson [Fri, 26 Oct 2007 12:10:50 +0000 (12:10 +0000)]
add -lgvc to resolve undefined symbols that only seem to bother Ubuntu

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.

17 years agoInitial version of Cgraph created.
north [Thu, 25 Oct 2007 20:27:57 +0000 (20:27 +0000)]
Initial version of Cgraph created.