summaryrefslogtreecommitdiff
path: root/libview
AgeCommit message (Expand)AuthorFilesLines
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-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-02fix crash when selecting text in djvu documentsmonsta1-2/+4
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-06libview: Add ev_view_supports_caret_navigation()Antia Puentes2-0/+16
2017-09-06ev-link-accesible: Return the index/offset after the last character in the linkJoanmarie Diggs1-1/+1
2017-09-06libview: Fix selections starting/ending in page marginsCarlos Garcia Campos1-0/+8
2017-09-06libview: Reduce the pages to scan for selectionsCarlos Garcia Campos1-26/+58
2017-09-06libview: Remove unused rectangle selection modeCarlos Garcia Campos3-65/+5
2017-09-06libview: Rework ev_view_accessible_get_selectionAntia Puentes3-19/+105
2017-09-06libview: do not redraw the whole view when caret cursor movesCarlos Garcia Campos1-16/+33
2017-09-06libview: Update the cursor area after positioning the cursor when moving betw...Carlos Garcia Campos1-0/+3
2017-09-06ev-view-accessible: Fix ev_view_accesssible_get_n_selectionsAntia Puentes1-14/+5
2017-09-06ev-view-accessibl: Fix get_caret_offset when the caret navigation is enabledAntia Puentes1-0/+10
2017-09-06libview: Use error bell and return early when moving between lines failsCarlos Garcia Campos1-6/+11
2017-09-06libview: do not schedule a resize in ensure_rectangle_is_visibleCarlos Garcia Campos1-2/+0
2017-09-06libview: Stop the cursor blink when there are selections activeCarlos Garcia Campos1-1/+5
2017-09-06libview: Deprecate ev_view_scroll in favor of g_signal_emit_by_nameCarlos Garcia Campos1-0/+1
2017-09-06libview: Add more scroll key bindings to EvViewCarlos Garcia Campos1-0/+20
2017-09-06libview: Fix second parameter type of scroll signal for h, j, k and l bindingsCarlos Garcia Campos1-8/+12
2017-09-06libview: Use merge_selection_region passing NULL to clear the selectionsCarlos Garcia Campos1-18/+6
2017-09-06ev-pixbuf-cache: Clear the selection region also when clearing the job selectionCarlos Garcia Campos1-0/+5
2017-09-06ev-pixbuf-cache: fix the condition for when a new selection is neededCarlos Garcia Campos1-4/+4
2017-09-06ev-view-accessible: Rewrite get_run_attributes to return the text attributes ...Antia Puentes1-13/+111
2017-09-06libview: Get text attributes from backend and save them in page cacheAntia Puentes5-8/+54
2017-09-06libview: Emit the AtkText text-caret-moved and text-selection-changed signalsAntia Puentes1-0/+23
2017-09-06libview: clear the selection when cursor is movedCarlos Garcia Campos1-26/+75
2017-09-06libview: Do not show the caret cursor when there are active selectionsCarlos Garcia Campos1-1/+2