summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for PROP_CHILD and PROP_PARENTPadraig O'Briain2001-05-151-14/+21
* Moved caret_moved and text_changed signals from AtkEditableText to AtkText.Bill Haneman2001-05-143-56/+63
* Add function atk_object_real_set_role() and use it to implementPadraig O'Briain2001-05-142-19/+16
* Added command to generate Makefile in docs directory.Bill Haneman2001-05-111-0/+1
* Added gtk-doc directory and Makefile.amBill Haneman2001-05-114-0/+541
* Added new roles to atkobject.hPadraig O'Briain2001-05-102-10/+53
* Add atk/atkstate.c and atk.atkstate.hPadraig O'Briain2001-05-099-177/+318
* Update configure.in to create Makefile in tests directory.Padraig O'Briain2001-05-095-2/+245
* Enable build for win32, no sourc changes necessary.Hans Breuer2001-05-063-0/+97
* Released 0.1GNOME_MEDIA_1_2_2ATK_0_1Owen Taylor2001-05-051-0/+4
* Add new files atkstateset.c and atkstateset.hPadraig O'Briain2001-05-036-21/+487
* Add AUTHORS and COPYING filesPadraig O'Briain2001-05-034-2/+489
* Add missing include of <string.h> for strcmp.Owen Taylor2001-05-034-0/+26
* Added gtk-doc comments to most function in atkobject.cPadraig O'Briain2001-05-024-18/+103
* Removed comments from atkrelation.hPadraig O'Briain2001-05-022-31/+61
* Change to use GPtrArray instead GArrayPadraig O'Briain2001-05-014-32/+45
* Correct return type for atk_image_set_image_description()Erwin Ireland2001-04-302-11/+8
* Improved gtk-doc comments.Bill Haneman2001-04-302-58/+67
* Make AtkRelation and AtkRelationSet into GObjects.Erwin Ireland2001-04-309-247/+528
* Why did that last commit still build? ;-) Fixed goofs in set_selection_boundsBill Haneman2001-04-272-3/+24
* Added atk_text_set_caret_offset(...) so that "virtual caret" can be supportedBill Haneman2001-04-272-52/+57
* Latest rev (previous commit was out of date). Added README and NEWS.Bill Haneman2001-04-2713-81/+116
* ATK is the Accessibility ToolKit, which provides accessibility support for GTK+ InitialBill Haneman2001-04-260-0/+0
* Initial revisionBill Haneman2001-04-2639-0/+6341