summaryrefslogtreecommitdiff
path: root/atk/atkobject.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing documentation for AtkObject functionsEmmanuele Bassi2019-06-141-7/+9
* Add accessible_id propertySamuel Thibault2019-04-301-0/+71
* Revert "atkimplementor: use the G_DEFINE_INTERFACE macro to declare it as int...Alejandro Piñeiro2019-02-191-5/+17
* Merge branch 'wip/tintou/atkimplementor-gir' into 'master'Corentin Noël2018-06-181-17/+5
|\
| * atkimplementor: use the G_DEFINE_INTERFACE macro to declare it as interface i...wip/tintou/atkimplementor-girCorentin Noël2018-06-031-17/+5
* | gobject-introspection: fix virtual annotations and missing type descriptionswip/tintou/gir-virtualCorentin Noël2018-06-031-4/+4
|/
* atkobject: fix get_property for accessible-roleAlejandro Piñeiro2018-03-221-1/+1
* atkobject: fix set_property for accessible-roleSamuel Thibault2018-03-201-4/+3
* Mark unbindable functions as 'skip'Emmanuele Bassi2017-05-221-1/+1
* Use Unicode apostrophe in a translatable stringPiotr Drąg2016-09-301-1/+1
* misc: set proper file permissions to source filesAlejandro Piñeiro2015-07-271-0/+0
* Docs: Replace mentions of 'state-changed' with 'state-change'.Murray Cumming2015-06-291-1/+1
* docs: fix GTK-Doc comment blocksDieter Verfaillie2015-03-211-1/+1
* Improve documentation related to AtkState and AtkStateSetJoanmarie Diggs2014-11-141-1/+4
* Move DllMain() to atkprivate.cChun-wei Fan2014-03-131-29/+0
* AtkValue: refactoring AtkValueAlejandro Piñeiro2014-03-051-74/+14
* Revert "Updated FSF's address"Piotr Drąg2014-02-011-1/+3
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
* include config.h instead of atkintl.hKjartan Maraas2013-12-111-1/+3
* atkobject: deprecate table properties that depends on the row/column numberAlejandro Piñeiro2013-12-111-0/+42
* Include atk-enum-types.h on atk.hAlejandro Piñeiro2013-12-111-1/+0
* atkobject: improve documentation for AtkObject::property-changeAlejandro Piñeiro2013-12-111-3/+14
* doc: updating new symbol section on documentationAlejandro Piñeiro2013-12-111-1/+1
* roles: add roles names on source file in order to be translatedAlejandro Piñeiro2013-12-101-0/+11
* role: deprecate atk_role_registerAlejandro Piñeiro2013-12-091-0/+4
* role: add some checks on atk_role_register for wrong role namesAlejandro Piñeiro2013-12-091-2/+18
* Deprecate connect/remove_property_change_handlerAlejandro Piñeiro2013-12-091-33/+5
* atkobject: add atk_object_peek_parentAlejandro Piñeiro2013-12-091-6/+34
* role: Add media (audio and video) rolesAlejandro Piñeiro2013-11-081-0/+2
* doc: Improve AtkObject::children-changed documentationAlejandro Piñeiro2013-10-241-2/+5
* role: new role ATK_ROLE_BLOCK_QUOTEAlejandro Piñeiro2013-10-181-0/+1
* role: new role ATK_ROLE_TITLE_BARAlejandro Piñeiro2013-10-181-0/+2
* docs: improve documentation for AtkObject::children-changed signalAlejandro Piñeiro2013-09-111-1/+3
* doc: removing several .sgml files and fixing gtk-doc warningsAlejandro Piñeiro2013-08-121-2/+80
* Deprecate AtkObject::focus-event signal and all related methodsAlejandro Piñeiro2013-08-121-0/+12
* Use generated enum type for AtkRole to get the role nameAlejandro Piñeiro2013-08-121-160/+64
* Fix an off-by-one in role namesMatthias Clasen2013-07-121-1/+1
* docs: Fix documentation for atk_object_get_attributes()Mario Sanchez Prada2013-06-031-3/+5
* atkobject: add a explicit include to locale.hAlejandro Piñeiro2013-02-191-0/+1
* atkobject: Added atk_object_get_object_localeAlejandro Piñeiro2013-02-181-1/+36
* Add level bar to roles/roles_offsetsMike Gorse2013-01-311-2/+3
* atkobject: Stop to manage SELECTABLE/SELECTED states at AtkObjectAlejandro Piñeiro2012-12-091-14/+0
* AtkRelation: added method that checks relationship and targetAlejandro Piñeiro2012-07-171-1/+2
* doc: Default role is ATK_ROLE_UNKNOWNAlejandro Piñeiro2012-06-251-1/+1
* Revert "Using abstract atk_object_get_name to check accessible-name notificat...Alejandro Piñeiro2012-03-071-1/+1
* Using abstract atk_object_get_name to check accessible-name notificationAlejandro Piñeiro2012-03-061-1/+1
* docs: Explain that NULL is not a valid value for name/descriptionAlejandro Piñeiro2011-12-151-2/+8
* Do not notify accessible-name/description for initial settingAlejandro Piñeiro2011-12-141-2/+13
* Fix for bug 651343 - New ATK RolesJoanmarie Diggs2011-07-071-2/+30
* atk: Use const instead G_CONST_RETURNJavier Jardón2011-06-131-11/+9