summaryrefslogtreecommitdiff
path: root/atk
Commit message (Expand)AuthorAgeFilesLines
* Update atk_role_register() to allow extra roles to be defined UpdatePadraig O'Briain2001-12-041-10/+37
* Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() andPadraig O'Briain2001-12-032-79/+96
* Generate files atk-enum-types.c and atk-enums-types.h to create types forPadraig O'Briain2001-11-292-84/+77
* Fixed bug in atkutil when no impl library (e.g. libgail) is loaded.Bill Haneman2001-11-292-9/+17
* Add functions atk_role_get_name() and atk_role_for_name() which transformPadraig O'Briain2001-11-283-20/+131
* updated externalsHans Breuer2001-11-234-6/+8
* Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID whenPadraig O'Briain2001-11-221-2/+5
* Change atk_relation_type_from_string to atk_relation_type_for_name AddPadraig O'Briain2001-11-224-40/+102
* Fix/clarify gtk-doc comment in atk_add_key_event_listener in atkutil.cBill Haneman2001-11-221-2/+4
* switch to class_peek.Michael Meeks2001-11-225-14/+18
* Added missing gtk-doc comments for atk_relation_type_from_string.Bill Haneman2001-11-211-0/+10
* Versions 0.0.8, interface, binary age 0. Fix trailing comma onOwen Taylor2001-11-211-1/+1
* Add additional argument (name) to state-change signal UpdatePadraig O'Briain2001-11-213-4/+11
* Add enum AtkLayer and functions atk_object_get_layer andPadraig O'Briain2001-11-212-3/+112
* Added missing 'break' in atk_object_real_get_property.Bill Haneman2001-11-211-0/+1
* Remove property accessible-state; use signal state-change instead ChangePadraig O'Briain2001-11-204-54/+11
* Introduced AtkKeyEventType, to insulate us from GDK dependencies.Bill Haneman2001-11-201-1/+8
* Change to signature of atk_add_event_listener to use AtkKeySnoopFunc insteadBill Haneman2001-11-191-1/+1
* Added state-change signal to AtkObject (will deprecate accessible-state prope...Bill Haneman2001-11-194-4/+23
* Fix bug in calculation of number of toggle statesPadraig O'Briain2001-11-192-13/+15
* Remove unused structure _AtkEditableTextIfaceClassPadraig O'Briain2001-11-179-53/+61
* Build separate runtime and developer packages.Tor Lillqvist2001-11-171-0/+2
* Added (missing) functions atk_add_key_listener() and atk_remove_key_listener()Bill Haneman2001-11-151-0/+43
* Revved micro version, since API was added last checkin.Bill Haneman2001-11-142-21/+2
* Added API for key snoop functions, to allow non-GTK-specific registrationBill Haneman2001-11-141-0/+27
* Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED toPadraig O'Briain2001-11-081-0/+14
* Add role ATK_ROLE_TREE_TABLEPadraig O'Briain2001-11-052-4/+4
* Add two new relations ATK_RELATION_NODE_CHILDREN andPadraig O'Briain2001-10-312-77/+34
* New file, used to build developer package for Win32.Tor Lillqvist2001-10-281-3/+18
* atk/atkobject.[c|h] Remove the following properties accessible-child - usePadraig O'Briain2001-10-262-67/+69
* Add role ATK_ROLE_TERMINAL for an accessible terminal.Padraig O'Briain2001-10-251-0/+2
* Initialize AtkPropertyValue data structure to 0 instead of using memset.Padraig O'Briain2001-10-221-3/+1
* Set automake conditionals OS_WIN32 if on (native) Win32, andTor Lillqvist2001-10-192-0/+37
* Add convenience function atk_object_notify_state_change() to generatePadraig O'Briain2001-10-193-30/+67
* Update comments in atk_text_get_text_[at|after|before]_offset() to clarifyPadraig O'Briain2001-10-171-26/+126
* Update comments in atk_text_get_run_attributes() andPadraig O'Briain2001-10-161-7/+5
* Change "property-change" signal to allow detail (i.e. property name) andPadraig O'Briain2001-10-151-2/+3
* Correct order of attribute names in text_attr_name array.Padraig O'Briain2001-10-151-1/+1
* Use enum AtkTextAttribute to specify what attribute are supported ratherPadraig O'Briain2001-10-122-215/+191
* Add call to set iface.Padraig O'Briain2001-10-101-0/+2
* Correct typo.Padraig O'Briain2001-10-101-1/+1
* Add new function atk_text_get_default_attributes RenamePadraig O'Briain2001-10-102-11/+43
* Avoid leaking of AtkAttributeSet data structure; speed up code.Padraig O'Briain2001-10-091-9/+14
* Upped rev to match other makefiles.Bill Haneman2001-09-291-1/+1
* Added method for getting an AtkRelationType from a string.Bill Haneman2001-09-293-0/+20
* Version 0.5ATK_0_5Owen Taylor2001-09-251-1/+1
* updated externals version 0.4Hans Breuer2001-09-213-6/+7
* Add object reference when object is set as accessible_parentPadraig O'Briain2001-09-111-3/+8
* atk/atktable.[c|h] Change atk_table_get_caption() andPadraig O'Briain2001-09-052-96/+8
* Correct property definitions for "accessible-table-caption",Padraig O'Briain2001-09-032-10/+17