Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-09-06 | libview: Do not schedule a redraw when selecting all text | Carlos Garcia Campos | 1 | -1/+0 |
2017-09-06 | libview: Use prepend + reverse instead of append to create selections list | Carlos Garcia Campos | 2 | -8/+8 |
2017-09-06 | libview: Use GSlice to allocate EvViewSelection | Carlos Garcia Campos | 2 | -13/+10 |
2017-09-06 | libview: Text selection using the caret cursor. | Antia Puentes | 3 | -24/+77 |
2017-09-06 | libview: Update the caret cursor after selecting text with the mouse | Carlos Garcia Campos | 1 | -23/+29 |
2017-09-06 | libview: Take page border into account when computing selections | Carlos Garcia Campos | 1 | -2/+8 |
2017-09-06 | libview: Make sure the cursor blinks after moving it by a click | Carlos Garcia Campos | 1 | -0/+4 |
2017-09-06 | libview: merge get_caret_cursor_rect_from_offset and get_caret_cursor_area | Carlos Garcia Campos | 1 | -34/+22 |
2017-09-06 | libview: Notify about caret navigation errors using the error bell. | Antia Puentes | 1 | -0/+3 |
2017-09-06 | libview: Do not redraw after a click if cursor position hasn't changed | Carlos Garcia Campos | 1 | -1/+2 |
2017-09-06 | libview: Use GtkBindings for caret navigation | Carlos Garcia Campos | 3 | -47/+114 |
2017-09-06 | libview: Rename EvView::binding-activated signal as EvView::scroll | Carlos Garcia Campos | 3 | -40/+43 |
2017-09-06 | libview: Position the caret cursor by clicking | Antia Puentes | 1 | -0/+53 |
2017-09-06 | libview: Use EvPixbufCache to find selection region | Jason Crain | 1 | -15/+11 |
2017-09-06 | libview: Split ev_pixbuf_cache_get_selection_surface into two functions | Jason Crain | 3 | -36/+111 |
2017-09-06 | libview: Draw selection highlight from region | Jason Crain | 3 | -40/+81 |
2017-09-06 | libview: Fix the damage area used to redraw the caret cursor | Carlos Garcia Campos | 1 | -42/+40 |
2017-09-06 | libview: Actually update the page when moving the care from a different page | Carlos Garcia Campos | 1 | -22/+43 |
2017-09-06 | libview: Avoid to update the current page and scroll to the cursor position, ... | Antia Puentes | 2 | -106/+133 |
2017-09-06 | libview: Make caret cursor blink | Carlos Garcia Campos | 2 | -84/+255 |
2017-09-06 | libview: Use logical attributes instead text layout to move the caret cursor | Carlos Garcia Campos | 1 | -102/+77 |
2017-09-06 | libview: Add a way to get the text logical attributes from the page cache | Carlos Garcia Campos | 4 | -10/+73 |
2017-09-06 | libview: Initial implementation of caret navigation | Carlos Garcia Campos | 3 | -4/+462 |
2017-09-06 | libview: Refactor code for drawing page and selection surfaces | José Aliste | 1 | -43/+44 |
2017-08-31 | libview: only access the relevant page cache for the height request | Tobias Mueller | 1 | -4/+6 |
2017-08-31 | ev-view: Forward key events to the focused form field | Carlos Garcia Campos | 1 | -20/+32 |
2017-08-31 | libview: Don't update current_page to negative number | Germán Poo-Caamaño | 1 | -1/+2 |
2017-08-31 | libview: Make page layout a mode | William Jon McCann | 4 | -57/+201 |
2017-08-31 | libview: Add new zoom mode that optimizes for readability | William Jon McCann | 2 | -19/+101 |
2017-08-31 | Rename Best Fit mode as Fit Page | William Jon McCann | 2 | -22/+23 |
2017-08-31 | Move dual page with odd pages left to the view menu | Carlos Garcia Campos | 2 | -17/+2 |
2017-08-31 | libview: drop deprecated usage of gtk_container_set_resize_mode | raveit65 | 1 | -1/+0 |
2017-08-28 | Refreshing annotations' sidebar upon deletion | Giselle Machado | 2 | -0/+16 |
2017-08-28 | page-cache: Add flags parameter to ev_page_cache_mark_dirty() | Carlos Garcia Campos | 3 | -5/+28 |
2017-08-28 | libview: add ev_view_remove_annotation | Germán Poo-Caamaño | 2 | -0/+36 |
2017-08-28 | libview: Rename ev_view_set_focused_element and make it public | Joanmarie Diggs | 2 | -11/+15 |
2017-08-28 | Change the opacity of the annotation window | Giselle Machado | 1 | -0/+27 |
2017-08-28 | libview: Grab focus for form fields and links on mouse press | Antia Puentes | 2 | -144/+282 |
2017-08-28 | libview: Handle activation link of a Form Field if present | José Aliste | 1 | -0/+3 |
2017-08-25 | libview: : avoid deprecated gtk_adjustment_changed | raveit65 | 1 | -0/+2 |
2017-08-24 | ev-job-find: mark two methods as skip | Cosimo Cecchi | 2 | -0/+12 |
2017-08-24 | ev-jobs: have ev_job_failed_from_error shadow ev_job_failed | Cosimo Cecchi | 1 | -0/+7 |
2017-08-24 | libview: add missing transfer and element-type annotations | Cosimo Cecchi | 2 | -0/+17 |