Age | Commit message (Expand) | Author | Files | Lines |
2020-06-18 | Make synctex optional | Oz Tiram | 1 | -0/+5 |
2020-04-21 | ev-window: expand the comment on about dialog | rbuj | 1 | -5/+4 |
2020-04-14 | ev-window/epub-document: remove unused functions | Pablo Barciela | 1 | -14/+0 |
2020-02-24 | Use int64_t for g_date_time_to_unix even word size is 32-bit wide | rbuj | 1 | -1/+1 |
2020-01-31 | Fix year 2038 issue with signed 32-bit integers | rbuj | 1 | -18/+20 |
2020-01-10 | Update Copyright year | raveit65 | 1 | -1/+1 |
2019-11-11 | show SyncTeX version in about dialog | Pablo Barciela | 1 | -2/+2 |
2019-10-09 | Added accelerator 'o' for toggling Odd Pages Left. | A. Palsson | 1 | -1/+1 |
2019-09-10 | Added accelerator 't' for toggling visibility of the toolbar. | A. Palsson | 1 | -1/+1 |
2019-09-06 | remove -Wunused-but-set-variable warning | rbuj | 1 | -2/+1 |
2019-08-19 | shell: Use monitor instead of screen to determine window size | raveit65 | 1 | -5/+31 |
2019-08-16 | ev-window: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 |
2019-08-10 | shell: fix get_monitor_dpi when widget’s window is not realized | rbuj | 1 | -3/+7 |
2019-08-10 | DPI: compute monitor resolution or get screen resolution | rbuj | 1 | -12/+12 |
2019-08-05 | prevent segfaults when no document loaded | Reuben Green | 1 | -29/+29 |
2019-07-31 | ev-window: suppress GtkAction warnings | raveit65 | 1 | -4/+86 |
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 1 | -195/+195 |
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 |
2019-03-22 | Add documenters to translation resource | rbuj | 1 | -2/+2 |
2019-03-22 | Use program-name and title in gtk_show_about_dialog call | rbuj | 1 | -1/+2 |
2019-03-22 | Update copyright in about dialog | rbuj | 1 | -2/+2 |
2019-03-22 | Use g_strjoin to build license text in about dialog | rbuj | 1 | -5/+4 |
2019-02-18 | Read authors (updated) from atril.about gresource | rbuj | 1 | -21/+28 |
2019-02-14 | Update Documenters | rbuj | 1 | -1/+2 |
2019-01-21 | shell: remove duplicate condition check | monsta | 1 | -1/+0 |
2018-10-26 | shell: Save document to the same path it was opened from | Germán Poo-Caamaño | 1 | -11/+29 |
2018-09-27 | moveable (older spelling) -> movable | rbuj | 1 | -1/+1 |
2018-05-10 | shell: replace deprecated gtk_menu_popup function | raveit65 | 1 | -7/+4 |
2018-04-08 | disable StartPresentation action in fullscreen if document has no pages | monsta | 1 | -0/+1 |
2018-04-08 | disable ViewPresentation action if document has no pages | monsta | 1 | -1/+1 |
2018-03-26 | Disable view presentation if there is no document. | Lubos Koudelka | 1 | -0/+1 |
2018-03-22 | Move custom css to a file compiled as a gresource | Carlos Garcia Campos | 1 | -1/+33 |
2018-03-22 | shell: Use GResource for data files | Christian Persch | 1 | -16/+8 |
2018-03-22 | Use GtkOverlay to show the loading message | Carlos Garcia Campos | 1 | -6/+72 |
2018-03-21 | shell: Use GtkApplication to inhibit the screensaver | Christian Persch | 1 | -4/+36 |
2018-03-21 | shell: Port to GtkApplication | Christian Persch | 1 | -21/+5 |
2018-03-21 | shell: Use gdbus-codegen for the org.mate.atril.Window interface | Christian Persch | 1 | -148/+54 |
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 | 1 | -68/+68 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -15/+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 |