summaryrefslogtreecommitdiff
path: root/atk/atkrelation.c
Commit message (Expand)AuthorAgeFilesLines
* misc: set proper file permissions to source filesAlejandro Piñeiro2015-07-271-0/+0
* Include config.h For All the C Source FilesChun-wei Fan2014-04-251-0/+2
* Revert "Updated FSF's address"Piotr Drąg2014-02-011-1/+3
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* Include atk-enum-types.h on atk.hAlejandro Piñeiro2013-12-111-3/+1
* doc: removing several .sgml files and fixing gtk-doc warningsAlejandro Piñeiro2013-08-121-1/+12
* introspection: merge fixes from Vala bindingsEvan Nemerson2012-12-011-2/+3
* atk: Use const instead G_CONST_RETURNJavier Jardón2011-06-131-1/+1
* Bug 640574: gobject-introspection annotation and documentation fixesMike Gorse2011-01-251-1/+1
* Patch from Yue Wang. Bug #575794.Li Yuan2009-03-191-1/+1
* Bug #361757. Add ATK_ROLE_LINK and ATK_ROLE_INPUT_METHOD_WINDOW toLi Yuan2008-11-181-0/+12
* Bug #477708. Only remove the target, not the relation if there are stillLi Yuan2008-11-111-0/+29
* Fix for #382328. add missing const. ditto. ditto.Christian Persch2007-03-221-1/+1
* Point AtkRelation docs to atk_object_add_relationship(), whichBill Haneman2007-02-131-2/+3
* Revise atk-docs.sgml to add indices for deprecated and newBill Haneman2006-06-231-1/+1
* Update doc to note that atk_relation_add_target was added for version 1.9.Padraig O'Briain2005-04-041-0/+2
* Replace DEPRECATED by @Deprecated in comments to fix warning whenPadraig O'Briain2004-11-221-0/+26
* Make extra_roles static.Padraig O'Briain2004-05-111-1/+1
* Use weak references for objects in a relation instead of object referencesPadraig O'Briain2003-11-031-5/+17
* Fix memory leak. (bug #124877)Padraig O'Briain2003-10-241-0/+1
* Correct returning of FALSE to NULL in functions which return pointer; (bugPadraig O'Briain2003-03-051-1/+1
* Add property accessible-table-caption-object. This addresses bug #74814.Padraig O'Briain2003-01-211-13/+143
* Make use of parent_class consistent; define as gpointer and usePadraig O'Briain2002-02-221-2/+2
* setup parent class (atk_relation_finalize): chain to parent.Michael Meeks2001-12-271-2/+8
* Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() andPadraig O'Briain2001-12-031-33/+48
* Add functions atk_role_get_name() and atk_role_for_name() which transformPadraig O'Briain2001-11-281-1/+1
* Change atk_relation_type_from_string to atk_relation_type_for_name AddPadraig O'Briain2001-11-221-15/+74
* switch to class_peek.Michael Meeks2001-11-221-0/+1
* Added missing gtk-doc comments for atk_relation_type_from_string.Bill Haneman2001-11-211-0/+10
* Added method for getting an AtkRelationType from a string.Bill Haneman2001-09-291-0/+16
* Remove all instances of g_return_if_fail (foo != NULL); that arePadraig O'Briain2001-07-271-2/+0
* Updated gtk-doc comment blocks for Oisin BoydellLucy Brophy2001-05-211-13/+13
* Added better gtk-doc comments.Brian Cameron2001-05-161-0/+36
* Added gtk-doc comments to most function in atkobject.cPadraig O'Briain2001-05-021-2/+2
* Change to use GPtrArray instead GArrayPadraig O'Briain2001-05-011-5/+18
* Make AtkRelation and AtkRelationSet into GObjects.Erwin Ireland2001-04-301-0/+122