Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-09 | Added accelerator 'o' for toggling Odd Pages Left. | A. Palsson | 1 | -1/+1 | |
Fixes https://github.com/mate-desktop/atril/issues/365 | |||||
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 | |
ephy-zoom-control.c:274:20: warning: variable ‘tool_item_class’ set but not used [-Wunused-but-set-variable] 274 | GtkToolItemClass *tool_item_class; | ^~~~~~~~~~~~~~~ -- ev-window.c:1390:10: warning: variable ‘page’ set but not used [-Wunused-but-set-variable] 1390 | gint page, n_pages; | ^~~~ | |||||
2019-08-19 | shell: Use monitor instead of screen to determine window size | raveit65 | 1 | -5/+31 | |
replace {Width/Height}OfScreen which works only with X11 inspired from: https://gitlab.gnome.org/GNOME/evince/commit/40aa446 | |||||
2019-08-16 | ev-sidebar-bookmarks: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-08-16 | ev-history: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | ev-sidebar-layers: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | eggfindbar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | ev-sidebar-links: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-16 | ev-sidebar-thumbnails: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | ev-sidebar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | ev-sidebar-attachments: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | ev-sidebar-annotations: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | ev-progress-message-area: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-16 | ev-password-view: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-16 | ev-window: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-16 | ev-navigation-action: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | ev-file-monitor: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-16 | ev-message-area: 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 | |
See the issue report for a description of the bug. The root cause is dereferencing of NULL pointers, specifically the priv->document member of EvWindow structures when no document is loaded. This commit adds checks for a NULL value of priv->document at all the points in the file shell/ev-window.c where this pointer was previously dereferenced without being checked. Fixes 357 (https://github.com/mate-desktop/atril/issues/357) | |||||
2019-07-31 | sidebar-bookmarks: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-07-31 | ev-window: suppress GtkAction warnings | raveit65 | 1 | -4/+86 | |
2019-07-31 | ev-open-recent-action: suppress GtkAction warnings | raveit65 | 1 | -0/+4 | |
2019-07-31 | ev-navigation-action: suppress GtkAction warnings | raveit65 | 1 | -0/+10 | |
2019-07-31 | ev-bookmark-action: suppress GtkAction warnings | raveit65 | 1 | -0/+4 | |
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 33 | -396/+396 | |
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 | 4 | -21/+32 | |
2019-02-14 | Update Documenters | rbuj | 1 | -1/+2 | |
Update "Documented by" in About Atril dialog | |||||
2019-01-21 | message-area: set a11y object name from actual icon name | monsta | 1 | -5/+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 | |
When annotating or filling a form in a document, this must be saved as a different document as atril does not overwrite documents. The user can expect to store the modified file in the same place than the original document, except when the document lives in a temporary directory (e.g. downloaded automatically with a web browser), in whose case it must fallback to the Documents directory (if set) or the the home directory. Previously, atril assumed the latest directory used, or the place where an image or attachment was stored last. Such behaviour is confusing because the latest place opened might have no relation with the document modified. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=767611 Adapted from https://gitlab.gnome.org/GNOME/evince/commit/319a6d49 | |||||
2018-10-25 | Reduce the chattiness of atril daemon | Giovanni Campagna | 1 | -12/+13 | |
Use g_debug instead of g_printerr for debug warnings that happen during normal operation. This way messages are suppressed, unless the G_MESSAGES_DEBUG variable is set, and we avoid filling everyone's journal with repetitive debugging info. https://bugzilla.gnome.org/show_bug.cgi?id=723972 origin commit: https://gitlab.gnome.org/GNOME/evince/commit/707725e fixes https://github.com/mate-desktop/atril/issues/315 | |||||
2018-09-27 | moveable (older spelling) -> movable | rbuj | 1 | -1/+1 | |
2018-05-14 | ev-sidebar-bookmarks: use NULL instead of uninitialized variable | monsta | 1 | -2/+1 | |
follow-up to be5fadcdce164bf7b4cde5487dd0c8837a7efb9d | |||||
2018-05-10 | navigation-action-widget: replace deprecated gtk_menu_popup function | raveit65 | 1 | -53/+2 | |
2018-05-10 | shell: replace deprecated gtk_menu_popup function | raveit65 | 1 | -7/+4 | |
2018-05-10 | ev-sidebar-links: replace deprecated gtk_menu_popup function | raveit65 | 3 | -97/+3 | |
2018-05-10 | ev-sidebar-bookmarks: replace deprecated gtk_menu_popup function | raveit65 | 1 | -6/+2 | |
2018-05-10 | ev-sidebar: replace deprecated gtk_menu_popup function | raveit65 | 1 | -30/+10 | |
2018-04-08 | disable StartPresentation action in fullscreen if document has no pages | monsta | 1 | -0/+1 | |
this also disables it when no document is loaded | |||||
2018-04-08 | disable ViewPresentation action if document has no pages | monsta | 1 | -1/+1 | |
follow-up to 9c08159f6ce959f1aa0fc87da265854e9672365e - this action should be disabled when e.g. a truncated pdf is loaded | |||||
2018-04-05 | view: Fix page background rendering while loading | Carlos Garcia Campos | 1 | -0/+6 | |
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=38528f9 | |||||
2018-04-05 | view: Use a rendered frame instead of custom border | William Jon McCann | 1 | -0/+18 | |
So it can be styled with CSS. https://bugzilla.gnome.org/show_bug.cgi?id=653294 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=7a6b53a https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=4657961 |