| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct inconsistencies between registered signal parameter types and | Padraig O'Briain | 2002-01-28 | 1 | -2/+9 |
* | Revved for desktop alpha release.ATK_0_9 | Bill Haneman | 2002-01-16 | 1 | -0/+5 |
* | Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. | Owen Taylor | 2002-01-09 | 1 | -0/+6 |
* | 1 Add comments to clarify behavior if handler has already been added | Padraig O'Briain | 2002-01-07 | 1 | -0/+8 |
* | generate atk-enum-types.[hc] NOTE: the long comment in atkobject.h is | Hans Breuer | 2002-01-05 | 1 | -0/+10 |
* | atk/atkgobjectaccessible.h Fixed typo in define (reported by Jeff Franks) | Padraig O'Briain | 2002-01-02 | 1 | -0/+11 |
* | setup parent class (atk_relation_finalize): chain to parent. | Michael Meeks | 2001-12-27 | 1 | -0/+9 |
* | Version 0.8, require GLib-1.3.12ATK_0_8 | Owen Taylor | 2001-12-23 | 1 | -0/+6 |
* | Set GPATH - necessary for correct srcdir != builddir operation when | Owen Taylor | 2001-12-20 | 1 | -0/+6 |
* | remove some conflict indicators. | Owen Taylor | 2001-12-20 | 1 | -0/+5 |
* | Add new functions | Padraig O'Briain | 2001-12-19 | 1 | -0/+5 |
* | Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h | Padraig O'Briain | 2001-12-19 | 1 | -0/+21 |
* | Add missing #include <string.h> | Darin Adler | 2001-12-17 | 1 | -0/+4 |
* | Compile with -DG_DISABLE_DEPRECATED. See #52790. | Sebastian Wilhelmi | 2001-12-13 | 1 | -0/+5 |
* | Remove unnecessary g_retunn_val_if_fail() call. | Padraig O'Briain | 2001-12-11 | 1 | -0/+5 |
* | paranoia is not appropriate here, setup parent_class, don't create a new | Michael Meeks | 2001-12-10 | 1 | -0/+9 |
* | atk/Makefile.am: Update to create atk-enum-types.h before compiling source | Padraig O'Briain | 2001-12-07 | 1 | -0/+6 |
* | Change atk_attribute_register to atk_text_attribute_register, | Padraig O'Briain | 2001-12-05 | 1 | -0/+9 |
* | Add implementation of atk_attribute_register, atk_attribute_for_name Udate | Padraig O'Briain | 2001-12-04 | 1 | -0/+21 |
* | Update atk_role_register() to allow extra roles to be defined Update | Padraig O'Briain | 2001-12-04 | 1 | -0/+10 |
* | Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and | Padraig O'Briain | 2001-12-03 | 1 | -0/+14 |
* | Generate files atk-enum-types.c and atk-enums-types.h to create types for | Padraig O'Briain | 2001-11-29 | 1 | -0/+9 |
* | Fixed bug in atkutil when no impl library (e.g. libgail) is loaded. | Bill Haneman | 2001-11-29 | 1 | -0/+11 |
* | Add functions atk_role_get_name() and atk_role_for_name() which transform | Padraig O'Briain | 2001-11-28 | 1 | -0/+16 |
* | updated externals | Hans Breuer | 2001-11-23 | 1 | -0/+10 |
* | Version 0.7ATK_0_7 | Owen Taylor | 2001-11-22 | 1 | -0/+6 |
* | Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID when | Padraig O'Briain | 2001-11-22 | 1 | -0/+6 |
* | Change atk_relation_type_from_string to atk_relation_type_for_name Add | Padraig O'Briain | 2001-11-22 | 1 | -0/+24 |
* | Fix/clarify gtk-doc comment in atk_add_key_event_listener in atkutil.c | Bill Haneman | 2001-11-22 | 1 | -0/+5 |
* | switch to class_peek. | Michael Meeks | 2001-11-22 | 1 | -0/+18 |
* | Added missing gtk-doc comments for atk_relation_type_from_string. | Bill Haneman | 2001-11-21 | 1 | -0/+5 |
* | Back out an uneeded version number bump | Owen Taylor | 2001-11-21 | 1 | -3/+0 |
* | Versions 0.0.8, interface, binary age 0. Fix trailing comma on | Owen Taylor | 2001-11-21 | 1 | -0/+12 |
* | Add additional argument (name) to state-change signal Update | Padraig O'Briain | 2001-11-21 | 1 | -0/+10 |
* | Add enum AtkLayer and functions atk_object_get_layer and | Padraig O'Briain | 2001-11-21 | 1 | -1/+7 |
* | Remove property accessible-state; use signal state-change instead Change | Padraig O'Briain | 2001-11-20 | 1 | -0/+12 |
* | Added state-change signal to AtkObject (will deprecate accessible-state prope... | Bill Haneman | 2001-11-19 | 1 | -0/+10 |
* | Fix bug in calculation of number of toggle states | Padraig O'Briain | 2001-11-19 | 1 | -0/+10 |
* | Remove unused structure _AtkEditableTextIfaceClass | Padraig O'Briain | 2001-11-17 | 1 | -5/+29 |
* | Build separate runtime and developer packages. | Tor Lillqvist | 2001-11-17 | 1 | -0/+6 |
* | Revved micro version, since API was added last checkin. | Bill Haneman | 2001-11-14 | 1 | -0/+12 |
* | Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED to | Padraig O'Briain | 2001-11-08 | 1 | -0/+6 |
* | Add role ATK_ROLE_TREE_TABLE | Padraig O'Briain | 2001-11-05 | 1 | -0/+18 |
* | Add two new relations ATK_RELATION_NODE_CHILDREN and | Padraig O'Briain | 2001-10-31 | 1 | -0/+14 |
* | New file, used to build developer package for Win32. | Tor Lillqvist | 2001-10-28 | 1 | -0/+11 |
* | atk/atkobject.[c|h] Remove the following properties accessible-child - use | Padraig O'Briain | 2001-10-26 | 1 | -0/+16 |
* | Version 0.6ATK_0_6 | Owen Taylor | 2001-10-25 | 1 | -0/+6 |
* | Add role ATK_ROLE_TERMINAL for an accessible terminal. | Padraig O'Briain | 2001-10-25 | 1 | -0/+5 |
* | Initialize AtkPropertyValue data structure to 0 instead of using memset. | Padraig O'Briain | 2001-10-22 | 1 | -0/+6 |
* | Set automake conditionals OS_WIN32 if on (native) Win32, and | Tor Lillqvist | 2001-10-19 | 1 | -0/+12 |