gimp/app/base
Adam D. Moss 22b8c94feb Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org
* app/tile.c
	* app/tile.h
	* app/tile_manager.c
	* app/tile_swap.c:

	Allocate Tile's array of TileRowHints dynamically.  Make type
	of TileRowHint explicit since it's fairly space-critical.
	Can save several hundred K of memory with this and struct
	changes.

	Added warnings for old basically-untested-or-insane
	paths through the tile referencing code.

	* app/tile_pvt.h: Shrink down and rearrange fields of Tile
	struct to save some space with gcc's padding for most people.

	* app/paint_funcs.c: Use tile_sanitize_rowhints() to ensure
          that rowhints have been allocated before use.

	* app/channel_ops.c
	* app/gdisplay.c
	* app/pixel_region.c: Cosmetic, sanity or unfinished debug
          changes (the latter commented out) for fun and reference.
1999-12-13 19:48:24 +00:00
..
boundary.c i18n patch from Daniel Egger 1999-09-23 11:49:16 +00:00
boundary.h Header file tweaks. Now changing tile.h doesn't force about_dialog to 1998-08-16 00:34:20 +00:00
brush-scale.c RGB brush scaling 1999-08-21 20:33:13 +00:00
brush-scale.h I decided not to try to rewrite the brush_select dialog to make use of 1999-09-02 17:27:28 +00:00
color-balance.c Default to "Cancel" in the "Really Quit?" dialog. 1999-12-02 13:00:18 +00:00
color-balance.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
curves.c Default to "Cancel" in the "Really Quit?" dialog. 1999-12-02 13:00:18 +00:00
curves.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
gimphistogram.c #include <gtk/gtk.h> 1999-04-04 07:12:22 +00:00
gimphistogram.h new file containing typedef for GimpHistogram. 1999-04-10 04:13:42 +00:00
gimplut.c app/airbrush.c app/convolve.c app/dodgeburn.c app/paint_options.h 1999-11-13 01:02:27 +00:00
gimplut.h build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +00:00
hue-saturation.c Default to "Cancel" in the "Really Quit?" dialog. 1999-12-02 13:00:18 +00:00
hue-saturation.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
lut-funcs.c app/gradient.c app/color_transfer.c app/free_select.c app/lut_funcs.c 1999-09-01 21:31:55 +00:00
lut-funcs.h add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
pixel-processor.c more cursor support. new cursor fix that rounding error the right way this 1999-07-27 08:47:31 +00:00
pixel-processor.h build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +00:00
pixel-region.c Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org 1999-12-13 19:48:24 +00:00
pixel-region.h added InterpolationType enum. replaced cubic_interpolation flag with 1999-08-20 10:06:54 +00:00
temp-buf.c use G_OS_WIN32 and G_HAVE_CYGWIN #defines 1999-10-04 19:26:07 +00:00
temp-buf.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
threshold.c Default to "Cancel" in the "Really Quit?" dialog. 1999-12-02 13:00:18 +00:00
threshold.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
tile-cache.c app/main.c Wrapped the 'plugin_domains' definition and initialization and 1999-12-07 18:56:12 +00:00
tile-cache.h Initial revision 1997-11-24 22:05:25 +00:00
tile-manager-private.h Another tile tweak. This one eliminates tile levels (which add 1998-08-15 19:17:36 +00:00
tile-manager.c Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org 1999-12-13 19:48:24 +00:00
tile-manager.h Another tile tweak. This one eliminates tile levels (which add 1998-08-15 19:17:36 +00:00
tile-private.h Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org 1999-12-13 19:48:24 +00:00
tile-swap.c Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org 1999-12-13 19:48:24 +00:00
tile-swap.h app/tile_swap.c app/tile_swap.h app/tile_manager.c app/tile_manager.h 1998-07-12 23:01:33 +00:00
tile.c Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org 1999-12-13 19:48:24 +00:00
tile.h Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org 1999-12-13 19:48:24 +00:00