Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2013-09-26 | Migration to lcms2 | Stefano Karapetsas | 1 | -2/+2 | |
Closes #25 https://github.com/mate-desktop/mate-image-viewer/issues/25 See https://git.gnome.org/browse/eog/commit/?id=3c3a835 | |||||
2013-09-16 | correct python libdir to avoid configure warnings for x86_64 | Wolfgang Ulbrich | 1 | -1/+1 | |
DEBUG: checking whether Python support is requested... autodetect DEBUG: checking for a Python interpreter with version >= 2.3... python DEBUG: checking for python... /usr/bin/python DEBUG: checking for python version... 2.7 DEBUG: checking for python platform... linux2 DEBUG: checking for python script directory... ${prefix}/lib/python2.7/site-packages DEBUG: checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages DEBUG: sed: can't read /usr/lib/python2.7/config/Makefile: No such file or directory DEBUG: sed: can't read /usr/lib/python2.7/config/Makefile: No such file or directory DEBUG: checking for PYGTK... yes DEBUG: checking for pygobject defs... /usr/share/pygobject/2.0/defs DEBUG: checking for pygtk defs... /usr/share/pygtk/2.0/defs DEBUG: checking for pygobject codegen... /usr/bin/python /usr/share/pygobject/2.0/codegen/codegen.py DEBUG: checking for pygobject h2def... /usr/bin/python /usr/share/pygobject/2.0/codegen/h2def.py | |||||
2013-07-31 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -1/+2 | |
2013-07-29 | Bump version to 1.6.1 | Stefano Karapetsas | 1 | -2/+2 | |
2013-07-29 | Fixes for make dist and make distcheck | Stefano Karapetsas | 1 | -2/+2 | |
2013-04-30 | Added manpages. Closes #14 | Scott Balneaves | 1 | -0/+1 | |
2013-03-31 | Preparing for 1.6.0 release.mate-image-viewer-1.6.0 | Steve Zesch | 1 | -2/+2 | |
2013-03-24 | Bump version to 1.5.1mate-image-viewer-1.5.1 | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-21 | bump version to 1.5.0mate-image-viewer-1.5.0 | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-21 | update configure.ac for gsettings | Stefano Karapetsas | 1 | -11/+5 | |
2012-08-19 | Add check for lm since we use maths | Steev Klimaszewski | 1 | -0/+2 | |
Since we use maths, we need to add -lm in order for linking to occur properly with gold. Signed-off-by: Steev Klimaszewski <[email protected]> | |||||
2012-07-12 | Preparing for 1.4 release.mate-image-viewer-1.4.0 | Steve Zesch | 1 | -1/+1 | |
2012-05-16 | only depend on gmodule-2.0 if it exists | Marcel Dijkstra | 1 | -0/+2 | |
2012-03-07 | update info for 1.2 release | Stefano Karapetsas | 1 | -1/+1 | |
2011-12-30 | updated info for MATE Desktop | Stefano Karapetsas | 1 | -3/+3 | |
2011-12-13 | updated version to 1.1.0mate-image-viewer-1.1.0 | Stefano Karapetsas | 1 | -6/+6 | |
2011-12-02 | Changed version to 2011.12.01 | Steve Zesch | 1 | -2/+2 | |
2011-11-07 | cero a la izquierda rompe codigo | Perberos | 1 | -1/+1 | |
2011-11-06 | inicial | Perberos | 1 | -0/+500 | |