gimp/app/base
Tor Lillqvist 4e886ad428 Check for mmap.
* configure.in: Check for mmap.

	* app/makefile.msc: Depend on gimpi.lib.

	* app/app_procs.c (app_init): Fix gccism: Allocate filenames (an
 	array with non-constant size) dynamically.

	* app/{datafiles,fileops,general,install,module_db,temp_buf}.c:
 	Include glib.h before standard headers, because of certain obscure
 	details related to compiling with gcc on Win32.

	(If you really want to know: glib.h defines he names of POSIXish
	(but non-ANSI) functions as prefixed with underscore, because
 	that's how they are named in the msvcrt runtime C library we want
 	to use. However, defining stat as _stat causes some problems if
 	done after including the mingw32 <sys/stat.h>. So, it's easiest to
 	include <glib.h> early.)

	* app/main.c: Use _stdcall and __argc, __argv with MSC, but
 	__attribute__((stdcall)) and _argc, _argv with gcc. Don't print
 	the "Passed serialization test" message on Win32. (It would open
 	up an otherwise unnecessary console window.)

	* app/paint_funcs.c (gaussian_blur_region): Don't use variable sum
 	until initialized.

	* app/{bezier_select,paths_dialog}.c: Include config.h and define
 	rint() if necessary.

	* app/plug_in.c: Use _spawnv, not spawnv, on Win32 and OS/2.
1999-05-28 17:47:17 +00:00
..
boundary.c code cleanup 1999-04-13 04:59:07 +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
color-balance.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
color-balance.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
curves.c Thu May 20 16:38:05 BST 1999 Austin Donnelly <austin@gimp.org 1999-05-20 15:43:56 +00:00
curves.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +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 build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
hue-saturation.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
lut-funcs.c Win32 portability changes: 1999-05-04 21:32:17 +00:00
lut-funcs.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
pixel-processor.c Win32 portability changes: 1999-05-04 21:32:17 +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 build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +00:00
pixel-region.h build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +00:00
temp-buf.c Check for mmap. 1999-05-28 17:47:17 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
threshold.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
tile-cache.c Lots of ii8n stuff here and some additions to the de.po. Applied 1998-10-14 23:23:52 +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 app/tile.c app/tile.h app/tile_manager.c app/tile_pvt.h 1999-05-09 15:45:37 +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 app/tile.c app/tile.h app/tile_manager.c app/tile_pvt.h 1999-05-09 15:45:37 +00:00
tile-swap.c Win32 portability changes: 1999-05-04 21:32:17 +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 app/tile.c app/tile.h app/tile_manager.c app/tile_pvt.h 1999-05-09 15:45:37 +00:00
tile.h app/tile.c app/tile.h app/tile_manager.c app/tile_pvt.h 1999-05-09 15:45:37 +00:00