summaryrefslogtreecommitdiff
path: root/gtk/gtktypeutils.h
Commit message (Expand)AuthorAgeFilesLines
* s/refcount/ref_count/.Tim Janik2000-02-131-0/+1
* gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors wasTor Lillqvist1999-09-131-1/+1
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-241-1/+3
* 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-7/+0
* Mon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus@debian.org>Paolo Molaro1999-01-111-2/+6
* added gtk_type_query() which returns a newly allocated structure holdingTim Janik1998-12-081-0/+14
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-071-2/+0
* Allow a NULL marshaller. (gtk_signal_connect_by_type): Allow onlyMarius Vollmer1998-12-061-0/+2
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-2/+2
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-1/+3
* check if column[i].button is valid before calling gtk_widget_intersect onManish Singh1998-11-081-1/+1
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* for unknown foreign fundamental types, collect an argument of the typeTim Janik1998-10-031-0/+8
* don't include any gdk headers. added structure definitions forTim Janik1998-09-051-1/+74
* Changed GtkSignalFunc back to () from (void). (again!)Owen Taylor1998-08-131-1/+1
* Fixed the GtkSignalFunc typedef to read "(void)" instead of "()", whichNat Friedman1998-08-131-1/+1
* fixup, so that enum values are looked up.Tim Janik1998-07-271-3/+6
* export gtk_binary_age and gtk_interface_age.Tim Janik1998-07-191-1/+1
* explicitly specify void in prototypeManish Singh1998-07-181-1/+1
* display the current cursor name.Tim Janik1998-07-141-63/+111
* added a new internal type GTK_TYPE_IDENTIFIER which is derived fromTim Janik1998-07-101-2/+7
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-8/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-26/+23
* boy! did i really modify that many files?Tim Janik1998-06-161-1/+3
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-151-23/+22
* Redo (and complete) movement of all pointer types into pointer_data in the Gt...Elliot Lee1998-06-141-4/+2
* heal gtk. ;)Tim Janik1998-06-141-1/+3
* s/string_data/pointer_data/ as needed to match GtkArgElliot Lee1998-06-141-3/+1
* prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (thisTim Janik1998-06-101-0/+1
* enum and flags type creation can now be done throughTim Janik1998-06-101-31/+34
* renamed the newly created gtk_enum_get_values and gtk_enum_set_values toTim Janik1998-06-091-3/+3
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-1/+0
* wrapped enum definitions with glib macros.Tim Janik1998-06-081-24/+25
* fixed an assertment.Tim Janik1998-06-071-1/+12
* typedef gint gboolean; this is needed to provide portability withTim Janik1998-05-141-0/+4
* preserve automake CFLAGS.Tim Janik1998-05-111-4/+0
* reflect the presence of signal connections through unsettingTim Janik1998-05-081-4/+4
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-14/+21
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]Owen Taylor1998-02-131-1/+0
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-54/+57
* gtk_*_get_arg() and gtk_*_set_arg() implementations. new argTim Janik1998-01-181-0/+4
* implementation of gtk_widget_get()Tim Janik1998-01-161-0/+4
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-4/+7
* Initial revisionElliot Lee1997-11-241-0/+196