Gimp/app/base
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
..
.cvsignore rewrote the x86 tests, moved debug printout from base.c to here. 2003-09-04 21:58:57 +00:00
base-enums.c Don't store human readable and translatable enum/flag strings in 2004-10-25 17:55:25 +00:00
base-enums.h Added new drawable transform API to the PDB. Largely based on patches from 2004-10-26 17:50:52 +00:00
base-types.h
base.c app/app_procs.c app/base/base.[ch] pass "be_verbose" to the base and 2004-07-20 14:33:22 +00:00
base.h app/app_procs.c app/base/base.[ch] pass "be_verbose" to the base and 2004-07-20 14:33:22 +00:00
boundary.c a little bit of tweaking. 2003-10-01 01:01:26 +00:00
boundary.h a little bit of tweaking. 2003-10-01 01:01:26 +00:00
brush-scale.c Keep computed brush values from overflowing with large reduction factors. 2004-11-11 09:10:48 +00:00
brush-scale.h
color-balance.c app/base/color-balance.c app/base/hue-saturation.c 2003-10-16 19:17:08 +00:00
color-balance.h
colorize.c changed the range of the "lightness" parameter to [-100..+100], where -100 2003-11-18 16:06:47 +00:00
colorize.h changed the range of the "lightness" parameter to [-100..+100], where -100 2003-11-18 16:06:47 +00:00
cpercep.c app/composite/gimp-composite-generic.c app/composite/gimp-composite-mmx.c 2003-09-16 13:12:50 +00:00
cpercep.h
cpu-accel.c Reorged, to address bug #142907 and bug #143069. Accel implementations 2004-06-14 00:52:38 +00:00
cpu-accel.h rewrote the x86 tests, moved debug printout from base.c to here. 2003-09-04 21:58:57 +00:00
curves.c app/base/curves.[ch] defined CURVES_NUM_POINTS and use it. 2004-09-24 13:39:57 +00:00
curves.h app/base/curves.[ch] defined CURVES_NUM_POINTS and use it. 2004-09-24 13:39:57 +00:00
gimphistogram.c Added an RGB histogram based on a patch by Tor Lillqvist. Fixes bug 2004-07-06 16:33:30 +00:00
gimphistogram.h fixed misspelled parametername 2004-11-03 16:47:28 +00:00
gimplut.c Some code review: 2004-02-18 13:43:50 +00:00
gimplut.h free the memory allocated for the GimpLut structure. Removed trailing 2003-09-05 01:40:29 +00:00
hue-saturation.c app/base/color-balance.c app/base/hue-saturation.c 2003-10-16 19:17:08 +00:00
hue-saturation.h
levels.c renamed *levels-auto to *levels-stretch 2004-11-01 16:05:19 +00:00
levels.h renamed *levels-auto to *levels-stretch 2004-11-01 16:05:19 +00:00
lut-funcs.c Some code review: 2004-02-18 13:43:50 +00:00
lut-funcs.h
Makefile.am Don't store human readable and translatable enum/flag strings in 2004-10-25 17:55:25 +00:00
makefile.msc new file to keep common definitions for the msc build use common 2004-02-07 23:01:33 +00:00
pixel-processor.c
pixel-processor.h
pixel-region.c plugged memleaks and added some sanity checks. 2003-09-28 20:13:59 +00:00
pixel-region.h
pixel-surround.c Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
pixel-surround.h
temp-buf.c Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
temp-buf.h
test-cpu-accel.c rewrote the x86 tests, moved debug printout from base.c to here. 2003-09-04 21:58:57 +00:00
threshold.c
threshold.h
tile-cache.c don't call tile_ewidth() three times from the inner loop. 2004-06-13 13:19:19 +00:00
tile-cache.h
tile-manager-crop.c
tile-manager-crop.h
tile-manager-private.h
tile-manager.c count valid tiles, not dirty ones. 2004-09-19 21:54:26 +00:00
tile-manager.h Improved undo memory calculation for paint operations (bug #153035): 2004-09-19 19:47:26 +00:00
tile-private.h don't call tile_ewidth() three times from the inner loop. 2004-06-13 13:19:19 +00:00
tile-swap.c added copyright header, added #defines for access(), F_OK, R_OK and X_OK. 2004-07-19 13:22:44 +00:00
tile-swap.h Applied a modified version of a patch from Raphaël, that implements a 2004-03-15 16:00:21 +00:00
tile.c don't call tile_ewidth() three times from the inner loop. 2004-06-13 13:19:19 +00:00
tile.h tile-cache.c tile-private.h removed trailing whitespace, added some 2004-02-18 18:57:43 +00:00