2005-09-26 Jody Goldberg * Release 2.12.1 2005-09-23 Jody Goldberg * libgnomeprint/grammar.y (gnome_print_filter_parse_prop) : Don't leak refs to filters. gnome_print_filter_append_predecessor ADDS a ref, it does not absorb one. 2005-09-22 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=312803 * libgnomeprint/gnome-print-transport.c (gnome_print_transport_real_print_file) : don't fclose NULL. * libgnomeprint/gnome-print-job.c (gnome_print_job_print) : don't leak result of g_object_get * libgnomeprint/gnome-print-filter.c (gnome_print_filter_finalize) : don't leak a ref to the context. (showpage_impl) : Don't leak a ref to the old filter. 2005-09-21 Jody Goldberg * libgnomeprint/gp-gc.c (gp_ctx_duplicate) : weak_ref the user_data to add protection against keeping a pointer to an object that may be deleted elsewhere. (gp_gc_set_user_data) : ditto. (gp_ctx_destroy) : weak_unref it. 2005-09-20 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=305336 * libgnomeprint/gnome-print-module.h : It's good that those enums are not used as far as I can tell. * libgnomeprint/gnome-print-ps2.c (gnome_print_ps2_glyphlist) : id is static, it had better be constant. 2005-09-19 Jody Goldberg * libgnomeprint/gnome-print-job.c (gnome_print_job_print) : some warning suppression. http://bugzilla.gnome.org/show_bug.cgi?id=316018 * filters/gnome-print-filter-frgba.c (image_impl) : This makes a bit more sense. First we create a simple bpath. Pull the bounding box out of that (we could optimize that but who cares). The use the bpath to clip. * data/models/GNOME-GENERIC-PS.xml.in.in : filters seem to use module name rather than type name. 2005-09-13 Jürg Billeter http://bugzilla.gnome.org/show_bug.cgi?id=155144 * libgnomeprint/modules/cups/gnome-print-cups.c: (cb_get_ppd): Mark printer as default before prepending to list, required to fix default selection in libgnomeprintui. 2005-09-06 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=315372 * libgnomeprint/gnome-print-job.c (gnome_print_job_render_page) : no undefined returns. 2005-09-06 Jody Goldberg * configure.in : post release bump