Use <malloc.h> also with Digital Mars compiler on Win32. (#346808, Serhat
[platform/upstream/glib.git] / gobject / gobject.c
2006-09-30 Matthias ClasenFix some issues with PLT entries.
2006-08-29 Tim Janikfixed to print usage and version info on STDOUT (#322502).
2006-08-26 Matthias ClasenFix some typos. (#351741, Kjartan Maraas)
2006-08-23 Sven Neumannchanged return value of g_value_dup_object(), fixes...
2006-08-16 Tim Janikconditionally thaw the notify queue after construction...
2006-03-07 Tim Janikadded case3 to hand out the original floating flag...
2005-12-22 Tim Janikrenamed GUnowned to GInitiallyUnowned.
2005-12-22 Tim Janikimplemented G_TYPE_GTPYE. applied patch from matthias...
2005-11-23 Tim Janikadded floating reference count. g_object_is_floating():
2005-08-31 Matthias ClasenIntern the signal name.
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-08-01 Tim Janikturned all modifications to the first 32 integer bits...
2005-07-31 Tim Janikuse g_datalist_set_flags() and g_datalist_unset_flags...
2005-07-30 Tim Janikreverted notify_mutex introduction, since this prevents...
2005-07-15 Matthias ClasenMake refcounting threadsafe by using atomic operations...
2005-05-05 Owen TaylorAdd g_object_add/remove_toggle_ref() functions to get...
2005-03-14 Matthias ClasenMake work again.
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2003-11-29 Tim Janikfix g_object_set() whithin _init() implementations...
2003-11-27 Tim Janikvariant of class_peek() which works for static types...
2003-10-21 Owen TaylorAdd a new GParamSpecOverride type that is a pointer...
2003-09-12 Matthias ClasenMake the g_value_set_x_take_ownership() functions ...
2003-08-28 Manish Singhremoved stray change from previous commit.
2003-08-08 Matthias ClasenImprove the wording of the warning for invalid
2003-05-30 Owen TaylorOrder refs/unrefs so setting the same object back is...
2003-02-07 Matthias ClasenRemove all docs from gobject at Tims request. Documenta...
2002-12-18 Matthias ClasenAdd docs.
2002-12-15 Matthias ClasenMove some docs inline.
2002-12-02 Matthias ClasenMore GSignal docs.
2002-07-05 Anders CarlssonRemove debugging message, approved by Tim Janik.
2002-05-06 Owen Taylor[ merged from stable ]
2002-03-21 Tim Janikfix extraneous include.
2002-03-13 Erwann Chenedeglib/gconvert.c glib/gen-unicode-tables.pl fixed cast...
2002-03-03 Tim Janikplaced a comment about not changing CArray until we...
2002-02-21 Owen TaylorFix implicit conversions between void * and function...
2002-02-19 Tim Janikprovide marshaller specific value_set_*_take_ownership...
2002-01-24 Tim Janikreturn gulong instead of guint.
2001-11-12 Tim JanikG_TOKEN_ERROR is also an end of stream condition.
2001-10-03 jacob berkmans/retrive/retrieve/
2001-09-10 Tim Janikremoved extraneous GObject* returns from a couple funct...
2001-09-04 Matthias Clasengobject.c (g_object_base_class_finalize): typo fix.
2001-08-18 James Henstridgeadd an object member to the structure. (weak_refs_notif...
2001-08-06 Sven Neumannadded new function g_nullify_pointer().
2001-07-02 Tim Janikcongrats tim, introducing of-by-one errors like on...
2001-07-02 Tim Janikadded g_list_insert_before().
2001-06-30 Owen Taylorg_signal_newc() => g_signal_new().
2001-06-28 Tim Janikup version number to 1.3.7, interface age 0, binary...
2001-06-19 Tim Janikremove left-over usages of an anonymous GBoxed typedef.
2001-05-24 Owen Taylorgpointer, not gpointer *.
2001-05-22 Tim Janikmake g_value_set_object() take a gpointer v_object...
2001-05-03 Owen TaylorMake types of ternary operator correspond. (Fixes compi...
2001-04-19 Havoc PenningtonWe were returning junk memory here, because we didn...
2001-03-28 Tim Janikonly queue readable properties for notification changes.
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-14 Tim Janikmade config arg to g_scanner_new() const.
2001-03-08 Tim Janikdestruction cleanup. there's one ->finalize_hook member...
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-02-17 Tim Janikchanged collect_format, collect_value() and lcopy_forma...
2001-02-04 Tim Janiks/glib_trap_/g_trap_/. add comments on g_trap_instance_...
2001-01-31 Tim Janikadapt to work with new CVS gtk-doc, leaving the old...
2001-01-03 Alexander LarssonMove glib_debug_objects out of the G_ENABLE_DEBUG ...
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-12-15 Havoc Penningtonuse g_signal_newc
2000-12-13 Tim Janikurg managed to forget this last time ;(
2000-12-13 Tim Janikreturn whether a value got removed.
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-11-20 Havoc PenningtonMore convenient data-setting functions
2000-11-05 Tim Janikfixed a bag full of subtle bugs of immensive screw...
2000-11-03 Tim Janikprefix internal functions with '_'. renamed g_signal_co...
2000-11-01 Tim Janikdestroy all signals that the finalized obejct type...
2000-10-27 Tim Janikfixed notifier position for post_marshal guard which...
2000-10-27 Tim Janikri Oct 27 05:35:14 2000 Tim Janik <timj@gtk.org>
2000-10-25 Tim Janikadded newly added gobject/ headers.
2000-09-29 Jonathan BlandfordAdded function to keep symetry with g_node_insert_befor...
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
2000-09-10 Owen TaylorMove call to g_type_free_instance() here from g_object_...
2000-07-27 Tor LillqvistNo, don't mark glib_debug_objects for export here,...
2000-07-26 Tor Lillqvistgobject.def Mark glib_debug_objects for export/import...
2000-07-06 Owen Taylordist fixes.
2000-06-29 Owen Taylorinclude string.h for memset include string.h for strcpy...
2000-06-24 Tim Janikdefine gstring in terms of gchar*. this typedef reflect...
2000-05-12 Tim Janikadd reserved fundamental ids for gtk types (for transit...