summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.c
Commit message (Expand)AuthorAgeFilesLines
...
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-713/+319
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-23/+53
* new function gtk_container_child_arg_set, similar toTim Janik1998-06-241-9/+11
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-191-29/+21
* boy! did i really modify that many files?Tim Janik1998-06-161-15/+23
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-10/+1
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-7/+39
* fixed an assertment.Tim Janik1998-06-071-8/+46
* typedef gint gboolean; this is needed to provide portability withTim Janik1998-05-141-1/+1
* [security audit by Alan Cox]Tim Janik1998-05-121-1/+11
* compilation fixupsTim Janik1998-05-111-5/+13
* preserve automake CFLAGS.Tim Janik1998-05-111-39/+16
* new file, gdatasets implement the object data mechanism from GtkObject. aTim Janik1998-05-111-64/+15
* reflect the presence of signal connections through unsettingTim Janik1998-05-081-7/+7
* allocate object data chunks through a global object data structure list.Tim Janik1998-05-071-39/+59
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-5/+5
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-3/+3
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-24/+33
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-1/+1
* removed the ugly check whether we need gtk_widget_destroy orTim Janik1998-03-151-4/+6
* refuse to allocate with a greater height than requested.Tim Janik1998-03-141-2/+2
* gpointer gtk_object_get_user_data (GtkObject *object) { ifTim Janik1998-03-141-1/+1
* make use of *_by_id() functions for handler key.Tim Janik1998-03-141-284/+226
* applied gtk-shige-980311-0.patch.gz, which removes the erronerousTim Janik1998-03-121-1/+1
* 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