📄 changelog
字号:
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 <padraig.obriain@sun.com> * 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 <otaylor@redhat.com> * ===== Released 1.0.2 ====== * NEWS: Updates. * configure.in: Version 1.0.2, interface, binary age 22002-04-26 Padraig O'Briain <padraig.obriain@sun.com> * 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 <padraig.obriain@sun.com> * 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_initThu Mar 28 18:27:32 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 1.0.1 ====== * NEWS: Updates. * configure.in: Version 1.0.1, interface, binary age 1.0.0.2002-03-19 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkutil.c (atk_focus_tracker_notify): Do not do notification if previously notified object is the same as this object2002-03-14 Tor Lillqvist <tml@iki.fi> * atk/Makefile.am: Use correct name for the DLL when generating the MSVC import library.2002-03-13 Bill Haneman <bill.haneman@sun.com> * 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 <padraig.obriain@sun.com> * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose): Correct name of data set to NULL from quark_accessible_object to quark_object2002-03-09 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkhyperlink.c (atk_hyperlink_get_type): Fix typo.Thu Mar 7 23:52:51 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 1.0.0 ====== * NEWS: Final update for 1.0.0. * README: Update the compilation instructions a bit.2002-03-06 Tor Lillqvist <tml@iki.fi> * 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 <otaylor@redhat.com> * 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 <otaylor@redhat.com> * 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 <padraig.obriain@sun.com> * atk/atktext.c (atk_text_get_text): Permit end offset value of -12002-02-28 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkhypertext.h: Update comments2002-02-28 Sven Neumann <sven@gimp.org> * configure.in: beautified configure --help output.2002-02-27 Padraig O'Briain <padraig.obriain@sun.com> * 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 <otaylor@redhat.com> * configure.in: Bail if AM_PATH_GLIB_2_0 fails.2002-02-26 Tor Lillqvist <tml@iki.fi> * atk/Makefile.am: Do use -no-undefined on Win32, otherwise libtool won't create a DLL.2002-02-25 Padraig O'Briain <padraig.obriain@sun.com> * atk/Makefile.am: Remove -no-undefined because of problems with uunresolved symbols in libgobject on Solaris when using gccSat Feb 23 23:02:23 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.13 * NEWS: Update for 0.13 * docs/atk-sections.txt: Update.2002-02-22 Padraig O'Briain <padraig.obriain@sun.com> * 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 <padraig.obriain@sun.com> * 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 <padraig.obriain@sun.com> * 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 <padraig.obriain@sun.com> * atk/atk.h: Guard atk.h with ifndef __ATK_H__ (#71405 reported by terra@diku.dk (Morten Welinder))2002-02-13 Padraig O'Briain <padraig.obriain@sun.com> * 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 <bill.haneman@sun.com> * 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 <jacob@ximian.com> * 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 <bill.haneman@sun.com> * configure.in: Incremented revision.2002-01-30 Bill Haneman <bill.haneman@sun.com> * 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 <otaylor@redhat.com> * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.2002-01-28 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Update version number to 0.10, for Desktop Alpha 22002-01-28 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.h: Correct inconsistencies between registered signal parameter types and default signal handler struct fields (based on patch from Murray Cumming <murray@usa.net>)2002-01-10 Bill Haneman <bill.haneman@sun.com> * configure.in: Update version number to 0.9, for Beta2 package.Wed Jan 9 11:26:56 2002 Owen Taylor <otaylor@redhat.com> * 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 <padraig.obriain@sun.com> * 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_moved2002-01-05 Hans Breuer <hans@breuer.org> * 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 externals2002-01-02 Padraig O'Briain <padraig.obriain@sun.com> * 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 <michael@ximian.com> * 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 <otaylor@redhat.com> * 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 <otaylor@redhat.com> * 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 <otaylor@redhat.com> * docs/tmpl/atkutil.sgml: remove some conflict indicators.2001-12-19 Padraig O'Briain <padraig.obriain@sun.com> * atk/atk.def: Add new functions2001-12-19 Padraig O'Briain <padraig.obriain@sun.com> 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 <darin@bentspoon.com> * atk/atktext.c: Add missing #include <string.h>2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * atk/Makefile.am, tests/Makefile.am: Compile with -DG_DISABLE_DEPRECATED. See #52790.2001-12-11 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkcomponent.c (atk_component_ref_accessible_at_position): Remove unnecessary g_retunn_val_if_fail() call.2001-12-08 Michael Meeks <michael@ximian.com> * 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 <padraig.obriain@sun.com> * atk/Makefile.am: Update to create atk-enum-types.h before compiling source files (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)2001-12-05 Padraig O'Briain <padraig.obriain@sun.com> * 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_name2001-12-04 Padraig O'Briain <padraig.obriain@sun.com> * 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 attributes2001-12-04 Padraig O'Briain <padraig.obriain@sun.com> * 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -