Age | Commit message (Expand) | Author | Files | Lines |
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-09-06 | bump version | raveit65 | 2 | -1/+3 |
2017-09-06 | release 1.19.3v1.19.3 | raveit65 | 1 | -0/+15 |
2017-09-06 | sync with transifex | raveit65 | 104 | -21721/+21726 |
2017-09-05 | shell: disable ViewDualOddLeft in menus for epubs | raveit65 | 1 | -0/+6 |
2017-08-31 | libview: only access the relevant page cache for the height request | Tobias Mueller | 1 | -4/+6 |
2017-08-31 | Activate shortcut keys for dual and continuous layout | raveit65 | 1 | -2/+2 |
2017-08-31 | ev-view: Forward key events to the focused form field | Carlos Garcia Campos | 1 | -20/+32 |
2017-08-31 | Add shortcut keys for fit-page and fit-width options | Carlos Garcia Campos | 2 | -2/+19 |
2017-08-31 | shell: Do not open single page pdfs in dual mode by default | Carlos Garcia Campos | 1 | -0/+3 |
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 Fit Page Width as Fit Width | William Jon McCann | 6 | -26/+26 |
2017-08-31 | Rename Best Fit mode as Fit Page | William Jon McCann | 10 | -59/+60 |
2017-08-31 | Move dual page with odd pages left to the view menu | Carlos Garcia Campos | 3 | -22/+10 |
2017-08-31 | pre-bump version | raveit65 | 2 | -1/+3 |
2017-08-31 | libview: drop deprecated usage of gtk_container_set_resize_mode | raveit65 | 1 | -1/+0 |
2017-08-29 | release 1.19.2v1.19.2 | raveit65 | 2 | -1/+44 |
2017-08-29 | sync with transifex | raveit65 | 8 | -26/+28 |
2017-08-28 | shell: Check if doc implements Annotations interface before cast | José Aliste | 1 | -2/+4 |
2017-08-28 | Refreshing annotations' sidebar upon deletion | Giselle Machado | 5 | -4/+38 |