| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit feb4bd4c5b24672b1d8bbf0783e96539af0d0ba4.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
From now on, state-changed:focused is the only focus related signal
to use. All the tracking methods (on both AtkUtil and AtkComponent)
are also deprecated.
https://bugzilla.gnome.org/show_bug.cgi?id=649575
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=686746
|
|
|
|
|
| |
Real documentation is already on atkutil.c (and used by gtk-doc), so
it doesn't make sense to have it replicated on the header.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=652205
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-05 Michael Natterer <mitch@imendio.com>
* configure.in: add G_DISABLE_SINGLE_INCLUDES and
ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
* atk/atk.h: define __ATK_H_INSIDE__ around including all other
headers.
* atk/atk*.h: add single-include guards that #error out if
ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files.
* atk/Makefile.am: define ATK_COMPILATION while building ATK.
Add single-include guards to the generated atk-enum-types.h too.
svn path=/trunk/; revision=1246
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-04 Li Yuan <li.yuan@sun.com>
* atk/atkutil.h:
Bug #502840. Derived type definition convenience macros
* tests/Makefile.am:
Bug #500978. Fixes the building of the test modules
as dynamic on Cygwin and MinGW.
svn path=/trunk/; revision=1217
|
|
|
|
|
|
|
|
|
|
| |
2007-07-27 Li Yuan <li.yuan@sun.com>
* atk/atkutil.c: (atk_get_version):
* atk/atkutil.h:
Bug #460851. A new API to get the current version of ATK.
svn path=/trunk/; revision=1186
|
|
|
|
| |
sections tagged as incomplete.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
| |
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-11-22 Michael Meeks <michael@ximian.com>
* 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 <michael@ximian.com>
* 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
|
| |
|
|
|
|
|
|
| |
of pointer to same.
Changed AtkKeySnoopFunc sig: removed AtkObjectImplementor arg since snooped
keys are not reliably associated with AtkObjects.
|
|
|
|
|
|
| |
property)
Fixed API problem in atk_util_add_key_listener.
|
|
|
|
| |
of toolkit-level key snoopers.
|
|
|
|
|
|
|
| |
so the callback function is of type GSignalEmissionHook
instead of AtkEventListener. AtkEventListener is
appropriate for Focus event callbacks, but not generic
ones.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
input/output also take an enum specifying whether
the coords are screen or top-level window based.
|
|
|