summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-27release 1.19.5v1.19.5raveit651-0/+37
2017-11-27sync with transifexraveit6520-318/+325
2017-11-27shell: show caret navigation in menuraveit652-0/+9
2017-11-27ev-link-accessible: Improve efficiency of methods to get start and end indicesJoanmarie Diggs1-5/+22
2017-11-27Expose form fields as AtkObject children of the pageJoanmarie Diggs6-9/+314
2017-11-27Expose images as AtkObject children of the pageJoanmarie Diggs4-2/+272
2017-11-27Expose links as AtkObject children of the pageraveit652-1/+224
2017-11-27ev-view-accessible: Add a method to determine if a given doc rect is showingJoanmarie Diggs2-0/+29
2017-11-27ev-page-cache: Add method to check if a given page has been cachedJoanmarie Diggs2-0/+16
2017-11-27libview: Update the caret cursor when jumping to a find resultJoanmarie Diggs1-0/+3
2017-11-27libview: Update ATK_STATE_SHOWING when the visible page range changesJoanmarie Diggs3-0/+37
2017-11-27libview: Implement AtkComponent for pagesJoanmarie Diggs3-0/+79
2017-11-27libview: Fix shift+click text selectionJoanmarie Diggs1-7/+16
2017-11-27a11y: ensure text cached when you request an EvPageAccessibleAlejandro Piñeiro3-0/+22
2017-11-27a11y: managing atk states on EvPageAccessibleAlejandro Piñeiro3-0/+97
2017-11-27a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessibleAlejandro Piñeiro3-1/+58
2017-11-27a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessibleAlejandro Piñeiro4-163/+135
2017-11-27a11y: move AtkText implementation from EvViewAccessible to EvPageAccessibleAlejandro Piñeiro3-738/+695
2017-11-27a11y: expose EvPageAccessible as children of EvViewAccessibleAlejandro Piñeiro1-7/+70
2017-11-27a11y: new EvPageAccessibleAlejandro Piñeiro3-0/+222
2017-11-27libview: Fix some broken aspects EvViewAccessible text supportJoanmarie Diggs3-173/+230
2017-11-27libview: Take caret navigation into account when getting AtkHyperlink indicesJoanmarie Diggs1-2/+8
2017-11-27a11y: cleaning implementation for atk_text_get_caret_offsetAlejandro Piñeiro1-15/+2
2017-11-27a11y: fixing implementation for atk_text_set_caret_offsetAlejandro Piñeiro1-8/+5
2017-11-27view: set_caret_cursor_position should emit "cursor-moved" if appliesAlejandro Piñeiro1-0/+3
2017-11-27Remove support for deprecated atk_text_get_text_{before,after}_offset()Joanmarie Diggs1-28/+0
2017-11-27a11y: implement AtkDocument on EvViewAccessibleAlejandro Piñeiro1-0/+54
2017-11-27a11y: with caret navigation enabled, accessibility current page is cursor pageAlejandro Piñeiro1-16/+27
2017-11-27ev-view-accessible: call document_changed_cb when setting the modelJoanmarie Diggs1-0/+6
2017-11-27Some text fixes for caret message arearaveit651-2/+2
2017-11-27ev-view-accessible: Fix a crash in ev_view_accessible_get_linkAntia Puentes1-0/+6
2017-11-27ev-view-accessible: Clear the cached data when the current pageAntia Puentes3-22/+78
2017-11-22shell: remove view_actions_focus_out_cbJosé Aliste1-12/+0
2017-11-22shell: Remove ev_window_set_view_accels_sensitivityJosé Aliste1-36/+0
2017-11-22shell: forward accels to the focused widgetraveit651-36/+24
2017-11-22Use a global array for view accel actionraveit651-15/+23
2017-11-22pre-bump versionraveit652-1/+3
2017-11-02fix crash when selecting text in djvu documentsmonsta1-2/+4
2017-10-12release 1.19.4v1.19.4raveit651-0/+82
2017-10-12sync with transifexraveit65104-185/+186
2017-09-09shell: fix stock item for message arearaveit651-3/+3
2017-09-07docs: libview: Re-add type builtins sectionChristian Persch2-1/+16
2017-09-06Fix crashes of epub documents with caret-navigationraveit651-0/+12
2017-09-06Store the caret cursor position in document metadataCarlos Garcia Campos1-4/+45
2017-09-06libview: Add ev_view_set_caret_cursor_positionCarlos Garcia Campos2-0/+21
2017-09-06libview: Update the current page also when pending scroll is to find a locationCarlos Garcia Campos1-1/+2
2017-09-06libview: Do not schedule a redraw when enabling/disabling caret navigationCarlos Garcia Campos1-1/+3
2017-09-06libview: Stop caret cursor blinking when cursor is not in a visible pageCarlos Garcia Campos1-0/+14
2017-09-06shell: Enable/disable the caret navigation with F7Antia Puentes3-2/+101
2017-09-06libview: Add ev_view_supports_caret_navigation()Antia Puentes2-0/+16