gimp/libgimpwidgets
Tor Lillqvist 1dea4958bb Win32 portability changes:
* config.h.win32, README.win32: Small changes.

	* tools/pdbgen/pdb/*.pdb: Include <string.h>.

	* app/*_cmds.c: Autogenerated files reflect above changes.

	* libgimp/makefile.msc app/makefile.msc: Various updates,
 	including new object files. Gtk+ directory now should be called
 	gtk+ (not gtk-plus). Use win32-specific gdk subdir. Glib directory
 	now should be called just glib.

	* libgimp/gimp.def: Updates.

	* libgimp/gimpfeatures.h.win32: Made current with
 	gimpfeatures.h.in.

	* libgimp/gimpfileselection.c: Define S_ISDIR and S_ISREG if
 	necessary.

	* tools/pdbgen/pdb/fileops.pdb: Must have a
 	statement (even an empty one) after a label.

	* app/fileops_cmds.c: Autogenerated file reflects above changes.

	* app/crop.c: Include <string.h>.

	* app/{app_procs,batch,fileops,datafiles,errorconsole,general,
 	plug_in,temp_buf,tile_swap}.c: Test NATIVE_WIN32, not
 	_MSC_VER. (NATIVE_WIN32 means we are using the Microsoft C
 	runtime, even if we might be compiling with gcc.)

	* app/fileops.c: Don't include <process.h> here.

	* app/fileops.h: Do include <process.h> here.

	* app/gimpparasite.c: Include config.h, guard inclusion of
 	<unistd.h>. (Is the inclusion of unistd.h in source files all over
 	the place really necessary?)

	* app/ink.c: MSC doesn't handle conversion from unsigned __int64
 	to double, so cast to signed.

	* app/lut_funcs.c: Include config.h, and define rint() if necessary.

	* app/pixel_processor.c: Include config.h without "..", like in
 	all the other places. Include <string.h>

	* app/text_tool.c: Guard the "POINTS" identifier that clashes with
 	<windows.h>, sigh.
1999-05-04 21:32:17 +00:00
..
gimpchainbutton.c Moved all pixmaps and bitmaps from app/ and libgimp/ to pixmaps/ 1999-03-12 22:43:12 +00:00
gimpchainbutton.h Thanks to Michael who sent a patch that inspired me, the chain-button now 1999-03-03 15:00:56 +00:00
gimpcolorselect.c Cosmetic stuff... 1999-04-20 11:13:33 +00:00
gimpfileentry.c Win32 portability changes: 1999-05-04 21:32:17 +00:00
gimpfileentry.h only save sessionrc if the corresponding preferences option is enabled 1999-03-13 23:03:11 +00:00
gimpfileselection.c Win32 portability changes: 1999-05-04 21:32:17 +00:00
gimpfileselection.h only save sessionrc if the corresponding preferences option is enabled 1999-03-13 23:03:11 +00:00
gimppatheditor.c app/brush_select.c app/channels_dialog.c app/color_select.c app/devices.c 1999-03-27 18:16:30 +00:00
gimppatheditor.h removed two unused directories from plug-in-path. 1999-03-14 18:03:58 +00:00
gimpsizeentry.c call gdisplays_resize_cursor_label(gimage) after changing the image's 1999-05-04 17:20:05 +00:00
gimpsizeentry.h app/gimpunit.c libgimp/gimpunit.[ch] libgimp/gimpunitmenu.c enabled 1999-04-06 12:13:54 +00:00
gimpunitmenu.c app/gimpunit.c libgimp/gimpunit.[ch] libgimp/gimpunitmenu.c enabled 1999-04-06 12:13:54 +00:00
gimpunitmenu.h #include <gtk/gtk.h>. 1999-04-05 12:48:48 +00:00