gimp/app/base
Michael Natterer 85cecec576 app/base/base.c app/core/gimp-user-install.c
2006-11-12  Michael Natterer  <mitch@gimp.org>

	* app/base/base.c
	* app/core/gimp-user-install.c
	* app/core/gimpbrushgenerated-load.c
	* app/core/gimpcontainer.c
	* app/core/gimpgradient-load.c
	* app/core/gimppalette-load.c
	* app/core/gimpparamspecs-desc.c
	* app/dialogs/tips-parser.c
	* app/menus/plug-in-menus.c
	* app/plug-in/gimppluginmanager.c
	* app/plug-in/gimppluginprocedure.c
	* app/text/gimptext-parasite.c
	* app/tools/gimpforegroundselecttool.c
	* app/widgets/gimpselectiondata.c
	* app/xcf/xcf.c: use g_str_has_prefix() instead of strncmp().
2006-11-12 20:30:50 +00:00
..
.cvsignore Moved the CPU detection code to libgimpbase (see bug #342860): 2006-06-02 09:58:03 +00:00
Makefile.am Moved the CPU detection code to libgimpbase (see bug #342860): 2006-06-02 09:58:03 +00:00
base-enums.c forgot to commit the latest version of this file (only a typo fix). 2006-10-23 12:09:22 +00:00
base-enums.h Added "Edit -> Fade" which allows to modify the paint mode and opacity of 2006-10-21 18:46:49 +00:00
base-types.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
base.c app/base/base.c app/core/gimp-user-install.c 2006-11-12 20:30:50 +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 more code cleanup 2006-07-06 12:27:32 +00:00
boundary.h code cleanup 2006-07-06 11:13:26 +00:00
brush-scale.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-26 18:18:17 +00:00
brush-scale.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
color-balance.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
color-balance.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
colorize.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
colorize.h changed GimpImageMapApplyFunc to be compatible with PixelProcessorFunc. 2005-02-15 15:39:27 +00:00
cpercep.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
cpercep.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
curves.c changed if/else construct to have a final else statement so that the 2006-04-21 07:22:23 +00:00
curves.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimphistogram.c Applied a slightly modified version of a patch from Lode Leroy (bug 2006-04-21 09:40:27 +00:00
gimphistogram.h Applied a slightly modified version of a patch from Lode Leroy (bug 2006-04-21 09:40:27 +00:00
gimplut.c more code cleanup 2006-07-06 12:27:32 +00:00
gimplut.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
hue-saturation.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
hue-saturation.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
levels.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
levels.h renamed *levels-auto to *levels-stretch 2004-11-01 16:05:19 +00:00
lut-funcs.c removed forgotten debug output 2006-04-05 21:04:34 +00:00
lut-funcs.h minor code cleanup, renamed a function, declared some functions as static. 2006-04-05 21:03:39 +00:00
makefile.msc updated 2005-09-25 19:30:55 +00:00
pixel-processor.c app/composite/gimp-composite.h app/composite/gimp-composite-generic.c 2006-09-27 23:29:05 +00:00
pixel-processor.h Fixed my email address in a dozen or so source files: 2006-01-12 00:50:44 +00:00
pixel-region.c moved call to gimp_item_get_image() out of the loop. 2006-11-04 18:18:32 +00:00
pixel-region.h app/base/pixel-region.[ch] app/base/tile-manager.[ch] removed code that 2006-09-07 09:58:17 +00:00
pixel-surround.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
pixel-surround.h s/row_stride/rowstride/g. 2005-09-03 19:03:53 +00:00
siox.c libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold 2006-08-29 14:46:32 +00:00
siox.h let the caller specify a region of interest. Call the progress function 2006-03-22 13:18:22 +00:00
temp-buf.c more code cleanup 2006-07-06 12:27:32 +00:00
temp-buf.h more code cleanup 2006-07-06 12:27:32 +00:00
threshold.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
threshold.h changed GimpImageMapApplyFunc to be compatible with PixelProcessorFunc. 2005-02-15 15:39:27 +00:00
tile-cache.c app/base/tile-cache.c app/base/tile-manager.c app/base/tile-private.h 2006-09-07 09:41:23 +00:00
tile-cache.h added tile_cache_init() and tile_cache_exit() as public functions. 2002-11-21 15:46:19 +00:00
tile-manager-crop.c app/actions/brush-editor-actions.c app/base/tile-manager-crop.c 2006-10-30 10:13:06 +00:00
tile-manager-crop.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
tile-manager-private.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
tile-manager.c use the same code on all platforms. The optimization for bytes == 4 was 2006-09-21 09:45:07 +00:00
tile-manager.h app/base/pixel-region.[ch] app/base/tile-manager.[ch] removed code that 2006-09-07 09:58:17 +00:00
tile-private.h app/base/tile-cache.c app/base/tile-manager.c app/base/tile-private.h 2006-09-07 09:41:23 +00:00
tile-swap.c app/base/pixel-region.[ch] app/base/tile-manager.[ch] removed code that 2006-09-07 09:58:17 +00:00
tile-swap.h app/base/pixel-region.[ch] app/base/tile-manager.[ch] removed code that 2006-09-07 09:58:17 +00:00
tile.c app/base/tile-cache.c app/base/tile-manager.c app/base/tile-private.h 2006-09-07 09:41:23 +00:00
tile.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00