summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.h
Commit message (Expand)AuthorAgeFilesLines
* renamed GUnowned to GInitiallyUnowned.Tim Janik2005-12-221-2/+2
* parent type fixups in structure declarations.Tim Janik2005-12-221-2/+2
* derive GtkObject from GUnowned, so it initially has a floating referenceTim Janik2005-12-221-1/+1
* Use g_object_is_floating.Matthias Clasen2005-12-051-1/+1
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-0/+6
* gtk/gtkfilechooserdialog.[hc] Remove the G_GNUC_NULL_TERMINATED markerMatthias Clasen2005-07-251-1/+1
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-081-3/+3
* Remove a couple of obsolete comments, fix another comment. (#109737,Owen Taylor2003-04-211-15/+5
* Add deprecation guards around gtk_object_new().Matthias Clasen2003-03-041-4/+3
* Remove left-over GTK_OBJECT_CONNECTED macro that was defined in terms ofGTK_MULTIHEAD_MERGEPOINT_14_03_02Owen Taylor2002-03-131-1/+0
* Rename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove theOwen Taylor2001-11-191-2/+1
* Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01Owen Taylor2001-10-221-16/+11
* fix PROP_EVENTS.Tim Janik2001-06-191-1/+0
* Doc fixups.Owen Taylor2001-01-091-1/+1
* doh, this was broken beyond believe.Tim Janik2000-12-131-125/+25
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-60/+16
* Adapt cast macros to standard.Raja R Harinath1999-11-221-0/+8
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* fix commentTim Janik1999-02-061-1/+1
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-9/+0
* remove extraneous commaManish Singh1998-11-231-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-11/+15
* renamed from gtk_object_data_set_destroy to fit the gtkobject.h API.Tim Janik1998-10-301-25/+25
* removed functions gtk_object_set_data_destroy andTim Janik1998-10-081-6/+4
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* changed gpointer object_data; to GData*object_data to cure compilerTim Janik1998-09-181-3/+3
* added gtk_object_set_data_destroy and gtk_object_set_data_destroy_by_idTim Janik1998-09-171-20/+26
* don't include any gdk headers. added structure definitions forTim Janik1998-09-051-61/+17
* begin the parameter elipsis (...) after the first argument name. thisTim Janik1998-08-241-1/+4
* 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