| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-22 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments
to fix warning when documentation is generated.
* atk/atkrelation.[ch]:
* docs/tmpl/atkrelation.sgml: Add atk_relation_add_target.
* atk/atkrelationset.[ch]:
* atk/tmpl/atkrelationset.sgml: Add atk_relation_add_relation_by_type.
* docs/atk-sections.txt: Add atk_relation_add_target and
atk_relation_add_relation_by_type.
Fixes bug #158722.
|
|
|
|
|
|
|
|
|
|
|
| |
2004-10-28 Padraig O'Briain <padraig.obriain@sun.com>
* docs/atk-docs.sgml: Add a more descriptive title in the docs.
Patch from Diego Gonzalez. (bug #156296)
* atk/text.c (Clarify meaning of endd_offset for
atk_text_get_text_at_offset().
Patch from Bill Haneman. (bug #156574)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-07-20 Padraig O'Briain <padraig.obriain@sun.com>
* docs/atk-sections.txt: Add entries to fix warning when generating
documentation.
* docs/tmpl/atkcomponent.sgml docs/tmpl/atkhyperlink.sgml
docs/tmpl/atkhypertext.sgml docs/tmpl/atkobject.sgml
docs/tmpl/atkrelation.sgml docs/tmpl/atkselection.sgml
docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml: Changes to generated
files.
|
|
|
|
|
|
|
|
|
| |
2004-06-04 Padraig O'Briain <padraig.obriain@sun.com>
* docs/atk-sections.txt: Add AtkRectangle.
* docs/tmpl/atkcomponent.sgml: Add description for bounds-changed
signal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-20 Padraig O'Briain <padraig.obriain@sun.com>
* configure.in: Increment version to 1.7.0.
* atk/atkcomponent.[ch]: Add new signal "bounds_changed".
* docs/tmpl/atkcomponent.sgml: Add new signal "bounds_changed".
Fixes bug #140476.
* atk/atkrelationtype.h: Add new relation ATK_RELATION_PARENT_WINDOW_OF.
* atk/atkstate.h: Add new state ATK_STATE_TRUNCATED.
* docs/tmpl/atkrelation.sgml: Add new relation
* docs/tmpl/atkstate.sgml: Add new state ATK_STATE_TRUNCATED
Fixes bug #133375.
* atk/atktext.c: Make extra_attributes static.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-01-05 Padraig O'Briain <padraig.obriain@sun.com>
* configure.in: Move specification of ALL_LINGUAS to later in file
so that CATOBJEXT is defined correctly.
Use ATK_LOCALEDIR instead of atklocaledir.
* atk/Makefile.am: Remove definition of ATKLOCALEDIR.
* atk/atkobject.c: Use ATK_LOCALEDIR instead of ATKLOCALEDIR.
* docs/tmpl/atkhyperlink.sgml: Add text for link-activated signal.
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-03 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkobject.[ch]: Add new role ATK_ROLE_EDITBAR. Fixes bug #111607.
* atk/docs/tmpl/atkhyperlink.sgml: Add references to new signals and
properties
* atk/docs/tmpl/atkobject.sgml: Add references to new property and role
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-11-26 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkobject.c (atk_object_real_ref_state_set): Add state FOCUSED
if object is focus object.
* atk/atkutil.[ch] (atk_get_focus_object): New function which returns
the last object reported by the application as focused.
* docs/atk-sections.txt, docs/tmpl/atkutil.sgml:
Add atk_get_focus_object.
Fixes bug #127400.
|
|
|
|
|
|
|
|
|
|
| |
2003-11-24 Padraig O'Briain <padraig.obriain@sun.com>
* docs/tmpl/atkhyperlink.sgml, docs/tmp/atkhypertext.sgml,
docs/tmpl/atkobject.sgml, docs/tmpl/atkrelatiom.sgml,
docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml,
docs/tmpl/atktext.sgml: Regenernate these files. The location of
signal information has changed.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-10-29 Padraig O'Briain <padraig.obriain@sun.com>
* configure.in: Add reference to docs/version.xml
* docs/Makefile.am: Add references to version.xml.in and version.xml
* docs/atk-docs.sgml: Add reference to version.xml
* docs/version.xml.in: New file.
This fixes bug #125758.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-09-10 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkobject.c: Remove comments about signals. The description
should be in files in docs/tmpl directory.
* docs/tmpl/atkhypertext.sgml: Add description for link-selected signal.
* docs/tmpl/atkobject.sgml: Add descriptions for
active-descendant-changed, children-changed, focus-event,
property-change, state-change and visible-data-changed signals.
* docs/tmpl/atkselection.sgml: Add description for selection-changed
signal.
* docs/tmpl/atktable.sgml: Add descriptions for column-deleted,
columnn-inserted, column-reordered, model-changed, row-deleted,
row-inserted and row-reordered signals.
* docs/tmpl/atktext.sgml: Add description for text-attributes-changed,
text-caret-moved, text-changed nd text-selection-changed signals.
This fixes bug #121163.
|
|
|
|
|
|
|
| |
2003-06-10 Padraig O'Briain <padraig.obriain@sun.com>
* atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation
ATK_RELATION_POPUP.
|
|
|
|
|
|
|
| |
2003-05-28 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkobject.h docs/tmpl/atkobject.sgml: Add new role
ATK_ROLE_AUTOCOMPLETE.
|
|
|
|
|
|
|
|
| |
2003-05-20 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkstate.h, docs/tmpl/atkstate.sgml: Add state
ATK_STATE_INDETERMINATE. This state is used by Oo for check buttons
which can have a value other than on or off.
|
|
|
|
|
|
| |
2003-03-20 Padraig O'Briain <padraig.obriain@sun.com>
* docs/atk-sections.txt: Add 11 unused declarations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-03-20 James Henstridge <james@daa.com.au>
* autogen.sh: update to call automake-1.7, libtoolize, gtkdocize
and glib-gettextize.
* configure.in: cleanup to make use of newer autoconf/automake
features.
* Makefile.am: get rid of custom distcheck rule, which is no
longer necessary.
* atk/Makefile.am: cleanup makefile. Use BUILT_SOURCES for built
sources.
* docs/Makefile.am: use common gtk-doc.make.
* docs/atk-docs.sgml: update to use gtk-doc's XML mode.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-30 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkhyperlink.[ch]
New property selected-link defined.
Function pointer is_selected_link added to interface
(atk_hyperlink_is_selected_link: New functions which checks
whether the specified AtkHyperlink is selected
* atk/atkhypertext.[ch]
New signal link-selected added.
* docs/atk-sections.txt: Add atk_hyperlink_is_selected_link
* docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link
and function atk_hyperlink_is_selected_link.
This fixes bug #104621.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-21 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkobject.c: Add property accessible-table-caption-object.
This addresses bug #74814.
* atk/atkobject.h: Move some documentation from template file to
avoid warnings when building.
* atk/atkrelation.c: Add new properties relation and target.
This addresses bug #72426.
* atktext.[ch]: Add new functions atk_text_get_range_extents and
atk_text_get_bounded_ranges.
Also added data structures AtkTextRectangle and AtkTextRange, enum
AtkTextClipType and helper function atk_text_free_ranges.
This addresses bug #100943.
(atk_text_get_character_extents): Ensure that the reported width is
not negative. This fixes bug #102954)
* docs/atk-sections.txt: Add new functions and data items.
* docs/tmpl/atk-object.sgml: Remove some docuementation and put in
atkobject.h. Add reference to accessible-table-caption-object.
* docs/tmpl/atk-relation.sgml: Add new properties
* docs/tmpl/atktext.sgml: Add new functions and data items.
|
|
|
|
|
|
|
|
|
|
|
| |
2003-01-06 Padraig O'Briain <padraig.obriain@sun.com>
* configure.in: Add -with-html-dir option. (bug #102497)
* docs/Makefile.am: Remove INSTALLDIR and HTML_DIR
* docs/tmpl/atkobject.sgml: Update so property names are in
alphabetic order.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-12-20 Padraig O'Briain <padraig.obriain@sun.com>
* ===== Released 1.2.0 ======
* configure.in: Version 1.2.0, interface age 0, binary age 200
* NEWS: Final update for 1.2.0.
* docs/tmpl/atkobject.sgml: Order of properties have been changed.
|
| |
|
|
|
|
|
|
|
| |
* Update NEWS for 1.1.2
* docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
Update docs.
|
|
|
|
| |
atk_hyperlink_is_inline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
| |
* 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 librray numbering as GTK.
* docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
information about properties and signals.
* configure.in:
Add atktargetlibi, 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
Sat 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.
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
to assist custom widget maintainers and others who need to provide ATK
implementations for widgets outside GTK+ (for which implementations are
already provided by package "gail").
|
| |
|
|
|
|
|
|
|
|
| |
* atk/atkcomponent.c (atk_component_add_focus_handler):1
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
|
|
|
|
|
|
| |
Thu Dec 20 00:27:01 2001 Owen Taylor <otaylor@redhat.com>
* docs/tmpl/atkutil.sgml: remove some conflict
indicators.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
Wed Nov 21 17:54:44 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (ATK_MICRO_VERSION): Versions 0.0.8,
interface, binary age 0.
* atk/atkobject.h (enum): Fix trailing comma on
enumeration.
* docs/atk-sections.txt: Update.
* NEWS: Updates
|