CVSROOT: /cvs/gnome Module name: gimp Changes by: mitch 06/05/21 07:32:41
Modified files: . : ChangeLog app/core : Makefile.am gimpitem.c gimpitem.h gimpitem-linked.c gimpitem-linked.h gimpimage-resize.c app/tools : gimpeditselectiontool.c gimpaligntool.c Added files: app/core : gimpimage-item-list.c gimpimage-item-list.h Log message: 2006-05-21 Michael Natterer <[EMAIL PROTECTED]> * app/core/Makefile.am * app/core/gimpimage-item-list.[ch]: new files with functions to translate, flip, rotate, transform and align a list of items inside an undo group. (gimp_image_item_list_get_list): returns a list of items matching any combination of GimpItemTypeMask and GimpItemSet. * app/core/gimpitem.[ch]: added new function gimp_item_is_in_set(). * app/core/gimpitem-linked.[ch]: use the new functions. Removed gimp_item_linked_get_list(). * app/tools/gimpeditselectiontool.c: use gimp_image_item_list_get_list() instead of gimp_item_linked_get_list(). * app/core/gimpimage-resize.c * app/tools/gimpaligntool.c: use the new functions instead of creating and iterating the lists manually. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp&who=mitch&date=explicit&mindate=2006-05-21%2007:31&maxdate=2006-05-21%2007:33 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list