Age | Commit message (Collapse) | Author | Files | Lines |
|
and require caja >= 1.17.1
|
|
|
|
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=8713e9adcd884d32d4d49e675a001bb26c590dcc
this metadata convert tool had been added to Evince back in 2009, and
I'm not sure it ever worked in Atril. time to drop it anyway.
|
|
|
|
|
|
temporary workaround for stupid segfaults - until we implement
proper thumbnailing in epub backend
|
|
more info at:
https://git.gnome.org/browse/evince/commit/?id=7850b986cf3225369170cdec545844b025bfd12e
|
|
more info at:
https://git.gnome.org/browse/evince/commit/?id=71b1323
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=364b340
|
|
|
|
no need for additional checks these days (and we actually already
use the same function in another file)
|
|
because of new case-sensitive search feature
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ported from:
https://git.gnome.org/browse/evince/commit/?id=544d9b4a73011c1e5a7b1d37b05a94f761d0dc03
|
|
from
https://git.gnome.org/browse/evince/commit/?id=ebb480a2359cf9ce88cafd7babb034d2387d849c
|
|
from
https://git.gnome.org/browse/evince/commit/?id=d5ab5564e1b2e99e4939a4fb5a683e9be814bcbe
|
|
from
https://git.gnome.org/browse/evince/commit/?id=c648cb2aa38c5004fc091d0067d63aa3beee748f
|
|
|
|
|
|
adapted from:
https://git.gnome.org/browse/evince/commit/?id=00acd7274797fe3576be92f21faa32fd8692c95d
|
|
|
|
The can't be set at the same time, but they can be both unset.
taken from:
https://git.gnome.org/browse/evince/commit/?id=39106f4
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=a8d6329
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=fff0e69
|
|
It uses caja-sendto to allow you to send the current document by
email, to a removable device, etc. If caja-sendto command is not
present in path, the menu item is hidden.
https://bugzilla.gnome.org/show_bug.cgi?id=569913
Taken from:
https://git.gnome.org/browse/evince/commit/?id=c9ce578
|
|
and add spawn and dbus support for named destinations
taken from:
https://git.gnome.org/browse/evince/commit/?id=a90e764
https://git.gnome.org/browse/evince/commit/?id=26c0109
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=f9a8e04
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=3f85a30
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=2059456
https://git.gnome.org/browse/evince/commit/?id=00b5e55
|
|
Use g_type_ensure() instead of the volatile GType hack.
taken from:
https://git.gnome.org/browse/evince/commit/?id=bba4526
|
|
g-ir-scanner will emit a warning otherwise.
https://bugzilla.gnome.org/show_bug.cgi?id=691354
taken from:
https://git.gnome.org/browse/evince/commit/?id=8ee8b7e
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=bbaeca0
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=f688561
|
|
After the last gtk+ update, the warning:
"Gtk-Message: GtkDialog mapped without a transient
parent. This is discouraged."
was shown whenever the annotation properties
dialog was opened. The commit fixes this issue by
setting this dialog transient for the main window.
As a plus, the dialog is now shown always on the
center of the main window.
https://bugzilla.gnome.org/show_bug.cgi?id=732114
taken from:
https://git.gnome.org/browse/evince/commit/?id=9533c68
|
|
Add dummy handling of the GDK_SCROLL_SMOOTH direction.
taken from:
https://git.gnome.org/browse/evince/commit/?id=231445d
|
|
enabled
Using GI_SCANNER_DEBUG=save-temps, the temporal files remained.
It has been suggested that calling gtk_style_context_add_provider_for_screen()
should, inside a g_once_init(), be in the class's _init() (not class_init()) hook.
https://bugzilla.gnome.org/show_bug.cgi?id=726812
taken from:
https://git.gnome.org/browse/evince/commit/?id=a203fc1
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=4657961
|
|
|
|
And share the style we use for other content views.
https://bugzilla.gnome.org/show_bug.cgi?id=653294
taken from:
https://git.gnome.org/browse/evince/commit/?id=a56186e
call gtk_style_context_set_background()
Even if we now render a background in _draw() with gtk_render_background,
using gtk_style_context_set_background() in realize
makes the backing GdkWindow not being completely transparent,
which enables GTK to apply optimizations during the paint cycle.
The result is, especially in clutter-gtk applications such as Documents,
scrolling in a document page is much smoother.
taken from:
https://git.gnome.org/browse/evince/commit/?id=1785924
|