platform/upstream/atk.git
22 years agoRemove property accessible-state; use signal state-change instead Change
Padraig O'Briain [Tue, 20 Nov 2001 11:38:38 +0000 (11:38 +0000)]
Remove property accessible-state; use signal state-change instead Change

* atk/atkobject.[c|h]:
Remove property accessible-state; use signal state-change instead
Change signature of state-change handler to take gboolean as argument
instead of AtkPropertyValues
Update atk_object_notify_state_change() to emit state-change signal

* atk/atkstate.[c|h], docs.atkstate.sgml:
Remove state ATK_STATE_COLLAPSED

22 years agoIntroduced AtkKeyEventType, to insulate us from GDK dependencies.
Bill Haneman [Tue, 20 Nov 2001 11:34:09 +0000 (11:34 +0000)]
Introduced AtkKeyEventType, to insulate us from GDK dependencies.

22 years agoChange to signature of atk_add_event_listener to use AtkKeySnoopFunc instead
Bill Haneman [Mon, 19 Nov 2001 15:39:12 +0000 (15:39 +0000)]
Change to signature of atk_add_event_listener to use AtkKeySnoopFunc instead
of pointer to same.
Changed AtkKeySnoopFunc sig: removed AtkObjectImplementor arg since snooped
keys are not reliably associated with AtkObjects.

22 years agoAdded state-change signal to AtkObject (will deprecate accessible-state property)
Bill Haneman [Mon, 19 Nov 2001 10:48:31 +0000 (10:48 +0000)]
Added state-change signal to AtkObject (will deprecate accessible-state property)
Fixed API problem in atk_util_add_key_listener.

22 years agoFix bug in calculation of number of toggle states
Padraig O'Briain [Mon, 19 Nov 2001 10:13:52 +0000 (10:13 +0000)]
Fix bug in calculation of number of toggle states

* atk/atkobject.c (atk_object_notify_state_change):
Fix bug in calculation of number of toggle states

* atk/atkstate.c:
Correct out-by-1 error in atk_state_type_register()
Use type (number of states defined) in atk_state_type_get_name()
and atk_state_type_for_name()

22 years agoRemove unused structure _AtkEditableTextIfaceClass
Padraig O'Briain [Sat, 17 Nov 2001 11:56:03 +0000 (11:56 +0000)]
Remove unused structure _AtkEditableTextIfaceClass

* atk/atkeditabletext.c:
Remove unused structure _AtkEditableTextIfaceClass

* atk/atkobject.[c|h]
Remove signals model_changed and selection_changed

* atk/selection.[c|h]
Add signal selection_changed

* atk/atktable.[c|h]
Remove unused structure _AtkTableIfaceClass
Add signal model_changed

* atk/atktext.[c|h]
Remove unused structure _AtkTextIfaceClass
Add signal text_selection_changed

* docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
Documentation changes

22 years agoBuild separate runtime and developer packages.
Tor Lillqvist [Sat, 17 Nov 2001 01:21:11 +0000 (01:21 +0000)]
Build separate runtime and developer packages.

2001-11-17  Tor Lillqvist  <tml@iki.fi>

* atk-zip.sh.in: Build separate runtime and developer packages.

* atk/atk.def: Update.

22 years agoAdded (missing) functions atk_add_key_listener() and atk_remove_key_listener()
Bill Haneman [Thu, 15 Nov 2001 01:41:37 +0000 (01:41 +0000)]
Added (missing) functions atk_add_key_listener() and atk_remove_key_listener()

22 years agoRevved micro version, since API was added last checkin.
Bill Haneman [Wed, 14 Nov 2001 14:38:01 +0000 (14:38 +0000)]
Revved micro version, since API was added last checkin.

22 years agoAdded API for key snoop functions, to allow non-GTK-specific registration
Bill Haneman [Wed, 14 Nov 2001 14:32:54 +0000 (14:32 +0000)]
Added API for key snoop functions, to allow non-GTK-specific registration
of toolkit-level key snoopers.

22 years agoNotify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED to
Padraig O'Briain [Thu, 8 Nov 2001 09:24:47 +0000 (09:24 +0000)]
Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED to

* atk/atkobject.c (atk_object_notify_state_change):
Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
to ATK_STATE_EXPANDED or vice versa.

22 years agoAdd role ATK_ROLE_TREE_TABLE
Padraig O'Briain [Mon, 5 Nov 2001 12:42:21 +0000 (12:42 +0000)]
Add role ATK_ROLE_TREE_TABLE

* atk/atkobject.h:
Add role ATK_ROLE_TREE_TABLE

* atk/atkrelation.h:
Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable

* docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
Update to reflect the current state of the documentation in the code.

22 years agoAdd two new relations ATK_RELATION_NODE_CHILDREN and
Padraig O'Briain [Wed, 31 Oct 2001 15:35:58 +0000 (15:35 +0000)]
Add two new relations ATK_RELATION_NODE_CHILDREN and

* atk/relation.h, docs/tmpl/atkrelation.sgml:
Add two new relations ATK_RELATION_NODE_CHILDREN and
ATK_RELATION_NODE_PARENT to support compound objects in a
node or cell of a tree or table
Added descriptions of all relations which are defined

* atk/atktable.c:
Remove functions atk_table_real_get_index_at(),
atk_table_real_get_column_at_index() and
atk_table_real_get_row_at_index()
Correct typos in documentation of other functions.

22 years agoshut up CVS
Sven Neumann [Tue, 30 Oct 2001 16:57:36 +0000 (16:57 +0000)]
shut up CVS

22 years agoNew file, used to build developer package for Win32.
Tor Lillqvist [Sun, 28 Oct 2001 10:59:50 +0000 (10:59 +0000)]
New file, used to build developer package for Win32.

2001-10-28  Tor Lillqvist  <tml@iki.fi>

* atk-zip.sh.in: New file, used to build developer package for
Win32.

* Makefile.am
* configure.in: Add it.

* atk/Makefile.am: Add rules to install and uninstall mingw import
library.

22 years agodoc building updates.
Tim Janik [Fri, 26 Oct 2001 14:03:39 +0000 (14:03 +0000)]
doc building updates.

22 years agoatk/atkobject.[c|h] Remove the following properties accessible-child - use
Padraig O'Briain [Fri, 26 Oct 2001 08:57:38 +0000 (08:57 +0000)]
atk/atkobject.[c|h] Remove the following properties accessible-child - use

* atk/atkobject.[c|h]
Remove the following properties
accessible-child - use signal children_changed for notification
accessible-text - use signal text_changed for notification
accessible-caret - use signal text_caret_moved for notification
accessible-selection - use new signal selection_changed
for notification
accessible-visible-data - use new signal visible_data_changed
for notification
accessible-model - use new signal model_changed for notification
Notify when role or parent changes
Allow parent and role to be set or got using g_object_set() or
g_object_get()

22 years agoVersion 0.6 ATK_0_6
Owen Taylor [Thu, 25 Oct 2001 18:59:53 +0000 (18:59 +0000)]
Version 0.6

Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>

        * Version 0.6

        * NEWS: Updates.

22 years agoAdd role ATK_ROLE_TERMINAL for an accessible terminal.
Padraig O'Briain [Thu, 25 Oct 2001 12:49:39 +0000 (12:49 +0000)]
Add role ATK_ROLE_TERMINAL for an accessible terminal.

* atk/atkobject.h, docs/tmpl/atkobject.sgml:
Add role ATK_ROLE_TERMINAL for an accessible terminal.

22 years agoInitialize AtkPropertyValue data structure to 0 instead of using memset.
Padraig O'Briain [Mon, 22 Oct 2001 07:25:09 +0000 (07:25 +0000)]
Initialize AtkPropertyValue data structure to 0 instead of using memset.

* atk/atkobject.c (atk_object_notify_state_change):
Initialize AtkPropertyValue data structure to 0 instead of using
memset.

22 years agoSet automake conditionals OS_WIN32 if on (native) Win32, and
Tor Lillqvist [Fri, 19 Oct 2001 20:18:22 +0000 (20:18 +0000)]
Set automake conditionals OS_WIN32 if on (native) Win32, and

2001-10-19  Tor Lillqvist  <tml@iki.fi>

* configure.in: Set automake conditionals OS_WIN32 if on (native)
Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.

* atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
-export-symbols atk.def. If lib.exe is available, generate
atk.lib, and install it.

* atk/atk.def: Update with new entry points.

22 years agoAdd convenience function atk_object_notify_state_change() to generate
Padraig O'Briain [Fri, 19 Oct 2001 15:21:01 +0000 (15:21 +0000)]
Add convenience function atk_object_notify_state_change() to generate

* atk/atkobject.[c|], docs/atk-sections.txt,
docs/tmpl/atkobject.sgml:
Add convenience function atk_object_notify_state_change()
to generate property notification of state change.

* atk/atktext.c, docs/tmpl/atk-unused.sgml:
Correct comments on functions atk_attribute_get_name() and
atk_attribute_get_value()

22 years agoUpdate comments in atk_text_get_text_[at|after|before]_offset() to clarify
Padraig O'Briain [Wed, 17 Oct 2001 16:00:39 +0000 (16:00 +0000)]
Update comments in atk_text_get_text_[at|after|before]_offset() to clarify

* atk/atktext.c:
Update comments in atk_text_get_text_[at|after|before]_offset()
to clarify what these functions will return.

22 years agoUpdate comments in atk_text_get_run_attributes() and
Padraig O'Briain [Tue, 16 Oct 2001 17:23:14 +0000 (17:23 +0000)]
Update comments in atk_text_get_run_attributes() and

* atk/atktext.c:
Update comments in atk_text_get_run_attributes() and
atk_text_get_default_attributes().

22 years agoChange "property-change" signal to allow detail (i.e. property name) and
Padraig O'Briain [Mon, 15 Oct 2001 14:26:06 +0000 (14:26 +0000)]
Change "property-change" signal to allow detail (i.e. property name) and

* atk/atkobject;c:
Change "property-change" signal to allow detail (i.e. property name)
and add detail in atk_object_notify().

22 years agoCorrect order of attribute names in text_attr_name array.
Padraig O'Briain [Mon, 15 Oct 2001 08:06:40 +0000 (08:06 +0000)]
Correct order of attribute names in text_attr_name array.

* atk/atktext.c:
Correct order of attribute names in text_attr_name array.

22 years agoUse enum AtkTextAttribute to specify what attribute are supported rather
Padraig O'Briain [Fri, 12 Oct 2001 16:22:48 +0000 (16:22 +0000)]
Use enum AtkTextAttribute to specify what attribute are supported rather

* atk/atktext.[c|h]:
* docs/atk-sections.txt, docs/tmpl/atktext.sgml:
Use enum AtkTextAttribute to specify what attribute are supported
rather than hash defines. Define new functions atk_attribute_get_name()
and atk_attribute_get_value() which return the strings for the
attribute name and values for those attribute which have named values.

22 years agoAdd call to set iface.
Padraig O'Briain [Wed, 10 Oct 2001 14:59:28 +0000 (14:59 +0000)]
Add call to set iface.

* atk/atktext.c (atk_text_get_default_attributes):
Add call to set iface.

22 years agoCorrect typo.
Padraig O'Briain [Wed, 10 Oct 2001 14:47:50 +0000 (14:47 +0000)]
Correct typo.

* atk/atktext.c (atk_text_get_run_attributes):
Correct typo.

22 years agoAdd new function atk_text_get_default_attributes Rename
Padraig O'Briain [Wed, 10 Oct 2001 11:49:47 +0000 (11:49 +0000)]
Add new function atk_text_get_default_attributes Rename

* atk/atktext.[c|h]:
* docs/atk-sections.txt, docs/tmpl/atktext.sgml:
Add new function atk_text_get_default_attributes
Rename atk_text_ref_run_attributes to atk_text_get_run_attributes

22 years agodocs/tmpl.atk*.sgml Updated to reflect current APIs.
Padraig O'Briain [Tue, 9 Oct 2001 14:11:13 +0000 (14:11 +0000)]
docs/tmpl.atk*.sgml Updated to reflect current APIs.

* docs/tmpl.atk*.sgml
Updated to reflect current APIs.

22 years agoAvoid leaking of AtkAttributeSet data structure; speed up code.
Padraig O'Briain [Tue, 9 Oct 2001 14:01:44 +0000 (14:01 +0000)]
Avoid leaking of AtkAttributeSet data structure; speed up code.

* atk/atktext.c (atk_attribute_set_free):
Avoid leaking of AtkAttributeSet data structure; speed up code.

22 years agodepend on all-local so that make dist works correctly w/o having to build
jacob berkman [Mon, 1 Oct 2001 23:39:49 +0000 (23:39 +0000)]
depend on all-local so that make dist works correctly w/o having to build

2001-10-01  jacob berkman  <jacob@ximian.com>

* docs/Makefile.am (dist-hook-local): depend on all-local so that
make dist works correctly w/o having to build first

22 years agoAdd AC_LIBTOOL_WIN32_DLL.
Tor Lillqvist [Mon, 1 Oct 2001 20:26:53 +0000 (20:26 +0000)]
Add AC_LIBTOOL_WIN32_DLL.

2001-10-01  Tor Lillqvist  <tml@iki.fi>

* configure.in: Add AC_LIBTOOL_WIN32_DLL.

22 years agoUpped rev to match other makefiles.
Bill Haneman [Sat, 29 Sep 2001 22:58:04 +0000 (22:58 +0000)]
Upped rev to match other makefiles.

22 years agoAdded method for getting an AtkRelationType from a string.
Bill Haneman [Sat, 29 Sep 2001 18:52:37 +0000 (18:52 +0000)]
Added method for getting an AtkRelationType from a string.
Rev'ed package as a result.

22 years agoVersion 0.5 ATK_0_5
Owen Taylor [Tue, 25 Sep 2001 16:40:03 +0000 (16:40 +0000)]
Version 0.5

Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in (ATK_MICRO_VERSION): Version 0.5

        * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9

        * atk/makefile.msc (PKG_VER): Version 0.5

22 years agoupdated externals version 0.4
Hans Breuer [Fri, 21 Sep 2001 19:53:03 +0000 (19:53 +0000)]
updated externals version 0.4

2001-09-21  Hans Breuer  <hans@breuer.org>

* atk/atk.def : updated externals
* atk/makefile.msc : version 0.4

* atk/atktext.c (atk_text_get_character_extents) : real_height
is a reference to int, so use &local_height

22 years agoReleased 0.4. ATK_0_4
Tim Janik [Wed, 19 Sep 2001 09:05:23 +0000 (09:05 +0000)]
Released 0.4.

Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>

        * Released 0.4.

22 years agoauto init from ATK_VERSION. up ATK_VERSION to 0.4, interface age 0, binary
Tim Janik [Tue, 18 Sep 2001 23:39:51 +0000 (23:39 +0000)]
auto init from ATK_VERSION. up ATK_VERSION to 0.4, interface age 0, binary

Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>

        * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
        up ATK_VERSION to 0.4, interface age 0, binary age 0.
        (from 0.2 which was not properly updated last time).
        depend on glib 1.3.8.

        * NEWS: updates.

22 years agoAdd object reference when object is set as accessible_parent
Padraig O'Briain [Tue, 11 Sep 2001 08:58:58 +0000 (08:58 +0000)]
Add object reference when object is set as accessible_parent

* atk/atkobject.c:
Add object reference when object is set as accessible_parent

22 years agoremember ACLOCAL_FLAGS.
Mark McLoughlin [Wed, 5 Sep 2001 13:49:12 +0000 (13:49 +0000)]
remember ACLOCAL_FLAGS.

2001-09-05  Mark McLoughlin <mark@skynet.ie>

        * configure.in: remember ACLOCAL_FLAGS.

22 years agoatk/atktable.[c|h] Change atk_table_get_caption() and
Padraig O'Briain [Wed, 5 Sep 2001 10:45:22 +0000 (10:45 +0000)]
atk/atktable.[c|h] Change atk_table_get_caption() and

* atk/atktable.[c|h]
Change atk_table_get_caption() and atk_table_set_caption()
to deal with AtkObject* rather than gchar*
Remove redundant and incorrect comments

22 years agoVersion 0.3 ATK_0_3
Owen Taylor [Tue, 4 Sep 2001 15:09:30 +0000 (15:09 +0000)]
Version 0.3

Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Version 0.3

        * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7

        * NEWS: Update

22 years agoCorrect property definitions for "accessible-table-caption",
Padraig O'Briain [Mon, 3 Sep 2001 14:36:07 +0000 (14:36 +0000)]
Correct property definitions for "accessible-table-caption",

* atk/atkobject.c:
Correct property definitions for "accessible-table-caption",
"accessible-table-column-description",
"accessible-table-row-description"
* atk/atkobject.h:
Update comments to include all properties defined

22 years agoMon Aug 27 2001 Jens Finke <jens@gnome.org> - glib2 package now required -
Jens Finke [Mon, 27 Aug 2001 14:36:17 +0000 (14:36 +0000)]
Mon Aug 27 2001 Jens Finke <jens@gnome.org> - glib2 package now required -

* Mon Aug 27 2001 Jens Finke <jens@gnome.org>
- glib2 package now required
- updated source url

22 years agoChange AtkHyperLink to AtkHyperlink in comment Change AtkHyperLink to
Padraig O'Briain [Fri, 24 Aug 2001 10:31:34 +0000 (10:31 +0000)]
Change AtkHyperLink to AtkHyperlink in comment Change AtkHyperLink to

* atk/atkhyperlink.h:
Change AtkHyperLink to AtkHyperlink in comment
* atk/atkhypertext.[c|h]:
Change AtkHyperLink to AtkHyperlink
* atk/atktable.[c|h]:
Make gchar* arguments const; make return value of type gchar*
G_CONST_RETURN
* docs/atk-sections.txt
Remove reference to AtkHyperLink
* docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
Updated by make

22 years agoatk/atktable.c Add functions atk_table_real_get_index_at(),
Padraig O'Briain [Thu, 23 Aug 2001 12:28:30 +0000 (12:28 +0000)]
atk/atktable.c Add functions atk_table_real_get_index_at(),

* atk/atktable.c
Add functions atk_table_real_get_index_at(),
atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index()
as default implementations for atk_table_get_index_at(),
atk_table_get_row_at_index(), atk_table_get_column_at_index()

22 years agoRefer to return value in function documentation for atk_action_do_action
Padraig O'Briain [Thu, 23 Aug 2001 07:41:34 +0000 (07:41 +0000)]
Refer to return value in function documentation for atk_action_do_action

* atk/atkaction.c:
Refer to return value in function documentation for
atk_action_do_action
* atk/atkimage.c:
Fix typo in comments
* docs/tmpl/atkaction.sgml:
Update to include return value

22 years agoAtkAction.c AtkAction.h:
Marc Mulcahy [Thu, 23 Aug 2001 04:32:08 +0000 (04:32 +0000)]
AtkAction.c AtkAction.h:
Made atk_action_do_action return a gboolean as the class member of AtkActionIface does.

.cvsignore:
Added atk.spec

22 years agoSwap height and width arguments to atk_image_get_image_size Swap height EA_1_0
Padraig O'Briain [Mon, 20 Aug 2001 08:35:46 +0000 (08:35 +0000)]
Swap height and width arguments to atk_image_get_image_size Swap height

* docs/tmpl/atkimage.sgml atk/atkimage.h:
Swap height and width arguments to atk_image_get_image_size
* atk/atkimage.c:
Swap height and height arguments to atk_image_get_image_size
Do not crash if NULL pointers are passed for return values

22 years agoSwap height and width arguments to atk_image_get_image_size Swap height
Padraig O'Briain [Fri, 17 Aug 2001 14:56:55 +0000 (14:56 +0000)]
Swap height and width arguments to atk_image_get_image_size Swap height

* docs/tmpl/atkimage.sgml atk/atktext.h:
Swap height and width arguments to atk_image_get_image_size
* atk/atktext.c:
Swap height and height arguments to atk_image_get_image_size
Do not crash if NULL pointers are passed for return values

22 years agoChange parameter names *offset to *_offset Do not crash if NULL pointers
Padraig O'Briain [Fri, 17 Aug 2001 14:34:21 +0000 (14:34 +0000)]
Change parameter names *offset to *_offset Do not crash if NULL pointers

* docs/tmpl/atktext.sgml atk/atktext.h:
Change parameter names *offset to *_offset
* atk/atkcomponent.c:
Do not crash if NULL pointers are passed for return values
* atk/atktext.c:
Change parameter names *offset to *_offset
Do not crash if NULL pointers are passed for return values

22 years agoChanged atk_util_add_global_event_listener to ensure that
Bill Haneman [Thu, 16 Aug 2001 21:47:42 +0000 (21:47 +0000)]
Changed atk_util_add_global_event_listener to ensure that
ATK_UTIL class has been registered before the call.

22 years agoEnsure that atk_attribute_set_free is in the documentation.
Padraig O'Briain [Thu, 16 Aug 2001 11:51:51 +0000 (11:51 +0000)]
Ensure that atk_attribute_set_free is in the documentation.

* docs/atk-sections.txt, docs/tmpl/atktext.sgml:
Ensure that atk_attribute_set_free is in the documentation.

22 years agoSwapped order of width and height arguments to
Padraig O'Briain [Thu, 16 Aug 2001 11:36:03 +0000 (11:36 +0000)]
Swapped order of width and height arguments to

* atk/atktext.[c|h], docs/tmpl/atktext.sgml:
Swapped order of width and height arguments to
atk_text_get_character_extents()
Changed AtkAttrributeSet_free to atk_attribute_set_free

22 years agoChanged "length" argument of atk_text_get_character_extents() to "height".
Padraig O'Briain [Wed, 15 Aug 2001 16:54:52 +0000 (16:54 +0000)]
Changed "length" argument of atk_text_get_character_extents() to "height".

* atk/atktext.[c|h], docs/tmpl/atktext.sgml:
Changed "length" argument of atk_text_get_character_extents() to
"height".

22 years agoAdded atk.spec and atk.spec.in files. Moved GLIB_REQUIRED_VERSION to top
Jens Finke [Tue, 14 Aug 2001 22:32:17 +0000 (22:32 +0000)]
Added atk.spec and atk.spec.in files. Moved GLIB_REQUIRED_VERSION to top

2001-08-15  Jens Finke <jens@gnome.org>

* Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
* configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
added a AC_SUBST for it. This is needed for the spec.in file.
Added atk.spec to output list.
* atk.spec.in: New file.

22 years agoatk/atkcomponent.[c|h] docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
Padraig O'Briain [Mon, 13 Aug 2001 16:02:44 +0000 (16:02 +0000)]
atk/atkcomponent.[c|h] docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml

* atk/atkcomponent.[c|h]
* docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
Change atk_component_get_accessible_at_point to
atk_component_ref_accessible_at_point so it will work for flyweights

22 years agoSet GPATH to fix srcdir != builddir problems with GNU make.
Owen Taylor [Sun, 12 Aug 2001 14:35:04 +0000 (14:35 +0000)]
Set GPATH to fix srcdir != builddir problems with GNU make.

Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>

* docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
        with GNU make.

22 years agoUpdated docs
Brian Cameron [Thu, 9 Aug 2001 11:28:15 +0000 (11:28 +0000)]
Updated docs

22 years agoatk/atkaction.c, atk/atkcomponent.c Remove all instances of
Padraig O'Briain [Thu, 9 Aug 2001 10:58:07 +0000 (10:58 +0000)]
atk/atkaction.c, atk/atkcomponent.c Remove all instances of

* atk/atkaction.c, atk/atkcomponent.c
Remove all instances of g_return_if_fail (foo != NULL); that are
immediately before a g_return_if_fail (ATK_IS_FOO (foo));
since the second check catches the NULL.
* atk/atkcomponent.c
Add functions atk_component_real_contains(),
atk_component_real_get_position(), atkcomponent_real_get_size()
as default implementations for atk_component_contains(),
atk_component_get_position(), atk_component_get_size()

22 years agoUpdated AtkImage get_position to get_image_position
Brian Cameron [Tue, 7 Aug 2001 15:26:38 +0000 (15:26 +0000)]
Updated AtkImage get_position to get_image_position
so the naming is consistant.  Now get_image_position
and get_image_size return -1 for x/y/height/width
if AtkImage implementations of these functions is
not found.

22 years agoatk/atkobject.c Create an object relation set when the object is created.
Padraig O'Briain [Tue, 31 Jul 2001 09:19:49 +0000 (09:19 +0000)]
atk/atkobject.c Create an object relation set when the object is created.

* atk/atkobject.c
Create an object relation set when the object is created.

22 years agoChanged first argument of atk_add_global_event_listener
Brian Cameron [Mon, 30 Jul 2001 17:42:46 +0000 (17:42 +0000)]
Changed first argument of atk_add_global_event_listener
so the callback function is of type GSignalEmissionHook
instead of AtkEventListener.  AtkEventListener is
appropriate for Focus event callbacks, but not generic
ones.

22 years agoAdd function atk_object_real_ref_state_set() which creates the state set
Padraig O'Briain [Fri, 27 Jul 2001 14:12:01 +0000 (14:12 +0000)]
Add function atk_object_real_ref_state_set() which creates the state set

* atk/atkobject.c:
Add function atk_object_real_ref_state_set() which creates the
state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
if appropriate

22 years agoRemove all instances of g_return_if_fail (foo != NULL); that are
Padraig O'Briain [Fri, 27 Jul 2001 08:33:35 +0000 (08:33 +0000)]
Remove all instances of g_return_if_fail (foo != NULL); that are

* atk/*.c:
Remove all instances of g_return_if_fail (foo != NULL); that are
immediately before a g_return_if_fail (ATK_IS_FOO (foo));
since the second check catches the NULL.

22 years agoUpdated ChangeLog entries which had gotten misplaced.
Bill Haneman [Thu, 26 Jul 2001 09:40:36 +0000 (09:40 +0000)]
Updated ChangeLog entries which had gotten misplaced.

22 years agoadd extra files to MAINTAINERCLEANFILES
Padraig O'Briain [Thu, 26 Jul 2001 08:42:16 +0000 (08:42 +0000)]
add extra files to MAINTAINERCLEANFILES

* atk/Makefile.am
Fix problem with ATK not building after running make maintainer-clean
and autogen.sh: add extra files to MAINTAINERCLEANFILES

22 years agoModified Files: atk-uninstalled.pc.in atk.pc.in configure.in
Bill Haneman [Wed, 25 Jul 2001 18:14:33 +0000 (18:14 +0000)]
Modified Files: atk-uninstalled.pc.in atk.pc.in configure.in

 Modified Files:
  atk-uninstalled.pc.in atk.pc.in configure.in
  atk/atkeditabletext.h atk/atktext.h atk/makefile.msc
Removed last of pango dependencies in ATK: removed (unused) #includes,
and removed dependencies from makefile.msc and configure.in

22 years agoDefault implementations for some some functions atk_object_real_get_name,
Padraig O'Briain [Tue, 24 Jul 2001 10:24:59 +0000 (10:24 +0000)]
Default implementations for some some functions atk_object_real_get_name,

* atk/atkobject.[c|h]
Move some implementation from GAIL:
Default implementations for some some functions
atk_object_real_get_name, atk_object_real_set_name,
atk_object_real_get_description, atk_object_real_set_description,
atk_object_real_get_parent, atk_object_real_set_parent,
atk_object_real_get_role,
atk_object_real_connect_property_change_handler,
atk_object_real_remove_property_change_handler,
atk_object_notify,
definition of property-changed signal.
Initialize pointers to NULL in atk_object_init().
Initialize uninitialized function pointers to NULL in
atk_object_class_init().

22 years agoChanged children_changed signal to allow NULL pointers
Brian Cameron [Mon, 23 Jul 2001 14:46:29 +0000 (14:46 +0000)]
Changed children_changed signal to allow NULL pointers
for the 2nd argument to the signal handler.

22 years agoadded more exports updated win32 build
Hans Breuer [Fri, 20 Jul 2001 17:25:03 +0000 (17:25 +0000)]
added more exports updated win32 build

2001-07-20  Hans Breuer  <hans@breuer.org>

* atk/atk.def : added more exports
* atk/makefile.msc : updated win32 build

22 years agoatk/atkaction.[c|h], docs/atk-sections.txt, docs/tmpl/atkaction.sgml Add
Padraig O'Briain [Fri, 20 Jul 2001 09:01:43 +0000 (09:01 +0000)]
atk/atkaction.[c|h], docs/atk-sections.txt, docs/tmpl/atkaction.sgml Add

* atk/atkaction.[c|h], docs/atk-sections.txt,
docs/tmpl/atkaction.sgml
Add atk_action_get_name() and atk_action_set_description()

22 years agoUpdated docs/tmpl/atkstate.sgml to reflect recent changes in AtkState.
Brian Cameron [Thu, 19 Jul 2001 09:13:21 +0000 (09:13 +0000)]
Updated docs/tmpl/atkstate.sgml to reflect recent changes in AtkState.

22 years agoatk/atkstate.[c|h] Add ATK_STATE_ENABLED so we can distinguish between a
Padraig O'Briain [Wed, 18 Jul 2001 15:56:36 +0000 (15:56 +0000)]
atk/atkstate.[c|h] Add ATK_STATE_ENABLED so we can distinguish between a

* atk/atkstate.[c|h]
Add ATK_STATE_ENABLED so we can distinguish between a consistent
and inconsistent GtkToggleButton

22 years agoatk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
Brian Cameron [Mon, 16 Jul 2001 16:55:23 +0000 (16:55 +0000)]
atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h

* atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
gail_textattributes_update.pat is for gail/gail and integrates the
ATK_ATTRIBUTE_* macros in the gail implementations.
atk_docs_textattributes_update.pat is for atk/docs and patches
atk-sections.txt etc. for improved docs
atk_atk_textattributes_update.pat is for atk/atk and included the
new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.

22 years agoAdd missing <string.h> include. Add missing <string.h> include
Darin Adler [Fri, 13 Jul 2001 23:58:49 +0000 (23:58 +0000)]
Add missing <string.h> include. Add missing <string.h> include

* atk/atkstate.c: Add missing <string.h> include.
* tests/teststateset.c: Add missing <string.h> include

22 years agoIgnore some generated files. Get rid of call to autoheader since the
Darin Adler [Fri, 13 Jul 2001 16:26:35 +0000 (16:26 +0000)]
Ignore some generated files. Get rid of call to autoheader since the

* .cvsignore: Ignore some generated files.
* autogen.sh: Get rid of call to autoheader since the
configure file doesn't include AM_CONFIG_HEADER.

22 years agoChanges to build with FORTE compiler
Padraig O'Briain [Wed, 11 Jul 2001 16:04:14 +0000 (16:04 +0000)]
Changes to build with FORTE compiler

22 years agoAdded new atkdocument.sgml file.
Brian Cameron [Wed, 11 Jul 2001 15:29:35 +0000 (15:29 +0000)]
Added new atkdocument.sgml file.

22 years agoatk/atkimage.c atk/atkutil.c Changes to build with Sun's FORTE compiler.
Padraig O'Briain [Wed, 11 Jul 2001 13:15:50 +0000 (13:15 +0000)]
atk/atkimage.c atk/atkutil.c Changes to build with Sun's FORTE compiler.

* atk/atkimage.c atk/atkutil.c
Changes to build with Sun's FORTE compiler.

22 years agoUpdated docs.
Brian Cameron [Tue, 10 Jul 2001 12:44:02 +0000 (12:44 +0000)]
Updated docs.

22 years agos/signal_newc/signal_new/ to adapt to recent GSignal changes.
Tim Janik [Mon, 2 Jul 2001 04:34:26 +0000 (04:34 +0000)]
s/signal_newc/signal_new/ to adapt to recent GSignal changes.

Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>

        * atk/atktext.c (atk_text_base_init):
        * atk/atktable.c (atk_table_base_init):
        * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
        to adapt to recent GSignal changes.

22 years agoAdded new functions to AtkUtil.
Brian Cameron [Fri, 29 Jun 2001 16:56:29 +0000 (16:56 +0000)]
Added new functions to AtkUtil.

22 years agoAdded new atk document interface.
Brian Cameron [Fri, 29 Jun 2001 14:06:36 +0000 (14:06 +0000)]
Added new atk document interface.

22 years agoUpdated image docs
Brian Cameron [Thu, 28 Jun 2001 15:17:36 +0000 (15:17 +0000)]
Updated image docs

22 years agoUpdated image docs.
Brian Cameron [Thu, 28 Jun 2001 15:17:27 +0000 (15:17 +0000)]
Updated image docs.

22 years agoMinor fixes to docs.
Brian Cameron [Thu, 28 Jun 2001 15:08:52 +0000 (15:08 +0000)]
Minor fixes to docs.

22 years agoUpdated docs files.
Brian Cameron [Thu, 28 Jun 2001 15:03:40 +0000 (15:03 +0000)]
Updated docs files.

22 years agoUpdated so that functions that take screen coords as
Brian Cameron [Thu, 28 Jun 2001 14:59:07 +0000 (14:59 +0000)]
Updated so that functions that take screen coords as
input/output also take an enum specifying whether
the coords are screen or top-level window based.

22 years agoRemoved period.
Brian Cameron [Thu, 28 Jun 2001 10:47:13 +0000 (10:47 +0000)]
Removed period.

22 years agodded atkstreamablecontent.sgml
Brian Cameron [Thu, 28 Jun 2001 10:45:34 +0000 (10:45 +0000)]
dded atkstreamablecontent.sgml

22 years agoCleaned up docs.
Brian Cameron [Thu, 28 Jun 2001 10:28:12 +0000 (10:28 +0000)]
Cleaned up docs.

22 years agoadded comment.
Brian Cameron [Thu, 28 Jun 2001 10:11:00 +0000 (10:11 +0000)]
added comment.

22 years agoUpdated atktable.c to work with the new signal definitions.
Brian Cameron [Thu, 28 Jun 2001 10:08:42 +0000 (10:08 +0000)]
Updated atktable.c to work with the new signal definitions.

22 years agoUpdated signal handler definitions.
Brian Cameron [Thu, 28 Jun 2001 10:01:46 +0000 (10:01 +0000)]
Updated signal handler definitions.

22 years agoUpdated AtkXYCoords enum.
Brian Cameron [Wed, 27 Jun 2001 16:30:33 +0000 (16:30 +0000)]
Updated AtkXYCoords enum.

22 years agoUpdated gtk-docs fixing spelling errors and making minor
Brian Cameron [Wed, 27 Jun 2001 16:20:01 +0000 (16:20 +0000)]
Updated gtk-docs fixing spelling errors and making minor
changes to the API.

22 years agochanged docs for atk_selection_select_all_selection so that it returns
Louise Miller [Wed, 27 Jun 2001 12:31:48 +0000 (12:31 +0000)]
changed docs for atk_selection_select_all_selection so that it returns
a gboolean