gimp/app/widgets
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 Makefile.am pre-commit so yosh knows which files to copy :) 2001-04-10 21:33:09 +00:00
gimpbrusheditor.c added -DGDK_DISABLE_DEPRECATED. 2001-09-03 13:03:34 +00:00
gimpbrusheditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimpbrushfactoryview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbrushfactoryview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbrushpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbrushpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbufferpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbufferpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbufferview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpbufferview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchanneltreeview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchanneltreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcolordialog.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpcolordialog.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
gimpcolordisplayeditor.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpcolormapeditor.c app/Makefile.am app/disp_callbacks.[ch] app/gdisplay.[ch] 2001-09-25 23:23:09 +00:00
gimpcolormapeditor.h renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpcolorpanel.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpcolorpanel.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpcomponentlistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcomponentlistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpconstrainedhwrapbox.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpconstrainedhwrapbox.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcontainereditor.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainereditor.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainergridview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainergridview.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainerlistview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainerlistview.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainermenu.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainermenu.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainermenuimpl.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainermenuimpl.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainerview-utils.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpcontainerview-utils.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainerview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainerview.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcursor.c replaced some deprecated gdk functions. 2001-07-24 23:11:30 +00:00
gimpcursor.h app/Makefile.am removed. Stuff now lives in app_procs.[ch] and in 2001-05-13 21:51:20 +00:00
gimpdatafactoryview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpdatafactoryview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdeviceinfo.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpdevices.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpdevices.h app/devices.h app/disp_callbacks.c applied a patch from 2001-08-19 11:21:48 +00:00
gimpdialogfactory.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdialogfactory.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdnd.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdnd.h added an entry about "Stroke". 2001-09-19 19:06:36 +00:00
gimpdock.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdock.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockable.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockable.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockbook.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockbook.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdocumentview.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdocumentview.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpdrawablelistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablelistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablelistview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpdrawablelistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablepreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablepreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawabletreeview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpdrawabletreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpfontselection-dialog.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpfontselection-dialog.h take image resolution and choosen unit into account for font and border 2001-08-14 13:49:21 +00:00
gimpfontselection.c require GTK+-1.3.8 and PangoFT2-0.19. 2001-09-19 14:42:35 +00:00
gimpfontselection.h take image resolution and choosen unit into account for font and border 2001-08-14 13:49:21 +00:00
gimpgradienteditor.c app/colormaps.c app/gdisplay.c app/nav_window.c app/scroll.c 2001-08-31 14:01:47 +00:00
gimpgradienteditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimpgradientpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpgradientpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimphelp.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimphelp.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimphistogramview.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimphistogramview.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpimagedock.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpimagedock.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpimagepreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpimagepreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpitemfactory.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpitemfactory.h added gimp_button_extended_clicked() which emits the resp. signal. 2001-10-24 11:23:50 +00:00
gimpitemlistview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpitemlistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpitemtreeview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpitemtreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayertreeview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayertreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenudock.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenudock.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenuitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenuitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppaletteeditor.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimppaletteeditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimppalettepreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppalettepreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppatternpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppatternpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrenderer.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrenderer.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererbrush.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererbrush.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererdrawable.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererdrawable.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererimage.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererimage.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimptoolbox-color-area.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimptoolbox-color-area.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimptoolbox-indicator-area.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimptoolbox-indicator-area.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
gimptoolbox.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimptoolbox.h generate app/file/Makefile 2001-10-25 13:30:01 +00:00
gimptoolinfopreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimptoolinfopreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimptooloptionseditor.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrenderer.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrenderer.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererbrush.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererbrush.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererdrawable.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererdrawable.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererimage.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererimage.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpwidgets-constructors.c app/Makefile.am removed. 2001-05-25 16:04:54 +00:00
gimpwidgets-constructors.h app/Makefile.am removed. 2001-05-25 16:04:54 +00:00
gimpwidgets-utils.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpwidgets-utils.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gtkhwrapbox.c app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkhwrapbox.h app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkvwrapbox.c app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkvwrapbox.h app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkwrapbox.c app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkwrapbox.h app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
Makefile.am app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
makefile.msc define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00
widgets-types.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00