summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-10/+16
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Plug same refcount leaks as in the X11 backend.gdk-object-branchpointTor Lillqvist2000-05-161-1/+1
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-217/+96
* Adapt cast macros to standard.Raja R Harinath1999-11-221-0/+43
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-241-5/+9
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-48/+0
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-1/+1
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-2/+2
* added an event watcher for enter/leave based on signal emission hooks.Tim Janik1998-11-301-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-34/+156
* renamed from gtk_object_data_set_destroy to fit the gtkobject.h API.Tim Janik1998-10-301-1/+1
* removed functions gtk_object_set_data_destroy andTim Janik1998-10-081-7/+5
* update to Gtk+ version 1.1.3, binary age 1, interface age 1.Tim Janik1998-09-231-3/+8
* reallocate the required memory block, rather than allocating it newly fromTim Janik1998-09-211-14/+8
* added gtk_object_set_data_destroy and gtk_object_set_data_destroy_by_idTim Janik1998-09-171-147/+52
* use g_atexit() instead of ATEXIT.Tim Janik1998-09-081-2/+1
* don't include any gdk headers. added structure definitions forTim Janik1998-09-051-79/+0
* removed some unused variablesManish Singh1998-08-241-1/+2
* begin the parameter elipsis (...) after the first argument name. thisTim Janik1998-08-241-7/+13
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-2/+2
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-8/+8
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-1/+1
* handle negative values similar to gtk_widget_set_uposition(). that is:Tim Janik1998-07-161-2/+5
* display the current cursor name.Tim Janik1998-07-141-1/+1
* new functions which wraps gtk_arg_get_info().Tim Janik1998-07-121-0/+11
* strictly check for the associated get/set arg functions. if an arg isTim Janik1998-07-101-9/+5
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-713/+319
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-23/+53
* new function gtk_container_child_arg_set, similar toTim Janik1998-06-241-9/+11
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-191-29/+21
* boy! did i really modify that many files?Tim Janik1998-06-161-15/+23