summaryrefslogtreecommitdiff
path: root/gtk/gtktypeutils.c
Commit message (Expand)AuthorAgeFilesLines
* display the current cursor name.Tim Janik1998-07-141-115/+111
* call the base classes' object_init_func for derived objects with theTim Janik1998-07-121-3/+11
* added a new internal type GTK_TYPE_IDENTIFIER which is derived fromTim Janik1998-07-101-0/+11
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-39/+18
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-55/+41
* boy! did i really modify that many files?Tim Janik1998-06-161-1/+1
* Redo (and complete) movement of all pointer types into pointer_data in the Gt...Elliot Lee1998-06-141-1/+1
* reverting changes that depend on other code which i'm going toTim Janik1998-06-141-11/+0
* heal gtk. ;)Tim Janik1998-06-141-7/+19
* s/string_data/pointer_data/ as needed to match GtkArgElliot Lee1998-06-141-1/+1
* prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (thisTim Janik1998-06-101-3/+15
* enum and flags type creation can now be done throughTim Janik1998-06-101-72/+119
* renamed the newly created gtk_enum_get_values and gtk_enum_set_values toTim Janik1998-06-091-7/+7
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-32/+72
* wrapped enum definitions with glib macros.Tim Janik1998-06-081-4/+3
* fixed an assertment.Tim Janik1998-06-071-29/+79
* typedef gint gboolean; this is needed to provide portability withTim Janik1998-05-141-3/+53
* A few more GPOINTER_TO_UINT fixes.Owen Taylor1998-05-131-4/+4
* reflect the presence of signal connections through unsettingTim Janik1998-05-081-15/+16
* asure that the type system has been initialized.Tim Janik1998-05-071-0/+4
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-194/+261
* Merges from the gtk-1-0 branchOwen Taylor1998-05-041-17/+0
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+19
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-0/+21
* new user signal, and possibility to query signal information.Tim Janik1998-01-291-0/+2
* gtk_object_query_args() now returns the args in the corret order.Tim Janik1998-01-241-0/+1
* gtk_*_get_arg() and gtk_*_set_arg() implementations. new argTim Janik1998-01-181-0/+1
* implementation of gtk_widget_get()Tim Janik1998-01-161-0/+25
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-5/+7
* Several portability fixes from Michael Callahan <callahan@xmission.com>Shawn Amundson1998-01-031-2/+2
* Initial revisionElliot Lee1997-11-241-0/+459