tools/pdbgen/pdb/display.pdb applied a modified version of a patch from
2002-12-03 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/display.pdb * tools/pdbgen/pdb/layer.pdb: applied a modified version of a patch from Wolfgang Hofer <hof@gimp.org> that adds two new PDB functions needed for GAP: gimp_displays_reconnect() and gimp_layer_new_from_drawable() (bug #77508). * app/pdb/display_cmds.c * app/pdb/internal_procs.c * app/pdb/layer_cmds.c * libgimp/gimpdisplay_pdb.[ch] * libgimp/gimplayer_pdb.[ch]: regenerated.
This commit is contained in:

committed by
Sven Neumann

parent
1c60f4e045
commit
2193d83a26
@ -1,3 +1,10 @@
|
||||
2002-12-03 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimp/tmpl/gimpdisplay.sgml
|
||||
* libgimp/tmpl/gimplayer.sgml: updated after addition of two new
|
||||
PDB functions.
|
||||
|
||||
2002-12-03 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/tmpl/*.sgml: applied a patch from Akkana that adds short
|
||||
|
@ -161,6 +161,7 @@ gimp_convert_indexed
|
||||
gimp_display_new
|
||||
gimp_display_delete
|
||||
gimp_displays_flush
|
||||
gimp_displays_reconnect
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -358,7 +359,7 @@ gimp_layer_translate
|
||||
gimp_layer_add_alpha
|
||||
gimp_layer_set_offsets
|
||||
gimp_layer_mask
|
||||
gimp_layer_is_floating_sel
|
||||
gimp_layer_new_from_drawable
|
||||
gimp_layer_get_name
|
||||
gimp_layer_set_name
|
||||
gimp_layer_get_visible
|
||||
@ -381,6 +382,7 @@ gimp_layer_get_tattoo
|
||||
gimp_layer_set_tattoo
|
||||
gimp_layer_get_mask_id
|
||||
gimp_layer_get_image_id
|
||||
gimp_layer_is_floating_sel
|
||||
gimp_layer_is_floating_selection
|
||||
gimp_layer_get_preserve_transparency
|
||||
gimp_layer_set_preserve_transparency
|
||||
|
@ -41,3 +41,13 @@ Functions to create, delete and flush new displays (views) on an image.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_displays_reconnect ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@old_image_ID:
|
||||
@new_image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -132,12 +132,13 @@ Operations on single layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_layer_is_floating_sel ##### -->
|
||||
<!-- ##### FUNCTION gimp_layer_new_from_drawable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@drawable_ID:
|
||||
@dest_image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -351,6 +352,15 @@ Operations on single layers.
|
||||
@layer_ID:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_layer_is_floating_sel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO gimp_layer_is_floating_selection ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user