gimp/plug-ins
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
..
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 merged fix for bug #69127 from stable branch. 2002-02-11 17:36:56 +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 plug-ins/FractalExplorer/Dialogs.c 2002-02-05 13:29:46 +00:00
fp plug-ins/FractalExplorer/Dialogs.c 2002-02-05 13:29:46 +00:00
FractalExplorer from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +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 from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +00:00
gflare from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +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 from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +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
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
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 compile with GTK_DISABLE_DEPRECATED. 2002-01-02 16:22:42 +00:00
perl *** empty log message *** 2002-02-06 22:28:22 +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 from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +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 shut up cvs properly 2002-02-14 19:45:31 +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 treeviewized and undeprecated 2002-02-02 04:14:07 +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