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

Dia ChangeLog report for 2008-05-04 03:00:00 UTC (Sun 04 May)



Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots

*** Recent ChangeLog entries:

--- ChangeLog.previous	2008-05-03 05:00:06.000000000 +0200
+++ dia-svn-snapshot/ChangeLog	2008-05-04 05:00:09.145316384 +0200
@@ -1,3 +1,32 @@
+2008-05-02  Hans Breuer  <hans breuer org>
+
+	* plug-ins/dxf/dxf-import.c : either add the objects directly to
+	a layer or use them in a group. Otherwise memory corruption will
+	occur at the latest at diagram destruction time
+
+	* app/diagram_tree.c : there was a pixmap and mask created for every
+	object in the diagram; not only waste of cpu cycles but also a
+	resource problem making Gdk fail for a diagram with >7000 objects.
+	Now the type specific pixmap and mask are hold in a hashtable and
+	only ref'd for use in the GtkCTree. Also a pixbuf leak was plugged.
+
+	* app/preferences.[hc] app/display.c : antialized view default
+	selectable from prefernces, bug #338832
+
+	* plug-ins/dxf/dxf-export.c : the TABLES section was missing the
+	TABLE start, should fix bug #528741
+
+	* lib/filter.[hc] : introduce the ability to influence guessing of
+	import/export -filters. If one is marked as FILTER_DONT_GUESS it is
+	only selected by the guessing if it is the only one registering a
+	certain extension
+	* lib/plug-in.h : increase DIA_PLUGIN_API_VERSION
+	* plug-ins/python/diamodule.c : set FILTER_DONT_GUESS for all filters
+	implemented in Python
+	* plug-ins/pixbuf/pixbuf.c : set FILTER_DONT_GUESS for vector formats
+	supported by GdkPixbuf. This way a Dia importer capable to process
+	vectors gets preferred
+
 2008-05-01  Hans Breuer  <hans breuer org>

 	* app/find-and-replace.[hc] : inital version of find&replace - find


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