Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2019-07-31 | ev-bookmark-action: suppress GtkAction warnings | raveit65 | 1 | -0/+4 | |
2019-07-31 | ev-page-action: suppress GtkAction warnings | raveit65 | 1 | -0/+8 | |
2019-07-31 | egg-toolbar-editor: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-07-31 | egg-editable-toolbar: suppress GtkAction warnings | raveit65 | 1 | -0/+10 | |
2019-07-31 | egg-toolbar-editor{c/h}: tabs to spaces | raveit65 | 2 | -75/+75 | |
2019-07-31 | egg-editable-toolbar{c/h}: tabs to spaces | raveit65 | 2 | -232/+232 | |
2019-07-31 | ephy-zoom-action: suppress GtkAction warnings | raveit65 | 1 | -1/+8 | |
2019-07-29 | document: Replace deprecated gdk_color_equal | raveit65 | 1 | -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-27 | Fix buffer overflow in backend/tiff-document.c | lukefromdc | 1 | -6/+9 | |
Apply https://gitlab.gnome.org/GNOME/evince/commit/e02fe9170ad0ac2fd46c75329c4f1d4502d4a362 | |||||
2019-07-01 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+16 | |
2019-07-01 | tx: sync with transifex | raveit65 | 153 | -26045/+30823 | |
2019-07-01 | tx: update resource for transifex | raveit65 | 1 | -3/+3 | |
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 165 | -2351/+2351 | |
2019-07-01 | test: get focus on frame | Wu Xiaotian | 1 | -1/+1 | |
2019-07-01 | let test7.py can works | Wu Xiaotian | 1 | -9/+12 | |
2019-07-01 | force get focus on atril when testing | Wu Xiaotian | 4 | -0/+5 | |
2019-07-01 | migrate to python3 for test cases | Wu Xiaotian | 7 | -32/+53 | |