Go to file
Tim Janik eeaefdf04f fixed a bad, bad referencing bug that could caused unreferencing of
Mon Feb  2 04:15:08 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtkmain.c (gtk_propagate_event): fixed a bad, bad referencing
          bug that could caused unreferencing of finalized objects.

        * gtk/testgtk.c: destroy fileselection on "OK" (this triggered the
          above mentioned bug).

        * gtk/gtkwidget.h:
        * gtk/gtkwidget.c:
        * gtk/gtkobject.h:
        * gtk/gtkobject.c:
          implemented and object reference tracer (gtk_trace_referencing) which
          is activated if GTK_TRACE_OBJECTS is defined (currently per default).
          in gdb: set the static variable `gtk_trace_object' to point to the
          object that you want to have reference traced.

        * gtk/gtkfileselection.c: few cleanups.
1998-02-02 18:44:28 +00:00
docs Some documentation of the internals. 1998-02-01 08:22:51 +00:00
gdk
glib fixed a refresh bug with unrealization of no_window widgets. 1998-02-02 05:35:59 +00:00
gtk fixed a bad, bad referencing bug that could caused unreferencing of 1998-02-02 18:44:28 +00:00
tests fixed a bad, bad referencing bug that could caused unreferencing of 1998-02-02 18:44:28 +00:00
.cvsignore
acconfig.h
AUTHORS
autogen.sh
BUGS
ChangeLog fixed a bad, bad referencing bug that could caused unreferencing of 1998-02-02 18:44:28 +00:00
ChangeLog.pre-2-0 fixed a bad, bad referencing bug that could caused unreferencing of 1998-02-02 18:44:28 +00:00
ChangeLog.pre-2-2 fixed a bad, bad referencing bug that could caused unreferencing of 1998-02-02 18:44:28 +00:00
ChangeLog.pre-2-4 fixed a bad, bad referencing bug that could caused unreferencing of 1998-02-02 18:44:28 +00:00
ChangeLog.pre-2-6 fixed a bad, bad referencing bug that could caused unreferencing of 1998-02-02 18:44:28 +00:00
ChangeLog.pre-2-8 fixed a bad, bad referencing bug that could caused unreferencing of 1998-02-02 18:44:28 +00:00
ChangeLog.pre-2-10 fixed a bad, bad referencing bug that could caused unreferencing of 1998-02-02 18:44:28 +00:00
config.guess
config.h.in
config.sub
configure.in
COPYING
gtk+.prj
gtk+.xconfig.in
HACKING
INSTALL
install-sh
ltconfig
ltmain.sh
makecopyright
Makefile.am
Makefile.in
missing
mkinstalldirs
NEWS
README
REFCOUNTING
stamp-h.in
TODO

This is GTK+ version 0.99.3.   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

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