summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.c
Commit message (Expand)AuthorAgeFilesLines
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-16/+16
* register living objects in a hashtable.Tim Janik1998-03-071-28/+37
* made the object/class cast checks much more descriptive, based onTim Janik1998-03-071-12/+57
* complete api change to honour message contexts. unfortunaltely this alsoTim Janik1998-03-011-1/+1
* TODO updates (major ones ;).Tim Janik1998-02-231-7/+0
* renamed signal GtkWidget::set_parent to GtkWidget::parent_set. since it'sTim Janik1998-02-221-0/+2
* added the sequential argument number to gtk_object_query_args.Tim Janik1998-02-211-13/+20
* present the argument access masks on their announcement.Tim Janik1998-02-191-3/+37
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-191-34/+50
* Add a DestroyNotify field, and gtk_object_set_data_full() to match.Owen Taylor1998-02-131-22/+42
* clean ups. -timjTim Janik1998-02-071-3/+9
* for the emission of AFTER signals, fetch the objects signals viaTim Janik1998-02-031-0/+3
* fixed a bad, bad referencing bug that could caused unreferencing ofTim Janik1998-02-021-67/+88
* watch the next ChangeLog update...Tim Janik1998-02-021-14/+17
* GTK_RESIZE_NEEDED is a private flag now.Tim Janik1998-02-021-22/+29
* Added and autoconfigured in a new utility function g_strcasecmpManish Singh1998-01-311-0/+1
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-67/+245
* new user signal, and possibility to query signal information.Tim Janik1998-01-291-0/+55
* removed a FIXME that i had forgotten earlier.Tim Janik1998-01-291-1/+0
* forgot a printf() line ;)Tim Janik1998-01-241-1/+0
* gtk_object_query_args() now returns the args in the corret order.Tim Janik1998-01-241-12/+20
* new element n_args in GtkObjectClass.Tim Janik1998-01-231-0/+1
* some gtk_*_set_arg fixesTim Janik1998-01-211-0/+3
* renamed g_string_equal => g_str_equal renamed g_string_hash => g_str_hashOwen Taylor1998-01-181-2/+2
* gtk_*_get_arg() and gtk_*_set_arg() implementations. new argTim Janik1998-01-181-7/+38
* more *_get_arg/*_set_arg implementationsTim Janik1998-01-171-2/+20
* +Sat Jan 17 06:24:05 1998 Tim Janik <timj@psynet.net>Tim Janik1998-01-171-0/+82
* implementation of gtk_widget_get()Tim Janik1998-01-161-15/+85
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-32/+80
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-1/+1
* Initial revisionElliot Lee1997-11-241-0/+994