gimp/plug-ins
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
..
bmp added missing brackets. Fixes bug #303972. 2005-05-12 23:53:22 +00:00
common 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
dbbrowser make more labels selectable. 2005-04-21 10:23:29 +00:00
faxg3 plug-ins/common/CEL.c plug-ins/common/gbr.c plug-ins/common/gih.c 2005-03-04 18:31:43 +00:00
fits plug-ins/FractalExplorer plug-ins/Lighting plug-ins/bmp plug-ins/dbbrowser 2005-03-04 13:23:32 +00:00
flame app/config/gimpcoreconfig.c app/config/gimpguiconfig.c need to free the 2005-04-07 17:10:05 +00:00
FractalExplorer app/config/gimpcoreconfig.c app/config/gimpguiconfig.c need to free the 2005-04-07 17:10:05 +00:00
gfig plug-ins/Lighting/images/Makefile.am plug-ins/gfig/images/Makefile.am 2005-04-20 20:19:14 +00:00
gflare app/config/gimpcoreconfig.c app/config/gimpguiconfig.c need to free the 2005-04-07 17:10:05 +00:00
gfli plug-ins/FractalExplorer plug-ins/Lighting plug-ins/bmp plug-ins/dbbrowser 2005-03-04 13:23:32 +00:00
gimp_ace pulled new sources from gle (containing a fix for kelly's justify==FILL 2000-02-07 04:10:09 +00:00
gimpressionist plug-ins/Lighting/images/Makefile.am plug-ins/gfig/images/Makefile.am 2005-04-20 20:19:14 +00:00
help use g_get_language_names(). 2005-02-28 21:23:53 +00:00
helpbrowser added more standard keybindings. 2005-04-27 13:05:19 +00:00
ifscompose use gimp_spin_button_new() which calls gtk_spin_button_set_numeric() for 2005-04-17 15:28:28 +00:00
imagemap plug-ins/Lighting/images/Makefile.am plug-ins/gfig/images/Makefile.am 2005-04-20 20:19:14 +00:00
jpeg split the message into primary and secondary label. 2005-05-11 21:25:52 +00:00
Lighting plug-ins/Lighting/images/Makefile.am plug-ins/gfig/images/Makefile.am 2005-04-20 20:19:14 +00:00
MapObject Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
maze plug-ins/FractalExplorer plug-ins/Lighting plug-ins/bmp plug-ins/dbbrowser 2005-03-04 13:23:32 +00:00
metadata don't mark the menu identifier for translation. 2005-04-27 12:47:35 +00:00
pagecurl plug-ins/Lighting/images/Makefile.am plug-ins/gfig/images/Makefile.am 2005-04-20 20:19:14 +00:00
print Merged from gimp-2-2 branch: 2005-04-10 00:01:26 +00:00
pygimp special case percentage < 0 and pulse progress. 2005-05-03 21:29:28 +00:00
rcm plug-ins/Lighting/images/Makefile.am plug-ins/gfig/images/Makefile.am 2005-04-20 20:19:14 +00:00
script-fu 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
sel2path plug-ins/FractalExplorer plug-ins/Lighting plug-ins/bmp plug-ins/dbbrowser 2005-03-04 13:23:32 +00:00
sgi plug-ins/FractalExplorer plug-ins/Lighting plug-ins/bmp plug-ins/dbbrowser 2005-03-04 13:23:32 +00:00
twain plug-ins/FractalExplorer plug-ins/Lighting plug-ins/bmp plug-ins/dbbrowser 2005-03-04 13:23:32 +00:00
uri declare default_value as const and allocate a copy. 2005-04-06 15:14:57 +00:00
winicon plug-ins/winicon/icoload.c added a thumbnail loader for .ico files Fixes 2005-05-07 00:06:33 +00:00
winsnap use gimp_spin_button_new() which calls gtk_spin_button_set_numeric() for 2005-04-17 15:28:28 +00:00
xjt app/dialogs/user-install-dialog.c app/file/gimprecentlist.c 2005-03-04 19:13:21 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
Makefile.am configure.in Enable build of metadata plug-in. 2005-03-07 19:40:51 +00:00
makefile.msc build menus with nmake, too menus/Makefile.am : added to EXTRA_DIST 2005-04-24 15:39:15 +00:00