gimp/plug-ins/common
Michael Natterer 424ed1f480 changed "Number of Colors" to "Max Number of Colors" to clarify what this
2002-09-06  Michael Natterer  <mitch@gimp.org>

	* app/gui/convert-dialog.c: changed "Number of Colors" to
	"Max Number of Colors" to clarify what this parameter does.
	(fixes #92194).

	* app/gui/menus.c: use GIMP_STOCK_INFO for "View/Info Window".

	Specify spibutton sizes in chars, not pixels (eek) all over
	the place. Also removed explicit sizes where the GtkSpinButton
	default size does not disturbe tabular widget layouts.

	* libgimpwidgets/gimpwidgets.c: removed the hardcoded width of 75
	pixels in gimp_spin_button_new(). Changed gimp_scale_entry_new()
	and gimp_coordinates_new() to interpret their "spinbutton_width"
	parameters as chars if < 16, and as pixels otherwise. This gives
	reasonable results and doesn't cause unchanged plug-ins to
	suddenly have spinbuttons of dozens of chars width :)

	* libgimpwidgets/gimpsizeentry.c: added the same heuristic here.

	* libgimpwidgets/gimpquerybox.c
	* app/gui/color-notebook.c
	* app/gui/convert-dialog.c
	* app/tools/gimpairbrushtool.c
	* app/tools/gimpblendtool.c
	* app/tools/gimpbrightnesscontrasttool.c
	* app/tools/gimpbucketfilltool.c
	* app/tools/gimpcolorbalancetool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpconvolvetool.c
	* app/tools/gimpdodgeburntool.c
	* app/tools/gimphuesaturationtool.c
	* app/tools/gimpinktool.c
	* app/tools/gimplevelstool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimpposterizetool.c
	* app/tools/gimpsmudgetool.c
	* app/tools/gimptexttool.c
	* app/tools/gimpthresholdtool.c
	* app/tools/paint_options.c
	* app/tools/selection_options.c
	* app/widgets/gimpbrusheditor.c
	* app/widgets/gimpbrushfactoryview.c
	* app/widgets/gimppaletteeditor.c: changed accordingly.

	* plug-ins/FractalExplorer/Dialogs.c
	* plug-ins/FractalExplorer/FractalExplorer.c
	* plug-ins/Lighting/lighting_ui.c
	* plug-ins/common/AlienMap.c
	* plug-ins/common/AlienMap2.c
	* plug-ins/common/CML_explorer.c
	* plug-ins/common/bumpmap.c
	* plug-ins/common/checkerboard.c
	* plug-ins/common/cubism.c
	* plug-ins/common/curve_bend.c
	* plug-ins/common/depthmerge.c
	* plug-ins/common/despeckle.c
	* plug-ins/common/diffraction.c
	* plug-ins/common/emboss.c
	* plug-ins/common/film.c
	* plug-ins/common/flarefx.c
	* plug-ins/common/fractaltrace.c
	* plug-ins/common/gauss_iir.c
	* plug-ins/common/gauss_rle.c
	* plug-ins/common/glasstile.c
	* plug-ins/common/grid.c
	* plug-ins/common/illusion.c
	* plug-ins/common/iwarp.c
	* plug-ins/common/jigsaw.c
	* plug-ins/common/lic.c
	* plug-ins/common/max_rgb.c
	* plug-ins/common/mblur.c
	* plug-ins/common/newsprint.c
	* plug-ins/common/nova.c
	* plug-ins/common/pixelize.c
	* plug-ins/common/sample_colorize.c
	* plug-ins/common/scatter_hsv.c
	* plug-ins/common/shift.c
	* plug-ins/common/sinus.c
	* plug-ins/common/sparkle.c
	* plug-ins/common/spread.c
	* plug-ins/common/tile.c
	* plug-ins/common/tileit.c
	* plug-ins/common/unsharp.c
	* plug-ins/common/vpropagate.c
	* plug-ins/common/waves.c
	* plug-ins/common/whirlpinch.c
	* plug-ins/gflare/gflare.c
	* plug-ins/mosaic/mosaic.c
	* plug-ins/rcm/rcm_dialog.c: changed accordingly, which involves
	removals of gtk_widget_set_size_request(spinbutton), removal of
	lots of explicit spinbutton sizes in gimp_scale_entry_new(), and
	adding of new ones because GtkSpinButton's auto-size trashed
	tabular layouts.

	Lots of cleanup & indentation while browsing the plug-ins'
	code. Changed spacings, moved toggle buttons into frame titles,
	use stock items, stuff...
2002-09-06 20:44:47 +00:00
..
.cvsignore resurrected mail plug-in. Thanks to David Odin <dindinx@wanadoo.fr> for 2001-09-17 12:01:27 +00:00
aa.c code cleanup based on a patch from Maurits Rijk <lpeek.mrijk@consunet.nl>. 2002-02-17 21:14:53 +00:00
AlienMap.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
AlienMap2.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
align_layers.c Added mnemonics to align layers dialog (#80804). Added stock warning icon to imagemap error dialogs. 2002-06-18 20:40:28 +00:00
animationplay.c ported to the GTK+-2.0 API. 2002-06-07 23:47:04 +00:00
animoptimize.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
apply_lens.c Enable mnemonics (#80804) 2002-05-27 17:25:30 +00:00
autocrop.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
autostretch_hsv.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
blinds.c applied a patch from Maurits Rijk that enables mnemonics (bug #80804). 2002-05-11 10:33:51 +00:00
blur.c Fixed assertion failure in Blur filter. Added mnemonics (#80804) to fractaltrace filter. 2002-06-19 09:48:41 +00:00
borderaverage.c Enable mnemonics (#80804) and some work to get imagemap plug-in up-to-date. 2002-06-01 15:32:03 +00:00
bumpmap.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
bz2.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
c_astretch.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
CEL.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
checkerboard.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
CML_explorer.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
color_enhance.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
colorify.c plug-ins/common/borderaverage.c plug-ins/common/convmatrix.c 2002-05-03 16:12:40 +00:00
colortoalpha.c optimization and cleanup based on a patch from Maurits Rijk 2002-02-20 21:41:25 +00:00
compose.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
compressor.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
convmatrix.c Enable mnemonics (#80804) and some work to get imagemap plug-in up-to-date. 2002-06-01 15:32:03 +00:00
csource.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
cubism.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
curve_bend.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
decompose.c Add RGBA as a decompose target. 2002-08-04 14:37:30 +00:00
deinterlace.c use gimp_image_get_name(). 2002-05-13 13:21:55 +00:00
depthmerge.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
despeckle.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
destripe.c applied a patch from Maurits Rijk that enables mnemonics (bug #80804). 2002-05-11 10:33:51 +00:00
diffraction.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
displace.c More work on adding mnemonics (#80804) and fixed #81014 2002-05-31 11:39:27 +00:00
edge.c More enabling of mnemonics. 2002-05-25 18:10:04 +00:00
emboss.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
engrave.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
exchange.c derive from GtkDrawingArea instead of deprecated GtkPreview. 2002-01-30 14:54:27 +00:00
film.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
flarefx.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
fp.c use the passed Gimp pointer instead of using "the_gimp". 2001-12-03 17:59:48 +00:00
fractaltrace.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
gauss_iir.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
gauss_rle.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
gbr.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
gee.c applied a patch from Maurits Rijk that enables mnemonics (bug #80804). 2002-05-08 00:30:26 +00:00
gee_zoom.c applied a patch from Maurits Rijk that enables mnemonics (bug #80804). 2002-05-08 00:30:26 +00:00
gicon.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
gif.c removed GTK_ENABLE_BROKEN and _DEPRECATED #defines and #includes because 2002-08-18 21:57:15 +00:00
gifload.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
gih.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
glasstile.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
gqbist.c Adding more mnemonic stuff (#80804) and replaced some memcpy of structure variables by structure assignments. 2002-06-13 20:32:21 +00:00
gradmap.c merged fix for bug #70964 from stable branch. 2002-02-09 15:17:29 +00:00
grid.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
gtm.c app/gui/user-install-dialog.c use stock pixbufs instead of xpm pixmaps. 2002-05-10 14:02:28 +00:00
guillotine.c applied a patch from Maurits Rijk that enables mnemonics (bug #80804). 2002-05-08 00:30:26 +00:00
gz.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
header.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
hot.c Fixes #82480 2002-05-24 12:59:41 +00:00
hrz.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
illusion.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
iwarp.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
jigsaw.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
jpeg.c make sure -lm is in $LIBS for the finite/isfinite test, fixes issues on 2002-08-04 03:38:16 +00:00
laplace.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
lic.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
mail.c fixed dist target by commenting out plug-ins/tools/common since it's also 2002-05-28 00:59:27 +00:00
Makefile.am app/base/Makefile.am automake-1.6 seems to use yet another variable to 2002-06-07 23:00:46 +00:00
mapcolor.c derive from GtkDrawingArea instead of deprecated GtkPreview. 2002-01-30 14:54:27 +00:00
max_rgb.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
mblur.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
mkgen.pl app/base/Makefile.am automake-1.6 seems to use yet another variable to 2002-06-07 23:00:46 +00:00
mosaic.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
mpeg.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
newsprint.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
nlfilt.c Enable mnemonics (#80804) and some work to get imagemap plug-in up-to-date. 2002-06-01 15:32:03 +00:00
noisify.c Enable mnemonics (#80804) and some work to get imagemap plug-in up-to-date. 2002-06-01 15:32:03 +00:00
normalize.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
nova.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
oilify.c applied a patch from Maurits Rijk that enables mnemonics (bug #80804). 2002-05-11 10:33:51 +00:00
papertile.c Merged bug-fixes from the stable branch: 2002-07-09 16:17:43 +00:00
pat.c plug-ins/common/nlfilt.c plug-ins/common/noisify.c plug-ins/common/nova.c 2001-12-31 00:21:10 +00:00
pcx.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
pix.c changed a confusing comment, minor cleanup. 2002-06-25 08:46:35 +00:00
pixelize.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
plasma.c More work on adding mnemonics (#80804) and fixed #81014 2002-05-31 11:39:27 +00:00
plugin-browser.c plug-ins/FractalExplorer/Events.c 2002-01-30 15:31:57 +00:00
plugin-defs.pl resurrected mail plug-in. Thanks to David Odin <dindinx@wanadoo.fr> for 2001-09-17 12:01:27 +00:00
plugindetails.c plug-ins/FractalExplorer/Events.c 2002-01-30 15:31:57 +00:00
png.c Adding more mnemonic stuff (#80804) and replaced some memcpy of structure variables by structure assignments. 2002-06-13 20:32:21 +00:00
pnm.c plug-ins/common/nlfilt.c plug-ins/common/noisify.c plug-ins/common/nova.c 2001-12-31 00:21:10 +00:00
polar.c More mnemonic stuff in plug-in dialogs (#80804) 2002-06-08 16:18:25 +00:00
postscript.c reverted the last change and applied a patch from Peter Kirchgessner 2002-05-14 20:04:29 +00:00
procedure-browser.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
ps.c reverted the last change and applied a patch from Peter Kirchgessner 2002-05-14 20:04:29 +00:00
psd.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
psp.c plug-ins/common/nlfilt.c plug-ins/common/noisify.c plug-ins/common/nova.c 2001-12-31 00:21:10 +00:00
randomize.c Enable mnemonics (#80804) 2002-05-27 17:25:30 +00:00
ripple.c Adding more mnemonic stuff (#80804) and replaced some memcpy of structure variables by structure assignments. 2002-06-13 20:32:21 +00:00
rotate.c check if the active drawable is a layer before using gimp_layer functions 2002-08-28 12:51:01 +00:00
sample_colorize.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
scatter_hsv.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
screenshot.c added a call to gtk_widget_show() that got lost during porting. Now you 2002-01-29 16:52:53 +00:00
sel_gauss.c allow radius < 1.0 (bug #90957). 2002-08-24 23:52:14 +00:00
semiflatten.c Make imagemap plug-in a bit more GNOME HIG compliant. Code clean-up for semiflatten plug-in. 2002-09-06 16:59:51 +00:00
sharpen.c More enabling of mnemonics. 2002-05-25 18:10:04 +00:00
shift.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
sinus.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
smooth_palette.c Fixes #82849 (selection is ignored in Smooth Palette filter) 2002-05-24 14:50:08 +00:00
snoise.c More work on adding mnemonics (#80804) and fixed #81014 2002-05-31 11:39:27 +00:00
sobel.c More enabling of mnemonics. 2002-05-25 18:10:04 +00:00
sparkle.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
spheredesigner.c Adding more mnemonic stuff (#80804) and replaced some memcpy of structure variables by structure assignments. 2002-06-13 20:32:21 +00:00
spread.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
struc.c applied a patch from Maurits Rijk that enables mnemonics (bug #80804). 2002-05-11 10:33:51 +00:00
sunras.c plug-ins/common/sinus.c plug-ins/common/smooth_palette.c 2002-01-03 17:55:00 +00:00
tga.c Adding more mnemonic stuff (#80804) and replaced some memcpy of structure variables by structure assignments. 2002-06-13 20:32:21 +00:00
threshold_alpha.c plug-ins/common/tga.c plug-ins/common/threshold_alpha.c 2002-01-08 09:20:02 +00:00
tiff.c Overbright alpha bug #77283 fixed 2002-05-03 22:32:12 +00:00
tile.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
tileit.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
tiler.c Major performance improvement for Make Seamless filter and fix for #67686 2002-06-27 18:49:52 +00:00
uniteditor.c removed stock items which are already defined in Gtk+ (GTK_STOCK_NEW 2002-01-13 20:59:56 +00:00
unsharp.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
url.c merges from gimp-1-2 branch 2002-04-10 23:10:37 +00:00
video.c Adding more mnemonic stuff (#80804) and replaced some memcpy of structure variables by structure assignments. 2002-06-13 20:32:21 +00:00
vinvert.c applied a patch with some optimizations from Maurits Rijk 2002-02-19 19:41:04 +00:00
vpropagate.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
warp.c tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl 2002-03-17 22:54:26 +00:00
waves.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
whirlpinch.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
winclipboard.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
wind.c Adding more mnemonic stuff (#80804) and replaced some memcpy of structure variables by structure assignments. 2002-06-13 20:32:21 +00:00
winprint.c applied a patch from Maurits Rijk that enables mnemonics (bug #80804). 2002-05-08 00:30:26 +00:00
wmf.c plug-ins/common/video.c plug-ins/common/vinvert.c 2002-01-15 18:35:29 +00:00
xbm.c plug-ins/common/video.c plug-ins/common/vinvert.c 2002-01-15 18:35:29 +00:00
xpm.c Merged bug-fixes from the stable branch: 2002-07-09 16:17:43 +00:00
xwd.c plug-ins/common/video.c plug-ins/common/vinvert.c 2002-01-15 18:35:29 +00:00
zealouscrop.c implemented thumbnail loading according to the latest version of the 2002-02-18 01:28:12 +00:00