Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-08-20 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+11 |
2017-08-20 | avoid gdk_screen_get_primary_monitor/gdk_screen_get_monitor_scale_factor | ZenWalker | 1 | -2/+12 |
2017-08-20 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 2 | -6/+14 |
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 |
2017-08-18 | libview: Ctrl+mouse wheel zoom should be pointer-centered, not window-centered | Clement Lefebvre | 2 | -3/+21 |
2017-08-18 | ev-view: Add pan gesture to switch page | Clement Lefebvre | 2 | -0/+80 |
2017-08-18 | ev-view: explicitly require a GtkScrolledWindow as the parent widget | Clement Lefebvre | 1 | -0/+11 |
2017-08-18 | ev-view: Add pinch/zoom gesture to handle document zooming | Clement Lefebvre | 3 | -10/+64 |
2017-08-14 | ev-annotation-window: Fix setting the color of the window border | JosephMcc | 1 | -16/+8 |
2017-08-14 | libview: fix annotation window focus change after creation | Nelson Benitez Leon | 1 | -9/+13 |
2017-08-14 | libview: Fix focus on ev_annotation_window | José Aliste | 1 | -21/+0 |
2017-08-14 | libview: Don't change the font color of the annotation window | Carlos Garcia Campos | 1 | -1/+0 |
2017-08-12 | fix runtime warnings caused by previous HDPI commit | raveit65 | 1 | -1/+1 |
2017-08-12 | Take monitor scale factor into account when calculating zoom. | Matthew Petroff | 1 | -1/+3 |
2017-08-12 | Add hi-dpi support for main view. | Matthew Petroff | 2 | -22/+74 |
2017-08-11 | libview: setting annotation window icons sizes | raveit65 | 1 | -16/+13 |
2017-08-11 | libview: save changes to a dropdown in an embedded form | raveit65 | 1 | -2/+2 |
2017-04-13 | build: require cairo >= 1.10.0 and drop some old code | monsta | 1 | -11/+0 |
2017-04-07 | ev-view: avoid deprecated gtk_drag_begin | raveit65 | 1 | -6/+10 |
2017-03-07 | ev-view-accessible: Fix some coding style issues | raveit65 | 1 | -23/+24 |
2017-03-07 | ev-view-accessible: Add helper function to get text before, at or after offset | raveit65 | 1 | -94/+68 |
2017-03-07 | libview: Make EvLinkAccessible implement AtkAction | raveit65 | 1 | -1/+53 |
2017-03-07 | libview: Implement AtkHypertext interface | raveit65 | 4 | -9/+450 |
2017-03-07 | ev-view: Inlcude ev-jobs in ev-view.h | raveit65 | 1 | -0/+1 |
2017-03-07 | ev-view-accessible: Use _ev_view_transform_doc_rect_to_view_rect() | raveit65 | 1 | -32/+22 |
2017-03-07 | ev-view-accessible: Use _ev_view_transform_view_point_to_doc_point() | raveit65 | 1 | -29/+21 |
2017-03-07 | libview: Rename EvView coordinate transformation functions | raveit65 | 2 | -60/+66 |
2017-03-07 | a11y: Do not use AtkFactory to create the EvViewAccessible | raveit65 | 4 | -159/+75 |
2017-02-20 | First page should not reloaded | nanxiongchao | 2 | -5/+6 |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 11 | -941/+17 |
2016-11-23 | fix indent a bit | monsta | 2 | -12/+12 |
2016-07-28 | add some missing contextual information for translators | monsta | 1 | -1/+3 |
2016-07-28 | libview: remove useless always-false condition | monsta | 1 | -4/+0 |
2016-07-22 | Split dual mode option into dual mode with odd and even pages on the left | raveit65 | 2 | -26/+22 |