]> granicus.if.org Git - graphviz/log
graphviz
18 years agoremove DMALLOC bits
ellson [Sat, 8 Jul 2006 17:33:49 +0000 (17:33 +0000)]
remove DMALLOC bits
various include fixups (eg some missing string.h)

18 years agoremove DMALLOC bits
ellson [Sat, 8 Jul 2006 17:33:49 +0000 (17:33 +0000)]
remove DMALLOC bits
various include fixups (eg some missing string.h)

18 years agoremove DMALLOC bits
ellson [Sat, 8 Jul 2006 17:33:49 +0000 (17:33 +0000)]
remove DMALLOC bits
various include fixups (eg some missing string.h)

18 years agoremove DMALLOC bits
ellson [Sat, 8 Jul 2006 17:33:49 +0000 (17:33 +0000)]
remove DMALLOC bits
various include fixups (eg some missing string.h)

18 years agoback out previous - committed by mistake
ellson [Fri, 7 Jul 2006 15:35:19 +0000 (15:35 +0000)]
back out previous - committed by mistake

18 years agook, so it does need @Z_LIBS@
ellson [Fri, 7 Jul 2006 15:34:07 +0000 (15:34 +0000)]
ok, so it does need @Z_LIBS@

18 years agoavoid linking the whole world! libgvc doesn't need @GNOMEUI_LIBS@ @Z_LIBS@
ellson [Fri, 7 Jul 2006 15:30:06 +0000 (15:30 +0000)]
avoid linking the whole world!  libgvc doesn't need @GNOMEUI_LIBS@ @Z_LIBS@

18 years agotypo
ellson [Thu, 6 Jul 2006 19:06:46 +0000 (19:06 +0000)]
typo

18 years agofix for xdgen problem
ellson [Thu, 6 Jul 2006 19:03:07 +0000 (19:03 +0000)]
fix for xdgen problem

18 years agographviz-gd rpm needs its own %post and $postun with "dot -c"
ellson [Thu, 6 Jul 2006 18:14:35 +0000 (18:14 +0000)]
graphviz-gd rpm needs its own %post and $postun with "dot -c"

18 years agodon't close files that are really tclChannels
ellson [Thu, 6 Jul 2006 17:28:45 +0000 (17:28 +0000)]
don't close files that are really tclChannels

18 years agoadd back gd and gd2 formats - gd is used by tcldot
ellson [Thu, 6 Jul 2006 16:58:27 +0000 (16:58 +0000)]
add back gd and gd2 formats - gd is used by tcldot

18 years agodon't close external surfaces (breaks tcldot)
ellson [Thu, 6 Jul 2006 16:57:12 +0000 (16:57 +0000)]
don't close external surfaces (breaks tcldot)

18 years agofix warning: dereferencing type-punned pointer will break strict-aliasing rules
ellson [Thu, 6 Jul 2006 16:24:21 +0000 (16:24 +0000)]
fix warning: dereferencing type-punned pointer will break strict-aliasing rules

18 years agocomment out "#define BUILDDATE"
ellson [Mon, 3 Jul 2006 20:01:08 +0000 (20:01 +0000)]
comment out "#define BUILDDATE"

18 years agoremove unused varaibles
ellson [Mon, 3 Jul 2006 19:56:21 +0000 (19:56 +0000)]
remove unused varaibles

18 years agoadd explicit --enable-shared, default enabled
ellson [Mon, 3 Jul 2006 19:56:01 +0000 (19:56 +0000)]
add explicit --enable-shared,  default enabled

18 years agoRemove VERSION accidentally committed in 1.10.
erg [Mon, 3 Jul 2006 18:42:47 +0000 (18:42 +0000)]
Remove VERSION accidentally committed in 1.10.

18 years agoadd -lm to libtcldot
ellson [Mon, 3 Jul 2006 16:06:08 +0000 (16:06 +0000)]
add -lm to libtcldot

19 years agoDarwin fix
ellson [Mon, 3 Jul 2006 14:14:58 +0000 (14:14 +0000)]
Darwin fix

19 years agocan't attempt to include unistd.h as that causes other problems with duplicate define...
ellson [Mon, 3 Jul 2006 13:49:47 +0000 (13:49 +0000)]
can't attempt to include unistd.h as that causes other problems with duplicate defines.  just leave the R_OK bit.

19 years agorework the condition in case the problem is that unistd.h in AIX forgot to define...
ellson [Mon, 3 Jul 2006 12:24:46 +0000 (12:24 +0000)]
rework the condition in case the problem is that unistd.h in AIX forgot to define R_OK

19 years agomore sqrt
ellson [Mon, 3 Jul 2006 12:09:52 +0000 (12:09 +0000)]
more sqrt

19 years agowork around a bug in GCC: It generates a call to "sqrtf" for "(float)sqrt(d)"
ellson [Mon, 3 Jul 2006 12:05:11 +0000 (12:05 +0000)]
work around a bug in GCC: It generates a call to "sqrtf" for "(float)sqrt(d)"
but sqrtf doesn't exist in libm.a.
reported by: Aaron Digulla <digulla@hepe.com>

19 years agoadd -lm for dot_static builds - neede by AIX
ellson [Mon, 3 Jul 2006 12:03:32 +0000 (12:03 +0000)]
add -lm for dot_static builds - neede by AIX
reported by: Aaron Digulla <digulla@hepe.com>

19 years ago"#define R_OK 4" on platforms without unistd.h (AIX?)
ellson [Mon, 3 Jul 2006 12:01:42 +0000 (12:01 +0000)]
"#define R_OK 4" on platforms without unistd.h (AIX?)
reported by: Aaron Digulla <digulla@hepe.com>

19 years agofix for missing/extra includes
ellson [Fri, 30 Jun 2006 12:53:51 +0000 (12:53 +0000)]
fix for missing/extra includes

19 years agoneed to think more carefully about browser activation
ellson [Fri, 30 Jun 2006 02:46:56 +0000 (02:46 +0000)]
need to think more carefully about browser activation

19 years agoclean up svg transformations
ellson [Fri, 30 Jun 2006 00:48:48 +0000 (00:48 +0000)]
clean up svg transformations

19 years agosome adjustments to dashed and dotted patterns
ellson [Thu, 29 Jun 2006 18:58:27 +0000 (18:58 +0000)]
some adjustments to dashed and dotted patterns

19 years agoneed cairo >= 1.1.10 (sorry, no -Txlib in FC5)
ellson [Thu, 29 Jun 2006 15:23:18 +0000 (15:23 +0000)]
need cairo >= 1.1.10   (sorry, no -Txlib in FC5)

19 years agoadd some Requires for the language binding binary rpms
ellson [Thu, 29 Jun 2006 15:16:56 +0000 (15:16 +0000)]
add some Requires for the language binding binary rpms

19 years agomove browser_show() back into the device plug since the core code
ellson [Thu, 29 Jun 2006 15:00:20 +0000 (15:00 +0000)]
move browser_show() back into the device plug since the core code
   should not have any concept of "windows", "desktops" or "browsers"

19 years agoadd some BuildRequires for language bindings
ellson [Thu, 29 Jun 2006 14:58:58 +0000 (14:58 +0000)]
add some BuildRequires for language bindings

19 years agoalign dist tags with: http://fedoraproject.org/wiki/DistTag
ellson [Thu, 29 Jun 2006 11:27:51 +0000 (11:27 +0000)]
align dist tags with: http://fedoraproject.org/wiki/DistTag

19 years agoChange use of snprintf to safe use of sprintf, since Windows does not have
erg [Wed, 28 Jun 2006 18:51:00 +0000 (18:51 +0000)]
Change use of snprintf to safe use of sprintf, since Windows does not have
snprintf.

19 years agoFurther update windows build files for plugin changes
erg [Wed, 28 Jun 2006 18:50:04 +0000 (18:50 +0000)]
Further update windows build files for plugin changes

19 years agoFurther update windows build files for plugin changes
erg [Wed, 28 Jun 2006 18:50:04 +0000 (18:50 +0000)]
Further update windows build files for plugin changes

19 years agoretain parallel edges after visit/select/etc in -Txlib
ellson [Wed, 28 Jun 2006 18:24:57 +0000 (18:24 +0000)]
retain parallel edges after visit/select/etc in -Txlib

19 years agoUpdate old makefiles for new plugin directory
erg [Wed, 28 Jun 2006 18:05:48 +0000 (18:05 +0000)]
Update old makefiles for new plugin directory

19 years agoUpdate old makefiles for new plugin directory
erg [Wed, 28 Jun 2006 18:05:48 +0000 (18:05 +0000)]
Update old makefiles for new plugin directory

19 years agoUpdate old makefiles for new plugin directory
erg [Wed, 28 Jun 2006 18:05:48 +0000 (18:05 +0000)]
Update old makefiles for new plugin directory

19 years agoUpdate old makefiles for new plugin directory
erg [Wed, 28 Jun 2006 18:05:48 +0000 (18:05 +0000)]
Update old makefiles for new plugin directory

19 years agoUpdate old makefiles for new plugin directory
erg [Wed, 28 Jun 2006 18:05:47 +0000 (18:05 +0000)]
Update old makefiles for new plugin directory

19 years agoUpdate old makefiles for new plugin directory
erg [Wed, 28 Jun 2006 18:05:47 +0000 (18:05 +0000)]
Update old makefiles for new plugin directory

19 years agomove browser linkage into generic event code so that clicking on
ellson [Wed, 28 Jun 2006 14:47:53 +0000 (14:47 +0000)]
move browser linkage into generic event code so that clicking on
    objects with urls works in -Txlib as well as -Tgtk

19 years agofix unused variables when no INOTIFY
ellson [Wed, 28 Jun 2006 13:46:26 +0000 (13:46 +0000)]
fix unused variables when no INOTIFY

19 years agospurious ',' in tkInt.h test
ellson [Wed, 28 Jun 2006 13:38:11 +0000 (13:38 +0000)]
spurious ',' in tkInt.h test

19 years agogtk and xlib plugins are conditional on WITH_PANGOCAIRO
ellson [Wed, 28 Jun 2006 13:31:06 +0000 (13:31 +0000)]
gtk and xlib plugins are conditional on WITH_PANGOCAIRO

19 years ago-Txlib nearly working
ellson [Wed, 28 Jun 2006 02:49:58 +0000 (02:49 +0000)]
-Txlib nearly working

19 years ago-Txlib nearly working
ellson [Wed, 28 Jun 2006 02:49:58 +0000 (02:49 +0000)]
-Txlib nearly working

19 years ago-Txlib nearly working
ellson [Wed, 28 Jun 2006 02:49:58 +0000 (02:49 +0000)]
-Txlib nearly working

19 years ago-Txlib nearly working
ellson [Wed, 28 Jun 2006 02:49:58 +0000 (02:49 +0000)]
-Txlib nearly working

19 years agoadd configure tests for -Txlib, -Tgtk
ellson [Tue, 27 Jun 2006 18:40:41 +0000 (18:40 +0000)]
add configure tests for -Txlib, -Tgtk

19 years agoback out previous change - dot_builtins.c needs work
ellson [Tue, 27 Jun 2006 18:12:43 +0000 (18:12 +0000)]
back out previous change - dot_builtins.c needs work

19 years agodrop gd plugin from dot_static if pango/cairo available
ellson [Tue, 27 Jun 2006 18:05:10 +0000 (18:05 +0000)]
drop gd plugin from dot_static if pango/cairo available

19 years agomove xlib and gtk plugins into the main tree from graphviz-cairo
ellson [Tue, 27 Jun 2006 17:43:59 +0000 (17:43 +0000)]
move xlib and gtk plugins into the main tree from graphviz-cairo

19 years agomove xlib and gtk plugins into the main tree from graphviz-cairo
ellson [Tue, 27 Jun 2006 17:43:59 +0000 (17:43 +0000)]
move xlib and gtk plugins into the main tree from graphviz-cairo

19 years agomove xlib and gtk plugins into the main tree from graphviz-cairo
ellson [Tue, 27 Jun 2006 17:43:59 +0000 (17:43 +0000)]
move xlib and gtk plugins into the main tree from graphviz-cairo

19 years agomove xlib and gtk plugins into the main tree from graphviz-cairo
ellson [Tue, 27 Jun 2006 17:43:59 +0000 (17:43 +0000)]
move xlib and gtk plugins into the main tree from graphviz-cairo

19 years agomove xlib and gtk plugins into the main tree from graphviz-cairo
ellson [Tue, 27 Jun 2006 17:43:59 +0000 (17:43 +0000)]
move xlib and gtk plugins into the main tree from graphviz-cairo

19 years agomove xlib and gtk plugins into the main tree from graphviz-cairo
ellson [Tue, 27 Jun 2006 17:43:59 +0000 (17:43 +0000)]
move xlib and gtk plugins into the main tree from graphviz-cairo

19 years agomove xlib and gtk plugins into the main tree from graphviz-cairo
ellson [Tue, 27 Jun 2006 17:43:59 +0000 (17:43 +0000)]
move xlib and gtk plugins into the main tree from graphviz-cairo

19 years agomove xlib and gtk plugins into the main tree from graphviz-cairo
ellson [Tue, 27 Jun 2006 17:43:59 +0000 (17:43 +0000)]
move xlib and gtk plugins into the main tree from graphviz-cairo

19 years agoclean up
ellson [Tue, 27 Jun 2006 17:04:19 +0000 (17:04 +0000)]
clean up

19 years agotrain -O to work with multiple graphs per input file
ellson [Tue, 27 Jun 2006 16:57:25 +0000 (16:57 +0000)]
train -O to work with multiple graphs per input file

19 years agodon't close stdout
ellson [Tue, 27 Jun 2006 16:21:03 +0000 (16:21 +0000)]
don't close stdout

19 years agoremove workaround for bug in gcc-4.1.1-3 that was only on Rawhide for a short time.
ellson [Tue, 27 Jun 2006 14:28:08 +0000 (14:28 +0000)]
remove workaround for bug in gcc-4.1.1-3 that was only on Rawhide for a short time.

19 years agouse dummt tkInt.h as last resort
ellson [Tue, 27 Jun 2006 12:50:24 +0000 (12:50 +0000)]
use dummt tkInt.h as last resort

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agorename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach...
ellson [Tue, 27 Jun 2006 12:43:47 +0000 (12:43 +0000)]
rename panic() to panic1() because of conflict on Darwin with /usr/include/mach/mach.h:79

19 years agofix breakages on IRIX
ellson [Tue, 27 Jun 2006 12:29:56 +0000 (12:29 +0000)]
fix breakages on IRIX

19 years agoUpdate info files
erg [Mon, 26 Jun 2006 22:42:05 +0000 (22:42 +0000)]
Update info files

19 years agofix bug with cleanup of htmltable structures
ellson [Mon, 26 Jun 2006 21:14:04 +0000 (21:14 +0000)]
fix bug with cleanup of htmltable structures

19 years agoFix bug 967 - bad color names in example graphs
erg [Mon, 26 Jun 2006 20:45:11 +0000 (20:45 +0000)]
Fix bug 967 - bad color names in example graphs

19 years agoredundant #include
ellson [Mon, 26 Jun 2006 20:39:06 +0000 (20:39 +0000)]
redundant #include

19 years agofix job control problem with -O and a single -T
ellson [Mon, 26 Jun 2006 20:25:22 +0000 (20:25 +0000)]
fix job control problem with -O and a single -T

19 years agosometimes you wonder how it ever worked!
ellson [Mon, 26 Jun 2006 20:02:39 +0000 (20:02 +0000)]
sometimes you wonder how it ever worked!

19 years agoFix old makefiles and windows build files to handle new plugin directory
erg [Mon, 26 Jun 2006 19:30:31 +0000 (19:30 +0000)]
Fix old makefiles and windows build files to handle new plugin directory

19 years agoFix old makefiles and windows build files to handle new plugin directory
erg [Mon, 26 Jun 2006 19:30:31 +0000 (19:30 +0000)]
Fix old makefiles and windows build files to handle new plugin directory

19 years agorelease gd surface between mutiple outputs
ellson [Mon, 26 Jun 2006 18:52:29 +0000 (18:52 +0000)]
release gd surface between mutiple outputs

19 years agofree up surface between mutiple outputs
ellson [Mon, 26 Jun 2006 18:30:47 +0000 (18:30 +0000)]
free up surface between mutiple outputs

19 years agoput back final call to gvrender_end_job()
ellson [Mon, 26 Jun 2006 18:02:22 +0000 (18:02 +0000)]
put back final call to gvrender_end_job()

19 years agoAdd support for -O which automatically generates output filenames
ellson [Mon, 26 Jun 2006 17:41:14 +0000 (17:41 +0000)]
Add support for -O  which automatically generates output filenames
based on input filenames with a .'format' extension from -T'format'
e.g:
dot -Tgif -Tcmapx -O *.dot

19 years agodummy!
ellson [Mon, 26 Jun 2006 14:20:22 +0000 (14:20 +0000)]
dummy!

19 years agofix tcldot breakage on MacOS - missing libgvgd
ellson [Mon, 26 Jun 2006 13:52:30 +0000 (13:52 +0000)]
fix tcldot breakage on MacOS - missing libgvgd

19 years agoadd malloc check
ellson [Mon, 26 Jun 2006 13:22:12 +0000 (13:22 +0000)]
add malloc check

19 years agoisdigits() needs int arg
ellson [Mon, 26 Jun 2006 13:07:50 +0000 (13:07 +0000)]
isdigits() needs int arg

19 years agoisdigits() needs int arg
ellson [Mon, 26 Jun 2006 13:07:50 +0000 (13:07 +0000)]
isdigits() needs int arg

19 years agowe have a private copy of tkint.h in tclpkg/tkstubs
ellson [Mon, 26 Jun 2006 12:58:23 +0000 (12:58 +0000)]
we have a private copy of tkint.h in tclpkg/tkstubs

19 years agoremove some unneeded #includes
ellson [Mon, 26 Jun 2006 10:37:49 +0000 (10:37 +0000)]
remove some unneeded #includes