gimp/app/pdb
Hans Breuer 6cb914db84 from now on use make.msc from $(TOP)/glib/build/win32; all occurences of
2001-02-17  Hans Breuer  <hans@breuer.org>

	* */*/makefile.msc */makefile.msc : from now on use
	make.msc from $(TOP)/glib/build/win32; all occurences
	of DIRENT removed and general update

	* app/config/makefile.msc app/paint/makefile.msc
	  app/plug-in/makefile.msc themes/Default/makefile.msc :
	new files

	* app/base/base.c : ported to GDir usage

	* app/config/gimpconfig-serialize.c :
	  app/config/gimpconfig-deserialize.c : HAVE_UNISTD_H
	* app/config/gimpconfig.c :
	  app/config/gimprc.c : HAVE_UNISTD_H, use <io.h> for
	open() prototype and merged pmode parameter
	(_S_IREAD | _S_IWRITE)

	* app/core/cpercep.c : msvc doesn't have cbrt(), provide
	it via pow(). Also include <glib.h> for painless 'inline'
	definition.

	* app/core/gimpdatafiles.c : ported to GDir usage

	* app/core/gimpimage-convert.c : work around a msvc compiler
	limitation (can't convert from uint64 to double)

	* app/file/file-open.c app/file/file-save.c :
	access() -> _access() for G_OS_WIN32

	* app/plug-in/plug-in.c : HAVE_UNISTD_H and <io.h>

	* libgimpbase/gimpbase.def : updated externals

	* libgimpbase/gimpenv.c : define WIN32_LEAN_AND_MEAN to
	avoid clashes with incompatible DATADIR definitions

	* libgimpcolor/gimpcolor.def : updated externals

	* lingimpmath/gimpmath.def : updated externals

	* libgimpwidgets/gimpwidgets.def : updated externals

	* libgimpwidgets/libgimp-glue.c : adapt to const changes
	of some prototypes

	* plug-ins/makefile.msc : disabled gdyntext

	* plug-ins/gap/iter_ALT/*/*.inc : GimpRunModeType -> GimpRunMode

	* plug-ins/FractalExplorer/FractalExplorer.c :
	* plug-ins/gap/gap_lib.c :
	* plug-ins/gfig/gfig.c :
	* plug-ins/gflare/gflare.c :
	* plug-ins/gimpressionist/gimpressionist.c :
	replaced DIRENT usage with GDir

	* plug-ins/script-fu/script-fu-scripts.c : #include <windows.h>
	to get the Sleep() prototype
2002-02-17 15:55:54 +00:00
..
.cvsignore changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
brush_select_cmds.c app/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12:59 +00:00
brushes_cmds.c app/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12:59 +00:00
channel_cmds.c made gimp->global_buffer a GimpBuffer, not TileManager. 2001-12-12 23:48:18 +00:00
color_cmds.c app/base/base-enums.h moved all remaining enums to base-enums.h 2001-12-11 18:11:56 +00:00
convert_cmds.c added GIMP_IMAGE_TYPE_IS_[RGB|GRAY|INDEXED]() and 2001-12-14 15:30:31 +00:00
display_cmds.c app/display/gimpdisplay-marching-ants.h removed... 2001-11-10 23:03:22 +00:00
drawable_cmds.c app/base/base-enums.h moved all remaining enums to base-enums.h 2001-12-11 18:11:56 +00:00
edit_cmds.c s/gimage_mask/gimp_image_mask/g 2001-11-28 22:42:19 +00:00
fileops_cmds.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
floating_sel_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimp-pdb.c INSTALL NEWS require latest versions of glib, gtk+ and friends. Bumped our 2001-12-27 17:58:30 +00:00
gimp-pdb.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimppdb.c INSTALL NEWS require latest versions of glib, gtk+ and friends. Bumped our 2001-12-27 17:58:30 +00:00
gimppdb.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimppluginprocedure.c INSTALL NEWS require latest versions of glib, gtk+ and friends. Bumped our 2001-12-27 17:58:30 +00:00
gimppluginprocedure.h INSTALL NEWS require latest versions of glib, gtk+ and friends. Bumped our 2001-12-27 17:58:30 +00:00
gimpprocedure.c INSTALL NEWS require latest versions of glib, gtk+ and friends. Bumped our 2001-12-27 17:58:30 +00:00
gimpprocedure.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimprc_cmds.c app/pdb/gimprc_cmds.c added a missing g_strdup() that caused 2001-11-14 17:34:39 +00:00
gradient_select_cmds.c removed gradients_get_gradient_data() here... 2001-10-25 21:59:52 +00:00
gradients_cmds.c define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00
guides_cmds.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
help_cmds.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
image_cmds.c Made the interpolation type configurable in the scale and transform 2002-02-12 02:31:45 +00:00
internal_procs.c removed, chopped... 2001-12-10 17:01:49 +00:00
internal_procs.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
layer_cmds.c Made the interpolation type configurable in the scale and transform 2002-02-12 02:31:45 +00:00
Makefile.am removed, chopped... 2001-12-10 17:01:49 +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
message_cmds.c app/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12:59 +00:00
misc_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
misc_tools_cmds.c removed #if 0'ed old display update hackery. Don't flush the displays here 2002-02-10 15:18:08 +00:00
paint_tools_cmds.c added back the handler which invalidates the display_title on dirty/clean. 2002-02-15 17:44:05 +00:00
palette_cmds.c define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00
parasite_cmds.c app/pdb/parasite_cmds.c fixed nasty bug in perl expression that caused all 2001-09-18 15:51:37 +00:00
paths_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
pattern_select_cmds.c generate app/file/Makefile 2001-10-25 13:30:01 +00:00
patterns_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
pdb-types.h added back the handler which invalidates the display_title on dirty/clean. 2002-02-15 17:44:05 +00:00
pdb_glue.h app/Makefile.am put the regex and MMX sources to EXTRA_DIST so they get 2001-05-20 14:15:09 +00:00
plug_in_cmds.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
procedural_db.c INSTALL NEWS require latest versions of glib, gtk+ and friends. Bumped our 2001-12-27 17:58:30 +00:00
procedural_db.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
procedural_db_cmds.c app/config/gimpconfig-serialize.[ch] app/config/gimpconfig.h added new 2001-12-28 16:26:54 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
selection_cmds.c made gimp->global_buffer a GimpBuffer, not TileManager. 2001-12-12 23:48:18 +00:00
selection_tools_cmds.c removed #if 0'ed old display update hackery. Don't flush the displays here 2002-02-10 15:18:08 +00:00
text_tool_cmds.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
transform_tools_cmds.c renamed GimpInterpolationType values to something sane and unexported it 2002-02-12 03:30:52 +00:00
undo_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
unit_cmds.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00

This directory contains the PDB-wrappers for various internal
Gimp functions.

THESE FILES ARE AUTOGENERATED AND CHANGES HERE ARE USELESS!

If you need to change the code please have a look in ../../tools/pdbgen/pdb.