]> Pileus Git - ~andy/gtk/history - gtk/gtktypeutils.c
Add check for db2html
[~andy/gtk] / gtk / gtktypeutils.c
2000-07-06 Owen TaylorAdd check for db2html
2000-06-24 Tim Janikmake the current version number 1.3.1 (binary age 0...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-01-11 Tim Janikremoved Paolo Molaro's type creation hooks again, since...
1999-01-11 Paolo MolaroMon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus...
1998-12-20 Tim Janikeek, fixed an embarrasing bug that caused this function...
1998-12-08 Tim Janikadded gtk_type_query() which returns a newly allocated...
1998-12-07 Tim Janikreverted marius change to expose the type systems inter...
1998-12-06 Marius VollmerAllow a NULL marshaller. (gtk_signal_connect_by_type...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-29 Tim Janikremoved default initialization check, people must use...
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-18 lukka*** empty log message ***
1998-11-16 Tim Janikrelookup type node after class creation and parent...
1998-11-08 Manish Singhcheck if column[i].button is valid before calling gtk_w...
1998-10-08 Owen TaylorFixed warning message to print out parent class name...
1998-10-03 Tim Janikfor unknown foreign fundamental types, collect an argum...
1998-10-02 Tim Janikmake sure we don't segfault when looking up a non-exist...
1998-09-05 Tim Janikdon't include any gdk headers. added structure definiti...
1998-08-18 Tim Janikuse g_get_current_dir() instead of getcwd().
1998-08-18 Tim Janikrestricted the --g*fatal-* arguments to --g-fatal-warni...
1998-08-11 Tim Janikrelookup nodes after external functions have been calle...
1998-07-27 Tim Janikfixup, so that enum values are looked up.
1998-07-14 Tim Janikdisplay the current cursor name.
1998-07-12 Tim Janikcall the base classes' object_init_func for derived...
1998-07-10 Tim Janikadded a new internal type GTK_TYPE_IDENTIFIER which...
1998-07-09 Tim Janikdeleted most of the argument handling code, since that...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-06-14 Elliot LeeRedo (and complete) movement of all pointer types into...
1998-06-14 Tim Janikreverting changes that depend on other code which i...
1998-06-14 Tim Janikheal gtk. ;)
1998-06-14 Elliot Lees/string_data/pointer_data/ as needed to match GtkArg
1998-06-10 Tim Janikprevent gdk_init() from segfaulting when invoked with...
1998-06-10 Tim Janikenum and flags type creation can now be done through
1998-06-09 Tim Janikrenamed the newly created gtk_enum_get_values and gtk_e...
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-06-08 Tim Janikwrapped enum definitions with glib macros.
1998-06-07 Tim Janikfixed an assertment.
1998-05-14 Tim Janiktypedef gint gboolean; this is needed to provide portab...
1998-05-13 Owen TaylorA few more GPOINTER_TO_UINT fixes.
1998-05-08 Tim Janikreflect the presence of signal connections through...
1998-05-07 Tim Janikasure that the type system has been initialized.
1998-05-06 Tim Janikreimplemented the signal storage system to use a linear...
1998-05-04 Owen TaylorMerges from the gtk-1-0 branch
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-29 Tim Janiknew user signal, and possibility to query signal inform...
1998-01-24 Tim Janikgtk_object_query_args() now returns the args in the...
1998-01-18 Tim Janikgtk_*_get_arg() and gtk_*_set_arg() implementations...
1998-01-16 Tim Janikimplementation of gtk_widget_get()
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-03 Shawn AmundsonSeveral portability fixes from Michael Callahan <callah...
1997-11-24 Elliot LeeInitial revision