Age | Commit message (Collapse) | Author | Files | Lines |
|
Just call the callback function directly as that's why
the signal was manually triggered in the first place.
taken from:
https://git.gnome.org/browse/eog/commit/?id=4c86268
|
|
|
|
taken from:
https://git.gnome.org/browse/eog/commit/?id=3de58ce
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/eog/commit/?id=a54b3a8
|
|
|
|
This reduce the width of the confirmation dialog
|
|
Change the size request of the encasing ScrolledWindow instead of the
TreeView itself. Otherwise the list would hardly show one row.
https://bugzilla.gnome.org/show_bug.cgi?id=679505
taken from:
https://git.gnome.org/browse/eog/commit/?id=46fb713
|
|
Now, the default paper orientation in print settings is based on image
dimensions.
https://bugzilla.gnome.org/show_bug.cgi?id=531898
taken from:
https://git.gnome.org/browse/eog/commit/?id=5aebb88
|
|
Use cairo's feature to simply attach the source file data to
the printing surface. This reduces the file size of the resulting
PDF file pretty much to the source file size.
https://bugzilla.gnome.org/show_bug.cgi?id=394260
taken from:
https://git.gnome.org/browse/eog/commit/?id=7029dfe
|
|
Do this if no thumbnail exists yet. Avoids displaying too large thumbs
for images that have yet to be thumbnailed, breaking the file open dialog.
https://bugzilla.gnome.org/show_bug.cgi?id=671944
taken from:
https://git.gnome.org/browse/eog/commit/?id=57116d5
|
|
Now that it is supported in EomScrollView there's no reason not
to allow setting an alpha value for the color.
taken from:
https://git.gnome.org/browse/eog/commit/?id=7d2cf4d
|
|
This allows passing the colors more or less directly to cairo
without having to convert it from and to the GdkColor format.
taken from:
https://git.gnome.org/browse/eog/commit/?id=823a4cd
|
|
The RGB values of black and white are known and thus can be set directly
without parsing them with GdkRGBA first.
taken from:
https://git.gnome.org/browse/eog/commit/?id=b06f858
|
|
|
|
|
|
|
|
|
|
https://git.gnome.org/browse/eog/commit/?id=04859efbcde4ae38f9f35818dc586a9088b09cb0
|
|
it stopped working at some point...
fixes https://github.com/mate-desktop/eom/issues/137
ported from:
https://git.gnome.org/browse/eog/commit/?id=7e32c42ef40a2fd19227b397913c063bd33f831b
|
|
|
|
ported from:
https://git.gnome.org/browse/eog/commit/?id=55036c6d55b06e82a480b559d59f5effae26399d
|
|
|
|
|
|
|
|
backported from eog with a few changes
upstream commits for reference:
https://git.gnome.org/browse/eog/commit/?id=1f79c321367c91c8e9063f1343a7e4ce4199c4d5
https://git.gnome.org/browse/eog/commit/?id=9afc5483b615039a580e295fe08d7b8ec524759c
https://git.gnome.org/browse/eog/commit/?id=40bedbf33812e65f4a8e79691b1fadfaace94035
https://git.gnome.org/browse/eog/commit/?id=8b0acfddc52c220393770a9895b6b56cab7821fd
https://git.gnome.org/browse/eog/commit/?id=95694f8b5f06b891a5e55356451ad60b53387563
https://git.gnome.org/browse/eog/commit/?id=7eeb6c8c0e55a3ad954cde4a6fed91ea7f89691c
|
|
|
|
|
|
|
|
as done in:
https://git.gnome.org/browse/eog/commit/?id=b099142374f277817e1f0c09c9ef743179184be1
|
|
they were just chaining up to parent and did nothing else
|
|
and require libmate-desktop >= 1.17
|
|
it requires PyGTK so won't even build with GTK+3
|
|
|
|
when "Transparent Parts" option is set to "As background", opening
prefs dialog gives a warning. this adds a line missing in commit fb511ab
to fix it
|
|
|
|
|
|
|
|
|
|
|
|
Adapted from https://git.gnome.org/browse/eog/commit/?id=3d1859e321b9dea27e49bab9626044f3f5835420
|
|
fixes (Issue #119)
|
|
|
|
|
|
from
https://git.gnome.org/browse/eog/commit/?id=3764db24f7d5e570b39894a05ba71a09012eea24
fixes https://github.com/mate-desktop/eom/issues/69
|
|
from
https://git.gnome.org/browse/eog/commit/?id=a33950c14d7b8da8e1c6289709022affb910be2a
|
|
Didn't work with GTK-3 and caused critical warnings when entering fullscreen mode.
Just removing the callback seems to be sufficient
as the toolbar's size request is set when entering fullscreen mode anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=653162
example warning:
(eom:10676): GLib-GObject-WARNING **: gsignal.c:2417: signal 'size_request' is invalid for instance '0x563599a10b00' of type 'GtkWindow'
taken from:
https://git.gnome.org/browse/eog/commit/?id=1cc2606
|
|
from
https://git.gnome.org/browse/eog/commit/?id=11f05ec911b4208faa8f00ecd9f4830ca39fcb25
|
|
it's the same issue as in gdk_cairo_set_source_pixbuf since the code
is apparently copied from there.
fix is taken from
https://git.gnome.org/browse/gtk+/commit?id=894b1ae76a32720f4bb3d39cf460402e3ce331d6
|