Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-08-28 | pdf: Add activation link for Fields that have it. | José Aliste | 1 | -2/+8 |
2017-08-28 | libview: Handle activation link of a Form Field if present | José Aliste | 1 | -0/+3 |
2017-08-28 | libdocument: Add activation_link to EvFormField struct | José Aliste | 2 | -0/+4 |
2017-08-25 | ev-properties-licence: don't use deprecated GtkAlignment | raveit65 | 1 | -7/+4 |
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 |
2017-08-24 | ev-mapping-list: make a boxed type | Cosimo Cecchi | 2 | -0/+49 |
2017-08-24 | libdocument: add missing transfer and element-type annotations | Cosimo Cecchi | 7 | -0/+70 |
2017-08-20 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 3 | -0/+57 |
2017-08-20 | avoid gdk_screen_get_primary_monitor/gdk_screen_get_monitor_scale_factor | ZenWalker | 5 | -15/+46 |
2017-08-20 | ev-document-misc.c: avoid deprecated gdk_screen_get_width/height_mm | ZenWalker | 1 | -0/+9 |
2017-08-20 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 4 | -9/+27 |
2017-08-20 | dvi: Mitigate command injection attacks by quoting filename | Tobias Mueller | 1 | -2/+4 |
2017-08-20 | mdvi-lib: Fix compilation warning (const-correctness) | Tobias Mueller | 1 | -1/+1 |
2017-08-19 | libmisc: set width chars for page label | raveit65 | 1 | -0/+6 |
2017-08-18 | libview: Scroll small pages in non-continuous mode | Marek Kasik | 1 | -14/+82 |
2017-08-18 | libview: Enable GDK_SMOOTH_SCROLL events for view | Xiao-Long Chen | 2 | -21/+52 |