Gimp/plug-ins/script-fu
Tor Lillqvist 1f1aa573f9 Don't bother looking for fd_set on Win32, we won't find it in sys/types.h
2005-05-13  Tor Lillqvist  <tml@novell.com>

	* configure.in: Don't bother looking for fd_set on Win32, we won't
	find it in sys/types.h or (the nonexistent) sys/select.h
	anyway. (It's in winsock2.h.)

	* plug-ins/common/xpm.c: Include gdkconfig.h for GDK_WINDOWING_WIN32.

	* plug-ins/script-fu/script-fu-server.c: Give it a chance to work
	on Win32 by covering for the differences between the WinSock and
	Unix socket APIs. Use recv() and send() instead of read() and
	write() on sockets. On Win32, use closesocket() for sockets
	instead of close(). Don't use perror() or look at errno after
	socket API errors on Win32. No EINTR failure mode with WinSock 2.
	(print_socket_api_error): New function. On Unix, just call
	perror(). On Win32, call WSAGetLastError() and produce an
	appropriate error message on stderr.

	* plug-ins/script-fu/Makefile.am (WINSOCK_LIBS): Link with the
	winsock2 library, as we compile with the winsock2 header.
2005-05-13 12:50:35 +00:00
..
ftx ftx/Makefile.am re/Makefile.am scripts/Makefile.am 2004-10-09 04:23:59 +00:00
re Added GIMP_CFLAGS to AM_CFLAGS. This is needed by upcoming UTF-8 support. 2005-01-24 04:24:42 +00:00
scripts Moved two set!'s in to the let block. 2005-05-04 18:38:27 +00:00
siod Removed some debug statements left in by mistake. 2005-03-06 03:09:41 +00:00
tinyscheme Made readstr_upto() stop reading input when it hits a NUL byte. Fixes 2005-04-17 18:10:21 +00:00
.cvsignore Finally a font-selector. 1998-08-10 15:06:58 +00:00
convert-script Might be useful ... 1998-08-05 21:38:27 +00:00
Makefile.am Don't bother looking for fd_set on Win32, we won't find it in sys/types.h 2005-05-13 12:50:35 +00:00
scheme-wrapper.c Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00:00
scheme-wrapper.h use g_strdup_vprintf() instead of guessing the string length. Also declare 2004-08-08 18:44:31 +00:00
script-fu-console.c ported to gstdio, removed unnecessary includes. 2005-03-04 15:12:29 +00:00
script-fu-console.h plug-ins/script-fu/script-fu-console.[ch] plug-ins/script-fu/script-fu.c 2004-07-14 16:03:58 +00:00
script-fu-enums.h plug-ins/script-fu/script-fu-enums.h 2005-01-22 22:46:24 +00:00
script-fu-interface.c use gimp_spin_button_new() which calls gtk_spin_button_set_numeric() for 2005-04-17 15:28:28 +00:00
script-fu-interface.h removed the GUI code... Also did some minor cleanups. 2004-08-31 17:54:46 +00:00
script-fu-intl.h Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
script-fu-scripts.c removed menu branch registering here (this function is called on each 2005-03-26 22:28:17 +00:00
script-fu-scripts.h plug-ins/script-fu/script-fu-scripts.[ch] appled patch from Kevin Cozens 2004-11-17 15:24:07 +00:00
script-fu-server.c Don't bother looking for fd_set on Win32, we won't find it in sys/types.h 2005-05-13 12:50:35 +00:00
script-fu-server.h more plug-ins adapted to libgimp changes. 2003-07-02 00:15:09 +00:00
script-fu-text-console.c plug-ins/FractalExplorer plug-ins/Lighting plug-ins/bmp plug-ins/dbbrowser 2005-03-04 13:23:32 +00:00
script-fu-text-console.h more plug-ins adapted to libgimp changes. 2003-07-02 00:15:09 +00:00
script-fu-types.h plug-ins/script-fu/script-fu-enums.h 2005-01-22 22:46:24 +00:00
script-fu.c removed menu branch registering here (this function is called on each 2005-03-26 22:28:17 +00:00
siod-wrapper.c Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00:00
siod-wrapper.h use g_strdup_vprintf() instead of guessing the string length. Also declare 2004-08-08 18:44:31 +00:00