📄 changelog
字号:
* atk/atkobject.c: (atk_role_get_localized_name): Added ATK_ROLE_APPLICATION case. * docs/atk-decl.txt: Added ATK_ROLE_APPLICATION to docs. 2002-11-18 Abi Brady <morwen@evilmagic.org> * configure.in: Added "en_GB" to ALL_LINGUAS.2002-11-15 Hasbullah BIn Pit <sebol@ikhlas.com> * configure.in: Added "ms" to ALL_LINGUAS.2002-11-15 Padraig O'Briain <padraig.obriain@sun.com> * Update NEWS for 1.1.2 * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml Update docs.2002-11-14 Bill Haneman <bill.haneman@sun.com> * configure.in: Revved to 1.1.2, interface age 0, binary age 102. * atk/atkrelationtype.h: (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY): New relations to handle content embedding, for instance text that embeds or flows around images. * atk/atkhyperlink.h: (atk_hyperlink_is_inline): New API, returns whether a hyperlink's content is partially displayed inline; useful for small images emedded in text, and for HTML <src> elements. (AtkHyperlinkClass->link_state): New virtualized method, used to implement various state query API such as atk_hyperlink_is_inline(). * atk/atkhyperlink.c: (atk_hyperlink_is_inline): New method. * docs/atk-sections.txt: Additions for above API.2002-11-13 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.[ch]: Add signal active-descendant-changed2002-11-11 Christian Rose <menthos@menthos.com> * configure.in: Added "sv" to ALL_LINGUAS.Fri Nov 8 19:55:25 2002 Soeren Sandmann <sandmann@daimi.au.dk> * atk/atkhyperlink.c * atk/atkhyperlink.h * atk/atktable.c * atk/atktable.h * atk/atktext.c * atk/atktext.h * docs/tmpl/atkhyperlink.sgml * docs/tmpl/atkobject.sgml * docs/tmpl/atktable.sgml * docs/tmpl/atktext.sgml Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow without warnings. 2002-11-05 Padraig O'Briain <padraig.obriain@sun.com> * autogen.sh: Add call to autoheader to create config.h.in2002-11-04 Padraig O'Briain <padraig.obriain@sun.com> * acinclude.m4: New file * autogen.sh: Add i18n support (copied from gtk+). * configure.in: Add definition for atklocaledir and check for bind_textdomain_codeset() * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES * atk/atkobject.c (atk_role_get_localized_name): Add code to initialize i18n. * po/.cvsignore: Add extra files.2002-11-01 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Create po/Makefile; patch supplied by Dan Mills (thunder@ximain.com) 2002-10-31 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released 1.1.1 ===== * configure.in: Version 1.1.1, interface age 0, binary age 101 * NEWS: Updated. * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.2002-10-30 Padraig O'Briain <padraig.obriain@sun.com> * Makefile.am: Add po directory * configure.in: Add support for I18N * acconfig.h atk/atkintl.h: New files used to support I18N * atk/atkobject.c: Update atk_role_get_localized_name() to allow for localized name to be returned. * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore po/ChangeLog: New files2002-10-30 Padraig O'Briain <padraig.obriain@sun.com> * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h * atk/atkaction.[ch]: Add atk_action_get_localized_name. * atk/atkobject.[ch]: Add atk_role_get_localized_name, atk_object_add_relationship and atk_object_remove_relationship Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH and ATK_ROLE_RULER * atk/atkrelation.h: Move definition of AtkRelationType to atk/relationtype.h * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS * atk/atktext.[ch]: Add text-attributes-changed signal. * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions. * docs/tmpl/atkobject.sgml: Add new functions and new roles. * docs/tmpl/atkrelation.sgml: Add new relations * docs/tmpl/atkstate.sgml: Add new state * docs/tmpl/atktext.sgml: Add new signal * tests/testrelation.c: Add tests for new relationship functions.2002-10-01 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c (atk_object_notify): Fix leak; report and patch supplied by Sebastian Rittau (srittau@jroger.in-berlin.de) Bug #94548.2002-09-24 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released 1.1.0 ===== * NEWS: Updated.2002-09-18 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: increment version to 1.1.0, in view of the fact that we've branched for GNOME-2 and GTK+-2.0, and this is HEAD. Also reset INTERFACE_AGE to zero, since an enum was added. Use similar library numbering as GTK. * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW2002-09-06 Mark McLoughlin <mark@skynet.ie> * atk/atkobject.h: add ATK_LAYER_WINDOW. * atk/atkcomponent.c: upd docs.2002-09-06 Padraig O'Briain <padraig.obriain@sun.com> * 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 <padraig.obriain@sun.com> * 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 <padraig.obriain@sun.com> * 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 symbols2002-08-26 Padraig O'Briain <padraig.obriain@sun.com> * atk/atknoopobjectfactory.c: Add implementation for atk_object_factory_get_accessible_type()2002-08-18 Havoc Pennington <hp@pobox.com> * 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 <padraig.obriain@sun.com> 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 <otaylor@redhat.com> * ===== 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 <padraig.obriain@sun.com> * README: Updated to describe where to log bugs and mention mailing list.2002-06-20 Padraig O'Briain <padraig.obriain@sun.com> * 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 <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: De
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -