These changes improve the quality of the documentation by adding
[platform/upstream/atk.git] / atk /
2002-08-16 Padraig O'BriainThese changes improve the quality of the documentation...
2002-06-20 Padraig O'Briainatk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl...
2002-05-29 Padraig O'Briain64 bit fixes for ATK. Patch supplied by George Lebl...
2002-04-26 Padraig O'BriainAllow for object being NULL which means the window...
2002-04-15 Padraig O'BriainAllow for case where created AtkObject is not a AtkGObj...
2002-03-19 Padraig O'BriainDo not do notification if previously notified object...
2002-03-14 Tor LillqvistUse correct name for the DLL when generating the MSVC...
2002-03-14 Bill HanemanFix for SEGV triggered by test-gail-gnome, due to calling
2002-03-12 Padraig O'BriainCorrect name of data set to NULL from quark_accessible_...
2002-03-09 Padraig O'BriainFix typo.
2002-03-06 Tor Lillqvistatk-zip.sh.in Use ATK_API_VERSION also in the Win32...
2002-03-05 Owen TaylorRequire GLib-2.0.0.
2002-03-05 Padraig O'BriainPermit end offset value of -1
2002-02-28 Padraig O'BriainUpdate comments
2002-02-27 Padraig O'BriainAdd padding to class structures to allow for future...
2002-02-27 Padraig O'BriainAdd padding to class structures to allow for future...
2002-02-27 Padraig O'BriainAdd padding to class structures to allow for future...
2002-02-26 Tor LillqvistDo use -no-undefined on Win32, otherwise libtool won...
2002-02-25 Padraig O'BriainRemove -no-undefined because of problems with uunresolv...
2002-02-22 Padraig O'BriainMake use of parent_class consistent; define as gpointer...
2002-02-20 Padraig O'BriainAdd check for offset being negative in functins which...
2002-02-15 Padraig O'BriainChange argument of get_layer and get_mdi_zorder functio...
2002-02-15 Padraig O'BriainGuard atk.h with ifndef __ATK_H__ (#71405 reported...
2002-02-13 Padraig O'BriainAdd padding to class structures to allow for future...
2002-02-12 Bill HanemanDeprecated some misplaced API; retagged. Bug fixes... ATK_0_12 GNOME_2D_BETA
2002-02-11 jacob berkmandeclare function arguments as (void) rather than ()
2002-01-28 Padraig O'BriainCorrect inconsistencies between registered signal param...
2002-01-09 Owen TaylorInclude glib-object.h, Add G_BEGIN_DECLS/END_DECLS...
2002-01-07 Padraig O'Briain1 Add comments to clarify behavior if handler has alrea...
2002-01-05 Hans Breuergenerate atk-enum-types.[hc] NOTE: the long comment...
2002-01-02 Padraig O'Briainatk/atkgobjectaccessible.h Fixed typo in define (report...
2001-12-27 Michael Meekssetup parent class (atk_relation_finalize): chain to...
2001-12-23 Owen TaylorVersion 0.8, require GLib-1.3.12 ATK_0_8
2001-12-20 Owen TaylorSet GPATH - necessary for correct srcdir != builddir...
2001-12-19 Padraig O'BriainAdd new functions
2001-12-19 Padraig O'BriainAdd new files atk/atkgobjectaccessible.c atk/atkgobject...
2001-12-17 Darin AdlerAdd missing #include <string.h>
2001-12-13 Sebastian WilhelmiCompile with -DG_DISABLE_DEPRECATED. See #52790.
2001-12-11 Padraig O'BriainRemove unnecessary g_retunn_val_if_fail() call.
2001-12-10 Michael Meeksparanoia is not appropriate here, setup parent_class...
2001-12-07 Padraig O'Briainatk/Makefile.am: Update to create atk-enum-types.h...
2001-12-05 Manish Singhshut up cvs
2001-12-05 Padraig O'BriainChange atk_attribute_register to atk_text_attribute_reg...
2001-12-04 Padraig O'BriainAdd implementation of atk_attribute_register, atk_attri...
2001-12-04 Padraig O'BriainUpdate atk_role_register() to allow extra roles to...
2001-12-03 Padraig O'BriainUse ATK_TYPE_RELATION_TYPE in atk_relation_type_get_nam...
2001-11-29 Padraig O'BriainGenerate files atk-enum-types.c and atk-enums-types...
2001-11-29 Bill HanemanFixed bug in atkutil when no impl library (e.g. libgail...
2001-11-28 Padraig O'BriainAdd functions atk_role_get_name() and atk_role_for_name...
2001-11-23 Hans Breuerupdated externals
2001-11-22 Padraig O'BriainSpecify role as ATK_ROLE_INVALID and layer as ATK_LAYER...
2001-11-22 Padraig O'BriainChange atk_relation_type_from_string to atk_relation_ty...
2001-11-22 Bill HanemanFix/clarify gtk-doc comment in atk_add_key_event_listen...
2001-11-22 Michael Meeksswitch to class_peek.
2001-11-21 Bill HanemanAdded missing gtk-doc comments for atk_relation_type_fr...
2001-11-21 Owen TaylorVersions 0.0.8, interface, binary age 0. Fix trailing...
2001-11-21 Padraig O'BriainAdd additional argument (name) to state-change signal...
2001-11-21 Padraig O'BriainAdd enum AtkLayer and functions atk_object_get_layer and
2001-11-21 Bill HanemanAdded missing 'break' in atk_object_real_get_property.
2001-11-20 Padraig O'BriainRemove property accessible-state; use signal state...
2001-11-20 Bill HanemanIntroduced AtkKeyEventType, to insulate us from GDK...
2001-11-19 Bill HanemanChange to signature of atk_add_event_listener to use...
2001-11-19 Bill HanemanAdded state-change signal to AtkObject (will deprecate...
2001-11-19 Padraig O'BriainFix bug in calculation of number of toggle states
2001-11-17 Padraig O'BriainRemove unused structure _AtkEditableTextIfaceClass
2001-11-17 Tor LillqvistBuild separate runtime and developer packages.
2001-11-15 Bill HanemanAdded (missing) functions atk_add_key_listener() and...
2001-11-14 Bill HanemanRevved micro version, since API was added last checkin.
2001-11-14 Bill HanemanAdded API for key snoop functions, to allow non-GTK...
2001-11-08 Padraig O'BriainNotify previous value when a state if toggled, e.g...
2001-11-05 Padraig O'BriainAdd role ATK_ROLE_TREE_TABLE
2001-10-31 Padraig O'BriainAdd two new relations ATK_RELATION_NODE_CHILDREN and
2001-10-28 Tor LillqvistNew file, used to build developer package for Win32.
2001-10-26 Padraig O'Briainatk/atkobject.[c|h] Remove the following properties...
2001-10-25 Padraig O'BriainAdd role ATK_ROLE_TERMINAL for an accessible terminal.
2001-10-22 Padraig O'BriainInitialize AtkPropertyValue data structure to 0 instead...
2001-10-19 Tor LillqvistSet automake conditionals OS_WIN32 if on (native) Win32...
2001-10-19 Padraig O'BriainAdd convenience function atk_object_notify_state_change...
2001-10-17 Padraig O'BriainUpdate comments in atk_text_get_text_[at|after|before...
2001-10-16 Padraig O'BriainUpdate comments in atk_text_get_run_attributes() and
2001-10-15 Padraig O'BriainChange "property-change" signal to allow detail (i...
2001-10-15 Padraig O'BriainCorrect order of attribute names in text_attr_name...
2001-10-12 Padraig O'BriainUse enum AtkTextAttribute to specify what attribute...
2001-10-10 Padraig O'BriainAdd call to set iface.
2001-10-10 Padraig O'BriainCorrect typo.
2001-10-10 Padraig O'BriainAdd new function atk_text_get_default_attributes Rename
2001-10-09 Padraig O'BriainAvoid leaking of AtkAttributeSet data structure; speed...
2001-09-29 Bill HanemanUpped rev to match other makefiles.
2001-09-29 Bill HanemanAdded method for getting an AtkRelationType from a...
2001-09-25 Owen TaylorVersion 0.5 ATK_0_5
2001-09-21 Hans Breuerupdated externals version 0.4
2001-09-11 Padraig O'BriainAdd object reference when object is set as accessible_p...
2001-09-05 Padraig O'Briainatk/atktable.[c|h] Change atk_table_get_caption() and
2001-09-03 Padraig O'BriainCorrect property definitions for "accessible-table...
2001-08-24 Padraig O'BriainChange AtkHyperLink to AtkHyperlink in comment Change...
2001-08-23 Padraig O'Briainatk/atktable.c Add functions atk_table_real_get_index_at(),
2001-08-23 Padraig O'BriainRefer to return value in function documentation for...
2001-08-23 Marc MulcahyAtkAction.c AtkAction.h:
2001-08-20 Padraig O'BriainSwap height and width arguments to atk_image_get_image_... EA_1_0
2001-08-17 Padraig O'BriainChange parameter names *offset to *_offset Do not crash...
next