Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-08-28 | libdocument: Make ev_mapping_list_remove void | Carlos Garcia Campos | 2 | -3/+2 |
2017-08-28 | page-cache: Add flags parameter to ev_page_cache_mark_dirty() | Carlos Garcia Campos | 3 | -5/+28 |
2017-08-28 | pdf: Reset the annotation mapping when there are no more annotations | Giselle Machado | 1 | -0/+2 |
2017-08-28 | Add an option to remove annotations to the view popup menu | raveit65 | 2 | -1/+21 |
2017-08-28 | libview: add ev_view_remove_annotation | Germán Poo-Caamaño | 2 | -0/+36 |
2017-08-28 | pdf: Implement remove_annotation virtual func | Germán Poo-Caamaño | 1 | -0/+31 |
2017-08-28 | libdocument: add ev_mapping_list_remove | Germán Poo-Caamaño | 2 | -0/+21 |
2017-08-28 | libdocument: Add remove_annotation to DocumentAnnotations. | José Aliste | 2 | -1/+25 |
2017-08-28 | pdf: Make annotation names unique | Giselle Machado | 1 | -13/+14 |
2017-08-28 | pdf: Add support for adding other types of annotations | Giselle Machado | 1 | -9/+16 |
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 | Change color of annotation window | Giselle Machado | 1 | -1/+1 |
2017-08-28 | libview: Grab focus for form fields and links on mouse press | Antia Puentes | 2 | -144/+282 |
2017-08-28 | libdocument: Added ev_mapping_list_get | Antia Puentes | 2 | -8/+33 |