]>
granicus.if.org Git - graphviz/log
ellson [Wed, 19 Jan 2005 22:30:01 +0000 (22:30 +0000)]
correct include path to private copy of tkInt.h
ellson [Wed, 19 Jan 2005 20:18:02 +0000 (20:18 +0000)]
sync with dot.1 from old graphviz tree
ellson [Wed, 19 Jan 2005 03:11:58 +0000 (03:11 +0000)]
remove doc/binlicense.htm
add index of installed docs
ellson [Wed, 19 Jan 2005 03:11:58 +0000 (03:11 +0000)]
remove doc/binlicense.htm
add index of installed docs
ellson [Tue, 18 Jan 2005 21:51:26 +0000 (21:51 +0000)]
Try to avoid some confusion by marking the graphviz2 code as version 2.3
- leaving room for a final stable release of the old tree at 2.2.
ellson [Tue, 18 Jan 2005 20:01:04 +0000 (20:01 +0000)]
framework for supporting multiple display types (xlib, xcb, sdl, glitz, ...) via plugin
ellson [Mon, 17 Jan 2005 21:47:18 +0000 (21:47 +0000)]
move layer and page counters into job struct
ellson [Mon, 17 Jan 2005 21:14:51 +0000 (21:14 +0000)]
change render plugin api to use job instead of gvc
ellson [Mon, 17 Jan 2005 17:48:47 +0000 (17:48 +0000)]
add dereferencing of job->style
ellson [Mon, 17 Jan 2005 17:25:35 +0000 (17:25 +0000)]
move current style into gvrender_job_t
ellson [Mon, 17 Jan 2005 15:06:13 +0000 (15:06 +0000)]
fix refs to job struct
ellson [Mon, 17 Jan 2005 04:33:09 +0000 (04:33 +0000)]
migrating renderer state from GVC_t into gvrender_job_t
ellson [Mon, 17 Jan 2005 03:32:01 +0000 (03:32 +0000)]
move render_id from GVC_t to gvrender_job_t
eliminate lots of gvc->job dereferencing
ellson [Mon, 17 Jan 2005 01:46:27 +0000 (01:46 +0000)]
various ignores for generated files
ellson [Mon, 17 Jan 2005 01:41:59 +0000 (01:41 +0000)]
merge win_t into gvrender_job_t
ellson [Sun, 16 Jan 2005 21:30:43 +0000 (21:30 +0000)]
break out various bits of paging and layering
ellson [Sun, 16 Jan 2005 19:40:51 +0000 (19:40 +0000)]
some rearrangement of GVC_t, gvrender_job_t, and win_t structs.
erg [Sat, 15 Jan 2005 00:12:46 +0000 (00:12 +0000)]
Fix bug 601
erg [Sat, 15 Jan 2005 00:12:46 +0000 (00:12 +0000)]
Fix bug 601
erg [Thu, 13 Jan 2005 23:50:48 +0000 (23:50 +0000)]
Empty builtins an empty array, because gvpack doesn't need any of the
drivers. Leave plugins.c in case we need it in the future.
erg [Thu, 13 Jan 2005 23:44:46 +0000 (23:44 +0000)]
Fix rule for generating exop.h - similar change already committed to old
graphviz
erg [Thu, 13 Jan 2005 23:43:57 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:57 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:56 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:56 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:55 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:55 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:54 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:54 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:54 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:54 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:54 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:54 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:54 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:54 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:43:53 +0000 (23:43 +0000)]
Update Makefile.old files to reflect new files and directory structure
erg [Thu, 13 Jan 2005 23:41:53 +0000 (23:41 +0000)]
First pass at updating nmakefile rules to reflect new directory structure.
gsf or lefty should check on what to remove as the new structure more
closely mimics what they create
ellson [Wed, 12 Jan 2005 12:12:17 +0000 (12:12 +0000)]
(Applying same change to graphviz2)
For HTML table labels, replace label string with place holder <TABLE>
after analysis. The text is only used for the title/alt fields of
image maps and svg output and using the HTML string doesn't really help.
See bug 600.
ellson [Mon, 10 Jan 2005 18:59:42 +0000 (18:59 +0000)]
fix build race condition with yacc output files - use same technique as other yacc uses in graphviz
ellson [Mon, 10 Jan 2005 18:07:26 +0000 (18:07 +0000)]
workaround strange bug where variable gets mysteriously zeroed on x86_64
- suspect compiler bug
ellson [Sun, 9 Jan 2005 04:08:39 +0000 (04:08 +0000)]
disable libltdl for now
missing lefty scripts in graphviz.spec.in
disable cairo fontmetrics
ellson [Sun, 9 Jan 2005 02:52:09 +0000 (02:52 +0000)]
fixes for --disable-shared --enable-static
make cairo plugin conditional on HAVE_CAIRO
remove some generated files from CVS
ellson [Fri, 7 Jan 2005 16:55:13 +0000 (16:55 +0000)]
make some public functions static, remove public interface
ellson [Thu, 6 Jan 2005 15:56:26 +0000 (15:56 +0000)]
rename gvrender.h to gvc.h
ellson [Thu, 6 Jan 2005 15:53:24 +0000 (15:53 +0000)]
fix Makefile.am for relocation
ellson [Thu, 6 Jan 2005 15:49:43 +0000 (15:49 +0000)]
fix up some comments
ellson [Thu, 6 Jan 2005 15:46:59 +0000 (15:46 +0000)]
rename gvrender.h to gvc.h
ellson [Thu, 6 Jan 2005 15:44:40 +0000 (15:44 +0000)]
rename gvrender.h, gvrenderint.h to gvc.h, gvcint.h
ellson [Thu, 6 Jan 2005 15:17:11 +0000 (15:17 +0000)]
rename gvrender.h, gvrenderint.h to gvc.h, gvcint.h
ellson [Thu, 6 Jan 2005 15:09:41 +0000 (15:09 +0000)]
add lefty &co to subdirs
ellson [Thu, 6 Jan 2005 15:08:51 +0000 (15:08 +0000)]
fix configure/make for lefty &co
ellson [Thu, 6 Jan 2005 15:01:44 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:44 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:44 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:44 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:44 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:44 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:44 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:44 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:43 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:42 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:42 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:42 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:42 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:42 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:42 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:42 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 15:01:42 +0000 (15:01 +0000)]
add lefty, dotty, lneato to graphviz2 tree
ellson [Thu, 6 Jan 2005 04:04:20 +0000 (04:04 +0000)]
eliminate public func setCmdName
don't reset Deffontname
ellson [Thu, 6 Jan 2005 02:42:45 +0000 (02:42 +0000)]
use "dot -Kneato" in undirected make test targets since "neato" is only available after installation
ellson [Thu, 6 Jan 2005 02:39:35 +0000 (02:39 +0000)]
add -K command line option to select layout engine (overriding basename default)
don't like -K ? Propose something else - but -L is already taken ;-(
ellson [Thu, 6 Jan 2005 02:08:40 +0000 (02:08 +0000)]
fix paths in make test targets
ellson [Thu, 6 Jan 2005 02:08:00 +0000 (02:08 +0000)]
libgen (for basename function) is a separate library on SGIs
ellson [Wed, 5 Jan 2005 23:28:07 +0000 (23:28 +0000)]
Use int for DPI.
various minor bugs
ellson [Wed, 5 Jan 2005 22:26:21 +0000 (22:26 +0000)]
always need layout plugin even if disable-gvrender
eliminate public functions lang_select and file_select
ellson [Wed, 5 Jan 2005 20:03:59 +0000 (20:03 +0000)]
validate -T before possibly hanging on stdin.
various fixes to configure --disable-gvrender
ellson [Wed, 5 Jan 2005 19:53:20 +0000 (19:53 +0000)]
bug#604 reorder libs for Solaris so that freetype is after fontconfig
Bob Lied <lied@lucent.com>
ellson [Wed, 5 Jan 2005 19:41:20 +0000 (19:41 +0000)]
bug#603 move AC_PATH_XTRA test before Tk
Bob Lied <lied@lucent.com>
ellson [Mon, 3 Jan 2005 21:29:12 +0000 (21:29 +0000)]
RHEL3 has fontconfig - add it to buildrequires
ellson [Mon, 3 Jan 2005 21:05:31 +0000 (21:05 +0000)]
remove lefty from spec file for rpms
ellson [Mon, 3 Jan 2005 21:04:23 +0000 (21:04 +0000)]
clean up more missing and extra files
ellson [Mon, 3 Jan 2005 21:04:23 +0000 (21:04 +0000)]
clean up more missing and extra files
ellson [Mon, 3 Jan 2005 20:54:57 +0000 (20:54 +0000)]
add back various peripheral missing bits of old tree to get "make dist" and "rpmbuild" to work
ellson [Mon, 3 Jan 2005 20:54:57 +0000 (20:54 +0000)]
add back various peripheral missing bits of old tree to get "make dist" and "rpmbuild" to work
ellson [Mon, 3 Jan 2005 20:54:57 +0000 (20:54 +0000)]
add back various peripheral missing bits of old tree to get "make dist" and "rpmbuild" to work