Gimp/plug-ins
Manish Singh 4961608004 implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which
2003-11-14  Manish Singh  <yosh@gimp.org>

	* libgimpwidgets/gimpwidgets.[ch]: implementedgimp_int_option_menu_new
	and gimp_int_radio_group_new, which are the same as
	gimp_option_menu_new2 and gimp_radio_group_new2, but they take
	integers as values to map instead of gpointers, which avoids casts
	in pretty much all uses of it in the tree.

	* app/gui/image-commands.c
	* app/gui/offset-dialog.c
	* app/widgets/gimppropwidgets.c
	* app/widgets/gimpwidgets-constructors.c
	* libgimpwidgets/gimpmemsizeentry.c
	* modules/cdisplay_colorblind.c
	* plug-ins/FractalExplorer/Dialogs.c
	* plug-ins/Lighting/lighting_ui.c
	* plug-ins/MapObject/mapobject_ui.c
	* plug-ins/common/AlienMap.c
	* plug-ins/common/AlienMap2.c
	* plug-ins/common/CML_explorer.c
	* plug-ins/common/align_layers.c
	* plug-ins/common/blinds.c
	* plug-ins/common/borderaverage.c
	* plug-ins/common/bumpmap.c
	* plug-ins/common/curve_bend.c
	* plug-ins/common/deinterlace.c
	* plug-ins/common/edge.c
	* plug-ins/common/emboss.c
	* plug-ins/common/fractaltrace.c
	* plug-ins/common/gif.c
	* plug-ins/common/hot.c
	* plug-ins/common/iwarp.c
	* plug-ins/common/jigsaw.c
	* plug-ins/common/jpeg.c
	* plug-ins/common/lic.c
	* plug-ins/common/mail.c
	* plug-ins/common/max_rgb.c
	* plug-ins/common/mblur.c
	* plug-ins/common/mng.c
	* plug-ins/common/mosaic.c
	* plug-ins/common/nlfilt.c
	* plug-ins/common/papertile.c
	* plug-ins/common/pnm.c
	* plug-ins/common/ps.c
	* plug-ins/common/psp.c
	* plug-ins/common/ripple.c
	* plug-ins/common/shift.c
	* plug-ins/common/sinus.c
	* plug-ins/common/sparkle.c
	* plug-ins/common/struc.c
	* plug-ins/common/sunras.c
	* plug-ins/common/tiff.c
	* plug-ins/common/waves.c
	* plug-ins/common/wind.c
	* plug-ins/fits/fits.c
	* plug-ins/flame/flame.c
	* plug-ins/gfig/gfig.c
	* plug-ins/gimpressionist/color.c
	* plug-ins/gimpressionist/orientmap.c
	* plug-ins/gimpressionist/placement.c
	* plug-ins/maze/maze_face.c
	* plug-ins/sgi/sgi.c: Use gimp_int_option_menu_new and
	gimp_int_radio_group_new.

	* plug-ins/common/CML_explorer.c: make function_graph_new take a
	gpointer *data instead of a gpointer data, and properly pass an
	int through it.

	* plug-ins/common/mng.c: mark menu strings for translation.

	* plug-ins/rcm/rcm.c: remove initialization for Success member
	in RcmParams, since it's gone now.
2003-11-14 18:05:39 +00:00
..
bmp new function which does the same as gtk_dialog_run() except it does not 2003-11-11 18:11:56 +00:00
common implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
dbbrowser removed our own action_area API and use GtkDialog's one. Create all 2003-11-06 15:27:05 +00:00
faxg3 Use -mwindows on Win32. 2003-07-27 22:43:11 +00:00
fits implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
flame implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
fp removed our own action_area API and use GtkDialog's one. Create all 2003-11-06 15:27:05 +00:00
FractalExplorer implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
gfig implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
gflare new function which does the same as gtk_dialog_run() except it does not 2003-11-11 18:11:56 +00:00
gfli new function which does the same as gtk_dialog_run() except it does not 2003-11-11 18:11:56 +00:00
gimp_ace
gimpressionist implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
helpbrowser added "wm_name", "wm_class", "display_name" and "monitor_number" to the 2003-11-07 17:29:02 +00:00
ifscompose new function which does the same as gtk_dialog_run() except it does not 2003-11-11 18:11:56 +00:00
imagemap plug-ins/FractalExplorer/Dialogs.c plug-ins/common/CML_explorer.c 2003-11-09 22:44:45 +00:00
jpeg implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
libgck app/display/gimpdisplayshell-callbacks.c 2003-10-29 20:57:21 +00:00
Lighting implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
MapObject implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
maze implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
pagecurl new function which does the same as gtk_dialog_run() except it does not 2003-11-11 18:11:56 +00:00
print removed our own action_area API and use GtkDialog's one. Create all 2003-11-06 15:27:05 +00:00
pygimp app/core/Makefile.am app/core/core-types.h added filter functionality for 2003-09-04 17:04:36 +00:00
rcm implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
script-fu set color buttons to continuous update. Minor code cleanup. 2003-11-11 19:22:35 +00:00
sel2path removed our own action_area API and use GtkDialog's one. Create all 2003-11-06 15:27:05 +00:00
sgi implementedgimp_int_option_menu_new and gimp_int_radio_group_new, which 2003-11-14 18:05:39 +00:00
twain Use -mwindows on Win32. 2003-07-27 22:43:11 +00:00
uri first set of plug-ins adapted to the constified libgimp API. 2003-07-01 18:54:28 +00:00
winsnap more plug-ins adapted to libgimp changes. 2003-07-02 00:15:09 +00:00
xjt new function which does the same as gtk_dialog_run() except it does not 2003-11-11 18:11:56 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
Makefile.am configure.in plug-ins/Makefile.am removed mosaic plug-in here... 2003-10-01 23:27:49 +00:00
makefile.msc removed from CVS. 2003-07-04 10:39:09 +00:00