gimp/plug-ins
Michael Natterer 4fc885d4f0 renamed parameters to be consistent with the other foo-select.* files.
2002-03-13  Michael Natterer  <mitch@gimp.org>

	* app/gui/brush-select.[ch]: renamed parameters to be consistent
	with the other foo-select.* files.

	* app/gui/tool-options-dialog.c: removed unused function.

	* app/plug-in/plug-in-types.h: PlugInImageType was accidentially
	exported to the PDB.

	* tools/pdbgen/enums.pl
	* libgimp/gimpenums.h
	* plug-ins/script-fu/script-fu-constants.c: regenerated.

	More brush, pattern, ... PDB wrapper cleanup:

	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/gradient_select.pdb
	* tools/pdbgen/pdb/palette_select.pdb
	* tools/pdbgen/pdb/pattern_select.pdb: even more cleanup, guard
	all functions with if(!gimp->no_interface).

	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/gradients.pdb
	* tools/pdbgen/pdb/palettes.pdb
	* tools/pdbgen/pdb/patterns.pdb: reordered functions to be
	consistent across all files. Generate libgimp wrappers for *all*
	functions because of API symmetry.

	* tools/pdbgen/pdb/gradients.pdb: renamed gradients_[get|set]_active
	to gradients_[get|set]_gradient because of API symmetry.

	* libgimp/gimpcompat.h: added the old function names here, guard
	the whole file with GIMP_ENABLE_COMPAT_CRUFT (it's back, yeah).

	* plug-ins/FractalExplorer/Dialogs.c
	* plug-ins/gflare/gflare.c: use the new function names.

	* libgimp/gimpbrushes_pdb.[ch]
	* libgimp/gimpgradients_pdb.[ch]
	* libgimp/gimppalettes_pdb.[ch]
	* libgimp/gimppatterns_pdb.[ch]
	* app/pdb/brush_select_cmds.c
	* app/pdb/brushes_cmds.c
	* app/pdb/gradient_select_cmds.c
	* app/pdb/gradients_cmds.c
	* app/pdb/palette_select_cmds.c
	* app/pdb/palettes_cmds.c
	* app/pdb/pattern_select_cmds.c
	* app/pdb/patterns_cmds.c: regenerated.
2002-03-13 15:29:59 +00:00
..
FractalExplorer renamed parameters to be consistent with the other foo-select.* files. 2002-03-13 15:29:59 +00:00
Lighting plug-ins/FractalExplorer/Dialogs.c 2002-02-05 13:29:46 +00:00
MapObject s/gdk_image_get/gdk_drawable_get_image/ 2002-02-12 01:59:44 +00:00
bmp app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
common code cleanup by Maurits Rijk <lpeek.mrijk@consunet.nl> (#72288). 2002-02-26 14:56:09 +00:00
dbbrowser plug-ins/FractalExplorer/Events.c 2002-01-30 15:31:57 +00:00
faxg3 app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
fits app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
flame app/app_procs.c app/base/temp-buf.c app/core/gimpmodules.c 2002-02-18 14:34:50 +00:00
fp plug-ins/FractalExplorer/Dialogs.c 2002-02-05 13:29:46 +00:00
gap from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +00:00
gdyntext CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +00:00
gfig app/app_procs.c app/base/temp-buf.c app/core/gimpmodules.c 2002-02-18 14:34:50 +00:00
gflare renamed parameters to be consistent with the other foo-select.* files. 2002-03-13 15:29:59 +00:00
gfli plug-ins/FractalExplorer/Dialogs.c 2002-02-05 13:29:46 +00:00
gimp_ace pulled new sources from gle (containing a fix for kelly's justify==FILL 2000-02-07 04:10:09 +00:00
gimpressionist app/app_procs.c app/base/temp-buf.c app/core/gimpmodules.c 2002-02-18 14:34:50 +00:00
helpbrowser app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
ifscompose plug-ins/FractalExplorer/Dialogs.c 2002-02-05 13:29:46 +00:00
imagemap CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +00:00
jpeg merged fix for bug #69127 from stable branch. 2002-02-11 17:36:56 +00:00
libgck removed antique Makefile targets, including the "files" hack (which was 2001-11-15 14:42:29 +00:00
maze plug-ins/FractalExplorer/Dialogs.c 2002-02-05 13:29:46 +00:00
mosaic small hack that strips the ellipses from the "Repeat" and "Re-Show" menu 2002-02-11 13:16:38 +00:00
pagecurl code cleanup based on a patch from Maurits Rijk <lpeek.mrijk@consunet.nl> 2002-02-19 10:01:36 +00:00
perl Updates to the japanese translation from <iccii@hotmail.com>. 2002-03-13 13:41:33 +00:00
plugin-helper app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
print configure.in Makefile.am app/Makefile.am docs/Makefile.am 2002-02-03 08:03:21 +00:00
pygimp libgimp/.cvsignore libgimp/Makefile.am libgimp/gimp.h removed 2001-05-22 00:36:38 +00:00
rcm plug-ins/FractalExplorer/Dialogs.c 2002-02-05 13:29:46 +00:00
script-fu renamed parameters to be consistent with the other foo-select.* files. 2002-03-13 15:29:59 +00:00
sel2path plug-ins/FractalExplorer/Dialogs.c 2002-02-05 13:29:46 +00:00
sgi app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
tools some documentation can't hurt. 2002-02-26 01:06:26 +00:00
twain app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
uri plug-ins/common/tga.c plug-ins/common/threshold_alpha.c 2002-01-08 09:20:02 +00:00
webbrowser mention gimp-remote in the error message if Xmu was not found. 2002-03-05 16:36:57 +00:00
winsnap app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
xjt app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
Makefile.am plug-ins/tools/.cvsignore new directory for tool plug-ins 2002-02-13 05:47:43 +00:00
makefile.cygwin 1.2.0 stuff 2000-12-25 08:08:08 +00:00
makefile.mingw.in Remove gpb and spheredesigner. Add gih. (Thanks Sven and Jens for cleaning 2000-12-20 22:35:57 +00:00
makefile.msc from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +00:00