win32/vsX: Fix 'make dist'
[platform/upstream/atk.git] / atk / atkrelation.c
2015-07-27 Alejandro Piñeiromisc: set proper file permissions to source files
2014-04-25 Chun-wei FanInclude config.h For All the C Source Files
2014-02-01 Piotr DrągRevert "Updated FSF's address"
2014-01-23 Daniel MustielesUpdated FSF's address
2013-12-11 Alejandro PiñeiroInclude atk-enum-types.h on atk.h
2013-08-12 Alejandro Piñeirodoc: removing several .sgml files and fixing gtk-doc...
2012-12-02 Evan Nemersonintrospection: merge fixes from Vala bindings
2011-06-13 Javier Jardónatk: Use const instead G_CONST_RETURN
2011-01-25 Mike GorseBug 640574: gobject-introspection annotation and docume...
2009-03-19 Li YuanPatch from Yue Wang. Bug #575794.
2008-11-18 Li YuanBug #361757. Add ATK_ROLE_LINK and ATK_ROLE_INPUT_METHO...
2008-11-11 Li YuanBug #477708. Only remove the target, not the relation...
2007-03-22 Christian PerschFix for #382328. add missing const. ditto. ditto.
2007-02-13 Bill HanemanPoint AtkRelation docs to atk_object_add_relationship...
2006-06-23 Bill HanemanRevise atk-docs.sgml to add indices for deprecated...
2005-04-04 Padraig O'BriainUpdate doc to note that atk_relation_add_target was...
2004-11-22 Padraig O'BriainReplace DEPRECATED by @Deprecated in comments to fix...
2004-05-11 Padraig O'BriainMake extra_roles static.
2003-11-03 Padraig O'BriainUse weak references for objects in a relation instead...
2003-10-24 Padraig O'BriainFix memory leak. (bug #124877)
2003-03-05 Padraig O'BriainCorrect returning of FALSE to NULL in functions which...
2003-01-21 Padraig O'BriainAdd property accessible-table-caption-object. This...
2002-02-22 Padraig O'BriainMake use of parent_class consistent; define as gpointer...
2001-12-27 Michael Meekssetup parent class (atk_relation_finalize): chain to...
2001-12-03 Padraig O'BriainUse ATK_TYPE_RELATION_TYPE in atk_relation_type_get_nam...
2001-11-28 Padraig O'BriainAdd functions atk_role_get_name() and atk_role_for_name...
2001-11-22 Padraig O'BriainChange atk_relation_type_from_string to atk_relation_ty...
2001-11-22 Michael Meeksswitch to class_peek.
2001-11-21 Bill HanemanAdded missing gtk-doc comments for atk_relation_type_fr...
2001-09-29 Bill HanemanAdded method for getting an AtkRelationType from a...
2001-07-27 Padraig O'BriainRemove all instances of g_return_if_fail (foo != NULL...
2001-05-21 Lucy BrophyUpdated gtk-doc comment blocks for Oisin Boydell
2001-05-16 Brian CameronAdded better gtk-doc comments.
2001-05-02 Padraig O'BriainAdded gtk-doc comments to most function in atkobject.c
2001-05-01 Padraig O'BriainChange to use GPtrArray instead GArray
2001-04-30 Erwin IrelandMake AtkRelation and AtkRelationSet into GObjects.