]> Pileus Git - ~andy/gtk/history - gtk/gtktypeutils.c
use g_get_current_dir() instead of getcwd().
[~andy/gtk] / gtk / gtktypeutils.c
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