GTK is a multi-platform toolkit for creating graphical user interfaces.
Go to file
Tim Janik 8a6dea2d55 GLib:
* glib_pre1.h:
        * glib_pre2.h:
        * glib.h: this file now gets concatenated by makeglib_h from
        glib_pre1.h and glib_pre2.h to merge in glibconfig.h wich got
        created by configure (done by Jay Painter).

        * glib_pre2.h: the g_assert*() and g_return_*_fail() macros
        are wrapped by G_STMT_START and G_STMT_END now, to avoid conflicts
        when used within if (...) g_macro(); else ... conditionals.
Gtk+:
        * fixed some compiler errors, because g_return_if_fail() wasn't used
        with a trailing semicolon in some places. fixed few other warnings also.

-timj
1997-12-10 22:43:24 +00:00
docs Read the ChangeLog :) 1997-12-06 22:12:10 +00:00
gdk GLib: 1997-12-10 22:43:24 +00:00
glib GLib: 1997-12-10 22:43:24 +00:00
gtk GLib: 1997-12-10 22:43:24 +00:00
tests gtkimage.c: Fixes to expose handler from Rob Browning 1997-12-08 23:55:54 +00:00
.cvsignore Initial revision 1997-11-24 22:37:52 +00:00
acconfig.h Initial revision 1997-11-24 22:37:52 +00:00
aclocal.m4 cleanups for color changing stuff 1997-11-27 05:07:48 +00:00
AUTHORS Initial revision 1997-11-24 22:37:52 +00:00
ChangeLog GLib: 1997-12-10 22:43:24 +00:00
ChangeLog.pre-2-0 GLib: 1997-12-10 22:43:24 +00:00
ChangeLog.pre-2-2 GLib: 1997-12-10 22:43:24 +00:00
ChangeLog.pre-2-4 GLib: 1997-12-10 22:43:24 +00:00
ChangeLog.pre-2-6 GLib: 1997-12-10 22:43:24 +00:00
ChangeLog.pre-2-8 GLib: 1997-12-10 22:43:24 +00:00
ChangeLog.pre-2-10 GLib: 1997-12-10 22:43:24 +00:00
config.guess Initial revision 1997-11-24 22:37:52 +00:00
config.h.in Initial revision 1997-11-24 22:37:52 +00:00
config.sub Initial revision 1997-11-24 22:37:52 +00:00
configure Configure changes: 1997-12-10 02:28:14 +00:00
configure.in Configure changes: 1997-12-10 02:28:14 +00:00
COPYING Initial revision 1997-11-24 22:37:52 +00:00
gtk+.prj Initial revision 1997-11-24 22:37:52 +00:00
gtk+.xconfig.in Initial revision 1997-11-24 22:37:52 +00:00
INSTALL Patches to support internationalized input by: 1997-11-27 04:16:39 +00:00
install-sh Initial revision 1997-11-24 22:37:52 +00:00
ltconfig Initial revision 1997-11-24 22:37:52 +00:00
ltmain.sh Initial revision 1997-11-24 22:37:52 +00:00
makecopyright Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am Initial revision 1997-11-24 22:37:52 +00:00
Makefile.in Read the ChangeLog :) 1997-12-06 22:12:10 +00:00
missing Initial revision 1997-11-24 22:37:52 +00:00
mkinstalldirs Initial revision 1997-11-24 22:37:52 +00:00
NEWS Initial revision 1997-11-24 22:37:52 +00:00
README Initial revision 1997-11-24 22:37:52 +00:00
stamp-h.in Initial revision 1997-11-24 22:37:52 +00:00
TODO Initial revision 1997-11-24 22:37:52 +00:00

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

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

Anonymous CVS access for gtk+ (as well as 'gimp', 'gimp-data', and
'gnome') is available via
  CVSROOT=:pserver:anonymous@cvs.gnome.org:/home/cvs
with an empty password.

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")