summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Collapse)AuthorFilesLines
2020-04-14ev-window/epub-document: remove unused functionsPablo Barciela1-14/+0
Fixes the build warnings: ev-window.c:6379:1: warning: function 'menubar_deactivate_cb' is not needed and will not be emitted [-Wunneeded-internal-declaration] menubar_deactivate_cb (GtkWidget *menubar, ^ epub-document.c:946:1: warning: function 'check_add_page_numbers' is not needed and will not be emitted [-Wunneeded-internal-declaration] check_add_page_numbers(linknode *listdata, contentListNode *comparenode) ^
2020-02-28Update authorsrbuj1-1/+1
2020-02-24Use int64_t for g_date_time_to_unix even word size is 32-bit widerbuj1-1/+1
2020-01-31Fix year 2038 issue with signed 32-bit integersrbuj1-18/+20
GTime is defined to always be a signed 32-bit integer, it will overflow in the year 2038.
2020-01-19Revert "Fix memory leak in ev_sidebar_thumbnails_document_changed_cb()"raveit651-8/+4
This reverts commit bb8194a94310dae72bcbd745cd7f0f93e8d6fad1. Commit cases a warning when closing atril window, see https://github.com/mate-desktop/atril/pull/431#issuecomment-576002680 for more info
2020-01-15Fix memory leak inEric R. Schulz1-4/+8
ev_sidebar_thumbnails_document_changed_cb() Clear the loading icon hash table if it already exists. https://bugzilla.gnome.org/show_bug.cgi?id=770070 origin commit: https://gitlab.gnome.org/GNOME/evince/commit/702c7c6
2020-01-10Update Copyright yearraveit651-1/+1
2019-11-28avoid redundant redeclarationsPablo Barciela5-12/+0
2019-11-11show SyncTeX version in about dialogPablo Barciela1-2/+2
2019-10-09Added accelerator 'o' for toggling Odd Pages Left.A. Palsson1-1/+1
Fixes https://github.com/mate-desktop/atril/issues/365
2019-09-10Added accelerator 't' for toggling visibility of the toolbar.A. Palsson1-1/+1
2019-09-06remove -Wunused-but-set-variable warningrbuj1-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-19shell: Use monitor instead of screen to determine window sizeraveit651-5/+31
replace {Width/Height}OfScreen which works only with X11 inspired from: https://gitlab.gnome.org/GNOME/evince/commit/40aa446
2019-08-16ev-sidebar-bookmarks: avoid 'g_type_class_add_private'Pablo Barciela1-5/+2
2019-08-16ev-history: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16ev-sidebar-layers: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16eggfindbar: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16ev-sidebar-links: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-sidebar-thumbnails: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16ev-sidebar: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16ev-sidebar-attachments: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16ev-sidebar-annotations: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16ev-progress-message-area: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-password-view: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-window: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-navigation-action: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16ev-file-monitor: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-message-area: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-10shell: fix get_monitor_dpi when widget’s window is not realizedrbuj1-3/+7
2019-08-10DPI: compute monitor resolution or get screen resolutionrbuj1-12/+12
2019-08-05prevent segfaults when no document loadedReuben Green1-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-31sidebar-bookmarks: suppress GtkAction warningsraveit651-0/+2
2019-07-31ev-window: suppress GtkAction warningsraveit651-4/+86
2019-07-31ev-open-recent-action: suppress GtkAction warningsraveit651-0/+4
2019-07-31ev-navigation-action: suppress GtkAction warningsraveit651-0/+10
2019-07-31ev-bookmark-action: suppress GtkAction warningsraveit651-0/+4
2019-07-01Remove trailing whitespacesLaurent Napias33-396/+396
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-03-22Add documenters to translation resourcerbuj1-2/+2
2019-03-22Use program-name and title in gtk_show_about_dialog callrbuj1-1/+2
2019-03-22Update copyright in about dialogrbuj1-2/+2
2019-03-22Use g_strjoin to build license text in about dialogrbuj1-5/+4
2019-02-18Read authors (updated) from atril.about gresourcerbuj4-21/+32
2019-02-14Update Documentersrbuj1-1/+2
Update "Documented by" in About Atril dialog
2019-01-21message-area: set a11y object name from actual icon namemonsta1-5/+2
2019-01-21shell: remove duplicate condition checkmonsta1-1/+0
2018-10-26shell: Save document to the same path it was opened fromGermán Poo-Caamaño1-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-25Reduce the chattiness of atril daemonGiovanni Campagna1-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-27moveable (older spelling) -> movablerbuj1-1/+1
2018-05-14ev-sidebar-bookmarks: use NULL instead of uninitialized variablemonsta1-2/+1
follow-up to be5fadcdce164bf7b4cde5487dd0c8837a7efb9d