Age | Commit message (Expand) | Author | Files | Lines |
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 | shell: Enable/disable the caret navigation with F7 | Antia Puentes | 3 | -2/+101 |
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 | help: Remove references to removed selection mode | Carlos Garcia Campos | 2 | -7/+0 |
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 | ev-window: Use g_signal_emit_by name instead of ev_view_scroll | Carlos Garcia Campos | 1 | -15/+2 |
2017-09-06 | previewer: Remove scroll accelerators | Carlos Garcia Campos | 2 | -32/+0 |
2017-09-06 | ev-window: Remove scroll accelerators | Carlos Garcia Campos | 2 | -25/+0 |
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 | pdf: Implement ev_document_text_get_text_attrs() | Antia Puentes | 1 | -0/+53 |
2017-09-06 | libview: Get text attributes from backend and save them in page cache | Antia Puentes | 5 | -8/+54 |
2017-09-06 | libdocument: Add ev_document_text_get_text_attrs() | Antia Puentes | 2 | -1/+17 |
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 |
2017-09-06 | libview: Don't draw the caret cursor when the view is not focused | Carlos Garcia Campos | 1 | -1/+11 |
2017-09-06 | libview: Fix moving caret cursor between lines in multicolumn documents | Carlos Garcia Campos | 1 | -30/+47 |
2017-09-06 | libview: Pre-cache some prev/next pages to the current page range. | Antia Puentes | 1 | -22/+48 |
2017-09-06 | ev-pixbuf-cache: schedule prev or next jobs first depending on the scroll dir... | Carlos Garcia Campos | 1 | -14/+69 |
2017-09-06 | ev-pixbuf-cache: Schedule jobs to render previous pages in inverse order | Carlos Garcia Campos | 1 | -1/+1 |
2017-09-06 | libview: Added 'cursor-moved' signal to notify when the caret cursor | Antia Puentes | 1 | -0/+14 |
2017-09-06 | libview: Avoid unnecessary region copies when selecting text | Carlos Garcia Campos | 1 | -4/+4 |
2017-09-06 | libview: Use a larger damage area to redraw selections | Carlos Garcia Campos | 1 | -27/+25 |
2017-09-06 | libview: Don't queue a redraw when damaged region hasn't changed | Carlos Garcia Campos | 1 | -24/+26 |
2017-09-06 | libview: Invalidate union of old and new selection | Jason Crain | 1 | -4/+3 |
2017-09-06 | libview: Move the caret cursor when clicking outside a selection | Carlos Garcia Campos | 1 | -12/+23 |
2017-09-06 | libview: Remove unused in_selection member from SelectionInfo struct | Carlos Garcia Campos | 2 | -7/+2 |
2017-09-06 | libview: Keep the offset inside a line when moving the caret between lines | Antia Puentes | 2 | -1/+19 |
2017-09-06 | libview: Position the caret cursor at beginning/end of the line | Carlos Garcia Campos | 1 | -11/+37 |