Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots
*** Recent ChangeLog entries: --- ChangeLog.previous 2009-02-08 05:00:08.000000000 +0100 +++ dia-svn-snapshot/ChangeLog 2009-02-09 05:00:11.583688984 +0100 @@ -1,3 +1,46 @@ +2009-02-07 Hans Breuer <[email protected]> + + * lib/dia_svg.c : map special svg font name "sanserif" to special + dia font name "sans" + + * lib/dia_image.c(dia_image_get_broken) : was broken + * plug-ins/svg/svg-import.c : don't try to create_standard_image() with + fileanme==NULL, rather set an invalid name. Better than crashing on + <svg:image data="..."/> + * lib/libdia.def : s/dia_image_release/dia_image_unref/ + + [two less leaks - thanks valgrind] + * lib/dia_image.c : free filename + * plug-ins/svg/svg-import.c(read_poly_svg) : free points + + * plug-ins/xslt/xsltdialog.c : add #undef GTK_DISABLE_DEPRECATED to + fix bug #570850 - should be ported some day + + * lib/dia_image.c : turn DiaImage into a GObject, plugs memory leak + fixing bug #570850 + + * plug-ins/svg/svg-import.c : actually implement read_image_svg(), + part of bug #570863 (strange this was not reporeted before) + (read_text_svg) : was creating two much whitespace for <tspan/> + + * lib/diatypes.h : typedef _DiaImage DiaImage, i.e. make DiaImage + follow the naming pattern of every other struct in Dia's source ... + * lib/dia_image.[ch] : ... and also sprinkled const and rename + dia_image_release to dia_image_unref (too seldom used!) + * objects/SISSI/sissi.h objects/SISSI/sissi.c objects/KAOS/metabinrel.c + objects/standard/image.c objects/custom/shape_info.h + lib/diarenderer.[ch] lib/diasvgrenderer.c lib/diagdkrenderer.c + plug-ins/python/pydia-render.c plug-ins/python/pydia-image.[ch] + plug-ins/dxf/dxf-export.c plug-ins/drs/dia-render-script-renderer.c + plug-ins/hpgl/hpgl.c plug-ins/metapost/render_metapost.c + plug-ins/cairo/diacairo-renderer.c plug-ins/pgf/render_pgf.c + plug-ins/pstricks/render_pstricks.c plug-ins/cgm/cgm.c + plug-ins/postscript/diapsrenderer.c plug-ins/wpg/wpg.c + plug-ins/libart/dialibartrenderer.c plug-ins/wmf/wmf.cpp + plug-ins/xfig/xfig-export.c plug-ins/vdx/vdx-export.c : adapted + accordingly in prepartion to fix bug #570850 + * objects/SISSI/sissi.c : don't leak ObjectSISSI::image + 2009-02-06 Hans Breuer <[email protected]> * lib/beziershape.c(beziershape_update_data): remove stray semicolon _______________________________________________ dia-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia
