Skip to content
  • Michael Natterer's avatar
    added properties "gimp", "id", "width", "height" and "base-type". Moved · 87b5322f
    Michael Natterer authored
    2004-07-14  Michael Natterer  <mitch@gimp.org>
    
    	* app/core/gimpimage.c: added properties "gimp", "id", "width",
    	"height" and "base-type". Moved all code from gimp_image_new()
    	to GObject::constructor().
    
    	* app/core/gimpimage-convert.c
    	* app/core/gimpimage-crop.c
    	* app/core/gimpimage-resize.c
    	* app/core/gimpimage-rotate.c
    	* app/core/gimpimage-scale.c
    	* app/core/gimpimage-undo-push.c: set "width", "height" and
    	"base-type" with g_object_set() so "notify" is emitted on the
    	properties.
    
    	* app/core/gimpimage-undo.c (gimp_image_undo_pop_stack):
    	freeze/thaw property notifications around undoing/redoing so they
    	are not emitted in the middle of the undo operation.
    87b5322f