2002-10-12 Hans Breuer <hans@breuer.org>
commit084a2b37e532d8b4f6324eef3e7426c21e19e61b
authorhans <hans>
Sat, 12 Oct 2002 21:00:57 +0000 (12 21:00 +0000)
committerhans <hans>
Sat, 12 Oct 2002 21:00:57 +0000 (12 21:00 +0000)
tree8a7bb1ce372cf572421ae75c8e6d5c535ec7a55e
parentea1c287315ef6799202363b98f7c588695f0f656
2002-10-12  Hans Breuer  <hans@breuer.org>

[decrease inter-plug-in-dependencies]

* objects/custom/shape_info.[hc] : move parse_style()
to lib/dia_svg.[hc] as dia_svg_parse_style(); Namespace
the related structs and constants.
* objects/custom/custom_object.c : reflect namespace
changes

* lib/dia_svg.[hc] : new files
* lib/makefile.msc lib/Makefile.am : add new files
* lib/libdia.def : updated externals

* plug-ins/svg/svg-import.c : use dia_svg_parse_style()

* plug-ins/svg/svg.c : enable svg import for win32 (and
probably for other non ELF builds)

* plug-ins/makefile.msc : enable svg import
12 files changed:
ChangeLog
lib/Makefile.am
lib/dia_svg.c [new file with mode: 0644]
lib/dia_svg.h [new file with mode: 0644]
lib/libdia.def
lib/makefile.msc
objects/custom/custom_object.c
objects/custom/shape_info.c
objects/custom/shape_info.h
plug-ins/makefile.msc
plug-ins/svg/svg-import.c
plug-ins/svg/svg.c