Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-21 | ev-view: Remove unused variables and assignment | rbuj | 1 | -3/+0 | |
2019-08-20 | ev-page-action: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | tiff: Handle failure from TIFFReadRGBAImageOriented | Victor Kareh | 1 | -9/+17 | |
The TIFFReadRGBAImageOriented function returns zero if it was unable to read the image. Return NULL in this case instead of displaying uninitialized memory. This addresses CVE-2019-11459 upstream commit: https://gitlab.gnome.org/GNOME/evince/commit/234f034a4 | |||||
2019-08-19 | view-presentation: Use monitor instead of screen | raveit65 | 1 | -4/+30 | |
to determine window size. Replace {Width/Hight}OfScreen which works only with X11 | |||||
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-link: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-16 | ev-document: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | ev-link-action: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-16 | ev-attachment: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-16 | ev-image: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-16 | ev-layer: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-08-16 | ev-link-dest: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-16 | ev-transition-effect: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+4 | |
2019-08-16 | egg-editable-toolbar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | egg-toolbar-editor: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | egg-toolbars-model: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-16 | ev-link-accessible: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 | |
2019-08-16 | ev-timeline: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -41/+38 | |
2019-08-16 | ev-form-field-accessible: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 | |
2019-08-16 | ev-image-accessible: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 | |
2019-08-16 | ev-transition-animation: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -40/+37 | |
2019-08-16 | ev-page-accessible: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 | |
2019-08-16 | ev-view-accessible: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+3 | |
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 | 6 | -43/+50 | |
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-08-02 | Merge pull request #391 from mate-desktop/annotation-deprecate | lukefromdc | 1 | -2/+5 | |
document: Replace deprecated gdk_color_equal | |||||
2019-08-01 | require GLib 2.54.0 | monsta | 1 | -1/+1 | |
that's where glib-genmarshal got --prototypes option | |||||
2019-08-01 | Fix build warning on marshalling | raveit65 | 2 | -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 warnings | raveit65 | 1 | -0/+6 | |
2019-07-31 | previewer-window: suppress GtkAction warnings | raveit65 | 1 | -0/+18 | |
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 | |