Add new role ATK_ROLE_EDITBAR. Fixes bug #111607.
[platform/upstream/atk.git] / atk / atkobject.c
2003-12-01 Padraig O'BriainAdd new role ATK_ROLE_EDITBAR. Fixes bug #111607.
2003-12-01 Michael Nattererfix typo: s/g_value_set_set/g_value_set_int/.
2003-12-01 Padraig O'BriainMake nicks and blurbs of properties translatable. Add...
2003-11-26 Padraig O'BriainAdd state FOCUSED if object is focus object.
2003-11-26 Padraig O'BriainChange role names so that the unlocalized names do...
2003-09-10 Padraig O'BriainRemove comments about signals. The description should...
2003-06-13 Tor LillqvistSet gettext_initialized.
2003-03-07 Padraig O'BriainAdd check that role is actually being changed. Do not...
2003-02-26 Padraig O'Briain*** empty log message ***
2003-02-25 Tor LillqvistDist atk-zip.sh.in, not atk-zip.sh.
2003-01-21 Padraig O'BriainAdd support for PROP_TABLE_SUMMARY and PROP_TABLE_CAPTI...
2003-01-21 Padraig O'BriainAdd property accessible-table-caption-object. This...
2002-11-20 Bill HanemanAdded ATK_ROLE_APPLICATION, revved to 1.1.3. Fix for...
2002-11-14 Bill HanemanRevved to 1.1.2, added ATK_RELATION_EMBEDS/EMBEDDED_BY,
2002-11-13 Padraig O'BriainAdd signal active-descendant-changed
2002-11-04 Padraig O'BriainNew file
2002-10-30 Padraig O'BriainAdd po directory
2002-10-30 Padraig O'BriainAdd reference to atk/atkrelationtype.h
2002-10-01 Padraig O'BriainFix leak; report and patch supplied by Sebastian Rittau
2002-02-22 Padraig O'BriainMake use of parent_class consistent; define as gpointer...
2002-02-12 Bill HanemanDeprecated some misplaced API; retagged. Bug fixes... ATK_0_12 GNOME_2D_BETA
2001-12-19 Padraig O'BriainAdd new files atk/atkgobjectaccessible.c atk/atkgobject...
2001-12-04 Padraig O'BriainUpdate atk_role_register() to allow extra roles to...
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-22 Michael Meeksswitch to class_peek.
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-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-08 Padraig O'BriainNotify previous value when a state if toggled, e.g...
2001-10-26 Padraig O'Briainatk/atkobject.[c|h] Remove the following properties...
2001-10-22 Padraig O'BriainInitialize AtkPropertyValue data structure to 0 instead...
2001-10-19 Padraig O'BriainAdd convenience function atk_object_notify_state_change...
2001-10-15 Padraig O'BriainChange "property-change" signal to allow detail (i...
2001-09-11 Padraig O'BriainAdd object reference when object is set as accessible_p...
2001-09-03 Padraig O'BriainCorrect property definitions for "accessible-table...
2001-07-31 Padraig O'Briainatk/atkobject.c Create an object relation set when...
2001-07-27 Padraig O'BriainAdd function atk_object_real_ref_state_set() which...
2001-07-27 Padraig O'BriainRemove all instances of g_return_if_fail (foo != NULL...
2001-07-24 Padraig O'BriainDefault implementations for some some functions atk_obj...
2001-07-23 Brian CameronChanged children_changed signal to allow NULL pointers
2001-07-02 Tim Janiks/signal_newc/signal_new/ to adapt to recent GSignal...
2001-06-28 Brian CameronCleaned up docs.
2001-06-27 Brian CameronUpdated gtk-docs fixing spelling errors and making...
2001-06-12 Padraig O'BriainAdd signal model-changed.
2001-06-05 Padraig O'Briain*atk/atkobject.c: Correct typos in previous commit
2001-06-05 Padraig O'BriainAdd property accessible-visible-data
2001-06-01 Padraig O'BriainAdd support for setting and getting accessible-value...
2001-05-29 Padraig O'BriainDefine new properties accessible-text, accessible-caret,
2001-05-21 Lucy BrophyUpdated gtk-doc comment blocks for Oisin Boydell
2001-05-17 Padraig O'BriainChange accessible-children-changed signal to children...
2001-05-16 Brian CameronAdded better gtk-doc comments.
2001-05-15 Padraig O'BriainDefine focus-event signal in atobject.c rather than...
2001-05-15 Padraig O'BriainAdd support for PROP_CHILD and PROP_PARENT
2001-05-14 Padraig O'BriainAdd function atk_object_real_set_role() and use it...
2001-05-10 Padraig O'BriainAdded new roles to atkobject.h
2001-05-09 Padraig O'BriainAdd atk/atkstate.c and atk.atkstate.h
2001-05-03 Padraig O'BriainAdd new files atkstateset.c and atkstateset.h
2001-05-03 Owen TaylorAdd missing include of <string.h> for strcmp.
2001-05-02 Padraig O'BriainAdded gtk-doc comments to most function in atkobject.c
2001-04-30 Erwin IrelandMake AtkRelation and AtkRelationSet into GObjects.
2001-04-27 Bill HanemanLatest rev (previous commit was out of date). Added...
2001-04-26 Bill HanemanInitial revision