Gimp/plug-ins/common
Michael Natterer a446f3d7fb use the new tooltip API instead of the old deprecated one. Removed
2007-11-09  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimphelpui.[ch]: use the new tooltip API instead
	of the old deprecated one. Removed _gimp_help_init(). Remember
	whether tooltips are enabled or not in a local variable that can
	only be altered at startup time and not after. The API now expects
	markup instead of plain text which might cause warnings and
	perhaps needs to be changed.

	* libgimpwidgets/gimpwidgets-private.c: don't call _gimp_help_init().

	* app/config/gimpguiconfig.c: made show-tooltips a
	GIMP_CONFIG_PARAM_RESTART property.

	* app/widgets/gimptoolbox-color-area.c: don't add the tooltip here...

	* app/widgets/gimptoolbox.c: ...but here (as for all other
	indicators). Also escape '&' properly because we now use markup.

	* app/tools/gimpselectionoptions.c
	* app/widgets/gimpeditor.c
	* app/widgets/gimpwidgets-utils.c: print modifiers and
	shortcuts in bold instead of in ().

	* app/widgets/gimpcontainertreeview.c: show tooltips on rows if
	gimp_viewable_get_description() returns a tip.

	* app/dialogs/preferences-dialog.c
	* plug-ins/jpeg/jpeg-save.c
	* plug-ins/MapObject/mapobject_ui.c
	* plug-ins/Lighting/lighting_ui.c
	* plug-ins/common/animationplay.c
	* plug-ins/common/warp.c: no need to add event boxes just to have
	tooltips, the new ones work on all widgets.


svn path=/trunk/; revision=24093
2007-11-09 11:17:00 +00:00
..
aa.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
AlienMap2.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
align_layers.c set the minimum grid size to 1. Fixes bug #450001. 2007-06-22 13:35:06 +00:00
animationplay.c use the new tooltip API instead of the old deprecated one. Removed 2007-11-09 11:17:00 +00:00
animoptimize.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
antialias.c fixed subtle cut'n'paste bug, made the code a little bit more readable. 2007-08-31 01:13:33 +00:00
apply_lens.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
autocrop.c fixed an issue with the fix for bug #413906. 2007-06-21 06:06:27 +00:00
autostretch_hsv.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
blinds.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
blur.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
borderaverage.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
bumpmap.c add a few strategically placed return TRUEs to stop event propagation. 2007-09-23 01:15:28 +00:00
c_astretch.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
cartoon.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
ccanalyze.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
CEL.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
channel_mixer.c minor layout tweak. 2007-07-06 20:47:44 +00:00
checkerboard.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
CML_explorer.c plug-ins/imagemap/imap_preferences.c plug-ins/gflare/gflare.c 2007-04-26 20:31:01 +00:00
color_enhance.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
colorify.c plug-ins/common/colorify.c plug-ins/common/max_rgb.c resolved clashing 2007-03-05 17:10:30 +00:00
colormap-remap.c don't use the last-used mapping in interactive mode, only do this when 2007-10-13 10:50:38 +00:00
colortoalpha.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
compose.c plug-ins/common/compose.c generate PDB docs from the same source as the 2007-10-25 03:32:18 +00:00
compressor.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
convmatrix.c convmatrix.c: oops, there was still an unused variable hanging around. 2007-09-06 11:29:31 +00:00
csource.c fixed calculation of alpha value (bug #466402). 2007-08-14 09:04:01 +00:00
cubism.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
curve_bend.c initialize the GtkAdjustment used for the rotation angle; fixes bug 2007-06-12 14:19:01 +00:00
decompose.c plug-ins/common/compose.c generate PDB docs from the same source as the 2007-10-25 03:32:18 +00:00
deinterlace.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
depthmerge.c fixed bogus for-loop. 2007-10-22 20:03:43 +00:00
desktop-link.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
despeckle.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
destripe.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
dicom.c plug-ins/common/dicom.c plug-ins/common/psd-load.c applied patch from Nils 2007-08-14 14:15:03 +00:00
diffraction.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
displace.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
dog.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
edge.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
emboss.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
engrave.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
exchange.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
film.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
flarefx.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
fp.c fixed handling of the empty selection mask (bug #489410). 2007-10-23 19:15:22 +00:00
fractaltrace.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
gauss.c clamping at 255 is good enough. 2007-05-27 22:52:49 +00:00
gbr.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gee.c use our indentation and spacing way. 2007-02-20 21:54:36 +00:00
gee_zoom.c declared GimpPlugInInfo and GimpParamDef arrays as const. 2006-05-16 12:26:20 +00:00
gif-load.c plug-ins/common/gif.c plug-ins/common/gifload.c plug-ins/common/psd.c 2007-04-25 14:13:15 +00:00
gif-save.c plug-ins/common/gif.c plug-ins/common/gifload.c plug-ins/common/psd.c 2007-04-25 14:13:15 +00:00
gih.c plug-ins/common/animationplay.c plug-ins/common/colormap-remap.c 2006-06-17 12:21:47 +00:00
glasstile.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
glob.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gqbist.c Use strncpy() instead of strcpy() to avoid buffer overflows. 2007-05-30 16:00:10 +00:00
gradmap.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
grid.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gtm.c Replaced g_malloc()+sprintf() with more safe g_strdup_printf(). 2007-05-30 17:37:42 +00:00
guillotine.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
header.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
hot.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
illusion.c plug-ins/common/illusion.c plug-ins/common/polar.c applied patches from 2007-08-30 16:44:10 +00:00
iwarp.c show the dialog when called with GIMP_RUN_WITH_LAST_VALS. This is better 2007-09-27 13:05:07 +00:00
jigsaw.c applied patch from Aurimas Juška that changes the Jigsaw plug-in to use a 2007-07-27 14:02:15 +00:00
laplace.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
lcms.c modules/cdisplay_lcms.c modules/cdisplay_proof.c 2007-10-04 14:21:55 +00:00
lens.c applied patch from Aurimas Juška which simplifies the code by using 2007-09-10 16:05:40 +00:00
lic.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
mail.c Added format strings to dangerous fprintf() calls without them which 2007-05-30 17:57:26 +00:00
Makefile.am check for the XFIXES extension. 2007-10-31 10:34:42 +00:00
mapcolor.c try to do something reasonable for the empty source range (bug #436145). 2007-05-06 19:23:03 +00:00
max_rgb.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
mblur.c the inward/outward parameter affects the zoom mode, not radial 2007-10-05 11:16:04 +00:00
mkgen.pl set the svn:ignore property instead of writing a .cvsignore file. 2007-10-27 14:17:47 +00:00
mng.c let gimp_gamma() return 2.2 and document the fact that this is a fixed 2007-02-16 11:09:09 +00:00
mosaic.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
neon.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
newsprint.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
nlfilt.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
noisify.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
normalize.c fix the directions of the relative events. 2007-01-10 00:42:34 +00:00
nova.c also use the middle mouse button for panning. 2007-04-25 10:10:43 +00:00
oilify.c clamp values used for the exponent map to 1..255. Fixes bug #478618. 2007-10-02 05:54:44 +00:00
papertile.c Replace tile size with width & height, without changing the plug-in 2007-05-08 18:09:16 +00:00
pat.c remove FOO_DISABLE_DEPRECATED for only glib >= 2.15 and gtk+ >= 2.13, GIMP 2007-09-13 10:44:07 +00:00
pcx.c avoid pointer arithmetics on void pointers. Fixes compilation on IRIX (bug 2007-09-23 17:02:11 +00:00
photocopy.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
pix.c plug-ins/common/curve_bend.c plug-ins/common/depthmerge.c 2007-02-19 10:37:33 +00:00
pixelize.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
plasma.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
plugin-browser.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
plugin-defs.pl check for the XFIXES extension. 2007-10-31 10:34:42 +00:00
png.c plug-ins/common/lcms.c plug-ins/common/png.c plug-ins/common/tiff-load.c 2007-08-11 18:27:01 +00:00
pnm.c fixed handling of truncated ascii files. 2007-10-27 17:05:55 +00:00
polar.c plug-ins/common/illusion.c plug-ins/common/polar.c applied patches from 2007-08-30 16:44:10 +00:00
poppler.c Implement non-interactive mode, and make it match the old PDF loader API. 2007-10-06 21:34:12 +00:00
postscript.c minor code cleanup. 2007-05-29 15:29:37 +00:00
procedure-browser.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
psd-load.c Applied slightly modified patch from John Marshall that drops adjustment 2007-09-17 19:11:25 +00:00
psd-save.c plug-ins/common/psd-load.c use UTF-16 encoding instead of UCS-2 for layer 2007-07-06 18:02:35 +00:00
psp.c don't use "major" and "minor" as variable names, they may conflict with 2007-09-11 22:48:03 +00:00
randomize.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
raw.c if load_image fails, return GIMP_PDB_EXECUTION_ERROR 2007-06-11 20:40:32 +00:00
redeye.c CLAMP()ing the red value so that it is in the 0-255 range. Fixes bug 2007-08-28 11:16:50 +00:00
retinex.c use a combo-box instead of radio buttons (bug #484838). 2007-10-31 10:44:14 +00:00
ripple.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
rotate.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
sample_colorize.c use PANGO_DISABLE_DEPRECATED for pango < 1.17. 2007-04-27 11:14:26 +00:00
scatter_hsv.c changed the dialog title to adopt to the menu label we changed two years 2007-10-02 09:32:48 +00:00
screenshot.c check for the XFIXES extension. 2007-10-31 10:34:42 +00:00
sel_gauss.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
semiflatten.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
sharpen.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
shift.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
sinus.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
smooth_palette.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
snoise.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
sobel.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
softglow.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
sparkle.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
spheredesigner.c Don't write to an uninitialized pointer (end). 2007-05-31 10:15:06 +00:00
spread.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
struc.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
sunras.c plug-ins/common/dicom.c plug-ins/common/psd-load.c applied patch from Nils 2007-08-14 14:15:03 +00:00
svg.c set the base URI so that librsvg can resolve relative paths. 2007-08-06 08:57:25 +00:00
tga.c added support for reading indexed TGA images with transparency information 2007-07-20 21:56:55 +00:00
threshold_alpha.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
tiff-load.c use gimp_pixel_rgn_set_row() to set a single row of pixels. 2007-09-28 10:10:28 +00:00
tiff-save.c plug-ins/common/tiff-load.c use g_open() to open the file. Should fix 2007-07-29 11:26:36 +00:00
tile.c this plug-in doesn't need a tile cache. 2007-07-31 07:48:26 +00:00
tileit.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
tiler.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
uniteditor.c added placeholder File/Preferences and move the preferences and keyboard 2007-09-23 17:23:06 +00:00
unsharp.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
video.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
vinvert.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
vpropagate.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
warp.c use the new tooltip API instead of the old deprecated one. Removed 2007-11-09 11:17:00 +00:00
waves.c use the new preview transform function, see bug #356716. 2007-05-09 17:00:46 +00:00
webbrowser.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
whirlpinch.c plug-ins/common/illusion.c plug-ins/common/polar.c applied patches from 2007-08-30 16:44:10 +00:00
wind.c General fix for bug #478657: 2007-09-21 13:27:33 +00:00
wmf.c Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
xbm.c change the default mask file suffix from "_mask" to "-mask". 2007-07-26 15:26:57 +00:00
xpm.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
xwd.c plug-ins/common/pnm.c (load_image) plug-ins/common/psp.c 2007-07-04 23:32:15 +00:00
zealouscrop.c declared GimpPlugInInfo and GimpParamDef arrays as const. 2006-05-16 12:26:20 +00:00