CVSROOT: /cvs/gnome Module name: dia Changes by: hans 05/06/18 11:32:10
Modified files: . : ChangeLog config.h.win32 app : app_procs.c dia-props.c disp_callbacks.c interface.c modify_tool.c render_libart.c lib : dia_dirs.c dia_svg.c dia_xml.c diagdkrenderer.c diagtkfontsel.c dialibartrenderer.c dialinechooser.c properties.c plug-ins/metapost: render_metapost.c plug-ins/wpg : wpg.c Log message: 2005-06-17 Hans Breuer <[EMAIL PROTECTED]> * app/app_procs.c : const correctness for stderr_message_internal * app/dia-props.c : gtk_toggle_*() functions want GTK_TOGGLE_BUTTON not GTK_CHECK_BUTTON, also some G_CALLBACK casts * app/disp_callbacks.c : don't dereference the to the function call when the function pointer in meant to be checked against 0 * app/interface.c : warning fixes by using correct types * app/modify_tool.c : describe_props() members returns const pointer * app/render_libart.c : removed most of the render function again. They happily live in lib/dialibartrenderer.c since almost 3 years http://cvs.gnome.org/viewcvs/dia/app/render_libart.c?r1=1.31&r2=1.32 * lib/dia_dirs.c : dia_get_canonical_path() const correctness * lib/dia_svg.c lib/dia_xml.c : some char to xmlChar changes * lib/dialibartrenderer.c(set_line_join): actually set the join_style instead of the cap_style. Don't initialize Art* enums with GDK_* constants. Both mentioned in bug #159814 [http://bugzilla.gnome.org/show_bug.cgi?id=159814] and not warned by most other compilers. * lib/diagtkfontsel.c : at least the watcom compiler did not like the trailing colon in the GtkTypeInfo initialization * lib/properties.c : avoid redefinition of LIBDIA_COMPILATION * lib/dialinechooser.c lib/diagdkrenderer.c : there may be a difference between char and gint8 * plug-ins/metapost/render_metapost.c : replace invalid escape \% with %% * plug-ins/wpg/wpg.c : consitently use guint8 * config.h.win32 : change HAVE_* defines to 1 not empty, avoids redefinition warnings for python and xslt plug-ins URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=dia&who=hans&date=explicit&mindate=2005-06-18%2011:31&maxdate=2005-06-18%2011:33 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list