]> Pileus Git - ~andy/gtk/history - gtk/gtkobject.c
Adapt cast macros to standard.
[~andy/gtk] / gtk / gtkobject.c
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-02-24 Tim Janikwarn about &widget->requisition, even for toplevels.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-01-17 Tim Janikremoved deprecated functions: gtk_clist_set_border,
1998-12-02 Tim Janiks/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-30 Tim Janikadded an event watcher for enter/leave based on signal...
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-09-23 Tim Janikupdate to Gtk+ version 1.1.3, binary age 1, interface...
1998-09-21 Tim Janikreallocate the required memory block, rather than alloc...
1998-09-17 Tim Janikadded gtk_object_set_data_destroy and gtk_object_set_da...
1998-09-08 Tim Janikuse g_atexit() instead of ATEXIT.
1998-09-05 Tim Janikdon't include any gdk headers. added structure definiti...
1998-08-24 Manish Singhremoved some unused variables
1998-08-24 Tim Janikbegin the parameter elipsis (...) after the first argum...
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-07-21 Elliot LeeUse common marshalling routines instead of having widge...
1998-07-16 Tim Janikhandle negative values similar to gtk_widget_set_uposit...
1998-07-14 Tim Janikdisplay the current cursor name.
1998-07-12 Tim Janiknew functions which wraps gtk_arg_get_info().
1998-07-10 Tim Janikstrictly check for the associated get/set arg functions...
1998-07-09 Tim Janikdeleted most of the argument handling code, since that...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-06-24 Tim Janiknew function gtk_container_child_arg_set, similar to
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-09 Owen TaylorRemoved g_object_pointer_hash, which was just g_direct_...
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-06-07 Tim Janikfixed an assertment.
1998-05-14 Tim Janiktypedef gint gboolean; this is needed to provide portab...
1998-05-12 Tim Janik[security audit by Alan Cox]
1998-05-11 Tim Janikcompilation fixups
1998-05-11 Tim Janikpreserve automake CFLAGS.
1998-05-11 Tim Janiknew file, gdatasets implement the object data mechanism...
1998-05-08 Tim Janikreflect the presence of signal connections through...
1998-05-07 Tim Janikallocate object data chunks through a global object...
1998-05-06 Tim Janikreimplemented the signal storage system to use a linear...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-05-01 Owen TaylorMerged changes from gtk-1-0. Check ChangeLog for details.
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-03-17 Owen TaylorTry to guess if we can use the mb* functions safely...
1998-03-15 Tim Janikremoved the ugly check whether we need gtk_widget_destr...
1998-03-14 Tim Janikrefuse to allocate with a greater height than requested.
1998-03-14 Tim Janikgpointer gtk_object_get_user_data (GtkObject *object...
1998-03-14 Tim Janikmake use of *_by_id() functions for handler key.
1998-03-12 Tim Janikapplied gtk-shige-980311-0.patch.gz, which removes...
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-03-07 Tim Janikregister living objects in a hashtable.
1998-03-07 Tim Janikmade the object/class cast checks much more descriptive...
1998-03-01 Tim Janikcomplete api change to honour message contexts. unfortu...
1998-02-23 Tim JanikTODO updates (major ones ;).
1998-02-22 Tim Janikrenamed signal GtkWidget::set_parent to GtkWidget:...
1998-02-21 Tim Janikadded the sequential argument number to gtk_object_quer...
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-07 Tim Janikclean ups. -timj
1998-02-03 Tim Janikfor the emission of AFTER signals, fetch the objects...
1998-02-02 Tim Janikfixed a bad, bad referencing bug that could caused...
1998-02-02 Tim Janikwatch the next ChangeLog update...
1998-02-02 Tim JanikGTK_RESIZE_NEEDED is a private flag now.
1998-01-31 Manish SinghAdded and autoconfigured in a new utility function...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-29 Tim Janiknew user signal, and possibility to query signal inform...
1998-01-29 Tim Janikremoved a FIXME that i had forgotten earlier.
1998-01-24 Tim Janikforgot a printf() line ;)
1998-01-24 Tim Janikgtk_object_query_args() now returns the args in the...
1998-01-23 Tim Janiknew element n_args in GtkObjectClass.
1998-01-21 Tim Janiksome gtk_*_set_arg fixes
1998-01-18 Owen Taylorrenamed g_string_equal => g_str_equal renamed g_string_...
1998-01-18 Tim Janikgtk_*_get_arg() and gtk_*_set_arg() implementations...
1998-01-17 Tim Janikmore *_get_arg/*_set_arg implementations
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-12-18 Owen TaylorIt's all in the changelog. Well, almost all.
1997-11-24 Elliot LeeInitial revision