]>
granicus.if.org Git - graphviz/log
erg [Thu, 28 Jul 2005 20:26:31 +0000 (20:26 +0000)]
Fix bug 753
ellson [Thu, 28 Jul 2005 17:52:09 +0000 (17:52 +0000)]
move plugin/*/* to lib/plugin since plugins are really libs anyway
some plugins depended on libs which was causing unresolvable dependencies
resolve lib dependency ordering in lib/Makefile.am
move plugin/plugins.c (describing builtins) to lib/gvc/builtins.c
(pending something fancier using ./configure --with-builtins=... )
fix cmd/tools/Makefile.am to pick up layout plugin from new location
remove plugin/
erg [Thu, 28 Jul 2005 17:46:21 +0000 (17:46 +0000)]
Wrap unused code when DISABLE_LTDL is defined in
#ifndef DISABLE_LTDL
erg [Thu, 28 Jul 2005 17:33:55 +0000 (17:33 +0000)]
Add necessary additional .h file to install
ellson [Thu, 28 Jul 2005 13:08:34 +0000 (13:08 +0000)]
rename internal function that is deprecated for public api usage
ellson [Thu, 28 Jul 2005 12:28:43 +0000 (12:28 +0000)]
make sure that a mix of builtin plugins and dynamically loaded plugins is supported
ellson [Thu, 28 Jul 2005 00:03:06 +0000 (00:03 +0000)]
Use the path to libgvc.so from /proc/self/maps to determine path for config.
So long as dot can find libgvc.so, e.g. using LD_LIBRARY_PATH, then it can be binary-relocated.
ellson [Wed, 27 Jul 2005 20:37:01 +0000 (20:37 +0000)]
add -c argument to dot and friends to explicity generate the config file
do "dot -c" on installation, don't rely on timestamps
ellson [Wed, 27 Jul 2005 19:55:28 +0000 (19:55 +0000)]
Cleanup and extend the API in gvc.h
Add #defines to give compile warnings for old API entry points
Update: dot, tcldot, script bindings, and dot.demo/ to use the modified API
ellson [Wed, 27 Jul 2005 19:55:28 +0000 (19:55 +0000)]
Cleanup and extend the API in gvc.h
Add #defines to give compile warnings for old API entry points
Update: dot, tcldot, script bindings, and dot.demo/ to use the modified API
ellson [Wed, 27 Jul 2005 19:55:28 +0000 (19:55 +0000)]
Cleanup and extend the API in gvc.h
Add #defines to give compile warnings for old API entry points
Update: dot, tcldot, script bindings, and dot.demo/ to use the modified API
erg [Tue, 26 Jul 2005 15:52:32 +0000 (15:52 +0000)]
Fix bug 750
ellson [Sun, 24 Jul 2005 17:32:08 +0000 (17:32 +0000)]
yes, %BuildRequires swig (and automake conditionals suck!)
ellson [Fri, 22 Jul 2005 04:18:25 +0000 (04:18 +0000)]
seems as close as we're going to get tonight
ellson [Fri, 22 Jul 2005 03:57:41 +0000 (03:57 +0000)]
fiddling...
ellson [Fri, 22 Jul 2005 03:52:13 +0000 (03:52 +0000)]
playing with c# test case
ellson [Fri, 22 Jul 2005 03:16:28 +0000 (03:16 +0000)]
avoid conflict with "string" keyword in c#
ellson [Fri, 22 Jul 2005 02:22:38 +0000 (02:22 +0000)]
finally! more automake magic, disable ocaml and io for now, ln hello.dot into test-*/ dirs
ellson [Fri, 22 Jul 2005 01:17:22 +0000 (01:17 +0000)]
fix typos
ellson [Fri, 22 Jul 2005 01:12:56 +0000 (01:12 +0000)]
ignore generated test_* directories
ellson [Fri, 22 Jul 2005 01:08:57 +0000 (01:08 +0000)]
automake magic and test case cleanup
ellson [Fri, 22 Jul 2005 01:08:57 +0000 (01:08 +0000)]
automake magic and test case cleanup
ellson [Fri, 22 Jul 2005 01:08:57 +0000 (01:08 +0000)]
automake magic and test case cleanup
ellson [Thu, 21 Jul 2005 20:02:53 +0000 (20:02 +0000)]
include swig products in binary distros in /usr/include/graphviz
ellson [Thu, 21 Jul 2005 20:01:04 +0000 (20:01 +0000)]
add rpm target
erg [Thu, 21 Jul 2005 14:29:43 +0000 (14:29 +0000)]
Remove remaining libdotneato detritus from old makefile
erg [Wed, 20 Jul 2005 22:55:24 +0000 (22:55 +0000)]
Redo win.sh script to support both daily and release builds
erg [Wed, 20 Jul 2005 22:55:02 +0000 (22:55 +0000)]
Remove circular.h from package
ellson [Wed, 20 Jul 2005 21:37:36 +0000 (21:37 +0000)]
start 2.5 development series
ellson [Wed, 20 Jul 2005 20:29:26 +0000 (20:29 +0000)]
update version number to 2.4
ellson [Wed, 20 Jul 2005 20:28:57 +0000 (20:28 +0000)]
add: -Wall -g -O0
ellson [Wed, 20 Jul 2005 20:04:17 +0000 (20:04 +0000)]
missing extern
erg [Wed, 20 Jul 2005 19:56:26 +0000 (19:56 +0000)]
Update windows build instructions for the new architecture
erg [Wed, 20 Jul 2005 19:53:37 +0000 (19:53 +0000)]
Further tweaks to the wise package script and the build script, mostly
adding some forgotten new .h files
erg [Wed, 20 Jul 2005 19:44:57 +0000 (19:44 +0000)]
Add updated bat files for simple windows build and install
erg [Wed, 20 Jul 2005 16:53:40 +0000 (16:53 +0000)]
Update windows build and package files to reflect file changes
ellson [Wed, 20 Jul 2005 11:04:51 +0000 (11:04 +0000)]
update config whenever libdir is touched, i.e. also on -devel and -tcl installs
ellson [Wed, 20 Jul 2005 03:33:10 +0000 (03:33 +0000)]
use size_t in strncasecmp
ellson [Wed, 20 Jul 2005 03:24:53 +0000 (03:24 +0000)]
use gvc.h
ellson [Wed, 20 Jul 2005 02:47:25 +0000 (02:47 +0000)]
attempt to fixup Makefile.old
ellson [Wed, 20 Jul 2005 02:39:16 +0000 (02:39 +0000)]
- merge libdotneato into libgvc
- make libcommon a convenience library and link into libgvc
- convert demo to use libgvc
ellson [Wed, 20 Jul 2005 02:39:16 +0000 (02:39 +0000)]
- merge libdotneato into libgvc
- make libcommon a convenience library and link into libgvc
- convert demo to use libgvc
ellson [Wed, 20 Jul 2005 02:39:16 +0000 (02:39 +0000)]
- merge libdotneato into libgvc
- make libcommon a convenience library and link into libgvc
- convert demo to use libgvc
ellson [Tue, 19 Jul 2005 17:12:53 +0000 (17:12 +0000)]
add gvLayout() gvRender() gvCleanup() wrappers and provide new simple.c demo
ellson [Tue, 19 Jul 2005 13:41:54 +0000 (13:41 +0000)]
Fix: c-1241 cc: ERROR File = compute_hierarchy.c, Line = 120
A declaration cannot appear after an executable statement in a block.
ellson [Tue, 19 Jul 2005 13:08:22 +0000 (13:08 +0000)]
Fix: cc-1241 cc: ERROR File = neatoinit.c, Line = 675
A declaration cannot appear after an executable statement in a block.
ellson [Mon, 18 Jul 2005 19:14:37 +0000 (19:14 +0000)]
Use GD_gvc(g) when saving gvc
ellson [Mon, 18 Jul 2005 19:12:17 +0000 (19:12 +0000)]
#define GD_gvc(g)
erg [Mon, 18 Jul 2005 16:11:49 +0000 (16:11 +0000)]
Update info files
erg [Mon, 18 Jul 2005 16:00:46 +0000 (16:00 +0000)]
Turn on new hierarchical layout in neato
erg [Mon, 18 Jul 2005 15:59:43 +0000 (15:59 +0000)]
Add args.o to old common makefile.
ellson [Mon, 18 Jul 2005 03:11:06 +0000 (03:11 +0000)]
fix rounding error in viewport size
ellson [Mon, 18 Jul 2005 01:34:33 +0000 (01:34 +0000)]
fix problem with "nop" layouts
ellson [Sun, 17 Jul 2005 23:53:11 +0000 (23:53 +0000)]
use a different example for setting a graph attribute
ellson [Sun, 17 Jul 2005 20:03:07 +0000 (20:03 +0000)]
add dot.demo/ to source distributions
ellson [Sun, 17 Jul 2005 19:54:08 +0000 (19:54 +0000)]
remove dotneato-config from configure
ellson [Sun, 17 Jul 2005 19:53:28 +0000 (19:53 +0000)]
remove dotneato-config from distro
ellson [Sun, 17 Jul 2005 19:52:21 +0000 (19:52 +0000)]
Move cmd/dot/args.c to lib/common/args.c so it can be used by other progs
Remove cmd/dot/dotneato-config-* Use pkgconfig mechanism now.
Add dot.demo/ with two demo programs.
ellson [Sun, 17 Jul 2005 15:07:31 +0000 (15:07 +0000)]
undo previous change
ellson [Sun, 17 Jul 2005 14:57:39 +0000 (14:57 +0000)]
add cairo-devel to buildrequires for fc5
ellson [Sun, 17 Jul 2005 14:53:47 +0000 (14:53 +0000)]
link libdotneato.so to libgvc.so, extend dotneato.h
ellson [Sun, 17 Jul 2005 14:40:41 +0000 (14:40 +0000)]
.spec file cleanup for release 2.4
erg [Fri, 15 Jul 2005 22:30:21 +0000 (22:30 +0000)]
Update info files
erg [Fri, 15 Jul 2005 21:27:06 +0000 (21:27 +0000)]
Update regression test files to reflect today's code changes
erg [Fri, 15 Jul 2005 21:27:06 +0000 (21:27 +0000)]
Update regression test files to reflect today's code changes
erg [Fri, 15 Jul 2005 19:25:16 +0000 (19:25 +0000)]
Tweak the new spline routing code to fix the problems seen in the
examples given by Bill Zissimopoulos <graphviz-interest@billz.fastmail.fm>
(See mailing list posting on 14 July 2005.)
ellson [Fri, 15 Jul 2005 18:33:45 +0000 (18:33 +0000)]
prepare for 2.4 release
ellson [Fri, 15 Jul 2005 17:11:02 +0000 (17:11 +0000)]
add .PHONY: doxygen
erg [Fri, 15 Jul 2005 17:01:17 +0000 (17:01 +0000)]
Fix bug 743
ellson [Fri, 15 Jul 2005 01:11:35 +0000 (01:11 +0000)]
add digcola.h to distribution
erg [Fri, 15 Jul 2005 01:02:53 +0000 (01:02 +0000)]
Fix no longer correct use of GD_rankdir in dotsplines.c
erg [Thu, 14 Jul 2005 22:58:42 +0000 (22:58 +0000)]
Fix bug 741
erg [Thu, 14 Jul 2005 22:20:21 +0000 (22:20 +0000)]
Finish updating regression test files; remove extraneous out file
erg [Thu, 14 Jul 2005 22:20:21 +0000 (22:20 +0000)]
Finish updating regression test files; remove extraneous out file
erg [Thu, 14 Jul 2005 22:20:21 +0000 (22:20 +0000)]
Finish updating regression test files; remove extraneous out file
erg [Thu, 14 Jul 2005 22:20:21 +0000 (22:20 +0000)]
Finish updating regression test files; remove extraneous out file
erg [Thu, 14 Jul 2005 22:17:21 +0000 (22:17 +0000)]
Fix the fact that labels for loops and some flat edges in dot are not
contributing to the bounding box.
erg [Thu, 14 Jul 2005 22:12:57 +0000 (22:12 +0000)]
Change utils.h to render.h, because utils.h now has things like size_t, etc.
which need additional include files.
Move include of render.h inside HAVE_... so the usual empty case is really
empty.
erg [Thu, 14 Jul 2005 20:07:08 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:08 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:08 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:07 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:07 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:07 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:07 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:07 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:07 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:07 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:07 +0000 (20:07 +0000)]
Update regression test files
erg [Thu, 14 Jul 2005 20:07:07 +0000 (20:07 +0000)]
Update regression test files
ellson [Thu, 14 Jul 2005 15:15:24 +0000 (15:15 +0000)]
migrate externs belonging to utils.c to from renderprocs.h to utils.h
in preparation for splitting libcommon
erg [Thu, 14 Jul 2005 02:58:15 +0000 (02:58 +0000)]
Update old makefiles to handle current linking order
erg [Wed, 13 Jul 2005 21:07:21 +0000 (21:07 +0000)]
Commit additional include file
erg [Wed, 13 Jul 2005 20:35:21 +0000 (20:35 +0000)]
Commit new files for hierarchical neato, plus changed makefiles.
Note that unless DIGCOLA is defined, the .c files below will be empty
compilation units.
erg [Wed, 13 Jul 2005 20:29:40 +0000 (20:29 +0000)]
Add hierarchical constraints. This is enabled only if the compile-time
variable DIGCOLA is defined. At present, by default this is undefined.
erg [Wed, 13 Jul 2005 20:29:40 +0000 (20:29 +0000)]
Add hierarchical constraints. This is enabled only if the compile-time
variable DIGCOLA is defined. At present, by default this is undefined.
erg [Wed, 13 Jul 2005 20:29:40 +0000 (20:29 +0000)]
Add hierarchical constraints. This is enabled only if the compile-time
variable DIGCOLA is defined. At present, by default this is undefined.
ellson [Wed, 13 Jul 2005 18:03:21 +0000 (18:03 +0000)]
trying to get doxygen to work again
ellson [Wed, 13 Jul 2005 12:02:04 +0000 (12:02 +0000)]
add some comments
ellson [Wed, 13 Jul 2005 11:59:08 +0000 (11:59 +0000)]
add a program which generates an image which is the visual-diff of two other images
(not automatically built or installed)