gimp/plug-ins
Manish Singh 5d01581069 Fix a bunch of warnings from Sparse:
2004-11-13  Manish Singh  <yosh@gimp.org>

        Fix a bunch of warnings from Sparse:

        * app/actions/dockable-commands.c
        * app/actions/layers-actions.c
        * app/actions/view-commands.c
        * app/base/pixel-surround.c
        * app/config/gimpconfig-utils.c
        * app/config/gimpscanner.c
        * app/core/gimpbrushgenerated.c
        * app/core/gimpcontainer.c
        * app/core/gimpimage.c
        * app/dialogs/palette-import-dialog.c
        * app/file/gimprecentlist.c
        * app/plug-in/plug-in-params.c
        * app/text/gimptext-compat.c
        * app/text/gimptext-parasite.c
        * app/vectors/gimpbezierstroke.c
        * app/vectors/gimpstroke.c
        * app/widgets/gimpcellrendereraccel.c
        * app/widgets/gimpselectiondata.c
        * app/xcf/xcf.c
        * libgimp/gimp.c
        * libgimpthumb/gimpthumb-utils.c
        * libgimpthumb/gimpthumbnail.c
        * modules/cdisplay_proof.c
        * plug-ins/Lighting/lighting_ui.c
        * plug-ins/common/csource.c
        * plug-ins/common/glasstile.c
        * plug-ins/common/nova.c
        * plug-ins/common/pcx.c
        * plug-ins/common/pnm.c
        * plug-ins/common/randomize.c
        * plug-ins/common/screenshot.c
        * plug-ins/common/sel_gauss.c
        * plug-ins/common/spheredesigner.c
        * plug-ins/common/wind.c
        * plug-ins/gfig/gfig-dialog.c
        * plug-ins/gfig/gfig-dobject.c
        * plug-ins/gimpressionist/gimpressionist.c
        * plug-ins/ifscompose/ifscompose.c
        * plug-ins/print/gimp_main_window.c
        * plug-ins/print/print.c: Cleanup integer vs. pointer confusion.

        * app/base/temp-buf.c
        * app/dialogs/about-dialog.c
        * plug-ins/common/bumpmap.c
        * plug-ins/common/jigsaw.c
        * plug-ins/gfig/gfig-dobject.c: Cosmetic cleanups.

        * app/config/gimpconfig-deserialize.c
        * app/config/gimpconfig-path.c
        * app/config/gimpconfigwriter.c
        * app/core/gimpgradient.c
        * app/tools/gimpdrawtool.c
        * plug-ins/common/nlfilt.c
        * plug-ins/common/unsharp.c
        * plug-ins/common/zealouscrop.c: Define inline functions before they
        are used.

        * app/core/gimpdrawable-blend.c: PixelRegion definition was changed
        some time ago, but the initialization here didn't change. Fix it.

        * app/plug-in/plug-in-rc.c (plug_in_extra_deserialize): No need to
        assign token twice in a row.

        * libgimpbase/gimpdatafiles.c (gimp_datafiles_read_directories): No
        need to initialize file_data, since the code fills out all the fields.

        * plug-ins/common/CML_explorer.c
        * plug-ins/common/vpropagate.c: Declare function pointers fully.

        * plug-ins/common/grid.c (pix_composite): G_INLINE_FUNC isn't needed,
        we assume we can use the "inline" keyword always.

        * plug-ins/common/psd_save.c
        * plug-ins/common/vinvert.c
        * plug-ins/gfig/gfig-arc.c
        * plug-ins/gfig/gfig-bezier.c
        * plug-ins/gfig/gfig-circle.c
        * plug-ins/gfig/gfig-dialog.c
        * plug-ins/gfig/gfig-dobject.c
        * plug-ins/gfig/gfig-ellipse.c
        * plug-ins/gfig/gfig-line.c
        * plug-ins/gfig/gfig-poly.c
        * plug-ins/gfig/gfig-spiral.c
        * plug-ins/gfig/gfig-star.c
        * plug-ins/gfig/gfig.c
        * plug-ins/gimpressionist/orientmap.c
        * plug-ins/gimpressionist/placement.c
        * plug-ins/gimpressionist/sizemap.c
        * plug-ins/imagemap/imap_grid.c
        * plug-ins/imagemap/imap_main.c
        * plug-ins/imagemap/imap_preferences.c
        * plug-ins/imagemap/imap_settings.c
        * plug-ins/maze/maze.c
        * plug-ins/sel2path/curve.c
        * plug-ins/sel2path/fit.c
        * plug-ins/sel2path/pxl-outline.c
        * plug-ins/sel2path/spline.c
        * plug-ins/xjt/xjt.c: Functions with no args should be declared
        with (void).

        * plug-ins/common/retinex.c (MSRCR): Initialize max_preview to quiet
        the compiler.
2004-11-14 02:50:33 +00:00
..
bmp if the file has space in the colormap for more than 256 entries, ignore 2004-11-09 20:34:31 +00:00
common Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
dbbrowser fixed capitalization of notebook tab label. 2004-11-10 13:01:06 +00:00
faxg3 plug-ins/bmp/bmp.c plug-ins/common/CEL.c plug-ins/common/aa.c 2004-10-28 12:12:52 +00:00
fits plug-ins/bmp/bmpread.c plug-ins/bmp/bmpwrite.c plug-ins/common/CEL.c 2004-11-02 12:00:25 +00:00
flame plug-ins/common/CEL.c plug-ins/common/CML_explorer.c 2004-11-08 11:24:43 +00:00
FractalExplorer all plug-ins except script-fu: removed the translation marks from the menu 2004-10-12 21:48:39 +00:00
gfig Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
gflare removed #undef GTK_DISABLE_DEPRECATED and use a GtkListStore instead of 2004-11-06 23:55:08 +00:00
gfli plug-ins/bmp/bmpread.c plug-ins/bmp/bmpwrite.c plug-ins/common/CEL.c 2004-11-02 12:00:25 +00:00
gimp_ace pulled new sources from gle (containing a fix for kelly's justify==FILL 2000-02-07 04:10:09 +00:00
gimpressionist Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
help no need to link gimp-help-lookup with any GIMP libraries. 2004-08-14 18:13:41 +00:00
helpbrowser use an idle handler to jump to the anchor. 2004-11-10 00:27:43 +00:00
ifscompose Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
imagemap Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
jpeg pass the name to filesystem encoding to gimp_image_set_filename(). Fixes 2004-10-29 15:15:25 +00:00
Lighting Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
MapObject all plug-ins except script-fu: removed the translation marks from the menu 2004-10-12 21:48:39 +00:00
maze Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
pagecurl forgot to remove N_() from gimp_plugin_menu_register(). 2004-10-12 23:17:49 +00:00
print Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
pygimp plug-ins/bmp/bmpread.c plug-ins/bmp/bmpwrite.c plug-ins/common/CEL.c 2004-11-02 12:00:25 +00:00
rcm all plug-ins except script-fu: removed the translation marks from the menu 2004-10-12 21:48:39 +00:00
script-fu plug-ins/script-fu/scripts/gimp-headers.scm 2004-11-13 20:37:52 +00:00
sel2path Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
sgi plug-ins/bmp/bmp.c plug-ins/common/CEL.c plug-ins/common/aa.c 2004-10-28 12:12:52 +00:00
twain all plug-ins except script-fu: removed the translation marks from the menu 2004-10-12 21:48:39 +00:00
uri removed debug output. 2004-11-09 00:06:46 +00:00
winicon plug-ins/winicon/icodialog.[ch] plug-ins/winicon/icoload.[ch] 2004-11-10 14:44:58 +00:00
winsnap applied a patch from Sven Neumann with some minor modifications. Fixes bug 2004-11-10 14:00:32 +00:00
xjt Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
Makefile.am Moved from here... 2004-10-11 21:34:43 +00:00
makefile.msc build but *dont link* display-enums.obj, widget-enums.obj and 2004-08-01 20:51:12 +00:00