summaryrefslogtreecommitdiff
path: root/atk/atkobject.c
Commit message (Expand)AuthorAgeFilesLines
* Revise atk-docs.sgml to add indices for deprecated and newBill Haneman2006-06-231-3/+3
* Added ATK_ROLE_FORM and ATK_RELATION_DESCRIBED_BY/DESCRIPTION_FOR to HEAD.Bill Haneman2006-06-081-1/+2
* Improved documentation: ATK now has 100% gtk-doc coverage with noBill Haneman2006-03-211-4/+9
* Fix fatal typo.Tor Lillqvist2006-03-211-1/+1
* Minor documentation clarifications and tweaks.Bill Haneman2006-03-201-4/+7
* Win32 get_locale fix from Kazuzi IWAMOTO, andBill Haneman2006-02-241-19/+29
* Added new API for ATK 1.11/1.12. Minor docs cleanup.Bill Haneman2005-11-181-1/+32
* Initialize gettext before use. Calling bindtextdomain() andTor Lillqvist2005-04-221-33/+42
* Replace DEPRECATED by @Deprecated in comments to fix warning whenPadraig O'Briain2004-11-221-2/+4
* Fix for bug #149990; patch from Kjartan Maraas.Padraig O'Briain2004-08-131-1/+1
* Fix for bug 147989; Added ATK_ROLE_EMBEDDED. Revved to 1.7.2.ATK_1_7_2Bill Haneman2004-07-201-1/+2
* Allow locale dir not to be harcoded into binary. Fixes bug #128906.Padraig O'Briain2004-05-181-1/+5
* Make extra_roles static.Padraig O'Briain2004-05-111-1/+1
* Revise property name. Fixes bug #132022 from Christian - Manny Calavera -Padraig O'Briain2004-01-261-1/+1
* Move specification of ALL_LINGUAS to later in file so that CATOBJEXT isPadraig O'Briain2004-01-051-3/+3
* Change "accel label" to "accelerator label". Fixes bug #129499.Padraig O'Briain2003-12-171-1/+1
* Add new role ATK_ROLE_EDITBAR. Fixes bug #111607.Padraig O'Briain2003-12-011-1/+2
* fix typo: s/g_value_set_set/g_value_set_int/.Michael Natterer2003-12-011-1/+1
* Make nicks and blurbs of properties translatable. Add new propertyPadraig O'Briain2003-12-011-30/+43
* Add state FOCUSED if object is focus object.Padraig O'Briain2003-11-261-0/+4
* Change role names so that the unlocalized names do not contain hyphens andPadraig O'Briain2003-11-261-268/+117
* Remove comments about signals. The description should be in files inPadraig O'Briain2003-09-101-9/+0
* Set gettext_initialized.Tor Lillqvist2003-06-131-0/+2
* Add check that role is actually being changed. Do not emit notificationPadraig O'Briain2003-03-071-2/+9
* *** empty log message ***Padraig O'Briain2003-02-261-1/+10
* Dist atk-zip.sh.in, not atk-zip.sh.Tor Lillqvist2003-02-251-0/+25
* Add support for PROP_TABLE_SUMMARY and PROP_TABLE_CAPTION_OBJECT.Padraig O'Briain2003-01-211-0/+16
* Add property accessible-table-caption-object. This addresses bug #74814.Padraig O'Briain2003-01-211-1/+10
* Added ATK_ROLE_APPLICATION, revved to 1.1.3. Fix for 99090.Bill Haneman2002-11-201-0/+3
* Revved to 1.1.2, added ATK_RELATION_EMBEDS/EMBEDDED_BY,Bill Haneman2002-11-141-1/+0
* Add signal active-descendant-changedPadraig O'Briain2002-11-131-0/+11
* New filePadraig O'Briain2002-11-041-0/+11
* Add po directoryPadraig O'Briain2002-10-301-3/+228
* Add reference to atk/atkrelationtype.hPadraig O'Briain2002-10-301-0/+91
* Fix leak; report and patch supplied by Sebastian RittauPadraig O'Briain2002-10-011-0/+1
* Make use of parent_class consistent; define as gpointer and usePadraig O'Briain2002-02-221-1/+1
* Deprecated some misplaced API; retagged. Bug fixes to AtkComponent,GNOME_2D_BETAATK_0_12Bill Haneman2002-02-121-2/+6
* Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.hPadraig O'Briain2001-12-191-0/+23
* Update atk_role_register() to allow extra roles to be defined UpdatePadraig O'Briain2001-12-041-10/+37
* Generate files atk-enum-types.c and atk-enums-types.h to create types forPadraig O'Briain2001-11-291-82/+35
* Fixed bug in atkutil when no impl library (e.g. libgail) is loaded.Bill Haneman2001-11-291-1/+1
* Add functions atk_role_get_name() and atk_role_for_name() which transformPadraig O'Briain2001-11-281-1/+118
* switch to class_peek.Michael Meeks2001-11-221-0/+1
* Add additional argument (name) to state-change signal UpdatePadraig O'Briain2001-11-211-4/+9
* Add enum AtkLayer and functions atk_object_get_layer andPadraig O'Briain2001-11-211-3/+85
* Added missing 'break' in atk_object_real_get_property.Bill Haneman2001-11-211-0/+1
* Remove property accessible-state; use signal state-change instead ChangePadraig O'Briain2001-11-201-50/+10
* Added state-change signal to AtkObject (will deprecate accessible-state prope...Bill Haneman2001-11-191-1/+14
* Fix bug in calculation of number of toggle statesPadraig O'Briain2001-11-191-3/+6
* Remove unused structure _AtkEditableTextIfaceClassPadraig O'Briain2001-11-171-20/+0