summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GtkObject completelyMatthias Clasen2010-09-261-227/+0
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-6/+0
* gtk/gtkobject: use G_DEFINE_ABSTRACT_TYPEJavier Jardón2010-05-181-50/+5
* Move documentation to inline comments: GtkObjectJavier Jardón2010-05-131-0/+91
* Remove GtkObject floating, weak, arg and user data handlingChristian Dywan2010-05-031-593/+0
* Fix warning: cast to gint*Javier Jardón2009-10-301-2/+2
* gtk/gtkobject.c s/GtkType/GType/ andMichael Natterer2008-09-231-2/+2
* gtk/gtkclist.[ch] gtk/gtkctree.[ch] gtk/gtkitemfactory.[ch]Michael Natterer2008-08-041-17/+17
* Fix make check:Michael Natterer2008-07-041-1/+0
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* deprecate gtk_type_class().Michael Natterer2008-06-181-0/+6
* remove bogus extern declaration of non-existing functionMichael Natterer2008-06-171-1/+0
* gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.cMichael Natterer2008-03-041-1/+0
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* move the floating flag from the GInitiallyUnowned bit to GTK_FLOATING.Tim Janik2006-03-091-0/+6
* depend on glib-2.10.1.Tim Janik2006-03-071-0/+8
* renamed GUnowned to GInitiallyUnowned.Tim Janik2005-12-221-1/+1
* derive GtkObject from GUnowned, so it initially has a floating referenceTim Janik2005-12-221-1/+26
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-18/+4
* Intern some more strings.Matthias Clasen2005-09-011-5/+7
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-2/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-1/+1
* Use GLib limit macros to avoid sparse warnings. Pointed out by KjartanMatthias Clasen2005-01-191-4/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* remove quark_user_data usage in gtk_object_{g|s}et_user_data(). fixesTim Janik2003-02-071-6/+2
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-20/+21
* Deprecation cleanupManish Singh2002-10-101-5/+5
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-1/+3
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-1/+1
* Fix a comment.Matthias Clasen2002-01-041-1/+1
* Ref-sink the tooltips object. Ref-sink the tooltips object. Fix someOwen Taylor2001-11-211-0/+9
* Rename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove theOwen Taylor2001-11-191-5/+5
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* remove gtk_object_destroy comment as requested.Michael Meeks2001-09-281-5/+0
* Small warning cleanups.Owen Taylor2001-09-201-1/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-3/+0
* s/signal_newc/signal_new/Tim Janik2001-07-021-7/+5
* marshaller fixes.Tim Janik2001-03-071-14/+6
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-171-2/+4
* remove unused call to get_last_line()Havoc Pennington2000-12-141-0/+3
* doh, this was broken beyond believe.Tim Janik2000-12-131-622/+245
* provide a toggle button to temporarily disable position recording in theTim Janik2000-11-051-1/+1
* _g_signal_handlers_destroy() is prefixed with '_' now.Tim Janik2000-11-031-1/+1