summaryrefslogtreecommitdiff
path: root/gtk/gtktypeutils.c
Commit message (Expand)AuthorAgeFilesLines
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* removed Paolo Molaro's type creation hooks again, since they 1) don't careTim Janik1999-01-111-57/+0
* Mon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus@debian.org>Paolo Molaro1999-01-111-2/+58
* eek, fixed an embarrasing bug that caused this function to always returnTim Janik1998-12-201-0/+2
* added gtk_type_query() which returns a newly allocated structure holdingTim Janik1998-12-081-5/+25
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-071-17/+0
* Allow a NULL marshaller. (gtk_signal_connect_by_type): Allow onlyMarius Vollmer1998-12-061-0/+17
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-4/+4
* removed default initialization check, people must use gtk_type_init();Tim Janik1998-11-291-46/+56
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-6/+9
* *** empty log message ***lukka1998-11-181-1/+9
* relookup type node after class creation and parent class' objectTim Janik1998-11-161-13/+22
* check if column[i].button is valid before calling gtk_widget_intersect onManish Singh1998-11-081-1/+1
* Fixed warning message to print out parent class name correctly.Owen Taylor1998-10-081-1/+1
* for unknown foreign fundamental types, collect an argument of the typeTim Janik1998-10-031-0/+59
* make sure we don't segfault when looking up a non-existant value nameTim Janik1998-10-021-8/+9
* don't include any gdk headers. added structure definitions forTim Janik1998-09-051-15/+102
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-16/+17
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-8/+8
* relookup nodes after external functions have been called. also relookupTim Janik1998-08-111-5/+23
* fixup, so that enum values are looked up.Tim Janik1998-07-271-1/+37
* 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