dia r3841 - in trunk: . lib plug-ins plug-ins/dxf



Author: hans
Date: 2007-10-28 15:07:43 +0000 (Sun, 28 Oct 2007)
New Revision: 3841
ViewCVS link: http://svn.gnome.org/viewcvs/dia?rev=3841&view=rev

Modified:
   trunk/ChangeLog
   trunk/lib/libdia.def
   trunk/plug-ins/dxf/Makefile.am
   trunk/plug-ins/dxf/autocad_pal.c
   trunk/plug-ins/dxf/autocad_pal.h
   trunk/plug-ins/dxf/dxf-export.c
   trunk/plug-ins/dxf/dxf-import.c
   trunk/plug-ins/makefile.msc
Log:
2007-10-28  Hans Breuer  <hans breuer org>

	* lib/libdiadef.c : added lader_find_objects_containing_rectangle
	
	[ overhaul of the DXF plug-in, en passant fixing bug #481193 ]
	* plug-ins/makefile.msc plug-ins/dxf/Makefile.am 
	  plug-ins/dxf/autocad_pal.[ch] : moved the acad_pal into it's own
	file to share it between import and export. Provide accessors.
	* plug-ins/dxf/dxf-import.c :
	- get rid of the setlocale stuff by using g_ascii_strtod
	- read more object('entity) colors
	- better line style and width preserving
	- actually use text height from file
	- less complains, should not give any g_warning anymore, at least not
	  for a valid DXF file
	* plug-ins/dxf/dxf-export.c :
	- implement fill_rect, draw_polyline export more object colors
	- always write minimal header information although it is supposed to
	be completely optional






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]