summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Owen Taylor [Wed, 16 May 2001 18:43:28 +0000 (18:43 +0000)]
Require libtool-1.4, automake-1.4p1.
Sun May 13 11:35:32 2001 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
Brian Cameron [Wed, 16 May 2001 12:40:29 +0000 (12:40 +0000)]
Added better gtk-doc comments.
Padraig O'Briain [Wed, 16 May 2001 12:36:17 +0000 (12:36 +0000)]
Define signals for AtkText interface
Bill Haneman [Wed, 16 May 2001 10:30:23 +0000 (10:30 +0000)]
Temporarily removed class initializer for AtkText from type_info struct, awaiting
means of adding a signal to an interface.
Padraig O'Briain [Wed, 16 May 2001 08:12:24 +0000 (08:12 +0000)]
Provide default implementation for atk_component_get_accessible_at_point().
Correct errors in atk_component_get_accessible_at_point()
Padraig O'Briain [Tue, 15 May 2001 17:14:24 +0000 (17:14 +0000)]
Define focus-event signal in atobject.c rather than in gailwidget.c
Remove AtkChildChangeType; change second argument of children_changed
signal handler to gint from AtkChildChangeType
Padraig O'Briain [Tue, 15 May 2001 07:04:36 +0000 (07:04 +0000)]
Add support for PROP_CHILD and PROP_PARENT
Bill Haneman [Mon, 14 May 2001 16:48:51 +0000 (16:48 +0000)]
Moved caret_moved and text_changed signals from AtkEditableText to AtkText.
Also un-commented the signal registration, and added default handlers for AtkText.
Padraig O'Briain [Mon, 14 May 2001 07:25:35 +0000 (07:25 +0000)]
Add function atk_object_real_set_role() and use it to implement
atk_object_set_role().
Do not define "accessible-role" as a property whose change of value is notified.
Correct typo in comment in atkstate.h
Bill Haneman [Fri, 11 May 2001 17:01:47 +0000 (17:01 +0000)]
Added command to generate Makefile in docs directory.
Bill Haneman [Fri, 11 May 2001 16:43:24 +0000 (16:43 +0000)]
Added gtk-doc directory and Makefile.am
Padraig O'Briain [Thu, 10 May 2001 12:41:50 +0000 (12:41 +0000)]
Added new roles to atkobject.h
Corrected some function headers in atkobject.c
Padraig O'Briain [Wed, 9 May 2001 17:21:06 +0000 (17:21 +0000)]
Add atk/atkstate.c and atk.atkstate.h
Move interfaces for ATK state from atkobject to atkstate
Add tests for atk_state_* functions in teststateset
Padraig O'Briain [Wed, 9 May 2001 13:12:12 +0000 (13:12 +0000)]
Update configure.in to create Makefile in tests directory.
CReate tests directory and add test module teststateset.c
Hans Breuer [Sun, 6 May 2001 13:55:51 +0000 (13:55 +0000)]
Enable build for win32, no sourc changes necessary.
2001-01-06 Hans Breuer <hans@breuer.org>
* atk/makefile.msc atk/atk.def (new files) :
Enable build for win32, no sourc changes necessary.
Owen Taylor [Sat, 5 May 2001 11:47:38 +0000 (11:47 +0000)]
Released 0.1
Sat May 5 07:46:47 2001 Owen Taylor <otaylor@redhat.com>
* Released 0.1
Padraig O'Briain [Thu, 3 May 2001 14:40:34 +0000 (14:40 +0000)]
Add new files atkstateset.c and atkstateset.h
Change atk_object_get_state to atk_object_ref_state_set
Padraig O'Briain [Thu, 3 May 2001 13:21:12 +0000 (13:21 +0000)]
Add AUTHORS and COPYING files
Install include files in include/atk-1.0/atk instead of include/atk
Owen Taylor [Thu, 3 May 2001 12:42:28 +0000 (12:42 +0000)]
Add missing include of <string.h> for strcmp.
Thu May 3 08:38:24 2001 Owen Taylor <otaylor@redhat.com>
* atk/atkobject.c: Add missing include of <string.h> for strcmp.
Padraig O'Briain [Wed, 2 May 2001 17:50:57 +0000 (17:50 +0000)]
Added gtk-doc comments to most function in atkobject.c
Changed atk-object_get_relation_set to atk_object_ref_relation_set
Corrected typos in atkrelation.c and atkrelationset.c
Padraig O'Briain [Wed, 2 May 2001 13:29:17 +0000 (13:29 +0000)]
Removed comments from atkrelation.h
Added gtk-doc comments to atkrelation.c
Padraig O'Briain [Tue, 1 May 2001 16:44:24 +0000 (16:44 +0000)]
Change to use GPtrArray instead GArray
Addess memory mangement issues.
Erwin Ireland [Mon, 30 Apr 2001 15:55:54 +0000 (15:55 +0000)]
Correct return type for atk_image_set_image_description()
Omit check for G_IS_VALUE when getting a value as value type is not known.
Bill Haneman [Mon, 30 Apr 2001 12:01:41 +0000 (12:01 +0000)]
Improved gtk-doc comments.
Erwin Ireland [Mon, 30 Apr 2001 11:51:44 +0000 (11:51 +0000)]
Make AtkRelation and AtkRelationSet into GObjects.
Corrected typo in atk_text_set_caret_offset() name
Bill Haneman [Fri, 27 Apr 2001 17:30:22 +0000 (17:30 +0000)]
Why did that last commit still build? ;-) Fixed goofs in set_selection_bounds
and set_caret_offset.
Bill Haneman [Fri, 27 Apr 2001 16:05:07 +0000 (16:05 +0000)]
Added atk_text_set_caret_offset(...) so that "virtual caret" can be supported
if there is no text caret for an AtkText implementor. Also switched return
types on get/set_selection_bounds() to follow convention where "set" methods
return a boolean to indicate success.
Bill Haneman [Fri, 27 Apr 2001 10:35:20 +0000 (10:35 +0000)]
Latest rev (previous commit was out of date). Added README and NEWS.
Bill Haneman [Thu, 26 Apr 2001 14:23:41 +0000 (14:23 +0000)]
ATK is the Accessibility ToolKit, which provides accessibility support for GTK+
and other GUI toolkits in Gnome. Atk is a GTK+ dependency but does not
depend on GTK+ and may be used by any application or toolkit on the GNOME
desktop, if desired.
ATK defines the "accessibility contract" for apps and
toolkits, the implementation of the ATK interfaces for GTK+ lives in the
optional GAEL module.
Bill Haneman [Thu, 26 Apr 2001 14:23:41 +0000 (14:23 +0000)]
Initial revision