tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "misc tools"
2004-01-05 Michael Natterer <mitch@gimp.org> * tools/pdbgen/Makefile.am * tools/pdbgen/groups.pl * tools/pdbgen/pdb/misc_tools.pdb: removed the "misc tools" PDB group. * tools/pdbgen/pdb/edit.pdb: added gimp_edit_bucket_fill() and gimp_edit_blend(). * tools/pdbgen/pdb/image.pdb: added gimp_image_pick_color(). * app/pdb/procedural_db.c * libgimp/gimpcompat.h: added compat stuff. * app/pdb/edit_cmds.c * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/misc_tools_cmds.c * libgimp/gimp_pdb.h * libgimp/gimpedit_pdb.[ch] * libgimp/gimpimage_pdb.[ch]: regenerated. * libgimp/Makefile.am * libgimp/gimpmisctools_pdb.[ch]: removed. * plug-ins/gfig/gfig.c * plug-ins/script-fu/scripts/3dTruchet.scm * plug-ins/script-fu/scripts/alien-glow-arrow.scm * plug-ins/script-fu/scripts/alien-glow-bar.scm * plug-ins/script-fu/scripts/alien-glow-bullet.scm * plug-ins/script-fu/scripts/alien-glow-button.scm * plug-ins/script-fu/scripts/alien-glow-logo.scm * plug-ins/script-fu/scripts/basic1-logo.scm * plug-ins/script-fu/scripts/basic2-logo.scm * plug-ins/script-fu/scripts/beveled-button.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/burn-in-anim.scm * plug-ins/script-fu/scripts/coffee.scm * plug-ins/script-fu/scripts/comic-logo.scm * plug-ins/script-fu/scripts/coolmetal-logo.scm * plug-ins/script-fu/scripts/glossy.scm * plug-ins/script-fu/scripts/gradient-bevel-logo.scm * plug-ins/script-fu/scripts/gradient-example.scm * plug-ins/script-fu/scripts/hsv-graph.scm * plug-ins/script-fu/scripts/pupi-button.scm * plug-ins/script-fu/scripts/rendermap.scm * plug-ins/script-fu/scripts/sphere.scm * plug-ins/script-fu/scripts/starscape-logo.scm * plug-ins/script-fu/scripts/test-sphere.scm * plug-ins/script-fu/scripts/textured-logo.scm * plug-ins/script-fu/scripts/title-header.scm * plug-ins/script-fu/scripts/weave.scm: follow "blend" and "color picker" changes. Leave "bucket fill" users unchanged because fill and bucket_fill need another cleanup (will follow next...) 2004-01-05 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt: moved color_picker, blend and bucket_fill to their new places. * libgimp/tmpl/gimpedit.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimptools.sgml: regenerated.
This commit is contained in:
committed by
Michael Natterer
parent
1f16d9cfc3
commit
b2e3434d38
@ -221,6 +221,8 @@ gimp_edit_copy
|
||||
gimp_edit_paste
|
||||
gimp_edit_clear
|
||||
gimp_edit_fill
|
||||
gimp_edit_bucket_fill
|
||||
gimp_edit_blend
|
||||
gimp_edit_stroke
|
||||
</SECTION>
|
||||
|
||||
@ -327,6 +329,7 @@ gimp_image_get_active_drawable
|
||||
gimp_image_unset_active_channel
|
||||
gimp_image_get_floating_sel
|
||||
gimp_image_floating_sel_attached_to
|
||||
gimp_image_pick_color
|
||||
gimp_image_pick_correlate_layer
|
||||
gimp_image_add_layer
|
||||
gimp_image_remove_layer
|
||||
@ -554,12 +557,9 @@ gimp_tile_cache_ntiles
|
||||
<FILE>gimptools</FILE>
|
||||
gimp_airbrush
|
||||
gimp_airbrush_default
|
||||
gimp_blend
|
||||
gimp_bucket_fill
|
||||
gimp_by_color_select
|
||||
gimp_clone
|
||||
gimp_clone_default
|
||||
gimp_color_picker
|
||||
gimp_convolve
|
||||
gimp_convolve_default
|
||||
gimp_dodgeburn
|
||||
|
||||
@ -62,6 +62,46 @@ Edit menu functions (cut, copy, paste, clear, etc.)
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_edit_bucket_fill ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@fill_mode:
|
||||
@paint_mode:
|
||||
@opacity:
|
||||
@threshold:
|
||||
@sample_merged:
|
||||
@x:
|
||||
@y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_edit_blend ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@blend_mode:
|
||||
@paint_mode:
|
||||
@gradient_type:
|
||||
@opacity:
|
||||
@offset:
|
||||
@repeat:
|
||||
@reverse:
|
||||
@supersample:
|
||||
@max_depth:
|
||||
@threshold:
|
||||
@dither:
|
||||
@x1:
|
||||
@y1:
|
||||
@x2:
|
||||
@y2:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_edit_stroke ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -203,6 +203,22 @@ and operations involving multiple layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_pick_color ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@drawable_ID:
|
||||
@x:
|
||||
@y:
|
||||
@sample_merged:
|
||||
@sample_average:
|
||||
@average_radius:
|
||||
@color:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_pick_correlate_layer ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -38,46 +38,6 @@ Functions giving access to common toolbox tools.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_blend ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@blend_mode:
|
||||
@paint_mode:
|
||||
@gradient_type:
|
||||
@opacity:
|
||||
@offset:
|
||||
@repeat:
|
||||
@reverse:
|
||||
@supersample:
|
||||
@max_depth:
|
||||
@threshold:
|
||||
@dither:
|
||||
@x1:
|
||||
@y1:
|
||||
@x2:
|
||||
@y2:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_bucket_fill ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@fill_mode:
|
||||
@paint_mode:
|
||||
@opacity:
|
||||
@threshold:
|
||||
@sample_merged:
|
||||
@x:
|
||||
@y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_by_color_select ##### -->
|
||||
<para>
|
||||
|
||||
@ -120,22 +80,6 @@ Functions giving access to common toolbox tools.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_picker ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@drawable_ID:
|
||||
@x:
|
||||
@y:
|
||||
@sample_merged:
|
||||
@sample_average:
|
||||
@average_radius:
|
||||
@color:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_convolve ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user