summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-04egg-editable-toolbar: Remove trailing spaces/tabsrbuj1-1/+1
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
2020-07-21Shorten the function name for notebook scroll-eventrbuj4-5/+5
2020-07-21eom-util: Fix code indentrbuj1-8/+6
2020-07-13Add tab scrolling support for dialog windowstamplan4-0/+82
2020-07-13Revert "Add tab scrolling support for GTK3"raveit654-65/+0
This reverts commit e6215d267425ec0db970aecf420077babfcc035d.
2020-07-13Revert "Add tab scrolling support for dialog windows"raveit654-24/+7
This reverts commit f27d0293d6ba096c8b9a2325bf482e1c9c281de7.
2020-07-13Add tab scrolling support for dialog windowstamplan4-7/+24
2020-07-13Add tab scrolling support for GTK3tamplan4-0/+65
2020-06-28Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-26add git.mk to generate .gitignoretamplan1-0/+400
2020-06-24[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-13Travis CI: build: drop dbus-glibPablo Barciela1-4/+0
2020-04-19ci: don't run configure with autogen.shraveit651-1/+1
2020-04-19build: silent build warnings for distcheckraveit651-0/+1
2020-04-19Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-14Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-04-14Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-3/+5
2020-04-13eom-window: expand the comment on about dialogrbuj1-1/+1
2020-04-07ci: variables, drop obsolete Warn_Cflagsraveit651-1/+0
2020-04-05[ci] avoid deprecated skip_cleanupWu Xiaotian1-2/+2
2020-04-04[ci] fix build environment issueWu Xiaotian1-12/+14
2020-04-02Travis CI: build with mate-common-1.24.1 tarballraveit651-0/+12
add missing requires autoconf-archive (fedora)
2020-03-11Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-2/+1
2020-03-10Travis CI: set compiler warning level to maximumraveit651-2/+2
2020-03-10Remove warnings: cast between incompatible function typesrbuj6-33/+16
2020-03-10eom.desktop: Do not collect the translation for Iconrbuj1-1/+1
2020-03-03help: Fix some incongruenciesrbuj1-3/+3
2020-02-28help: Fix Image Collection shortcut (#263)Robert Antoni Buj Gelonch1-2/+2
* help: Fix Image Collection shortcut * image collection shortcut fix on another section Co-authored-by: Mohammad Abu Sakib <[email protected]>
2020-02-27Use user page on github when user email is privaterbuj2-1/+5
2020-02-26Travis CI: arch build: add autoconf-archivePablo Barciela1-0/+1
2020-02-20Update authorsrbuj1-1/+1
2020-02-18travis: update config for new travis validationraveit652-172/+172
2020-02-09release 1.24.0v1.24.0raveit652-2/+12
2020-02-09tx: sync with transifexraveit655-21/+21
2020-02-04thumbnailer: add --with-gdk-pixbuf-thumbnailer optionrbuj4-30/+64
Let user choose gdk-pixbuf-thumbnailer or eom-thumbnailer for making webp thumbnails.
2020-02-04Add eom-thumbnailer for webp filesrbuj6-1/+266
2020-01-31autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUGrbuj1-2/+2
2020-01-25Preprocessing warning for file: src/eom-window.crbuj1-0/+1
2020-01-25Preprocessing warning for file: src/eom-print.crbuj1-0/+1
2020-01-25Update MIME types supported by commonly used pixbuf-loadersrbuj1-1/+1
* https://github.com/aruiz/webp-pixbuf-loader * http://libopenraw.freedesktop.org/wiki * http://gitorious.org/xcf-pixbuf-loader/mainline.git
2020-01-21release 1.23.2v1.23.2raveit652-1/+9
2020-01-21tx: sync with transifexraveit65139-17796/+17826
2020-01-12thumbnail: Remove use of mate-desktop-thumbnail helperBastien Nocera2-5/+6
don't use mate_desktop_thumbnail_scale_down_pixbuf(). gdk-pixbuf doesn't have the same bugs when shrinking images by large factors. https://bugzilla.gnome.org/show_bug.cgi?id=784942 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/0e7749b
2020-01-10tx: update resources for transifexraveit651-133/+133
2020-01-10Update copyright to 2020raveit652-2/+2
2020-01-09enable wayland supportWu Xiaotian8-41/+50
2020-01-03EomPrintPreview: Fix preview thumbnail on HiDPI displaysFelix Riemann1-3/+7
Simply scale the preview thumbnail according to the display scale setting. That should provide a good looking preview at the correct size. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/d17e1b20ebfd878
2019-12-04release 1.23.1v1.23.1raveit652-17/+45
2019-12-04tx: sync with transifexraveit65137-53239/+49436
2019-12-01Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1