Skip to content
  • Michael Natterer's avatar
    Added object properties for almost all tool_options values and registered · eeec3ced
    Michael Natterer authored
    2003-02-07  Michael Natterer  <mitch@gimp.org>
    
    	Added object properties for almost all tool_options values
    	and registered lots of enums with the type system:
    
    	Part I (enum and type cleanup):
    
    	* app/core/core-enums.[ch]
    	* app/core/core-types.h: removed InternalOrientaionType and
    	register GimpOrientationType. Register GimpChannelOps.
    	Removed GimpToolOptionsGUIFunc.
    
    	* app/xcf/xcf-private.h: added XcfOrientationType with the
    	same values as the old InternalOrientationType
    
    	* app/xcf/xcf-load.c
    	* app/xcf/xcf-save.c: translate between GimpOrientationType and
    	XcfOrientationType.
    
    	* app/core/gimpdrawable-transform-utils.[ch]
    	* app/core/gimpdrawable-transform.[ch]
    	* app/core/gimpimage-crop.c
    	* app/core/gimpimage-duplicate.c
    	* app/core/gimpimage-guides.c
    	* app/core/gimpimage-resize.c
    	* app/core/gimpimage-scale.c
    	* app/core/gimpimage.h
    	* app/display/gimpdisplayshell.c
    	* tools/pdbgen/stddefs.pdb
    	* tools/pdbgen/pdb/transfo...
    eeec3ced