]> granicus.if.org Git - graphviz/commit
Convert -Tdot, -Txdot, -Tcanon, -Tplain, -Tplain-ext to a plugin
authorellson <devnull@localhost>
Fri, 4 Aug 2006 02:47:16 +0000 (02:47 +0000)
committerellson <devnull@localhost>
Fri, 4 Aug 2006 02:47:16 +0000 (02:47 +0000)
commitd3760b95bd696ab130c26dd36927ed498f7aae37
tree100541c89b9109c86975f7f1d7090fcfe8a8d155
parent4eb827fa2fa5e7b0949f4eef108a5e662909ccae
Convert -Tdot, -Txdot, -Tcanon, -Tplain, -Tplain-ext  to a plugin
lib/common/xdgen.c becomes plugin/core/gvrender_core_dot.c

Put common code in core plugins into: plugin/core/gvrender_core.c
27 files changed:
lib/common/Makefile.am
lib/common/Makefile.old
lib/common/arrows.c
lib/common/const.h
lib/common/emit.c
lib/common/htmltable.c
lib/common/htmltable.h
lib/common/labels.c
lib/common/output.c
lib/common/render.h
lib/common/shapes.c
lib/common/xdgen.c [deleted file]
lib/gvc/gvc.c
lib/gvc/gvcint.h
lib/gvc/gvcjob.h
lib/gvc/gvconfig.c
lib/gvc/gvjobs.c
plugin/core/Makefile.am
plugin/core/gvloadimage_core.c
plugin/core/gvplugin_core.c
plugin/core/gvrender_core.c [new file with mode: 0644]
plugin/core/gvrender_core_dot.c [new file with mode: 0644]
plugin/core/gvrender_core_fig.c
plugin/core/gvrender_core_map.c
plugin/core/gvrender_core_ps.c
plugin/core/gvrender_core_svg.c
tclpkg/tcldot/tcldot.c