summaryrefslogtreecommitdiff
path: root/libview/ev-page-accessible.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16ev-page-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2018-04-05a11y: Return correct start and end offsetsJason Crain1-6/+9
2018-04-05a11y: Fix crash with Orca screen readerJason Crain1-1/+1
2017-11-27Expose form fields as AtkObject children of the pageJoanmarie Diggs1-1/+7
2017-11-27Expose images as AtkObject children of the pageJoanmarie Diggs1-2/+7
2017-11-27Expose links as AtkObject children of the pageraveit651-0/+104
2017-11-27libview: Implement AtkComponent for pagesJoanmarie Diggs1-0/+38
2017-11-27a11y: managing atk states on EvPageAccessibleAlejandro Piñeiro1-0/+49
2017-11-27a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessibleAlejandro Piñeiro1-0/+56
2017-11-27a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessibleAlejandro Piñeiro1-0/+118
2017-11-27a11y: move AtkText implementation from EvViewAccessible to EvPageAccessibleAlejandro Piñeiro1-1/+684
2017-11-27a11y: new EvPageAccessibleAlejandro Piñeiro1-0/+166