Age | Commit message (Collapse) | Author | Files | Lines |
|
Also implement a warning message if unsupported transformations
are used to easier discover such cases in the future.
Eog bug http://bugzilla.gnome.org/show_bug.cgi?id=632290
Based on eog commit 5bb5a0bbbd8a47215828f30d97474d63dc979be4
From Felix Riemann <[email protected]>
|
|
The flip matrices were applied as if the source matrix were an
identity matrix instead of properly multiplicating them.
Based on eog commit f2a9be530668155e2a6ab31213f230b104f4832b
From Felix Riemann <[email protected]>
|
|
In fact this means all "special" files like sockets and device files.
This prevents lockups due to file I/O blocking here.
Eog bug http://bugzilla.gnome.org/show_bug.cgi?id=623271
Based on eog commit b417c57d846bfa83045de8d74ed35e96ef345e22
From Felix Riemann <[email protected]>
|
|
Eog bug reff http://bugzilla.gnome.org/show_bug.cgi?id=614634
Based on eog commit 35ea437d25c94cbd7c0c61c7a4c3094a239048d8
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit 50390e87fe4f14f3a68ca93b3048127c15244750
From Claudio Saavedra <[email protected]>
|
|
Based on oeg commit c1cc23e3c776c9b05b255c7127b4932d2d076b4e
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit 4f8def2160c053d910c15f53ace97ab7431c4bee
From Claudio Saavedra <[email protected]>
|
|
GList should always be prepended and reversed later.
Based on eog commit 6aff895cc42d08aca91657ab7bb85a99c2ea1899
From Claudio Saavedra <[email protected]>
|
|
Handle incoming smooth scroll events that are oviously caused by the scrollwheel just like legacy scroll
events.
Based on eog commit 22618a75bcf2a754f5fbe48b2d49c27b5e66ecd5
From Felix Riemann <[email protected]>
|
|
Based on eog commit 608ef5240e87c4d0e182e7748698e2c298ec00c8
From Felix Riemann <[email protected]>
|
|
Based on eog commit 8db7761ea28a9c214fe02dd4aca9c25166eded68
From Felix Riemann <[email protected]>
|
|
Based on eog commit e300daf3ad2743199cab0263d945e3bf732a05b3
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit f9ba7f06d73fcd901691e5fa375d87a3a9981cd6
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit 2be68aaee33e3e6732e512a22d9ee5b681e95cc5
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit 9e6f9ee6ea2c0ca4338445a55ff3c6175ca6f623
From Claudio Saavedra <[email protected]>
|
|
Basedon eog commit 793ede27dd4cd0aa73d5e84cc478641e25424f54
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit bb9d00011e07e9ad68b5e4968a2c1e68596c5684
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit 8654e7de549d8edf34c14f3f0a655d8773b1e433
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit f0410a55778e719da8f2b62f0e5060bb128f028e
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit 919929eea1d63380f773f9c0a339a32149e592ba
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit 648302091b5517b5da96c4277fbee8f13c125938
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit 889f275e38d0a7dcf062f5c63b8efaebaa1ca14f
From Claudio Saavedra <[email protected]>
|
|
Based on eog commit 4f432e981a956cd157ae3f190b9c7850a6f180d9
From Claudio Saavedra <[email protected]>
|
|
|
|
|
|
|
|
gtk_widget_hide_all is deprecated in gtk+2.24 for gtk_widget_hide.
|
|
|
|
Based on eog commit by Felix Riemann <[email protected]>
Url: https://git.gnome.org/browse/eog/commit/?id=b5f61d90d0478378cf7cf21bf5ade9eded0ae9f2
|
|
librsvg: Only inlcude rsvg.h and remove calls to rsvg_init
glib: Remove call to g_thread_init and use g_value_*_schar
|
|
|
|
|
|
|
|
Closes #20
https://github.com/mate-desktop/eom/issues/20
|
|
|
|
|
|
improve the GTK3 support
|
|
|
|
|
|
|
|
|
|
|
|
Closes #25
https://github.com/mate-desktop/mate-image-viewer/issues/25
See https://git.gnome.org/browse/eog/commit/?id=3c3a835
|
|
|
|
replace GDK_<keyname> with GDK_KEY_<keyname>
|
|
|
|
|
|
|
|
replace direct struct access with accessor functions
|
|
build with GSEAL_ENABLE
|