Skip to content
  • Michael Natterer's avatar
    tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb · 46989bc7
    Michael Natterer authored
    2004-09-23  Michael Natterer  <mitch@gimp.org>
    
    	* tools/pdbgen/pdb/brushes.pdb
    	* tools/pdbgen/pdb/gradients.pdb
    	* tools/pdbgen/pdb/palettes.pdb
    	* tools/pdbgen/pdb/patterns.pdb: removed the foos_set_foo()
    	procedures and marked the foos_set_foo() ones as deprecated. For
    	brushes, patterns and palettes, added foos_get_foo_info()
    	procedures which work like foos_get_foo_data() but return just the
    	properties, not the actual data. Allow NULL or "" to be passed
    	as name to all functions (use the current brush, pattern etc.
    	in this case).
    
    	* tools/pdbgen/pdb/fonts.pdb: cleanup.
    
    	* app/pdb/procedural_db.c: added the removed ones to the compat
    	hash table.
    
    	* libgimp/Makefile.am
    	* libgimp/gimpbrushes.[ch]
    	* libgimp/gimpgradients.[ch]
    	* libgimp/gimppalettes.[ch]
    	* libgimp/gimppatterns.[ch]: new files with compat functions
    	wich call the resp. gimp_context_*() functions.
    
    	* libgimp/gimp.h: changed accordingly.
    
    	* app/pdb/brushes_cmds.c
    	* app...
    46989bc7