]> Pileus Git - ~andy/gtk/history - gtk/gtkobject.h
Remove left-over GTK_OBJECT_CONNECTED macro that was defined in terms of
[~andy/gtk] / gtk / gtkobject.h
2002-03-13 Owen TaylorRemove left-over GTK_OBJECT_CONNECTED macro that was...
2001-11-19 Owen TaylorRename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION...
2001-10-22 Owen TaylorDeprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)
2001-06-19 Tim Janikfix PROP_EVENTS.
2001-01-09 Owen TaylorDoc fixups.
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-08-30 Elliot LeeUse G_GNUC_CONST.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-06 Tim Janikfix comment
1999-01-17 Tim Janikremoved deprecated functions: gtk_clist_set_border,
1998-11-23 Manish Singhremove extraneous comma
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-10-30 Tim Janikrenamed from gtk_object_data_set_destroy to fit the...
1998-10-08 Tim Janikremoved functions gtk_object_set_data_destroy and
1998-10-07 Tim Janikremoved all occourances of #pragma } and #pragma {...
1998-09-18 Tim Janikchanged gpointer object_data; to GData*object_data...
1998-09-17 Tim Janikadded gtk_object_set_data_destroy and gtk_object_set_da...
1998-09-05 Tim Janikdon't include any gdk headers. added structure definiti...
1998-08-24 Tim Janikbegin the parameter elipsis (...) after the first argum...
1998-07-14 Tim Janikdisplay the current cursor name.
1998-07-12 Tim Janiknew functions which wraps gtk_arg_get_info().
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-19 Tim Janikreplaced some gtk_object_data_force_id with g_quark_fro...
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-06-15 Owen Taylorgdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile...
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-11 Tim Janikpreserve automake CFLAGS.
1998-05-11 Tim Janiknew file, gdatasets implement the object data mechanism...
1998-05-10 Tim Janikminor cleanups and merges
1998-05-08 Tim Janikreflect the presence of signal connections through...
1998-05-06 Tim Janikreimplemented the signal storage system to use a linear...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-03-14 Tim Janikmake use of *_by_id() functions for handler key.
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-03-08 Tim Janiktypos and warning fixes.
1998-03-07 Tim Janikmade the object/class cast checks much more descriptive...
1998-02-23 Tim JanikTODO updates (major ones ;).
1998-02-22 Tim Janikdon't perform gdk operations on size allocation
1998-02-21 Tim Janikadded the sequential argument number to gtk_object_quer...
1998-02-19 Tim Janikmore debugging fixes.
1998-02-19 Tim Janikpresent the argument access masks on their announcement.
1998-02-19 Owen Taylorconfigure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c
1998-02-13 Owen TaylorAdd a DestroyNotify field, and gtk_object_set_data_full...
1998-02-02 Tim Janikfixed a bad, bad referencing bug that could caused...
1998-02-02 Tim JanikGTK_RESIZE_NEEDED is a private flag now.
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-29 Tim Janiknew user signal, and possibility to query signal inform...
1998-01-23 Tim Janiknew element n_args in GtkObjectClass.
1998-01-17 Tim Janik+Sat Jan 17 06:24:05 1998 Tim Janik <timj@psynet...
1998-01-16 Tim Janikimplementation of gtk_widget_get()
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1997-11-25 Gnome CVS UserFixed GTK_OBJECT_NSIGNALS macro in gtk/gtkobject.h...
1997-11-24 Elliot LeeInitial revision