Age | Commit message (Collapse) | Author | Files | Lines |
|
http://bugzilla.gnome.org/show_bug.cgi?id=612298
taken from:
https://git.gnome.org/browse/evince/commit/?id=dfbd28dfd9d790b5a3f39890f66a2da9a0d1c759
|
|
https://git.gnome.org/browse/evince/commit/?id=3fee54a
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=667258
taken from:
https://git.gnome.org/browse/evince/commit/?id=d397c6d
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=653910
taken from:
https://git.gnome.org/browse/evince/commit/?id=0d6afe8
|
|
Added a dual_even_left flag to EvView. When this flag is false, odd
pages appear left instead of even ones.
All the logic has been added to get_dual_even_left(). The patch is a bit
more involved because build_height_to_page() was computing
dual_even_left directly instead of calling get_dual_even_left(). Rather
than implementing the logic twice, we replaced its EvDocument argument
by its enclosing EvView in order to be able to call get_dual_even_left()
directly. This function was renamed into
ev_view_build_height_to_page_cache() to reflect it is now a view method.
See http://bugzilla.gnome.org/show_bug.cgi?id=444587
taken from:
https://git.gnome.org/browse/evince/commit/?id=f065e36
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=1346a98
|
|
This prevents a critical warning when opening a
document that was rotated in a previous Evince session.
taken from:
https://git.gnome.org/browse/evince/commit/?id=1b5cf70
|
|
This allows tiff documents with different XRESOLUTION and
YRESOLUTION to rotate correctly.
taken from:
https://git.gnome.org/browse/evince/commit/?id=67700e0
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=0981802
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=3b0edf9
|
|
gtk_widget_get_pointer()
|
|
|
|
Use gdk_display_get_app_launch_context() instead.
taken from:
https://git.gnome.org/browse/evince/commit/?id=987f7d9
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=635705
taken from:
https://git.gnome.org/browse/evince/commit/?id=a1a164b
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=635705
taken from:
https://git.gnome.org/browse/evince/commit/?id=0ac0898
|
|
Pointed out by Lucas Stadler.
https://bugzilla.gnome.org/show_bug.cgi?id=635705
taken from:
https://git.gnome.org/browse/evince/commit/?id=bc655e5
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=c839e45
|
|
So that introspected bindings can call into this method.
https://bugzilla.gnome.org/show_bug.cgi?id=662720
taken from:
https://git.gnome.org/browse/evince/commit/?id=a6b50f1
|
|
follow:
https://git.gnome.org/browse/evince/commit/?id=6f070cf
|
|
The use of ngettext is adviced even if the singular form is not used
as languages other than english may have more than one plural form.
taken from:
https://git.gnome.org/browse/evince/commit/?id=29a368d
|
|
partial taken from
https://git.gnome.org/browse/evince/commit/?id=8c45255
Note: for some reasons parts of this commit was already applied
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=c8ce06b
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=da8f31e
|
|
|
|
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=0708338
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=d0faf92
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=8262397
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=6179f51
|
|
and add missing files from gnome git for better sync to higher version
Fixes bug 651263.https://bugzilla.gnome.org/show_bug.cgi?id=651263
Taken from:
https://git.gnome.org/browse/evince/commit/?id=05a78e3
|
|
|
|
|
|
versions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=642683
inspired from:
https://git.gnome.org/browse/evince/commit/?id=392d8e3
https://git.gnome.org/browse/evince/commit/?id=e656398
|
|
Metadata won't be saved in those cases, but default settings will
applied.
https://bugzilla.gnome.org/show_bug.cgi?id=680145
taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=6d25b93
|
|
Remember the folder last used to open or save a document, attachment
or image.
taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&id=f6137df22503d88a76cc69f622919ec7bd3582d7
shell: Fix potential read-after-free in gsettings use
It's not valid to use '&' with g_settings_get().
https://bugzilla.gnome.org/show_bug.cgi?id=723737
taken from:
https://git.gnome.org/browse/evince/commit/?id=41ce0e1
ev-window: Don't crash when trying to save a copy
We can not free both folder_uri and parent_uri. If parent_uri is
non-NULL then it will point to the same location as folder_uri.
Also, parent_uri is now unused so we can just remove it.
https://bugzilla.gnome.org/show_bug.cgi?id=727536
taken from:
https://git.gnome.org/browse/evince/commit/?id=3850ff5
|