Age | Commit message (Expand) | Author | Files | Lines |
2018-10-20 | EvView: Fix cursor movement when logical and visual line order differs | Colomban Wendling | 1 | -0/+10 |
2018-05-10 | libview: replace deprecated gdk_flush | raveit65 | 1 | -2/+4 |
2018-04-05 | view: Fix page background rendering while loading | Carlos Garcia Campos | 1 | -0/+4 |
2018-04-05 | view: Use a rendered frame instead of custom border | William Jon McCann | 1 | -27/+37 |
2018-04-04 | libview: drop deprecated unneeded code | raveit65 | 1 | -3/+0 |
2018-03-26 | EvView: render correctly on hi-dpi displays | Owen W. Taylor | 1 | -5/+18 |
2018-03-22 | libview: Check number of pages when processing button events | Marek Kasik | 1 | -1/+1 |
2018-03-22 | libview: Check number of pages on ev_view_document_changed_cb | Germán Poo-Caamaño | 1 | -2/+5 |
2018-03-22 | Use GtkOverlay to show the loading message | Carlos Garcia Campos | 1 | -99/+31 |
2018-03-19 | Save/restore context when getting colors for a different state | raveit65 | 1 | -0/+7 |
2018-03-15 | Add zoom reset | Lars Mueller | 1 | -0/+7 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -22/+0 |
2018-01-02 | Revert "libview: Update the current page also when pending scroll is to find ... | raveit65 | 1 | -2/+1 |
2017-12-10 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -7/+4 |
2017-11-27 | Expose form fields as AtkObject children of the page | Joanmarie Diggs | 1 | -4/+4 |
2017-11-27 | libview: Update the caret cursor when jumping to a find result | Joanmarie Diggs | 1 | -0/+3 |
2017-11-27 | libview: Update ATK_STATE_SHOWING when the visible page range changes | Joanmarie Diggs | 1 | -0/+4 |
2017-11-27 | libview: Fix shift+click text selection | Joanmarie Diggs | 1 | -7/+16 |
2017-11-27 | libview: Fix some broken aspects EvViewAccessible text support | Joanmarie Diggs | 1 | -0/+14 |
2017-11-27 | view: set_caret_cursor_position should emit "cursor-moved" if applies | Alejandro Piñeiro | 1 | -0/+3 |
2017-11-27 | ev-view-accessible: Clear the cached data when the current page | Antia Puentes | 1 | -0/+4 |
2017-09-06 | libview: Add ev_view_set_caret_cursor_position | Carlos Garcia Campos | 1 | -0/+18 |
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 | 1 | -0/+15 |
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 | 1 | -59/+5 |
2017-09-06 | libview: Rework ev_view_accessible_get_selection | Antia Puentes | 1 | -7/+22 |
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 | 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: 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 | libview: Get text attributes from backend and save them in page cache | Antia Puentes | 1 | -1/+2 |
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 | 1 | -3/+2 |
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: 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 |