gimp/app/paint-funcs
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
..
.cvsignore configure.in app/Makefile.am app/paint-funcs/.cvsignore made the 2001-04-07 14:44:12 +00:00
Makefile.am added zh_TW.Big5 to ALL_LINGUAS. Added the STRIP_BEGIN and STRIP_END 2001-06-07 17:20:50 +00:00
makefile.msc updated for GTK2 build 2001-07-28 19:40:07 +00:00
paint-funcs-gray.c Added new files seperated and specialised from paint_funcs.c. Not used so 2001-04-07 14:08:15 +00:00
paint-funcs-gray.h Added new files seperated and specialised from paint_funcs.c. Not used so 2001-04-07 14:08:15 +00:00
paint-funcs-graya.c Added new files seperated and specialised from paint_funcs.c. Not used so 2001-04-07 14:08:15 +00:00
paint-funcs-graya.h Added new files seperated and specialised from paint_funcs.c. Not used so 2001-04-07 14:08:15 +00:00
paint-funcs-indexed.c Added new files seperated and specialised from paint_funcs.c. Not used so 2001-04-07 14:08:15 +00:00
paint-funcs-indexed.h Added new files seperated and specialised from paint_funcs.c. Not used so 2001-04-07 14:08:15 +00:00
paint-funcs-indexeda.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
paint-funcs-indexeda.h Added new files seperated and specialised from paint_funcs.c. Not used so 2001-04-07 14:08:15 +00:00
paint-funcs-rgb.c added GTK_DISABLE_COMPAT_H back to CPPFLAGS. 2001-08-01 00:35:59 +00:00
paint-funcs-rgb.h Added new files seperated and specialised from paint_funcs.c. Not used so 2001-04-07 14:08:15 +00:00
paint-funcs-rgba.c Added new files seperated and specialised from paint_funcs.c. Not used so 2001-04-07 14:08:15 +00:00
paint-funcs-rgba.h Added new files seperated and specialised from paint_funcs.c. Not used so 2001-04-07 14:08:15 +00:00
paint-funcs-simd.S app/Makefile.am po/POTFILES.in new widget which will replace the current 2001-02-13 13:17:15 +00:00
paint-funcs.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
paint-funcs.h new directory app/base/ 2001-05-15 11:25:25 +00:00