summaryrefslogtreecommitdiff
path: root/docs/refcounting.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated GtkMenu stuff.Javier Jardón2010-05-031-1/+1
| | | | | Also, substitute the deprecated functions with the new ones in documentation.
* Substitute gtk_widget_ref/unref with g_object_ref/unrefJavier Jardón2009-10-141-4/+4
| | | | | | | Substitute the use of gtk_widget_ref/unref in documentation examples and in internal gtk+ code https://bugzilla.gnome.org/show_bug.cgi?id=598218
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-7/+7
| | | | | | 2006-10-08 Matthias Clasen <mclasen@redhat.com> * Apply a cleanup patch by Kjartan Maraas (#341812)
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-291-2/+2
| | | | | | | | | | Tue Feb 29 13:10:00 GMT 2000 Tony Gale <gale@gtk.org> * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml docs/gtk_tut.sgml docs/gtk.texi TODO: Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
* merging minor fix from gtk+-1-2Tim Janik1999-02-271-1/+1
|
* Fixed some incorrect information.Owen Taylor1998-02-131-3/+4
|
* backed out the section "Gnits to care about". new file, kinda developersTim Janik1998-02-111-20/+6
| | | | | | | Wed Feb 11 00:18:31 1998 Tim Janik <timj@gimp.org> * docs/refcounting.txt: backed out the section "Gnits to care about". * docs/developers.txt: new file, kinda developers FAQ.
* new function to perform the same actions as gtk_list_remove_items, butTim Janik1998-02-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Feb 5 02:13:08 1998 Tim Janik <timj@gimp.org> * gtk/gtklist.h: * gtk/gtklist.c (gtk_list_remove_items_no_unref): new function to perform the same actions as gtk_list_remove_items, but supply the removed widgets with an additional reference count. * gtk/gtkmain.c (gtk_main_iteration_do): ignore events with event_widget == NULL, since they are bogus events from destroyed GdkWindows, exept for the case where event->type==GDK_PROPERTY_NOTIFY. Always handle expired timeout functions when returning from this function. * gtk/gtkwidget.c (gtk_widget_event): ignore GDK_EXPOSE events if event->window == NULL. Also, if this function couldn't handle the event for any reason (including failing assumptions), make the return value to look as if the event had been handled to avoid further processing (and warnings). * gtk/gtkwidget.h: * gtk/gtkwidget.c: remove gtk_widget_sink, because there is no point in providing such a function. * gdk/gdk.c (gdk_init): changed options `-name' and `-class' to `--name' and `--class', because the old names would confuse getopt(). these arguments have been introduced in the changes from gtk+970916 to gtk+970925 without a ChangeLog entry, changing argument names is painful, it would be nice if people would care about compatibility and consistency in the first place!
* section: Gnits to care about -------------------Tim Janik1998-02-051-0/+18
| | | | | | | | section: Gnits to care about ------------------- -timj
* documentation. -timjTim Janik1998-02-041-0/+304
documentation. -timj