summaryrefslogtreecommitdiff
path: root/src/lib/elm_interface_atspi_accessible.c
Commit message (Expand)AuthorAgeFilesLines
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-1/+1
* Fix warnings following migration to Eo4.Tom Hacohen2016-03-031-3/+3
* Automatic migration to Eo4.Tom Hacohen2016-03-031-15/+15
* Eo events: Migrate all of elm to the new event callback signaturesTom Hacohen2016-02-291-3/+7
* multibutton_entry: improve atspi supportLukasz Stanislawski2015-12-161-0/+5
* atspi: always use widget's subobj as accessible childrenLukasz Stanislawski2015-12-021-11/+17
* atspi: add type of accessibility objectLukasz Stanislawski2015-12-011-2/+42
* atspi: correct argument order for calloc()Stefan Schmidt2015-11-301-3/+3
* atspi: move root object creation to atspi class.Lukasz Stanislawski2015-11-201-0/+11
* atspi: add new relationship append/remove/clear APILukasz Stanislawski2015-10-051-4/+176
* atspi: add translation domain for name and description.Lukasz Stanislawski2015-10-021-1/+30
* widget_item: emit atspi children-changed only for non-destroyed parent.Lukasz Stanislawski2015-10-021-1/+1
* atspi: encapsulate common behaviour in atspi mixin class.Lukasz Stanislawski2015-10-021-40/+44
* atspi: add global event emitterdevs/stanluk/perfLukasz Stanislawski2015-10-011-0/+55
* atspi: fix mem leaks spotted in valgrind.Lukasz Stanislawski2015-04-061-1/+2
* atspi: remove elm_interface_atspi_widget implementation.Lukasz Stanislawski2015-04-061-2/+2
* atspi: properly include at-spi headers.Lukasz Stanislawski2014-10-171-7/+3
* atspi: fix mem leak in attributes free functionLukasz Stanislawski2014-07-211-4/+5
* update according to latest efl changes: _CLASS -> _CLASS/INTERFACE/MIXINDaniel Kolesa2014-06-301-2/+2
* atspi: add accessible default relations and attributesLukasz Stanislawski2014-05-281-1/+20
* atspi: refactor atspi_object class into mixins.Lukasz Stanislawski2014-04-211-0/+267