Gimp/plug-ins/common
Sven Neumann 243c5f4929 app/channel_cmds.c app/layer_cmds.c libgimp/gimpchannel_pdb.c
2000-12-28  Sven Neumann  <sven@gimp.org>

	* app/channel_cmds.c
	* app/layer_cmds.c
	* libgimp/gimpchannel_pdb.c
	* libgimp/gimplayer_pdb.c
	* plug-ins/common/warp.c
	* plug-ins/gap/gap_exchange_image.c
	* plug-ins/gap/gap_range_ops.c
	* plug-ins/perl/examples/bricks
	* plug-ins/perl/examples/glowing_steel
	* tools/pdbgen/pdb/channel.pdb
	* tools/pdbgen/pdb/layer.pdb:

	Two of the gimp-perl scripts used to call gimp_layer_delete() after
	gimp_image_remove_layer(). This will fail since the layer is already
	scheduled for destruction by removing it from the associated image or
	by deleting that image. It is thus dangerous and superfluous to export
	this feature through the PDB. The gimp_layer_delete() is hereby
	obsolete and does nothing any longer. I have removed the code calling
	it from all over the place (it was commented out in almost all places).

	The PDB help for gimp_channel_delete() now explicetly tells the user
	about the proper usage of the procedure.
2000-12-27 23:49:17 +00:00
..
.cvsignore Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
aa.c libgimp/gimpcompat.h renamed CAN_HANDLE_INDEXED and friends. 2000-08-24 14:17:34 +00:00
AlienMap.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
AlienMap2.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
align_layers.c Fixed cut'n'paste bug #26203. 2000-10-03 21:17:27 +00:00
animationplay.c Typo. Use GLib random functions. 2000-12-17 20:07:15 +00:00
animoptimize.c change default frame duration 2000-08-30 17:59:45 +00:00
apply_lens.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
autocrop.c Fixed #7689: plug-in-autocrop shows a progress dialog when run 2000-12-12 11:53:47 +00:00
autostretch_hsv.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
blinds.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
blur.c use double callback for double data. Why repeat count is a double, we'll 2000-10-12 09:38:15 +00:00
borderaverage.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
bumpmap.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
bz2.c plug-ins/common/bz2.c plug-ins/common/gz.c plug-ins/common/mail.c 2000-11-08 21:58:22 +00:00
c_astretch.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
CEL.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
checkerboard.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
CML_explorer.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
color_enhance.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
colorify.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
colortoalpha.c Add alpha automatically on colortoalpha plug-in. 2000-12-16 17:42:43 +00:00
compose.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
compressor.c Typo. Use GLib random functions. 2000-12-17 20:07:15 +00:00
convmatrix.c Fixed the unuseable PDB-interface 2000-12-15 16:55:34 +00:00
csource.c the size of the string holding the image data was one byte too short (we 2000-12-27 20:51:09 +00:00
cubism.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
curve_bend.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
decompose.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
deinterlace.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
depthmerge.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
despeckle.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
destripe.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
diffraction.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
displace.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
edge.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
emboss.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
engrave.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
exchange.c applied (a modified version of) gimp-timecop-20001213-17. Delayed update 2000-12-19 12:54:34 +00:00
film.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
flarefx.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
fp.c plug-ins/FractalExplorer/*.[ch] plug-ins/Lighting/*.[ch] 2000-08-22 03:27:14 +00:00
fractaltrace.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
gauss_iir.c plug-ins/common/gauss_iir.c plug-ins/common/gauss_rle.c 2000-10-26 23:21:34 +00:00
gauss_rle.c plug-ins/common/gauss_iir.c plug-ins/common/gauss_rle.c 2000-10-26 23:21:34 +00:00
gbr.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 19:38:43 +00:00
gee.c Typo fixes. Added gee_zoom.c. Added i18n of menu item. 2000-12-19 18:58:13 +00:00
gee_zoom.c Typo fixes. Added gee_zoom.c. Added i18n of menu item. 2000-12-19 18:58:13 +00:00
gicon.c libgimp/gimpcompat.h renamed CAN_HANDLE_INDEXED and friends. 2000-08-24 14:17:34 +00:00
gif.c Help string updates + xbm parasite handling fix. 2000-10-20 03:38:15 +00:00
gifload.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
gih.c alter the pixpipe parameters and attach them as parasite, so saving a 2000-12-19 00:24:42 +00:00
glasstile.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
gqbist.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
gradmap.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
grid.c plug-ins/common/gauss_iir.c plug-ins/common/gauss_rle.c 2000-10-26 23:21:34 +00:00
gtm.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
guillotine.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
gz.c Typo. Use GLib random functions. 2000-12-17 20:07:15 +00:00
header.c libgimp/gimpcompat.h renamed CAN_HANDLE_INDEXED and friends. 2000-08-24 14:17:34 +00:00
hot.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
hrz.c Typo. Use GLib random functions. 2000-12-17 20:07:15 +00:00
illusion.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
iwarp.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
jigsaw.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
jpeg.c app/layer.c app/layers_dialog.c reviewed code in an attempt to fix the 2000-12-03 18:15:08 +00:00
laplace.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
lic.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
mail.c plug-ins/common/bz2.c plug-ins/common/gz.c plug-ins/common/mail.c 2000-11-08 21:58:22 +00:00
Makefile.am Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
mapcolor.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
max_rgb.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
mblur.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
mkgen.pl autogen .cvsignore 1999-09-04 06:19:46 +00:00
mosaic.c plug-ins/mosaic/mosaic.c plug-ins/script-fu/scripts/textured-logo.scm 2000-12-27 18:09:06 +00:00
mpeg.c Moved sinus and struc to common. 2000-08-22 16:30:04 +00:00
newsprint.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
nlfilt.c minor patch from David Hodson <hodsond@ozemail.com.au> to fix off-by-one 2000-10-21 13:15:55 +00:00
noisify.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
normalize.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
nova.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
oilify.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
papertile.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
pat.c Load broken (GRAYA and RGBA) patterns but tell the user that they are 2000-12-19 01:58:39 +00:00
pcx.c Little-endian fix for 16bit TIFF 2000-11-19 23:54:46 +00:00
pix.c app/paint_funcs.c app/pixel_processor.c plug-ins/common/pix.c 2000-10-17 18:32:43 +00:00
pixelize.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
plasma.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
plugin-browser.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
plugin-defs.pl Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
plugindetails.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
png.c Possible fix for #22805 2000-09-15 00:50:12 +00:00
pnm.c plug-ins/FractalExplorer/FractalExplorer.c plug-ins/common/animationplay.c 2000-12-17 16:50:00 +00:00
polar.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
postscript.c plug-ins/FractalExplorer/FractalExplorer.c plug-ins/common/animationplay.c 2000-12-17 16:50:00 +00:00
procedure-browser.c removed further COMPAT_CRUFT. 2000-08-22 00:13:56 +00:00
ps.c plug-ins/FractalExplorer/FractalExplorer.c plug-ins/common/animationplay.c 2000-12-17 16:50:00 +00:00
psd.c removed some more debugging output. Zzz. 2000-08-23 19:13:41 +00:00
psp.c libgimp/gimpcompat.h renamed CAN_HANDLE_INDEXED and friends. 2000-08-24 14:17:34 +00:00
randomize.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
ripple.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
rotate.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
sample_colorize.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
scatter_hsv.c avoid floating point exception on small images (reported by Steven Grady) 2000-08-23 08:43:03 +00:00
screenshot.c plug-ins/common/bz2.c plug-ins/common/gz.c plug-ins/common/mail.c 2000-11-08 21:58:22 +00:00
sel_gauss.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
semiflatten.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
sharpen.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
shift.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
sinus.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
smooth_palette.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
snoise.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
sobel.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
sparkle.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
spheredesigner.c re-added it to CVS. 2000-12-15 18:08:31 +00:00
spread.c plug-ins/common/gauss_iir.c plug-ins/common/gauss_rle.c 2000-10-26 23:21:34 +00:00
struc.c Moved sinus and struc to common. 2000-08-22 16:30:04 +00:00
sunras.c applied gimp-kirchgessner-001220-0 which makes the sunras plug-in 2000-12-21 16:33:49 +00:00
tga.c Fix alleged problem with small TGA images 2000-11-18 04:24:25 +00:00
threshold_alpha.c avoid floating point exception on small images (reported by Steven Grady) 2000-08-23 08:43:03 +00:00
tiff.c Continue after errors from libtiff - ie they are no longer fatal (#28799) 2000-12-12 02:39:11 +00:00
tile.c sanity check new width and height. Wrong values might result in a divide 2000-11-08 22:41:13 +00:00
tileit.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
tiler.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
uniteditor.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
unsharp.c PLUG_IN_MAINTAINERS changed email address of Winston Chang 2000-11-26 12:13:23 +00:00
url.c set all the locale variables we can, to make sure we get predictable 2000-11-13 09:30:09 +00:00
video.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
vinvert.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
vpropagate.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
warp.c app/channel_cmds.c app/layer_cmds.c libgimp/gimpchannel_pdb.c 2000-12-27 23:49:17 +00:00
waves.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
whirlpinch.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00
winclipboard.c Turned C++ style comments into C style ones. 2000-09-26 22:54:33 +00:00
wind.c Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp 2000-09-30 20:13:06 +00:00
winprint.c Update, tell people the MSVC makefiles are not up-to-date. 2000-08-24 17:53:43 +00:00
wmf.c added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
xbm.c Compile before commit... 2000-10-20 03:44:47 +00:00
xpm.c libgimp/gimpcompat.h renamed CAN_HANDLE_INDEXED and friends. 2000-08-24 14:17:34 +00:00
xwd.c app/color_picker.c app/convert.c app/curves.c app/gimpdrawable.c 2000-12-13 18:53:35 +00:00
zealouscrop.c removed COMPAT_CRUFT. 2000-08-22 01:26:57 +00:00