Age | Commit message (Expand) | Author | Files | Lines |
2017-11-27 | libview: Implement AtkComponent for pages | Joanmarie Diggs | 3 | -0/+79 |
2017-11-27 | libview: Fix shift+click text selection | Joanmarie Diggs | 1 | -7/+16 |
2017-11-27 | a11y: ensure text cached when you request an EvPageAccessible | Alejandro Piñeiro | 3 | -0/+22 |
2017-11-27 | a11y: managing atk states on EvPageAccessible | Alejandro Piñeiro | 3 | -0/+97 |
2017-11-27 | a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessible | Alejandro Piñeiro | 3 | -1/+58 |
2017-11-27 | a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessible | Alejandro Piñeiro | 4 | -163/+135 |
2017-11-27 | a11y: move AtkText implementation from EvViewAccessible to EvPageAccessible | Alejandro Piñeiro | 3 | -738/+695 |
2017-11-27 | a11y: expose EvPageAccessible as children of EvViewAccessible | Alejandro Piñeiro | 1 | -7/+70 |
2017-11-27 | a11y: new EvPageAccessible | Alejandro Piñeiro | 3 | -0/+222 |
2017-11-27 | libview: Fix some broken aspects EvViewAccessible text support | Joanmarie Diggs | 3 | -173/+230 |
2017-11-27 | libview: Take caret navigation into account when getting AtkHyperlink indices | Joanmarie Diggs | 1 | -2/+8 |
2017-11-27 | a11y: cleaning implementation for atk_text_get_caret_offset | Alejandro Piñeiro | 1 | -15/+2 |
2017-11-27 | a11y: fixing implementation for atk_text_set_caret_offset | Alejandro Piñeiro | 1 | -8/+5 |
2017-11-27 | view: set_caret_cursor_position should emit "cursor-moved" if applies | Alejandro Piñeiro | 1 | -0/+3 |
2017-11-27 | Remove support for deprecated atk_text_get_text_{before,after}_offset() | Joanmarie Diggs | 1 | -28/+0 |
2017-11-27 | a11y: implement AtkDocument on EvViewAccessible | Alejandro Piñeiro | 1 | -0/+54 |
2017-11-27 | a11y: with caret navigation enabled, accessibility current page is cursor page | Alejandro Piñeiro | 1 | -16/+27 |
2017-11-27 | ev-view-accessible: call document_changed_cb when setting the model | Joanmarie Diggs | 1 | -0/+6 |
2017-11-27 | ev-view-accessible: Fix a crash in ev_view_accessible_get_link | Antia Puentes | 1 | -0/+6 |
2017-11-27 | ev-view-accessible: Clear the cached data when the current page | Antia Puentes | 3 | -22/+78 |
2017-11-02 | fix crash when selecting text in djvu documents | monsta | 1 | -2/+4 |
2017-09-06 | libview: Add ev_view_set_caret_cursor_position | Carlos Garcia Campos | 2 | -0/+21 |
2017-09-06 | libview: Update the current page also when pending scroll is to find a location | Carlos Garcia Campos | 1 | -1/+2 |
2017-09-06 | libview: Do not schedule a redraw when enabling/disabling caret navigation | Carlos Garcia Campos | 1 | -1/+3 |
2017-09-06 | libview: Stop caret cursor blinking when cursor is not in a visible page | Carlos Garcia Campos | 1 | -0/+14 |
2017-09-06 | libview: Add ev_view_supports_caret_navigation() | Antia Puentes | 2 | -0/+16 |
2017-09-06 | ev-link-accesible: Return the index/offset after the last character in the link | Joanmarie Diggs | 1 | -1/+1 |
2017-09-06 | libview: Fix selections starting/ending in page margins | Carlos Garcia Campos | 1 | -0/+8 |
2017-09-06 | libview: Reduce the pages to scan for selections | Carlos Garcia Campos | 1 | -26/+58 |
2017-09-06 | libview: Remove unused rectangle selection mode | Carlos Garcia Campos | 3 | -65/+5 |
2017-09-06 | libview: Rework ev_view_accessible_get_selection | Antia Puentes | 3 | -19/+105 |
2017-09-06 | libview: do not redraw the whole view when caret cursor moves | Carlos Garcia Campos | 1 | -16/+33 |
2017-09-06 | libview: Update the cursor area after positioning the cursor when moving betw... | Carlos Garcia Campos | 1 | -0/+3 |
2017-09-06 | ev-view-accessible: Fix ev_view_accesssible_get_n_selections | Antia Puentes | 1 | -14/+5 |
2017-09-06 | ev-view-accessibl: Fix get_caret_offset when the caret navigation is enabled | Antia Puentes | 1 | -0/+10 |
2017-09-06 | libview: Use error bell and return early when moving between lines fails | Carlos Garcia Campos | 1 | -6/+11 |
2017-09-06 | libview: do not schedule a resize in ensure_rectangle_is_visible | Carlos Garcia Campos | 1 | -2/+0 |
2017-09-06 | libview: Stop the cursor blink when there are selections active | Carlos Garcia Campos | 1 | -1/+5 |
2017-09-06 | libview: Deprecate ev_view_scroll in favor of g_signal_emit_by_name | Carlos Garcia Campos | 1 | -0/+1 |
2017-09-06 | libview: Add more scroll key bindings to EvView | Carlos Garcia Campos | 1 | -0/+20 |
2017-09-06 | libview: Fix second parameter type of scroll signal for h, j, k and l bindings | Carlos Garcia Campos | 1 | -8/+12 |
2017-09-06 | libview: Use merge_selection_region passing NULL to clear the selections | Carlos Garcia Campos | 1 | -18/+6 |
2017-09-06 | ev-pixbuf-cache: Clear the selection region also when clearing the job selection | Carlos Garcia Campos | 1 | -0/+5 |
2017-09-06 | ev-pixbuf-cache: fix the condition for when a new selection is needed | Carlos Garcia Campos | 1 | -4/+4 |
2017-09-06 | ev-view-accessible: Rewrite get_run_attributes to return the text attributes ... | Antia Puentes | 1 | -13/+111 |
2017-09-06 | libview: Get text attributes from backend and save them in page cache | Antia Puentes | 5 | -8/+54 |
2017-09-06 | libview: Emit the AtkText text-caret-moved and text-selection-changed signals | Antia Puentes | 1 | -0/+23 |
2017-09-06 | libview: clear the selection when cursor is moved | Carlos Garcia Campos | 1 | -26/+75 |
2017-09-06 | libview: Do not show the caret cursor when there are active selections | Carlos Garcia Campos | 1 | -1/+2 |
2017-09-06 | libview: Return NULL instead of empty regions from the pixbuf cache | Carlos Garcia Campos | 2 | -5/+6 |