summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-08release 1.18.3v1.18.31.18raveit652-2/+8
2017-11-08sync with transifexraveit652-2/+2
2017-11-08sync with transifexraveit65104-287/+292
2017-11-08fix typo in function annotationmonsta1-1/+1
2017-05-11fix warning on closing empty window with multiple eom windowsmonsta1-1/+1
2017-05-07use different css files for < gtk+=3.20v1.18.2raveit653-1/+17
2017-05-06update to 1.18.2raveit652-1/+11
2017-05-06sync with transifexraveit65104-4762/+4763
2017-05-06EomWindow: Set file open dialog transient for its parent windowFelix Riemann1-0/+1
taken from: https://git.gnome.org/browse/eog/commit/?id=a54b3a8
2017-04-28EomCloseConfirmationDialog: set max width chars for primary labelraveit651-0/+2
This reduce the width of the confirmation dialog
2017-04-28EomCloseConfirmationDialog: Fix size request for the image listFelix Riemann1-1/+1
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
2017-04-28Printing paper orientation should default based on image dimensionsJavier Sánchez1-0/+14
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
2017-04-28Avoid recompressing JPEGs as PNG when printingFelix Riemann3-1/+160
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
2017-04-28css; add settings for progressbar backraveit651-0/+6
Avoid jumping statusbar if progressbar gets load. Use old and new css syntax to support all gtk+ versions. For some reasons the old syntax generates no warning with modern gtk+.
2017-04-28css: remove useless css settingsraveit651-11/+0
They don't work with >= gtk+-3.20 and causes only runtime warnings It's sufficient to use normal scrollbar settings from themes
2017-04-25update copyright year to 2017monsta1-1/+1
2017-04-24Revert "Gtk3: don't use deprecated gtk_scrolled_window_add_with_viewport"raveit651-2/+2
This reverts parts of commit 6fc5013e3a61d1b86f077c611c20407a796c414c. gtk_container_add () causes a runtime warning and breaks toobar-editor
2017-04-05Bump version to 1.18.1v1.18.1Martin Wimpress2-1/+7
2017-03-22fix commentScott Balneaves1-1/+1
2017-03-22Bring eom-image.c's SVG handling up to date, properly recognize svgz filetypesScott Balneaves1-29/+65
2017-03-22eom_uri_converter: GList leak fix: cribbed from ↵Scott Balneaves1-0/+9
https://git.gnome.org/browse/eog/commit/?id=04859efbcde4ae38f9f35818dc586a9088b09cb0
2017-03-13release 1.18.0v1.18.0monsta1-2/+2
2017-03-13sync with transifexraveit6510-110/+115
2017-03-13update NEWS for 1.18, also add 1.16.1 entriesmonsta1-13/+14
2017-01-26fix auto-reload of externally modified imagemonsta1-1/+1
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
2017-01-26fix indent a bitmonsta1-11/+10
2017-01-26fix leak of GError when loading SVG failsmonsta1-1/+4
ported from: https://git.gnome.org/browse/eog/commit/?id=55036c6d55b06e82a480b559d59f5effae26399d
2017-01-15force X11raveit651-0/+2
2017-01-13Update eom NEWS to use consistent, project wide, markdown-like formatting. ↵Martin Wimpress1-95/+75
This will make generating release announcements easier.
2017-01-06release 1.17.2v1.17.2raveit652-1/+8
2017-01-06sync with transifexraveit651-7/+8
2016-12-19plugins engine: enable python plugin loader from libpeasmonsta1-0/+2
2016-12-11release 1.17.1v1.17.1monsta1-0/+4
2016-12-11sync with Transifexmonsta105-23836/+20056
2016-12-08pre-bump versionmonsta2-1/+4
2016-11-30docs: corrections for new plugin enginemonsta1-17/+10
2016-11-30remove old plugin system and docs for itmonsta10-1597/+1
2016-11-30plugins: make them actually recognized and loaded by eommonsta5-11/+11
- use *.plugin extension instead of *.eom-plugin - use "Plugin" section name instead of "Eom Plugin" mostly adapted from: https://git.gnome.org/browse/eog/commit/?id=40bedbf33812e65f4a8e79691b1fadfaace94035 https://git.gnome.org/browse/eog/commit/?id=af184104018f36272ff8e49012c52d503f48eae7
2016-11-30statusbar-date plugin: port to libpeasmonsta2-59/+115
mostly adapted from: https://git.gnome.org/browse/eog/commit/?id=cf39e40b422dad061184ac67028661bd4dcb0106 https://git.gnome.org/browse/eog/commit/?id=8b0acfddc52c220393770a9895b6b56cab7821fd
2016-11-30reload plugin: port to libpeasmonsta2-50/+108
mostly adapted from: https://git.gnome.org/browse/eog/commit/?id=cf39e40b422dad061184ac67028661bd4dcb0106 https://git.gnome.org/browse/eog/commit/?id=8b0acfddc52c220393770a9895b6b56cab7821fd
2016-11-30fullscreen plugin: port to libpeasmonsta2-40/+98
mostly adapted from: https://git.gnome.org/browse/eog/commit/?id=cf39e40b422dad061184ac67028661bd4dcb0106 https://git.gnome.org/browse/eog/commit/?id=8b0acfddc52c220393770a9895b6b56cab7821fd
2016-11-30port plugin system to libpeasmonsta9-845/+149
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-30plugins: clean up some includesmonsta3-5/+3
2016-11-30fix indent in some placesmonsta8-138/+177
2016-11-30eom-jobs: fix typo in annotationmonsta1-1/+1
2016-11-30plugins: remove ancient local ChangeLogmonsta1-159/+0
2016-11-30doc: remove reference to non-existent functionmonsta1-1/+0
2016-11-28remove references to non-existent functionmonsta2-5/+0
2016-11-28po: actually add new language from Transifexmonsta1-0/+1
2016-11-27EomScrollView: remove style_setmonsta1-14/+0
as done in: https://git.gnome.org/browse/eog/commit/?id=b099142374f277817e1f0c09c9ef743179184be1