2002-09-06 Padraig O'Briain * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to avoid unused declarations * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml: Move AtkRelationSet from atkobject to atkrelationset. 2002-09-05 Padraig O'Briain * docs/atk-sections.txt docs/tmpl/atkaction.sgml docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml: Remove reference to ...Iface data structures; which eliminates undocumented symbols. 2002-09-05 Padraig O'Briain * atk/atkutil.h: Add documentation for AtkKeyEventType * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml docs/tmpl/atkutil.sgml: Reduce number of undocumented symbols 2002-08-26 Padraig O'Briain * atk/atknoopobjectfactory.c: Add implementation for atk_object_factory_get_accessible_type() 2002-08-18 Havoc Pennington * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and 1.4 installed get the right automake. Means compilation from CVS will now require the latest automake 1.4 release, or manually creating symlinks called "automake-1.4" and "aclocal-1.4" 2002-08-16 Padraig O'Briain These changes improve the quality of the documentation by adding information about properties and signals. * configure.in: Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for use in docs Makefile.am * atk/atk.h: Add missing include files, atk/atknoopobject.h and atknoopobjectfactory.h * docs/Makefile.am: Add support for scan program * docs/atk.types: Added content to this file * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml docs/tmplatkutil.sgml: Removed references to contents of object's data structure * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml: Add references to signals and properties. Wed Jul 31 17:08:04 2002 Owen Taylor * ===== Released 1.0.3 ===== * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3, interface, binary version 3. * NEWS: Updated. 2002-07-14 Padraig O'Briain * README: Updated to describe where to log bugs and mention mailing list. 2002-06-20 Padraig O'Briain * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml Update documentation. 2002-05-29 Padraig O'Briain * atk/atkregistry.c: 64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com) (bug #83316) Thu Mar 28 18:27:32 2002 Owen Taylor * ===== Released 1.0.2 ====== * NEWS: Updates. * configure.in: Version 1.0.2, interface, binary age 2 2002-04-26 Padraig O'Briain * atk/atkutil.c (atk_focus_tracker_notify): Allow for object being NULL which means the window containing the focus widget has lost focus. We update the previous_focus_object so we can emit notification for focus widget when window regains focus. 2002-04-15 Padraig O'Briain * atk/atkgobjectaccessible.c: (atk_gobject_accessible_for_object): Allow for case where created AtkObject is not a AtkGObjectAccessible so quark_accessible_object was not initialized in atk_gobject_accessible_class_init Thu Mar 28 18:27:32 2002 Owen Taylor * ===== Released 1.0.1 ====== * NEWS: Updates. * configure.in: Version 1.0.1, interface, binary age 1.0.0. 2002-03-19 Padraig O'Briain * atk/atkutil.c (atk_focus_tracker_notify): Do not do notification if previously notified object is the same as this object 2002-03-14 Tor Lillqvist * atk/Makefile.am: Use correct name for the DLL when generating the MSVC import library. 2002-03-13 Bill Haneman * atk/atkutil.c (atk_object_get_root): Changed g_type_class_peek to g_type_class_ref, this seemed to be triggering a SEGV in some cases. 2002-03-12 Padraig O'Briain * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose): Correct name of data set to NULL from quark_accessible_object to quark_object 2002-03-09 Padraig O'Briain * atk/atkhyperlink.c (atk_hyperlink_get_type): Fix typo. Thu Mar 7 23:52:51 2002 Owen Taylor * ===== Released 1.0.0 ====== * NEWS: Final update for 1.0.0. * README: Update the compilation instructions a bit. 2002-03-06 Tor Lillqvist * atk-zip.sh.in * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import library names. Tue Mar 5 16:54:21 2002 Owen Taylor * ATK 1.0.0 rc1 * tests/Makefile.am: Don't install libteststateset.la, libtestrelation.la. (#73655, James Henstridge) * autogen.sh: Add --enable-gtk-doc * configure.in: --disable-gtk-doc by default. * Makefile.am: Add a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. (So that 'make dist' succeeds inside.) Tue Mar 5 11:55:35 2002 Owen Taylor * configure.in: Require GLib-2.0.0. * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in: Switch over to the Glib/GTK+ versioning scheme. 2002-03-05 Padraig O'Briain * atk/atktext.c (atk_text_get_text): Permit end offset value of -1 2002-02-28 Padraig O'Briain * atk/atkhypertext.h: Update comments 2002-02-28 Sven Neumann * configure.in: beautified configure --help output. 2002-02-27 Padraig O'Briain * atk/atkhypertext.h atk/atkhyperlink.h: Add padding to class structures to allow for future expansion. * atk/atkdocument.h: Add padding to class structures to allow for future expansion. * atk/atkobjectfactory.h atk/atkgobjectaccessible.h: Add padding to class structures to allow for future expansion. Mon Feb 25 19:09:39 2002 Owen Taylor * configure.in: Bail if AM_PATH_GLIB_2_0 fails. 2002-02-26 Tor Lillqvist * atk/Makefile.am: Do use -no-undefined on Win32, otherwise libtool won't create a DLL. 2002-02-25 Padraig O'Briain * atk/Makefile.am: Remove -no-undefined because of problems with uunresolved symbols in libgobject on Solaris when using gcc Sat Feb 23 23:02:23 2002 Owen Taylor * configure.in: Version 0.13 * NEWS: Update for 0.13 * docs/atk-sections.txt: Update. 2002-02-22 Padraig O'Briain * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c: Make use of parent_class consistent; define as gpointer and use g_type_class_peek_parent() to get it * atk/atktext.c: Delete unused empty line * atk/atkregistry.c atk/atkrelation.c: Make parent_class static 2002-02-20 Padraig O'Briain * atk/atktext.c: Add check for offset being negative in functions which have offset parameter and return immediately if so. 2002-02-15 Padraig O'Briain * atk/atkcomponent.h: Change argument of get_layer and get_mdi_zorder function pointers to be AtkComponent instead of AtkObject * atk/atkcomponent.c: Change atk_component_get_layer and atk_component_get_mdi_zorder to refer to argument as component instead os accessible * docs/atk-sections.txt docs/tmpl/atkaction.sgml docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml: Update for recent changes 2002-02-15 Padraig O'Briain * atk/atk.h: Guard atk.h with ifndef __ATK_H__ (#71405 reported by terra@diku.dk (Morten Welinder)) 2002-02-13 Padraig O'Briain * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h atk/atktable.h atk/atktext.h atk/atkvalue.h: Add padding to class structures to allow for future expansion. 2002-02-11 Bill Haneman * configure.in: Incremented revision and tagged GNOME_D2_BETA. * atkobject.h: Marked atk_object_get_layer and atk_object_get_mdi_zorder as deprecated (should use atk_component API below). * atkcomponent.h: Added atk_component_get_layer and atk_component_get_mdi_zorder (erroneously defined in atkobject, they belong here). * atkcomponent.c: Fixed some property get/set bugs. * NEWS: updated for GNOME 2 Desktop Beta. 2002-02-11 jacob berkman * atk/atkselection.[ch] (atk_selection_get_type): * atk/atktable.[ch] (atk_table_get_type): * atk/atkregistry.h (atk_get_default_registry): * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): * atk/atkcomponent.[ch] (atk_component_get_type): * atk/atkaction.[ch] (atk_action_get_type): declare function arguments as (void) rather than () 2002-02-04 Bill Haneman * configure.in: Incremented revision. 2002-01-30 Bill Haneman * docs/tmpl/atkaction.sgml: * docs/tmpl/atkcomponent.sgml: * docs/tmpl/atkeditabletext.sgml: * docs/tmpl/atkimage.sgml: * docs/tmpl/atkobject.sgml: * docs/tmpl/atkselection.sgml: * docs/tmpl/atktable.sgml: * docs/tmpl/atktext.sgml: * docs/tmpl/atkvalue.sgml: Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION fields to improve docs; the documentation now gives some information on the purpose and function of the various ATK interfaces, and which types of UI components typically implement which interfaces. Tue Jan 29 23:29:46 2002 Owen Taylor * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10. 2002-01-28 Padraig O'Briain * configure.in: Update version number to 0.10, for Desktop Alpha 2 2002-01-28 Padraig O'Briain * atk/atkobject.h: Correct inconsistencies between registered signal parameter types and default signal handler struct fields (based on patch from Murray Cumming ) 2002-01-10 Bill Haneman * configure.in: Update version number to 0.9, for Beta2 package. Wed Jan 9 11:26:56 2002 Owen Taylor * atk/Makefile.am (s-enum-types-h): Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845, Mikael Hermansson) 2002-01-07 Padraig O'Briain * atk/atkcomponent.c (atk_component_add_focus_handler): Add comments to clarify behavior if handler has already been added * docs/tmpl/atktext.sgml: Update for change of caret_changed to text_caret_moved 2002-01-05 Hans Breuer * atk/makefile.msc : generate atk-enum-types.[hc] NOTE: the long comment in atkobject.h is crashing perl, at least version 5.005_02 built for MSWin32-x86-object Binary build 506 provided by ActiveState. Temporary deleting the AtkRole comment allows to work-around. atk/atk.def : updated externals 2002-01-02 Padraig O'Briain * atk/atkgobjectaccessible.h Fixed typo in define (reported by Jeff Franks) * atk/atktext.c atk/atktext.h Change name of default signal handler for text_caret_moved signal from caret_changed to text_caret_moved Change enum CARET_MOVED to TEXT_CARET_MOVED (both issues reported by Jeff Franks) 2001-12-15 Michael Meeks * atk/atkrelation.c (atk_relation_class_init): setup parent class (atk_relation_finalize): chain to parent. * atk/atkrelationset.c (atk_relation_set_class_init), (atk_relation_set_finalize): same fix. Sat Dec 22 12:26:51 2001 Owen Taylor * configure.in: Version 0.8, require GLib-1.3.12 * atk/makefile.msc (PKG_VER): Version 0.8. Thu Dec 20 00:33:47 2001 Owen Taylor * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary for correct srcdir != builddir operation when generating source files in srcdir. Thu Dec 20 00:27:01 2001 Owen Taylor * docs/tmpl/atkutil.sgml: remove some conflict indicators. 2001-12-19 Padraig O'Briain * atk/atk.def: Add new functions 2001-12-19 Padraig O'Briain Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h docs/tmpl/atkgobjectaccessible.sgml * atk/Makefile.am atk/atk.h: Add references to new files * atk/atkobject.c atk/atkobject.h docs/tmpl/atkobject.sgml: Add new function atk_object_initialize * atk/atkobjectfactory.c atk/atkobjectfactory.h docs/tmpl/atkobjectfactory.sgml: Add new function atk_object_factory_get_accessible_type * docs/atk-sections.txt: Add new functions. Add functions in atk-unused.txt 2001-12-17 Darin Adler * atk/atktext.c: Add missing #include 2001-12-13 Sebastian Wilhelmi * atk/Makefile.am, tests/Makefile.am: Compile with -DG_DISABLE_DEPRECATED. See #52790. 2001-12-11 Padraig O'Briain * atk/atkcomponent.c (atk_component_ref_accessible_at_position): Remove unnecessary g_retunn_val_if_fail() call. 2001-12-08 Michael Meeks * atk/atkregistry.c (atk_registry_class_init): paranoia is not appropriate here, setup parent_class, don't create a new default registry here - makes no sense. (atk_registry_finalize): chain to parent class, do g_hash_table_destroys instead of g_frees. 2001-12-07 Padraig O'Briain * atk/Makefile.am: Update to create atk-enum-types.h before compiling source files (Problem reported by xavier ordoquy ) 2001-12-05 Padraig O'Briain * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt docs/tmpl/atktext.sgml tests/testrelation.c: Change atk_attribute_register to atk_text_attribute_register, atk_attribute_get_value to atk_text_attribute_get_value, atk_attribute_get_name to atk_text_attribute_get_name atk_attribute_for_name to atk_text_attribuute_for_name 2001-12-04 Padraig O'Briain * atk/atktext.c: Add implementation of atk_attribute_register, atk_attribute_for_name Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and support extra attributes being defined * atk/atktext.h: Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow extra attributes to be defined Add atk_attribute_register() and atk_attribute_for_name() * atk/atk.def: Add new functions * docs/atk-sections.txt docs/tmpl/atktext.sgml Update because of additions to atk/atktext.h * tests/testrelation.c: Add tests for text attributes 2001-12-04 Padraig O'Briain * atk/atkobject.c: Update atk_role_register() to allow extra roles to be defined Update atk_role_get_name() and atk_role_for_name() for newly defined roles * tests/testrelation.c: Add tests for roles 2001-12-03 Padraig O'Briain * atk/atkrelation.c: Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and atk_relation_type_for_name() * atk/atkstate.c: Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and atk_state_type_for_name() * tests/testrelation.c, tests/teststateset.c: Update tests as name componenets are separated by hyphen (-) rather than underline (_) 2001-11-29 Padraig O'Briain * atk/Makefile.am: Generate files atk-enum-types.c and atk-enums-types.h to create types for enums. * atk/atkobject.c: Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name() 2001-11-28 Bill Haneman * atk/atkutil.c: Changed calls to g_type_class_peek() to g_type_class_ref() where it makes more sense, and in other places check for a non-null klass return before trying to call class methods. This prevents SEGV if no Atk-implementation library has been loaded. * atk/atkobject.c: Fixed gtk-doc warning. 2001-11-28 Padraig O'Briain * atk/atkobject.[c|h]: Add functions atk_role_get_name() and atk_role_for_name() which transform a role into an untranslated string Update comments in atkobject.h which refer to property names * atk/atkrelation.c: Correct error in atk_relation_type_get_name * docs/atk-sections.txt Added atk_role_get_name and atk_role_for_name * docs/tmpl/*sgml Updated files 2001-11-23 Hans Breuer * atk/atk.def : updated externals * atk/atktext.c atk/atkutil.c : added two spaces to fix minor coding style issues. Found by my exports generator. * atk/makefile.msc : version 0.7, use build dir from $(TOP)\glib Thu Nov 22 14:37:40 2001 Owen Taylor * Version 0.7 * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11 2001-11-22 Padraig O'Briain * atk/atknoopobject.c: Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID when creating object 2001-11-22 Padraig O'Briain * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt, docs/tmpl/atkrelation.sgml: Change atk_relation_type_from_string to atk_relation_type_for_name Add atk_relation_type_get_name * atk/atkrelationtype.c: Change atk_relation_type_from_string to atk_relation_type_for_name Add atk_relation_type_get_name Update atk_relation_type_register() to correctly register new relation types * atk/atkstate.c: Changed name of static variable type to last_type Changed name of paremeter if atk_state_type_get_name to type to match comments * docs/tmpl/*sgml Updated files * tests/README, tests/Makefile.am Add new test file testrelation.c 2001-11-22 Bill Haneman * atk/atkutil.c (atk_add_key_event_listener): Fix gtk-doc comment and clarify use of 'data' gpointer. 2001-11-22 Michael Meeks * atk/atkutil.c (atk_add_key_event_listener): switch to class_peek. * atk/atkobject.c (atk_object_real_get_property): add missing 'break'. 2001-11-21 Michael Meeks * atk/atkrelation.c: pull in string.h for strcmp * atk/atktext.c (atk_text_get_selection): fix bug / warning. * atk/atkutil.c (atk_add_global_event_listener), (atk_get_toolkit_name, atk_get_toolkit_version): constify 2001-11-21 Bill Haneman * atk/atkrelation.c: Added gtk-doc docs for atk_relation_type_from_string. Wed Nov 21 17:54:44 2001 Owen Taylor * atk/atkobject.h (enum): Fix trailing comma on enumeration. * docs/atk-sections.txt: Update. * NEWS: Updates 2001-11-21 Padraig O'Briain * atk/atkobject.[c|h]: Add additional argument (name) to state-change signal Update atk_object_notify_state_change to take account of extra argument for state-change * atk/atkmarshal.list: Add marshaller for VOID:STRING,BOOLEAN 2001-11-21 Padraig O'Briain * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml: Add enum AtkLayer and functions atk_object_get_layer and atk_object_get_mdi_zorder 2001-11-20 Padraig O'Briain * 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/tmpl/atkstate.sgml: Remove state ATK_STATE_COLLAPSED 2001-11-19 Bill Haneman * atk/atkobject.c: * atk/atkstate.c: Added state-changed signal to atkobject, in anticipation of deprecating the accessible-state property. * atk/atkutil.[ch]: Fixed signature of atk_util_add_key_listener () to take an AtkKeySnoopFunc instead of a pointer to same. 2001-11-19 Padraig O'Briain * 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() 2001-11-17 Padraig O'Briain * 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 2001-11-17 Tor Lillqvist * atk-zip.sh.in: Build separate runtime and developer packages. * atk/atk.def: Update. 2001-11-14 Bill Haneman * atk/atkutil.h : Added API atk_add_key_event_listener (AtkKeySnoopFunc *listener, gpointer data); atk_remove_key_event_listener (AtkKeySnoopFunc *listener, gpointer data); to allow non-GTK-dependent installation of key snoop functions. This also meant adding definitions of AtkKeySnoopFunc and AtkKeyEventStruct. 2001-11-08 Padraig O'Briain * 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. 2001-11-05 Padraig O'Briain * 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. 2001-10-31 Padraig O'Briain * 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. 2001-10-28 Tor Lillqvist * 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. 2001-10-26 Padraig O'Briain * 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() . Wed Oct 24 11:13:13 2001 Owen Taylor * Version 0.6 * NEWS: Updates. 2001-10-25 Padraig O'Briain * atk/atkobject.h, docs/tmpl/atkobject.sgml: Add role ATK_ROLE_TERMINAL for an accessible terminal. 2001-10-22 Padraig O'Briain * atk/atkobject.c (atk_object_notify_state_change): Initialize AtkPropertyValue data structure to 0 instead of using memset. 2001-10-19 Tor Lillqvist * 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. 2001-10-19 Padraig O'Briain * 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() 2001-10-17 Padraig O'Briain * atk/atktext.c: Update comments in atk_text_get_text_[at|after|before]_offset() to clarify what these functions will return. 2001-10-16 Padraig O'Briain * atk/atktext.c: Update comments in atk_text_get_run_attributes() and atk_text_get_default_attributes(). 2001-10-15 Padraig O'Briain * atk/atkobject;c: Change "property-change" signal to allow detail (i.e. property name) and add detail in atk_object_notify(). 2001-10-15 Padraig O'Briain * atk/atktext.c: Correct order of attribute names in text_attr_name array. 2001-10-12 Padraig O'Briain * 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. 2001-10-10 Padraig O'Briain * atk/atktext.c (atk_text_get_run_attributes): Correct typo. * atk/atktext.c (atk_text_get_default_attributes): Add call to set iface. 2001-10-10 Padraig O'Briain * 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 2001-10-09 Padraig O'Briain * atk/atktext.c (atk_attribute_set_free): Avoid leaking of AtkAttributeSet data structure; speed up code. * docs/tmpl.atk*.sgml Updated to reflect current APIs. 2001-10-01 jacob berkman * docs/Makefile.am (dist-hook-local): depend on all-local so that make dist works correctly w/o having to build first 2001-10-01 Tor Lillqvist * configure.in: Add AC_LIBTOOL_WIN32_DLL. Sat Sep 29 19:45:00 2001 Bill Haneman * configure.in (ATK_MICRO_VERSION): Version 0.6 (because libglade will depend on a the small api addition below) * atk/makefile.msc (PKG_VER): Version 0.6 * atk/atkrelation.h: * atk/atkrelation.c: (AtkRelationType atk_relation_type_from_string (const gchar *name)): Added method. Tue Sep 25 12:08:52 2001 Owen Taylor * 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 2001-09-21 Hans Breuer * 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 Wed Sep 19 10:46:44 2001 Tim Janik * Released 0.4. Tue Sep 18 23:41:32 2001 Tim Janik * 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. 2001-09-11 Padraig O'Briain * atk/atkobject.c: Add object reference when object is set as accessible_parent 2001-09-05 Mark McLoughlin * configure.in: remember ACLOCAL_FLAGS. 2001-09-05 Padraig O'Briain * 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 Mon Sep 3 19:42:47 2001 Owen Taylor * configure.in: Version 0.3 * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7 * NEWS: Update 2001-09-03 Padraig O'Briain * 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 2001-08-24 Padraig O'Briain * 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 2001-08-23 Padraig O'Briain * 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() 2001-08-23 Padraig O'Briain * 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 2001-08-22 Marc Mulcahy * atk/atkaction.c atk/atkaction.h: Made atk_action_do_action return a gboolean as the class member of AtkActionIface does. * .cvsignore: Added atk.spec 2001-08-20 Padraig O'Briain * 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 2001-08-17 Padraig O'Briain * 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 2001-08-16 Bill Haneman * atk/atkutil.c : Changed g_type_class_peek() to g_type_class_ref() in atk_add_global_event_listener(), since g_type_class_peek() could return NULL when an instance of the class had not been created. 2001-08-16 Padraig O'Briain * docs/atk-sections.txt, docs/tmpl/atktext.sgml: Ensure that atk_attribute_set_free is in the documentation. 2001-08-16 Padraig O'Briain * 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 2001-08-15 Padraig O'Briain * atk/atktext.[c|h], docs/tmpl/atktext.sgml: Changed "length" argument of atk_text_get_character_extents() to "height". 2001-08-15 Jens Finke * 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. 2001-08-13 Padraig O'Briain * 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 Sun Aug 12 10:33:02 2001 Owen Taylor * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems with GNU make. 2001-08-09 Padraig O'Briain * 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() 2001-08-07 Brian Cameron * atk/atkimage.[ch] docs/atk-sections.txt docs/tmpl/atkimage.sgml 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. 2001-07-31 Padraig O'Briain * atk/atkobject.c Create an object relation set when the object is created. 2001-07-30 Brian Cameron * atk/atkutil.[ch] 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. 2001-07-27 Padraig O'Briain * 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 2001-07-27 Padraig O'Briain * 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. 2001-07-26 Padraig O'Briain * atk/Makefile.am Fix problem with ATK not building after running make maintainer-clean and autogen.sh: add extra files to MAINTAINERCLEANFILES 2001-07-25 Bill Haneman * atk/atktext.h * atk/atkeditabletext.h * atk.pc.in * atk-uninstalled.pc.in * atk/makefile.msc * configure.in Removed (unused) #defines of pango/pango.h Removed references to/dependencies on pango from .pc files Removed dependencies on pango from makefile.msc and configure.in 2001-07-24 Padraig O'Briain * 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(). 2001-07-23 Brian Cameron * atk/atkobject.c Changed children_changed signal to allow NULL pointers for the 2nd argument to the signal handler. 2001-07-20 Hans Breuer * atk/atk.def : added more exports * atk/makefile.msc : updated win32 build 2001-07-20 Padraig O'Briain * atk/atkaction.[c|h], docs/atk-sections.txt, docs/tmpl/atkaction.sgml Add atk_action_get_name() and atk_action_set_description() 2001-07-18 Padraig O'Briain * atk/atkstate.[c|h] Add ATK_STATE_ENABLED so we can distinguish between a consistent and inconsistent GtkToggleButton 2001-07-16 Brian Cameron * 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. 2001-07-13 Darin Adler * atk/atkstate.c: Add missing include. * tests/teststateset.c: Add missing include. 2001-07-13 Darin Adler * .cvsignore: Ignore some generated files. * autogen.sh: Get rid of call to autoheader since the configure file doesn't include AM_CONFIG_HEADER. 2001-07-11 Brian Cameron * tmpl/atkdocument.sgml Added new file for docs. 2001-07-11 Padraig O'Briain * atk/atkimage.c atk/atkutil.c Changes to build with Sun's FORTE compiler. 2001-07-10 Brian Cameron * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml tmpl/atktext.sgml tmpl/atkutil.sgml Updated docs pages. Mon Jul 2 06:37:09 2001 Tim Janik * 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. 2001-06-28 Brian Cameron * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt docs/tmpl/atkutil.sgml Added new functiosn to AtkUtil. 2001-06-28 Brian Cameron * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml docs/tmpl/atkobject.sgml Added new atk document interface. 2001-06-28 Brian Cameron * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h 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. Updated docs as well. 2001-06-28 Brian Cameron *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c atk/docs/tmpl/atkstreamablecontent.sgml Cleaned up docs. Added atkstreamablecontent.sgml 2001-06-28 Brian Cameron *atk/atktable.h, atk/atktable.c Updated signal handler definitions. 2001-06-27 Brian Cameron *atk/atktext.h Updated AtkXYCoords enum. 2001-06-27 Brian Cameron *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c atk/atkimage.c atk/atkimage.h atk/atkobject.c atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c atk/atkstateset.c atk/atkstreamablecontent.c atk/atkstreamablecontent.h atk/atktable.c atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt and some docs/tmpl files. Updated gtk-docs fixing spelling errors and making minor changes to the API. 2001-06-27 Louise Miller *atk/atkselection.h, atk/atkselection.c changed return type to gboolean for atk_selection_select_all_selection 2001-06-26 Brian Cameron *atk/atkstate.h atk/atkstate.c docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml Added ATK_STATE_STALE. Updated docs. 2001-06-22 Lucy Brophy *atk/atktext.h Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS 2001-06-21 Brian Cameron * atk/atkeditabletext.h, atk/atkobject.h, atktext.[ch] Added AtkAttributeSet_free() convenience function. 2001-06-20 Peter Williams * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type -> atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer G_{BEGIN,END}_DECLS. 2001-06-20 Brian Cameron * atk/atktable.c, atk/atkmarshal.list Removed needless marshal and updated signal handlers in atktable.c 2001-06-20 Louise Miller *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml Changed parameters for get_selected_rows/get_selected_columns Added 4 new functions, add_row_selection, remove_row_selection, add_column_selection, remove_column_selection 2001-06-19 Brian Cameron * atk/atktable.c Fixed minor bug with signals. 2001-06-18 Brian Cameron * atk/atktable Added signals. 2001-06-15 Brian Cameron & Lucy Brophy * atk/atkselection.h atk/atkselection.c Now add_selection, clear_selection, and remove_selection return a boolean indicating SUCCESS/FAILURE to indicate if the operation was successful. 2001-06-13 Brian Cameron & Lucy Brophy * atk/atktable.h atk/atktable.h Updated so now the get_text_before|at|after functions return the start & end offset of the string. Updated the docs. 2001-06-13 Padraig O'Briain * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h 2001-06-11 Havoc Pennington * NEWS: updated * configure.in: bump version to 0.2 and add infrastructure for libtool version info. Assumes GTK versioning scheme (major.minor is binary compatible) * atk/Makefile.am (LDFLAGS): set version info (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir 2001-06-13 Brian Cameron * atk/atktable.h, atk/atktable.c Updated so that get/set row/column header functions work with AtkObjects rather than AtkTables. Organized the header file a little more cleanly. Also the get/set row_description and caption functions now use gchar * rather than AtkObject. 2001-06-12 Padraig O'Briain * atk/atkmarshal.list, atk/atktable.h atk/atktable.c: Add signal model-changed. * atk/atkobject.c: Add properties accessible-role, accessible-table-caption, accessible-table-column-header, accessible-table-column_description. accessible-table-row-header, accessible-table-row_description. accessible-table-summary, accessible-model 2001-06-12 Brian Cameron * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h Updated atkeditabletext and atktext interfaces so they now properly define the get/set attribute methods and now get_offset_at_point and get_character_extents can request x,y coords by either widget or screen coords. Sat Jun 9 15:17:00 2001 Owen Taylor * configure.in (DEP_CFLAGS): Only include gthread-2.0 in CFLAGS, not in LIBS. (Always linking with -lpthread is a noticeable speed hit.) Thu Jun 7 17:03:37 2001 Owen Taylor * atk/Makefile.am: Really fix marshal generation. 2001-06-07 Havoc Pennington * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the glib-genmarshal stuff 2001-06-07 Havoc Pennington * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled glib-genmarshal * configure.in: rearrange the library checks to support uninstalled linking * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * atk-uninstalled.pc.in: new file, allows linking to uninstalled ATK in giant GTK tarball 2001-06-07 Brian Cameron * docs/atk-api.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml docs/tmpl/atktext.sgml Removed docs/atk-api.sgml since it is not used. Updated sgml files and atk-sections.txt to reflect recent changes to the atktext and atkeditabletext interfaces 2001-06-06 Brian Cameron * atk/atktext.h atk/atktext.h Updated to new atktext functions for getting attributes. 2001-06-06 Padraig O'Briain * New files atk/atkstreamablecontent.[ch] Updated files: atk/Makefile.am, atk/atk.h * atk/atkvalue.c: Updated comments 2001-06-06 Padraig O'Briain * atk/atkregistry.h: Add declaration for atk_registry_get_type() 2001-06-05 Padraig O'Briain * atk/atkobject.c: Add property accessible-visible-data 2001-06-01 Padraig O'Briain * atk/atkobject.c: Add support for setting and getting accessible-value property. * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const Fri Jun 01 Brian Cameron * atk/atkeditabletext.[ch], atk/atktext.[ch] * docs/atk-overrides.txt, docs/Makefile.am Updated the interface for dealing with selected text to handle multiple selected regions. Removed get_row_col_at_offset from atktext.[ch]. Added docs/atk-overrides.txt file. Thu May 31 Brian Cameron * Makefile.am configure.in atk/Makefile.am atk/atktext.c atk/atkutil.c docs/Makefile.am atk/atkmarshal.list Added atk_marshal_VOID__INT_INT marshaller. Updated the Makefiles so the proper marshall files get included in the dist. Updated the Makefiles and configure.in so that the docs get included in the dist. Tue May 29 18:17:11 2001 Owen Taylor * autogen.sh (have_libtool): Fix GNU sedism (#55430) 2001-05-29 Padraig O'Briain * atk/atkobject.c: Define new properties accessible-text, accessible-caret, accessible-selection and accessible-value 2001-05-29 Brian Cameron * docs/atk-sections.txt * docs/tmpl/* Improved the layout/formatting of the atk docs. Added docs/tmpl files. 2001-05-28 Brian Cameron * atk/atktext.c Now properly set the initialized flag when setting up signals. Updated the atk-docs in several files 2001-05-24 Padraig O'Briain * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c, atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c, atk/atkregistry.c, atk/atkselection.c, atk/atktable.c, atk/atktext.c, atk/atkutil.c, atk/atkvalue.c Fix warnings generated by Sun FORTE compiler 2001-05-24 Padraig O'Briain * atk/atkcomponent.c atk/atkvalue.c Remove return calls in functions which return void 2001-05-23 Padraig O'Briain * atk/atkobject.h: Correct naming of role for status bar * atk/atktext.c: Clarify behaviour of atk_text_get_text_after/at/before_offset Sun May 13 11:35:32 2001 Owen Taylor * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1. 2001-01-06 Hans Breuer * atk/makefile.msc atk/atk.def (new files) : Enable build for win32, no sourc changes necessary. Sat May 5 07:46:47 2001 Owen Taylor * Released 0.1 Thu May 3 08:38:24 2001 Owen Taylor * atk/atkobject.c: Add missing include of for strcmp. Tue Apr 25 10:10:00 2001 Padraig Obriain * Start a ChangeLog