Go to file
Owen Taylor 1c77b5f926 Removed, because that's what a NULL comparison function means. And it
Tue Apr  7 19:36:48 1998  Owen Taylor  <owt1@cornell.edu>

	* gutils.c (g_direct_compare): Removed, because that's what
	a NULL comparison function means. And it wasn't 64 bit safe.

Tue Apr  7 19:14:03 1998  Owen Taylor  <owt1@cornell.edu>

	* gdk/gdkpixmap.c: Added maximum field widths to prevent
	possible '%s' scanf overflows. Replaced scanf("%c")
	with getc(), Don't interpret /*/ as a full comment. Use
	g_realloc/g_new.

	* gtk/gtkwidget.h gtk/gtkprivate.h: Changed all flag
	tests to check for ((GTK_WIDGET_FLAGS(widget) & FLAG) != 0)
	instead of (GTK_WIDGET_FLAGS(widget) & FLAG)

	* gtk/gtkfilesel.c: Use getwd() instead of getcwd() on
	SunOS, because getcwd() hangs up in a wait4().
	(Found by David Monniaux <monniaux@clipper.ens.fr>)

	- Check device/inode/mtime not just inode/mtime, when
	caching scanned directories.
	(From: scottk@ig.utexas.edu (Scott Kempf))

	* gdk/gdkpixmap.c: Check for 0 width/height when
	creating pixmaps.

	* gtk/*.c: Global substitution of recently introduced
	"MAX (0," for allocations to "MAX (1,", since
	creating a backing pixmap with a zero width or height
	fails.

	* gdk/gdkwindow.c (gdk_window_new): Don't set all the
	WM properties for child windows. Don't set the base
	size, since the value we set will be taken as a minimum
	size.
1998-04-07 23:59:25 +00:00
debian
docs more on GIMP (et al) configure problems. 1998-04-06 17:53:42 +00:00
examples Change a missed "delete_event" return value description from TRUE to 1998-04-06 08:13:48 +00:00
gdk Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00
glib Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00
gtk Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00
tests forgot to set the initial `0' cursor. 1998-03-31 04:39:57 +00:00
.cvsignore
acconfig.h
AUTHORS
autogen.sh
ChangeLog Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00
ChangeLog.pre-2-0 Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00
ChangeLog.pre-2-2 Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00
ChangeLog.pre-2-4 Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00
ChangeLog.pre-2-6 Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00
ChangeLog.pre-2-8 Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00
ChangeLog.pre-2-10 Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00
config.guess
config.h.in
config.sub
configure.in Improved main loop test. (Quits main loop properly, makes it more obvious 1998-03-30 23:04:51 +00:00
COPYING
gtk-config.in Make tab key move in reading order (left-to-right top to bottom) - which 1998-04-06 04:31:15 +00:00
gtk.m4 Added flags --prefix[=dir] and --exec-prefix[=DIR] which allow querying 1998-04-04 00:12:58 +00:00
gtk+.prj
gtk+.spec Released GTK+ 0.99.9 1998-03-28 01:01:54 +00:00
HACKING
INSTALL
install-sh
ltconfig
ltmain.sh
makecopyright
Makefile.am Tue Mar 31 15:41:57 PST 1998 Shawn T. Amundson 1998-03-31 23:43:49 +00:00
Makefile.in
missing
mkinstalldirs
NEWS Released GTK+ 0.99.9 1998-03-28 01:01:54 +00:00
README Released GTK+ 0.99.9 1998-03-28 01:01:54 +00:00
stamp-h.in
TODO Removed, because that's what a NULL comparison function means. And it 1998-04-07 23:59:25 +00:00

This is GTK+ version 0.99.9.   GTK, which stands for the Gimp ToolKit, 
is a library for creating graphical user interfaces.  

The official ftp site is:
  ftp://ftp.gimp.org/pub/gtk

The official web site is:
  http://www.gimp.org/gtk

Patches can be uploaded to:
  ftp://ftp.gimp.org/incoming

A mailing list is located at:
  gtk-list@redhat.com

To subscribe: mail -s subscribe gtk-list-request@redhat.com < /dev/null
(Send mail to gtk-list-request@redhat.com with the subject "subscribe")