gimp/plug-ins/script-fu
Sven Neumann de5af18f87 rewrote so gcc-3.0 doesn't complain.
2001-10-29  Sven Neumann  <sven@gimp.org>

	* app/base/temp-buf.c (temp_buf_to_gray): rewrote so gcc-3.0 doesn't
	complain.

	* app/widgets/gimpfontselection-dialog.c: use g_ascii_strcasecmp().

	* libgimp/gimpintl.h
	* libgimp/stdplugins-intl.h
	* plug-ins/script-fu/script-fu-intl.h: don't call gtk_set_locale()
	since gtk_init() does it for us now. Don't set LC_NUMERIC to "C".
	INIT_I18N_UI() is the same as INIT_I18N_UI() now.

	* app/devices.c
	* app/gimprc.c
	* app/core/gimpbrushgenerated.c
	* app/core/gimpgradient.c
	* app/gui/color-notebook.c
	* app/gui/gradients-commands.c
	* plug-ins/gfig/gfig.c
	* plug-ins/gflare/gflare.c
	* plug-ins/gimpressionist/presets.c
	* plug-ins/ifscompose/ifscompose_storage.c: use g_ascii_formatd() and
	g_ascii_strtod() to serialize and deserialize floats. These functions
	are locale-independent. There are probably more places that need to be
	fixed in this fashion.

	* plug-ins/script-fu/script-fu-console.c
	* plug-ins/script-fu/script-fu-scripts.c
	* plug-ins/script-fu/script-fu-server.c
	* plug-ins/script-fu/script-fu.c: s/INIT_I18N_UI/INIT_I18N/

	* tools/gimp-remote.c
	* app/widgets/gimpwidgets-utils.c
	* app/core/gimpimage-contiguous-region.c
	* app/paint-funcs/paint-funcs-indexeda.c
	* app/paint-funcs/paint-funcs.c
	* app/tools/gimppathtool.c
	* app/tools/path_tool.c
	* modules/colorsel_triangle.c
	* plug-ins/common/mpeg.c
	* plug-ins/imagemap/imap_csim_parse.c: cleanups
2001-10-29 12:51:21 +00:00
..
scripts check for bind_textdomain_codeset, use standard HAVE_FOO semantic for 2001-08-30 00:21:38 +00:00
siod added -DG_DISABLE_DEPRECATED and -DGDK_DISABLE_COMPAT_H. 2001-08-29 17:48:28 +00:00
.cvsignore Finally a font-selector. 1998-08-10 15:06:58 +00:00
Makefile.am HACKING Makefile.am acconfig.h autogen.sh use AM_GLIB_GNU_GETTEXT. Since 2001-09-27 15:33:53 +00:00
convert-script Might be useful ... 1998-08-05 21:38:27 +00:00
interp_md5.c Initial revision 1997-11-24 22:05:25 +00:00
interp_md5.h Initial revision 1997-11-24 22:05:25 +00:00
interp_regex.c app/regexrepl.c removed here ... 2001-07-12 00:58:39 +00:00
interp_slib.c added -DG_DISABLE_DEPRECATED and -DGDK_DISABLE_COMPAT_H. 2001-08-29 17:48:28 +00:00
interp_sliba.c Merged changes from stable branch: 2001-04-23 14:47:24 +00:00
interp_trace.c fixed up idle handler for file open (look like testgtk idle demo) 1998-04-11 05:07:52 +00:00
scheme-wrapper.c updated 2001-07-22 22:18:01 +00:00
scheme-wrapper.h new code to call the script_fuc_text_console pdb function. remove batch 2001-07-17 22:53:21 +00:00
script-fu-console.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
script-fu-console.h code formating paranoia. 2001-07-30 00:46:09 +00:00
script-fu-constants.c app/plug_in.c libgimp/gimp.c libgimpbase/gimpbasetypes.h 2001-10-28 00:53:42 +00:00
script-fu-constants.h app/channel.h app/gimpimage.h app/gimpimageP.h app/layer.h app/undo.[ch] 1999-09-23 23:42:38 +00:00
script-fu-enums.h implemented new argument type SF_OPTION which allows the user 2000-04-28 00:02:11 +00:00
script-fu-interface.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
script-fu-intl.h rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
script-fu-scripts.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
script-fu-scripts.h new code to call the script_fuc_text_console pdb function. remove batch 2001-07-17 22:53:21 +00:00
script-fu-server.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
script-fu-server.h new code to call the script_fuc_text_console pdb function. remove batch 2001-07-17 22:53:21 +00:00
script-fu-text-console.c code formating paranoia. 2001-07-30 00:46:09 +00:00
script-fu-text-console.h code formating paranoia. 2001-07-30 00:46:09 +00:00
script-fu.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
siod-wrapper.c updated 2001-07-22 22:18:01 +00:00
siod-wrapper.h new code to call the script_fuc_text_console pdb function. remove batch 2001-07-17 22:53:21 +00:00
siod.h app/channel.h app/gimpimage.h app/gimpimageP.h app/layer.h app/undo.[ch] 1999-09-23 23:42:38 +00:00
siodp.h Initial revision 1997-11-24 22:05:25 +00:00