gimp/libgimpmath/gimpmath.def
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

62 lines
1.3 KiB
Modula-2

EXPORTS
gimp_matrix3_determinant
gimp_matrix3_duplicate
gimp_matrix3_identity
gimp_matrix3_invert
gimp_matrix3_is_diagonal
gimp_matrix3_is_identity
gimp_matrix3_is_simple
gimp_matrix3_mult
gimp_matrix3_rotate
gimp_matrix3_scale
gimp_matrix3_transform_point
gimp_matrix3_translate
gimp_matrix3_xshear
gimp_matrix3_yshear
gimp_matrix4_to_deg
gimp_md5_get_digest
gimp_vector2_add
gimp_vector2_add_val
gimp_vector2_cross_product
gimp_vector2_cross_product_val
gimp_vector2_inner_product
gimp_vector2_inner_product_val
gimp_vector2_length
gimp_vector2_length_val
gimp_vector2_mul
gimp_vector2_mul_val
gimp_vector2_neg
gimp_vector2_neg_val
gimp_vector2_new
gimp_vector2_normalize
gimp_vector2_normalize_val
gimp_vector2_rotate
gimp_vector2_rotate_val
gimp_vector2_set
gimp_vector2_sub
gimp_vector2_sub_val
gimp_vector3_add
gimp_vector3_add_val
gimp_vector3_cross_product
gimp_vector3_cross_product_val
gimp_vector3_inner_product
gimp_vector3_inner_product_val
gimp_vector3_length
gimp_vector3_length_val
gimp_vector3_mul
gimp_vector3_mul_val
gimp_vector3_neg
gimp_vector3_neg_val
gimp_vector3_new
gimp_vector3_normalize
gimp_vector3_normalize_val
gimp_vector3_rotate
gimp_vector3_rotate_val
gimp_vector3_set
gimp_vector3_sub
gimp_vector3_subval
gimp_vector_2d_to_3d
gimp_vector_2d_to_3d_val
gimp_vector_3d_to_2d