Skip to content
  • Michael Natterer's avatar
    Enabled skipping enum values for either the PDB or GType registration · dec20d82
    Michael Natterer authored
    2004-01-06  Michael Natterer  <mitch@gimp.org>
    
    	Enabled skipping enum values for either the PDB or GType
    	registration (don't always skip both targets):
    
    	* tools/gimp-mkenums: skip enum values only if there is a literal
    	"skip" (don't match "pdb-skip").
    
    	* tools/pdbgen/enumgen.pl: skip only "pdb-skip" values, not "skip"
    	ones.
    
    	* app/base/base-enums.h
    	* app/core/core-enums.h
    	* app/paint/paint-enums.h
    	* libgimpbase/gimpbaseenums.h: use the right "pdb-skip"/"skip"
    	combination to skip enum values. Changed comments accordingly.
    
    	Cleaned up the fill functions:
    
    	* app/core/core-enums.[ch]: added GIMP_PATTERN_FILL enum value to
    	the GimpFillType enum. Don't export GIMP_NO_FILL to the PDB
    	because it's completely useless to export a NOP.
    
    	* app/core/gimp-edit.c (gimp_edit_fill, gimp_edit_fill_internal):
    	handle pattern fill requests.
    
    	* app/core/gimpdrawable.[ch] (gimp_drawable_fill): added GimpPattern
    	parameter and fill with it if...
    dec20d82