summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-08-16egg-toolbars-model: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16ev-link-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-08-16ev-timeline: avoid 'g_type_class_add_private'Pablo Barciela1-41/+38
2019-08-16ev-form-field-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-08-16ev-image-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-08-16ev-transition-animation: avoid 'g_type_class_add_private'Pablo Barciela1-40/+37
2019-08-16ev-page-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-08-16ev-view-accessible: avoid 'g_type_class_add_private'Pablo Barciela1-5/+3
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 resolutionrbuj6-43/+50
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-08-02Merge pull request #391 from mate-desktop/annotation-deprecatelukefromdc1-2/+5
document: Replace deprecated gdk_color_equal
2019-08-01require GLib 2.54.0monsta1-1/+1
that's where glib-genmarshal got --prototypes option
2019-08-01Fix build warning on marshallingraveit652-2/+2
Replace deprecated --header --body options inspired by: https://gitlab.gnome.org/GNOME/evince/commit/f6952c2
2019-07-31[CI] debian: show all deprecation warningsraveit651-0/+6
2019-07-31previewer-window: suppress GtkAction warningsraveit651-0/+18
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-31ev-page-action: suppress GtkAction warningsraveit651-0/+8
2019-07-31egg-toolbar-editor: suppress GtkAction warningsraveit651-0/+2
2019-07-31egg-editable-toolbar: suppress GtkAction warningsraveit651-0/+10
2019-07-31egg-toolbar-editor{c/h}: tabs to spacesraveit652-75/+75
2019-07-31egg-editable-toolbar{c/h}: tabs to spacesraveit652-232/+232
2019-07-31ephy-zoom-action: suppress GtkAction warningsraveit651-1/+8
2019-07-29document: Replace deprecated gdk_color_equalraveit651-2/+5
gdk_color_equal is simple enough to replace it with code inline taken from: https://gitlab.gnome.org/GNOME/evince/commit/1944b86
2019-07-27Fix buffer overflow in backend/tiff-document.clukefromdc1-6/+9
Apply https://gitlab.gnome.org/GNOME/evince/commit/e02fe9170ad0ac2fd46c75329c4f1d4502d4a362
2019-07-01release 1.23.0v1.23.0raveit651-0/+16
2019-07-01tx: sync with transifexraveit65153-26045/+30823
2019-07-01tx: update resource for transifexraveit651-3/+3
2019-07-01Remove trailing whitespacesLaurent Napias165-2351/+2351
2019-07-01test: get focus on frameWu Xiaotian1-1/+1
2019-07-01let test7.py can worksWu Xiaotian1-9/+12