summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.h
Commit message (Expand)AuthorAgeFilesLines
...
* display the current cursor name.Tim Janik1998-07-141-12/+0
* new functions which wraps gtk_arg_get_info().Tim Janik1998-07-121-0/+3
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-84/+99
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-1/+9
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-191-6/+6
* boy! did i really modify that many files?Tim Janik1998-06-161-2/+4
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-151-13/+12
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-11/+20
* wrapped enum definitions with glib macros.Tim Janik1998-06-081-12/+12
* fixed an assertment.Tim Janik1998-06-071-4/+11
* preserve automake CFLAGS.Tim Janik1998-05-111-5/+5
* new file, gdatasets implement the object data mechanism from GtkObject. aTim Janik1998-05-111-2/+2
* minor cleanups and mergesTim Janik1998-05-101-2/+2
* reflect the presence of signal connections through unsettingTim Janik1998-05-081-64/+65
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-21/+44
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* make use of *_by_id() functions for handler key.Tim Janik1998-03-141-19/+40
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-8/+8
* typos and warning fixes.Tim Janik1998-03-081-1/+1
* made the object/class cast checks much more descriptive, based onTim Janik1998-03-071-3/+3
* TODO updates (major ones ;).Tim Janik1998-02-231-1/+0
* don't perform gdk operations on size allocationTim Janik1998-02-221-0/+1
* added the sequential argument number to gtk_object_query_args.Tim Janik1998-02-211-6/+7
* more debugging fixes.Tim Janik1998-02-191-4/+4
* present the argument access masks on their announcement.Tim Janik1998-02-191-9/+23
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-191-6/+5
* Add a DestroyNotify field, and gtk_object_set_data_full() to match.Owen Taylor1998-02-131-0/+8
* fixed a bad, bad referencing bug that could caused unreferencing ofTim Janik1998-02-021-2/+15
* GTK_RESIZE_NEEDED is a private flag now.Tim Janik1998-02-021-38/+40
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-26/+23
* new user signal, and possibility to query signal information.Tim Janik1998-01-291-0/+21
* new element n_args in GtkObjectClass.Tim Janik1998-01-231-0/+4
* +Sat Jan 17 06:24:05 1998 Tim Janik <timj@psynet.net>Tim Janik1998-01-171-1/+10
* implementation of gtk_widget_get()Tim Janik1998-01-161-21/+35
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Fixed GTK_OBJECT_NSIGNALS macro in gtk/gtkobject.h -JayGnome CVS User1997-11-251-1/+1
* Initial revisionElliot Lee1997-11-241-0/+250