summaryrefslogtreecommitdiff
path: root/libdocument/ev-attachment.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-31Fix year 2038 issue with signed 32-bit integersrbuj1-6/+6
GTime is defined to always be a signed 32-bit integer, it will overflow in the year 2038.
2019-08-16ev-attachment: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-07-01Remove trailing whitespacesLaurent Napias1-16/+16
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-17/+1
and require caja >= 1.17.1
2016-06-24GTK+-3: do not use gdk_app_launch_context_new()raveit651-0/+17
Use gdk_display_get_app_launch_context() instead. taken from: https://git.gnome.org/browse/evince/commit/?id=987f7d9
2015-04-04libdocument: Fix saving attachments when the name contains a pathJustin Willmert1-1/+4
Use the basename for the temp file template instead of using the attachment name directly. https://bugzilla.gnome.org/show_bug.cgi?id=679354 (cherry picked from commit ff8a330756f in Evince) Closes https://github.com/mate-desktop/atril/pull/131
2011-11-09renaming evince to atrilPerberos1-3/+3
2011-11-09inicialPerberos1-0/+439