]> granicus.if.org Git - graphviz/log
graphviz
18 years agoadd builddate.h to distro as it is no regenerated on Windows
ellson [Wed, 21 Jun 2006 01:50:55 +0000 (01:50 +0000)]
add builddate.h to distro as it is no regenerated on Windows

18 years agofirst cut at vrml plugin - not buildable yet
ellson [Tue, 20 Jun 2006 19:01:06 +0000 (19:01 +0000)]
first cut at vrml plugin - not buildable yet

18 years agopromote -Tps:core over -Tps:cg so that rtest tests it tonight
ellson [Tue, 20 Jun 2006 17:19:13 +0000 (17:19 +0000)]
promote -Tps:core over -Tps:cg so that rtest tests it tonight

18 years agomake shape_desc available to loadimage
ellson [Tue, 20 Jun 2006 15:38:13 +0000 (15:38 +0000)]
make shape_desc available to loadimage

18 years ago- add warning message if shapefile not found as a file or a library member
ellson [Tue, 20 Jun 2006 15:24:12 +0000 (15:24 +0000)]
- add warning message if shapefile not found as a file or a library member
- add some asserts to plugins

18 years agofix handling of non-existent usershape image files - reported by Ryan Schmidt
ellson [Tue, 20 Jun 2006 14:36:10 +0000 (14:36 +0000)]
fix handling of non-existent usershape image files - reported by Ryan Schmidt

18 years agoleft uses select() in left.c and internal.c
ellson [Tue, 20 Jun 2006 12:07:38 +0000 (12:07 +0000)]
left uses select() in left.c and internal.c

18 years agoautogen.sh should never use any previous config.cache
ellson [Mon, 19 Jun 2006 19:01:51 +0000 (19:01 +0000)]
autogen.sh should never use any previous config.cache

18 years agoadd -C to inital ./configre in autogen.sh
ellson [Mon, 19 Jun 2006 18:57:42 +0000 (18:57 +0000)]
add -C to inital ./configre in autogen.sh
add config.cache to DISTCLEAN

18 years agoadd builddate.h to "make distclean" target
ellson [Mon, 19 Jun 2006 17:57:28 +0000 (17:57 +0000)]
add builddate.h to "make distclean" target

18 years agoavoid touching config.h and ast_common.h if not necessary
ellson [Mon, 19 Jun 2006 17:55:05 +0000 (17:55 +0000)]
avoid touching config.h and ast_common.h if not necessary
  - drastically reduces rebuild time after ./configure

18 years agoUpdate Windows and old make build files for new plugin stuff.
erg [Mon, 19 Jun 2006 14:50:01 +0000 (14:50 +0000)]
Update Windows and old make build files for new plugin stuff.

18 years agoUpdate Windows and old make build files for new plugin stuff.
erg [Mon, 19 Jun 2006 14:50:01 +0000 (14:50 +0000)]
Update Windows and old make build files for new plugin stuff.

18 years agoNeed to wrap #include <unistd.h> in HAVE_UNISTD_H
erg [Mon, 19 Jun 2006 14:49:01 +0000 (14:49 +0000)]
Need to wrap #include <unistd.h> in HAVE_UNISTD_H

18 years agono need for entry points if the libraries are empty stubs
ellson [Mon, 19 Jun 2006 14:37:35 +0000 (14:37 +0000)]
no need for entry points if the libraries are empty stubs

18 years agosys/types.h is needed before sys/mman.h on Darwin
ellson [Mon, 19 Jun 2006 14:06:11 +0000 (14:06 +0000)]
sys/types.h is needed before sys/mman.h on Darwin

18 years agowrong output file
ellson [Mon, 19 Jun 2006 13:36:53 +0000 (13:36 +0000)]
wrong output file

18 years agoboth pango and gd should be loaded for binaries using builtins
ellson [Mon, 19 Jun 2006 13:28:24 +0000 (13:28 +0000)]
both pango and gd should be loaded for binaries using builtins

18 years ago- add configure check for sys/mman.h
ellson [Mon, 19 Jun 2006 13:14:36 +0000 (13:14 +0000)]
- add configure check for sys/mman.h
- defined(HAVE_SYS_MMAN_H)  use: mmap, munmap
- else use: malloc, read, free

18 years agoiffe no longer has strict KSH dependency, which is good because older Darwins don...
ellson [Mon, 19 Jun 2006 12:34:08 +0000 (12:34 +0000)]
iffe no longer has strict KSH dependency, which is good because older Darwins don't have /bin/ksh

18 years agoiffe no longer has strict KSH dependency, which is good because older Darwins don...
ellson [Mon, 19 Jun 2006 12:34:08 +0000 (12:34 +0000)]
iffe no longer has strict KSH dependency, which is good because older Darwins don't have /bin/ksh

18 years agoiffe no longer has strict KSH dependency, which is good because older Darwins don...
ellson [Mon, 19 Jun 2006 12:34:08 +0000 (12:34 +0000)]
iffe no longer has strict KSH dependency, which is good because older Darwins don't have /bin/ksh

18 years agoiffe no longer has strict KSH dependency, which is good because older Darwins don...
ellson [Mon, 19 Jun 2006 12:34:08 +0000 (12:34 +0000)]
iffe no longer has strict KSH dependency, which is good because older Darwins don't have /bin/ksh

18 years agoredundant (void*) casts causing warnings on SunOS
ellson [Mon, 19 Jun 2006 10:23:28 +0000 (10:23 +0000)]
redundant (void*) casts causing warnings on SunOS

18 years agotry to fix race condition on shadowfax builds
ellson [Mon, 19 Jun 2006 10:01:54 +0000 (10:01 +0000)]
try to fix race condition on shadowfax builds

18 years agouse same mechanism to indicate errors from gd textlayout
ellson [Sun, 18 Jun 2006 13:43:02 +0000 (13:43 +0000)]
use same mechanism to indicate errors from gd textlayout

18 years agorecover from fonts that pango doesn't like on Darwin
ellson [Sun, 18 Jun 2006 13:39:23 +0000 (13:39 +0000)]
recover from fonts that pango doesn't like on Darwin

18 years agoanother type casting bug
ellson [Sun, 18 Jun 2006 11:24:04 +0000 (11:24 +0000)]
another type casting bug

18 years agofix some type casting bugs
ellson [Sun, 18 Jun 2006 10:53:20 +0000 (10:53 +0000)]
fix some type casting bugs

18 years ago-Tps:core plugin is now feature complete with -Tps:cg
ellson [Sun, 18 Jun 2006 03:21:20 +0000 (03:21 +0000)]
-Tps:core plugin is now feature complete with -Tps:cg
just needs more testing!!

18 years ago"ps2ps" imageloader
ellson [Sat, 17 Jun 2006 19:47:15 +0000 (19:47 +0000)]
"ps2ps" imageloader
remove usershape entrypoint to renderer now that all renderers use loadimage

18 years ago-Tsvg usershape loading through loadimage plugin mechanism for extensibility
ellson [Sat, 17 Jun 2006 18:43:52 +0000 (18:43 +0000)]
-Tsvg usershape loading through loadimage plugin mechanism for extensibility

18 years agoeliminate integer version of gvrender_polyline()
ellson [Sat, 17 Jun 2006 18:08:31 +0000 (18:08 +0000)]
eliminate integer version of gvrender_polyline()

18 years agofix missing postscript preamble when -Tps follows some other format, e.g:
ellson [Sat, 17 Jun 2006 17:20:27 +0000 (17:20 +0000)]
fix missing postscript preamble when -Tps follows some other format, e.g:
dot hello.dot -Tpng:pango -o hello.png -Tps:core -o hello.ps

18 years ago- report plugin library loads with -v2
ellson [Sat, 17 Jun 2006 16:21:43 +0000 (16:21 +0000)]
- report plugin library loads with -v2

18 years agofix compiler warning
ellson [Sat, 17 Jun 2006 14:57:25 +0000 (14:57 +0000)]
fix compiler warning

18 years ago- new "loadimage" plugin api
ellson [Sat, 17 Jun 2006 14:41:25 +0000 (14:41 +0000)]
- new "loadimage" plugin api
- new loadimage plugins for gd and cairo, both support png2ps

18 years agounused
ellson [Fri, 16 Jun 2006 23:00:33 +0000 (23:00 +0000)]
unused

18 years agooptimize tranform of array of points when not provided by renderer plugin
ellson [Fri, 16 Jun 2006 20:59:22 +0000 (20:59 +0000)]
optimize tranform of array of points when not provided by renderer plugin

18 years agouse %g format
ellson [Fri, 16 Jun 2006 18:44:31 +0000 (18:44 +0000)]
use %g format
y scale is the same as x scale for dashing purposes

18 years ago- add new mapegen plugin
ellson [Fri, 16 Jun 2006 18:36:24 +0000 (18:36 +0000)]
- add new mapegen plugin
- inroduce obj_state_t to form stack of object states since clusters can be nested.

18 years agorefactoring mapgen code for renderer plugins
ellson [Fri, 16 Jun 2006 02:56:43 +0000 (02:56 +0000)]
refactoring mapgen code for renderer plugins

18 years agoremove empty_string as it causes "Warning: String literal converted to char* in initi...
ellson [Thu, 15 Jun 2006 15:52:56 +0000 (15:52 +0000)]
remove empty_string as it causes "Warning: String literal converted to char* in initialization." from Sun's cc.

18 years agoremove assert as it causes "warning: statement not reached" from Sun's CC
ellson [Thu, 15 Jun 2006 15:50:08 +0000 (15:50 +0000)]
remove assert as it causes "warning: statement not reached" from Sun's CC
   - the block is small enough that its obvious.

18 years agoFix "warning: assignment type mismatch:" from Sun's cc
ellson [Thu, 15 Jun 2006 15:47:15 +0000 (15:47 +0000)]
Fix "warning: assignment type mismatch:" from Sun's cc

18 years agohack to eliminate use of "register" from perl headers
ellson [Thu, 15 Jun 2006 12:25:00 +0000 (12:25 +0000)]
hack to eliminate use of "register" from perl headers
   because gcc-4.1.1-3 doesn't like them

18 years agofix ps dashing
ellson [Thu, 15 Jun 2006 00:01:39 +0000 (00:01 +0000)]
fix ps dashing

18 years agoFix code so that varying colspans and rowspans are reflected in the final sizes.
erg [Wed, 14 Jun 2006 18:43:16 +0000 (18:43 +0000)]
Fix code so that varying colspans and rowspans are reflected in the final sizes.

18 years agosupport usershapes in -Tfig
ellson [Wed, 14 Jun 2006 15:24:30 +0000 (15:24 +0000)]
support usershapes in -Tfig

18 years agofix breakage in -Tps:core -Glandscape and -Txlib -Glandscape
ellson [Wed, 14 Jun 2006 11:17:26 +0000 (11:17 +0000)]
fix breakage in -Tps:core -Glandscape and -Txlib -Glandscape

18 years ago- update job->width, job->height to include margins.
ellson [Tue, 13 Jun 2006 22:31:14 +0000 (22:31 +0000)]
- update job->width, job->height to include margins.
- use job->width, job->height for initial canvas size.

18 years agofactor out all coordinate transformations into single calculaton
ellson [Tue, 13 Jun 2006 21:34:53 +0000 (21:34 +0000)]
factor out all coordinate transformations into single calculaton

18 years agofix a font scaling problem in -Tfig
ellson [Tue, 13 Jun 2006 02:47:03 +0000 (02:47 +0000)]
fix a font scaling problem in -Tfig

18 years agoEven better, in -Tfig put nodes, edges and graphs (backgrounds) at dfferent depths...
ellson [Tue, 13 Jun 2006 02:16:31 +0000 (02:16 +0000)]
Even better, in -Tfig put nodes, edges and graphs (backgrounds) at dfferent depths.  Then they can be independently selected in xfig.

18 years agofix -Tfig output (debian bug#373005)
ellson [Tue, 13 Jun 2006 01:45:55 +0000 (01:45 +0000)]
fix -Tfig output (debian bug#373005)

18 years agoChange windows build to handle changed plugin files
erg [Mon, 12 Jun 2006 17:19:36 +0000 (17:19 +0000)]
Change windows build to handle changed plugin files

18 years agorevert previous change of ps_txt location to fix -Tps breakage
ellson [Mon, 12 Jun 2006 10:12:49 +0000 (10:12 +0000)]
revert previous change of ps_txt location to fix -Tps breakage

18 years agomove postscript preamble to utils.c so that is can be shared
ellson [Sun, 11 Jun 2006 20:15:07 +0000 (20:15 +0000)]
move postscript preamble to utils.c so that is can be shared

18 years agoI give up. Plugins need access to graph types. Just don't pull in any
ellson [Sun, 11 Jun 2006 19:59:03 +0000 (19:59 +0000)]
I give up.  Plugins need access to graph types.  Just don't pull in any
graph functions so that plugins have dependencies on graph libraries.

Clean up header inclusions.

18 years agoI give up. Plugins need access to graph types. Just don't pull in any
ellson [Sun, 11 Jun 2006 19:59:03 +0000 (19:59 +0000)]
I give up.  Plugins need access to graph types.  Just don't pull in any
graph functions so that plugins have dependencies on graph libraries.

Clean up header inclusions.

18 years agoI give up. Plugins need access to graph types. Just don't pull in any
ellson [Sun, 11 Jun 2006 19:59:03 +0000 (19:59 +0000)]
I give up.  Plugins need access to graph types.  Just don't pull in any
graph functions so that plugins have dependencies on graph libraries.

Clean up header inclusions.

18 years agoI give up. Plugins need access to graph types. Just don't pull in any
ellson [Sun, 11 Jun 2006 19:59:03 +0000 (19:59 +0000)]
I give up.  Plugins need access to graph types.  Just don't pull in any
graph functions so that plugins have dependencies on graph libraries.

Clean up header inclusions.

18 years agoI give up. Plugins need access to graph types. Just don't pull in any
ellson [Sun, 11 Jun 2006 19:59:03 +0000 (19:59 +0000)]
I give up.  Plugins need access to graph types.  Just don't pull in any
graph functions so that plugins have dependencies on graph libraries.

Clean up header inclusions.

18 years agounused variable
ellson [Sun, 11 Jun 2006 14:39:47 +0000 (14:39 +0000)]
unused variable

18 years agoremove a debugging fprintf and some redundant #includes
ellson [Sun, 11 Jun 2006 14:17:45 +0000 (14:17 +0000)]
remove a debugging fprintf and some redundant #includes

18 years agoremove a debugging fprintf and some redundant #includes
ellson [Sun, 11 Jun 2006 14:17:45 +0000 (14:17 +0000)]
remove a debugging fprintf and some redundant #includes

18 years agoremove a debugging fprintf and some redundant #includes
ellson [Sun, 11 Jun 2006 14:17:45 +0000 (14:17 +0000)]
remove a debugging fprintf and some redundant #includes

18 years agoremove a debugging fprintf and some redundant #includes
ellson [Sun, 11 Jun 2006 14:17:45 +0000 (14:17 +0000)]
remove a debugging fprintf and some redundant #includes

18 years agoremove a debugging fprintf and some redundant #includes
ellson [Sun, 11 Jun 2006 14:17:45 +0000 (14:17 +0000)]
remove a debugging fprintf and some redundant #includes

18 years agosvg rotated usershapes
ellson [Sun, 11 Jun 2006 03:41:29 +0000 (03:41 +0000)]
svg rotated usershapes

18 years agousershape rotation in svg
ellson [Sat, 10 Jun 2006 22:45:54 +0000 (22:45 +0000)]
usershape rotation in svg

18 years agomargins in gd renderers
ellson [Sat, 10 Jun 2006 19:37:11 +0000 (19:37 +0000)]
margins in gd renderers

18 years agorotating usershapes in -Tps:cg
ellson [Sat, 10 Jun 2006 18:07:41 +0000 (18:07 +0000)]
rotating usershapes in -Tps:cg

18 years agousershapes in new core svg plugin
ellson [Sat, 10 Jun 2006 15:23:49 +0000 (15:23 +0000)]
usershapes in new core svg plugin

18 years agochange render plugin api to keep some state in job->common
ellson [Sat, 10 Jun 2006 15:04:26 +0000 (15:04 +0000)]
change render plugin api to keep some state in job->common

18 years agomargin fixes
ellson [Sat, 10 Jun 2006 12:50:13 +0000 (12:50 +0000)]
margin fixes

18 years agofix landscape rotations
ellson [Sat, 10 Jun 2006 10:33:03 +0000 (10:33 +0000)]
fix landscape rotations

18 years agomissed an extern
ellson [Sat, 10 Jun 2006 03:20:40 +0000 (03:20 +0000)]
missed an extern

18 years ago- get it to compile
ellson [Sat, 10 Jun 2006 03:18:40 +0000 (03:18 +0000)]
- get it to compile

18 years agosome naming cleanup
ellson [Sat, 10 Jun 2006 02:09:59 +0000 (02:09 +0000)]
some naming cleanup

18 years ago- add a "core" plugin for renderers that are always available
ellson [Sat, 10 Jun 2006 01:44:28 +0000 (01:44 +0000)]
- add a "core" plugin for renderers that are always available
- rename *pangocairo.c to *pango.c

18 years agofix b958 scaling issues
ellson [Fri, 9 Jun 2006 21:16:51 +0000 (21:16 +0000)]
fix b958 scaling issues

18 years agofix svg inversion and ps usershape size in ps
ellson [Fri, 9 Jun 2006 20:24:33 +0000 (20:24 +0000)]
fix svg inversion and ps usershape size in ps

18 years agofix the assymetries in usershape images
ellson [Fri, 9 Jun 2006 19:22:19 +0000 (19:22 +0000)]
fix the assymetries in usershape images

18 years agofix svg invversion
ellson [Fri, 9 Jun 2006 17:11:15 +0000 (17:11 +0000)]
fix svg invversion
add bitmap usershapes to new ps renderrer

18 years agoallow python binding for python-2.3
ellson [Fri, 9 Jun 2006 01:45:24 +0000 (01:45 +0000)]
allow python binding for python-2.3

18 years agoapparently "-q" isn't supported by NASA's grep (SunOS?)
ellson [Thu, 8 Jun 2006 14:44:09 +0000 (14:44 +0000)]
apparently "-q" isn't supported by NASA's grep (SunOS?)

18 years agoUpdate info files
erg [Thu, 8 Jun 2006 01:50:27 +0000 (01:50 +0000)]
Update info files

18 years ago-fix bug that only showed up when center=true (switch.dot)
ellson [Wed, 7 Jun 2006 19:34:09 +0000 (19:34 +0000)]
-fix bug that only showed up when center=true (switch.dot)
-use more regular file extents on test outputs so as not to confuse nautilus
   which apparently hasn't heard of file magick

18 years agoAdd diagram to FAQ clarifying the difference between -Tps and -Tps2
erg [Wed, 7 Jun 2006 16:01:00 +0000 (16:01 +0000)]
Add diagram to FAQ clarifying the difference between -Tps and -Tps2

18 years agoAdd diagram to FAQ clarifying the difference between -Tps and -Tps2
erg [Wed, 7 Jun 2006 16:01:00 +0000 (16:01 +0000)]
Add diagram to FAQ clarifying the difference between -Tps and -Tps2

18 years agosupport recent lua packaging change in fc6
ellson [Wed, 7 Jun 2006 02:01:43 +0000 (02:01 +0000)]
support recent lua packaging change in fc6
  - add BR for lua-devel
  - add configure check for lua.h

18 years ago- missed change to floats
ellson [Wed, 7 Jun 2006 01:59:18 +0000 (01:59 +0000)]
- missed change to floats
- remove unused job->trtansform

18 years agoUpdate dotguide to remove references to extinct toplabel and bottomlabel
erg [Tue, 6 Jun 2006 17:30:00 +0000 (17:30 +0000)]
Update dotguide to remove references to extinct toplabel and bottomlabel
attributes.

18 years agoUpdate dotguide to remove references to extinct toplabel and bottomlabel
erg [Tue, 6 Jun 2006 17:30:00 +0000 (17:30 +0000)]
Update dotguide to remove references to extinct toplabel and bottomlabel
attributes.

18 years ago- more conversion to use of floats
ellson [Tue, 6 Jun 2006 16:11:49 +0000 (16:11 +0000)]
- more conversion to use of floats
- add gvrender_box wrapper around gvrender_poygon for common cases
- implement GVRENDER_DOES_TRANSFORM and use in gvrender_ps.c

18 years ago-more work on the new postscipt renderer
ellson [Tue, 6 Jun 2006 01:38:40 +0000 (01:38 +0000)]
-more work on the new postscipt renderer
-simplify textsize() interface and carry fontname and size in textpara_t

18 years ago*** empty log message ***
ellson [Fri, 2 Jun 2006 23:37:57 +0000 (23:37 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
ellson [Fri, 2 Jun 2006 23:37:57 +0000 (23:37 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
ellson [Fri, 2 Jun 2006 23:37:57 +0000 (23:37 +0000)]
*** empty log message ***