summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-2/+20
* no need to include <gtk/gtkenums.h> in headers which somehow includeMichael Natterer2008-10-301-0/+1
* gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.hMichael Natterer2008-09-231-5/+5
* gtk/gtkclist.[ch] gtk/gtkctree.[ch] gtk/gtkitemfactory.[ch]Michael Natterer2008-08-041-4/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* reviewed by: <Carlos Garnacho <garnacho@gnome.org>Kjartan Maraas2008-06-201-1/+1
* Seal GtkObjectTim Janik2008-06-201-1/+2
* gtk/gtkcellrendereraccel.h gtk/gtkiconview.h use G_TYPE macros instead ofMichael Natterer2008-06-161-7/+7
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-5/+5
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* 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