Gimp/app/base
Michael Natterer 68fd1809bd return a more exact result.
2003-12-09  Michael Natterer  <mitch@gimp.org>

	* app/base/tile-manager.c (tile_manager_get_memsize): return a
	more exact result.

	* app/core/gimpimage-scale.[ch] (gimp_image_scale_check): estimate
	the new memsize by separating parts of the image that are constant
	from parts that will scale. Also take undo logic into account.
	Return the estimated new memsize since it's not trivial to
	calculate.

	* app/gui/image-commands.c (image_scale_callback): use the memsize
	returned by gimp_image_scale_check() for the warning message. Free
	allocated strings.
2003-12-09 12:56:22 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
base-enums.h app/base/base-enums.h app/paint/paint-enums.h use /*< pdb-skip, skip >*/, 2003-07-01 10:53:38 +00:00
base-types.h fixed to work like gimp_hls_to_rgb_int() (does the right thing now for the 2003-05-19 14:21:03 +00:00
base.c renamed remaining occurences of "use_mmx" to "use_cpu_accel". 2003-11-30 17:53:39 +00:00
base.h unref the gimp object after dumping the configuration as a test for 2003-11-17 00:17:01 +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
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 null-terminate string for vendor comparisions. 2003-09-04 22:31:12 +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
curves.h
gimphistogram.c forgot to also add a range check here. 2003-11-01 13:16:02 +00:00
gimphistogram.h added a missing GimpHistogramChannel parameter. Fixes wrong values in the 2003-10-30 17:48:16 +00:00
gimplut.c free the memory allocated for the GimpLut structure. Removed trailing 2003-09-05 01:40:29 +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 added a missing GimpHistogramChannel parameter. Fixes wrong values in the 2003-10-30 17:48:16 +00:00
levels.h
lut-funcs.c added a missing GimpHistogramChannel parameter. Fixes wrong values in the 2003-10-30 17:48:16 +00:00
lut-funcs.h
Makefile.am rewrote the x86 tests, moved debug printout from base.c to here. 2003-09-04 21:58:57 +00:00
makefile.msc still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +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
pixel-surround.h
temp-buf.c removed the addition of 0.001 that isn't correct for use with integers 2003-11-17 17:33:14 +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
tile-cache.h
tile-manager-crop.c
tile-manager-crop.h
tile-manager-private.h added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
tile-manager.c return a more exact result. 2003-12-09 12:56:22 +00:00
tile-manager.h app/config/gimpbaseconfig.h use gint64 for all memsize properties. 2003-11-16 17:51:36 +00:00
tile-private.h
tile-swap.c re-added fallback definitions for _O_BINARY and _O_TEMPORARY 2003-07-27 09:56:44 +00:00
tile-swap.h
tile.c
tile.h