Age | Commit message (Expand) | Author | Files | Lines |
2018-03-22 | libview: use css to draw the background of presentations | raveit65 | 1 | -0/+16 |
2018-03-22 | Move custom css to a file compiled as a gresource | Carlos Garcia Campos | 4 | -1/+38 |
2018-03-22 | shell: Use GResource for data files | Christian Persch | 7 | -27/+233 |
2018-03-22 | Use GtkOverlay to show the loading message | Carlos Garcia Campos | 4 | -6/+299 |
2018-03-21 | shell: Remove unused marshalers | Christian Persch | 2 | -12/+1 |
2018-03-21 | shell: Use GtkApplication to inhibit the screensaver | Christian Persch | 4 | -32/+36 |
2018-03-21 | shell: Port to GtkApplication | Christian Persch | 5 | -173/+177 |
2018-03-21 | shell: Use g_printerr instead of g_warning | Christian Persch | 1 | -3/+3 |
2018-03-21 | daemon: Port to GApplication | Christian Persch | 1 | -127/+171 |
2018-03-21 | daemon: Use gdbus-codegen for the org.mate.atril.Daemon interface | Christian Persch | 3 | -164/+185 |
2018-03-21 | shell: Use gdbus-codegen for the org.mate.atril.Window interface | Christian Persch | 2 | -148/+71 |
2018-03-21 | shell: Use gdbus-codegen for the org.mate.atril.Application interface | Christian Persch | 3 | -116/+140 |
2018-03-15 | shell: fix menu-accel for inverted colors | raveit65 | 1 | -1/+1 |
2018-03-15 | shell: add keypad accels for zoom_reset | raveit65 | 1 | -0/+2 |
2018-03-15 | Add zoom reset | Lars Mueller | 1 | -0/+27 |
2018-02-16 | avoid deprecated GtkStock | Pablo Barciela | 7 | -77/+81 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 9 | -92/+2 |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 |
2017-12-10 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -8/+3 |
2017-11-27 | shell: show caret navigation in menu | raveit65 | 1 | -0/+7 |
2017-11-27 | Some text fixes for caret message area | raveit65 | 1 | -2/+2 |
2017-11-22 | shell: remove view_actions_focus_out_cb | José Aliste | 1 | -12/+0 |
2017-11-22 | shell: Remove ev_window_set_view_accels_sensitivity | José Aliste | 1 | -36/+0 |
2017-11-22 | shell: forward accels to the focused widget | raveit65 | 1 | -36/+24 |
2017-11-22 | Use a global array for view accel action | raveit65 | 1 | -15/+23 |
2017-09-09 | shell: fix stock item for message area | raveit65 | 1 | -3/+3 |
2017-09-06 | Fix crashes of epub documents with caret-navigation | raveit65 | 1 | -0/+12 |
2017-09-06 | Store the caret cursor position in document metadata | Carlos Garcia Campos | 1 | -4/+45 |
2017-09-06 | shell: Enable/disable the caret navigation with F7 | Antia Puentes | 1 | -1/+96 |
2017-09-06 | ev-window: Use g_signal_emit_by name instead of ev_view_scroll | Carlos Garcia Campos | 1 | -15/+2 |
2017-09-06 | ev-window: Remove scroll accelerators | Carlos Garcia Campos | 1 | -19/+0 |
2017-09-05 | shell: disable ViewDualOddLeft in menus for epubs | raveit65 | 1 | -0/+6 |
2017-08-31 | Activate shortcut keys for dual and continuous layout | raveit65 | 1 | -2/+2 |
2017-08-31 | Add shortcut keys for fit-page and fit-width options | Carlos Garcia Campos | 1 | -2/+17 |
2017-08-31 | shell: Do not open single page pdfs in dual mode by default | Carlos Garcia Campos | 1 | -0/+3 |
2017-08-31 | Rename Fit Page Width as Fit Width | William Jon McCann | 1 | -15/+15 |
2017-08-31 | Rename Best Fit mode as Fit Page | William Jon McCann | 1 | -22/+22 |
2017-08-31 | Move dual page with odd pages left to the view menu | Carlos Garcia Campos | 1 | -5/+8 |
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 | 3 | -4/+22 |
2017-08-28 | Add an option to remove annotations to the view popup menu | raveit65 | 1 | -1/+20 |
2017-08-25 | ev-properties-licence: don't use deprecated GtkAlignment | raveit65 | 1 | -7/+4 |
2017-08-20 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 2 | -0/+46 |
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 | 1 | -2/+8 |
2017-08-15 | sidebar-thumbnails: fix unwanted move to start after fullscreen | Nelson Benitez Leon | 1 | -0/+20 |
2017-08-15 | sidebar-thumbnails: preload one extra visible range while scrolling | Nelson Benitez Leon | 1 | -0/+8 |
2017-08-15 | sidebar-thumbnails: keep thumbnails already rendered | Nelson Benitez Leon | 1 | -23/+12 |
2017-08-15 | sidebar-thumbnails: fix clunky scrolling | Nelson Benitez Leon | 1 | -0/+24 |
2017-08-15 | annotations-sidebar: Clean up the styling | raveit65 | 1 | -114/+86 |