Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-30 | port plugin system to libpeas | monsta | 1 | -1/+4 | |
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 | |||||
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -32/+6 | |
and require libmate-desktop >= 1.17 | |||||
2016-11-21 | drop Python plugins support and --enable-python build option | monsta | 1 | -114/+0 | |
it requires PyGTK so won't even build with GTK+3 | |||||
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -2/+2 | |
2016-09-07 | release 1.15.1v1.15.1 | raveit65 | 1 | -1/+1 | |
2016-06-08 | release 1.15.0v1.15.0 | raveit65 | 1 | -2/+2 | |
2016-05-21 | update to 1.14.1 releasev1.14.1 | raveit65 | 1 | -1/+1 | |
2016-04-06 | release 1.14.0 | raveit65 | 1 | -2/+2 | |
2016-02-21 | release 1.13.1v1.13.1 | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 1 | -2/+2 | |
2015-12-13 | fix GTK+3 build when --without-cms is set | Monsta | 1 | -2/+6 | |
fixes https://github.com/mate-desktop/eom/issues/111 - thanks to @oleid | |||||
2015-12-13 | configure.ac: Drop unneeded check for Sunkeysym header | Monsta | 1 | -6/+0 | |
from https://git.gnome.org/browse/eog/commit?id=4d438b259fa73c9bd8c8e081c75a273b4e0b3f01 | |||||
2015-12-12 | Fix compilation with enabled GObject Introspection | Sorokin Alexei | 1 | -0/+2 | |
2015-12-07 | Bump version to 1.12.1 | monsta | 1 | -1/+1 | |
2015-12-03 | remove ancient workaround for non-threadsafe pixbuf loaders | monsta | 1 | -1/+1 | |
from https://git.gnome.org/browse/eog/commit/?id=a9c9d81405e31443ab51713f6a0712f9bb10e11b | |||||
2015-11-02 | release 1.12.0v1.12.0eom-1.12.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 1 | -2/+2 | |
2015-10-06 | fix gtk3 build | raveit65 | 1 | -1/+0 | |
eom.css was not created by make dist | |||||
2015-10-05 | Bump version to 1.10.4eom-1.10.4 | monsta | 1 | -1/+1 | |
2015-10-01 | configure.ac: fix indent a bit | Monsta | 1 | -1/+1 | |
2015-09-30 | drop dependency to mate-icon-theme | raveit65 | 1 | -3/+1 | |
The dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme. The dependency was added to eog in 2006 to be shure that stock_print-setup for for the "Page setup" is available, and droped in 2014. | |||||
2015-09-06 | Bump GLib/GIO version and define max/min version of GLib | raveit65 | 1 | -2/+8 | |
2015-09-06 | Gtk3 thumbview: Replace deprecated GtkRCStyle usage with a GtkCssProvider | raveit65 | 1 | -0/+1 | |
Makes EomThumbNav's scrollbar style similar to gtk2 version inspired from: https://git.gnome.org/browse/eog/commit/?id=4c93c41 | |||||
2015-08-31 | configure.ac: drop obsolete macro | monsta | 1 | -1/+0 | |
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example. | |||||
2015-08-05 | Remove AC_CHECK_HEADER for libexif | infirit | 1 | -3/+0 | |
If pkg-config succeeds headers should be available, fixes #95 | |||||
2015-07-14 | Bump version to 1.10.3eom-1.10.3 | Monsta | 1 | -1/+1 | |
2015-06-17 | Bump version to 1.10.2eom-1.10.2 | Martin Wimpress | 1 | -1/+1 | |
2015-06-15 | fixes for gschema translation | Monsta | 1 | -1/+2 | |
taken from https://git.gnome.org/browse/eog/commit/?id=8f83ae4397bf7a477a154e5712b799fa43c60187 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header) - removed obsolete lines from po/POTFILES.skip | |||||
2015-06-12 | Bump version to 1.10.1eom-1.10.1 | Stefano Karapetsas | 1 | -1/+1 | |
2015-06-11 | Merge pull request #70 from rezso/master | Martin Wimpress | 1 | -1/+1 | |
Add libutil to PYTHON_LIBS | |||||
2015-05-05 | Bump version to 1.10.0eom-1.10.0 | Stefano Karapetsas | 1 | -2/+2 | |
2015-04-07 | Add libutil to PYTHON_LIBS | rezso | 1 | -1/+1 | |
to prevent possible "undefined reference to `forkpty'" and "undefined reference to `openpty'" linker errors | |||||
2015-04-05 | Bump version to 1.9.90eom-1.9.90 | Stefano Karapetsas | 1 | -1/+1 | |
2014-09-24 | Use MateAboutDialog | Stefano Karapetsas | 1 | -1/+1 | |
2014-07-28 | Add "Edit Image" toolbar button | infirit | 1 | -0/+1 | |
Add a conditionally-enabled "Edit Image" toolbar button. The toolbar is only enabled if a specific image editor is specified in GSettings. Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=609958 Based on eog commit b5e6b7d31181ab87f788921f751a6550bddb5bcf From Ryan Lortie <[email protected]> | |||||
2014-07-28 | Add the necessary machinery to generate the introspection data from eom | infirit | 1 | -0/+11 | |
Annotations are still missing, but this provides enough for basic introspection usage Based on eog commit b316c9e0b30a8c6d67feb8f21a20268e18c8cc3d From Claudio Saavedra <[email protected]> | |||||
2014-07-24 | Bump librsvg minimum version to 2.36.2 | infirit | 1 | -1/+1 | |
We removed rsvg_init and cleaned the includes but no bumped the min version. | |||||
2014-07-24 | Use correct api version for GDK | infirit | 1 | -1/+1 | |
2014-06-23 | Add warning when librsvg is not found/used and add it to she summary | infirit | 1 | -0/+3 | |
Make it more clear for packagers that scaling will not work for svg files. See https://github.com/mate-desktop/eom/issues/52 | |||||
2014-05-01 | Bump version to 1.9.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-03-01 | Bump version to 1.8.0eom-1.8.0 | Stefano Karapetsas | 1 | -2/+2 | |
2014-02-19 | Bump version to 1.7.90 + add check-newseom-1.7.90 | infirit | 1 | -2/+2 | |
2014-02-10 | Fix pkgconfig not finding GTK_API_VERSION | infirit | 1 | -0/+1 | |
2014-01-25 | Bump version to 1.7.0 | Stefano Karapetsas | 1 | -2/+2 | |
2013-11-30 | improve the GTK3 support | Elias Aebi | 1 | -2/+3 | |
2013-11-09 | Show GTK version in configure summary | Stefano Karapetsas | 1 | -0/+1 | |
2013-10-17 | renaming to eom | raveit65 | 1 | -1/+1 | |
2013-10-17 | make autofoo happy | infirit | 1 | -0/+1 | |
2013-10-17 | gtk3: remove gtk_required which is now in case | infirit | 1 | -2/+0 | |
2013-10-17 | Add GTK3 support in configure.ac | Laszlo Boros | 1 | -1/+21 | |