Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-23 | EomPropertiesDialog: Allow RGBA for transparent background color | Felix Riemann | 1 | -16/+14 | |
Now that it is supported in EomScrollView there's no reason not to allow setting an alpha value for the color. taken from: https://git.gnome.org/browse/eog/commit/?id=7d2cf4d | |||||
2017-04-23 | EomScrollView: Switch to GdkRGBA for background and transparent colors | Felix Riemann | 2 | -79/+65 | |
This allows passing the colors more or less directly to cairo without having to convert it from and to the GdkColor format. taken from: https://git.gnome.org/browse/eog/commit/?id=823a4cd | |||||
2017-04-23 | EomPrintPreview: Avoid unnecessary color parsing | Felix Riemann | 1 | -5/+2 | |
The RGB values of black and white are known and thus can be set directly without parsing them with GdkRGBA first. taken from: https://git.gnome.org/browse/eog/commit/?id=b06f858 | |||||
2017-04-22 | Fix a few GtkStock deprecations | raveit65 | 2 | -3/+3 | |
2017-04-22 | EomCloseConfirmationDialog: replace deprecated GTK_STOCK_DIALOG_WARNING | raveit65 | 1 | -2/+2 | |
2017-03-22 | fix comment | Scott Balneaves | 1 | -1/+1 | |
2017-03-22 | Bring eom-image.c's SVG handling up to date, properly recognize svgz filetypes | Scott Balneaves | 1 | -29/+65 | |
2017-03-22 | eom_uri_converter: GList leak fix: cribbed from ↵ | Scott Balneaves | 1 | -0/+9 | |
https://git.gnome.org/browse/eog/commit/?id=04859efbcde4ae38f9f35818dc586a9088b09cb0 | |||||
2017-01-26 | fix auto-reload of externally modified image | monsta | 1 | -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-26 | fix indent a bit | monsta | 1 | -11/+10 | |
2017-01-26 | fix leak of GError when loading SVG fails | monsta | 1 | -1/+4 | |
ported from: https://git.gnome.org/browse/eog/commit/?id=55036c6d55b06e82a480b559d59f5effae26399d | |||||
2017-01-15 | force X11 | raveit65 | 1 | -0/+2 | |
2016-12-19 | plugins engine: enable python plugin loader from libpeas | monsta | 1 | -0/+2 | |
2016-11-30 | remove old plugin system and docs for it | monsta | 6 | -1553/+0 | |
2016-11-30 | port plugin system to libpeas | monsta | 8 | -844/+145 | |
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-30 | fix indent in some places | monsta | 2 | -11/+11 | |
2016-11-30 | eom-jobs: fix typo in annotation | monsta | 1 | -1/+1 | |
2016-11-28 | remove references to non-existent function | monsta | 1 | -4/+0 | |
2016-11-27 | EomScrollView: remove style_set | monsta | 1 | -14/+0 | |
as done in: https://git.gnome.org/browse/eog/commit/?id=b099142374f277817e1f0c09c9ef743179184be1 | |||||
2016-11-27 | remove unused finalize/destroy methods from thumbview | monsta | 1 | -19/+1 | |
they were just chaining up to parent and did nothing else | |||||
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 21 | -574/+22 | |
and require libmate-desktop >= 1.17 | |||||
2016-11-21 | drop Python plugins support and --enable-python build option | monsta | 8 | -1049/+2 | |
it requires PyGTK so won't even build with GTK+3 | |||||
2016-11-21 | fix indent a bit | monsta | 1 | -3/+3 | |
2016-10-17 | prefs dialog: fix runtime warning | monsta | 1 | -0/+1 | |
when "Transparent Parts" option is set to "As background", opening prefs dialog gives a warning. this adds a line missing in commit fb511ab to fix it | |||||
2016-09-16 | eom: Out-of-bounds write when passing invalid UTF-8 to GMarkup | Alexander Pyhalov | 1 | -1/+2 | |
2016-07-28 | use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-13 | add missing include to fix implicit declaration warning | monsta | 1 | -0/+1 | |
2016-07-13 | drop unused include and defines | monsta | 2 | -4/+0 | |
2016-07-13 | drop unused files | monsta | 3 | -1191/+0 | |
2016-06-08 | Fix the zoom and scroll performance. Closes #105. | Martin Wimpress | 1 | -3/+4 | |
Adapted from https://git.gnome.org/browse/eog/commit/?id=3d1859e321b9dea27e49bab9626044f3f5835420 | |||||
2016-05-11 | Fix new windows not getting focus | Björn Weber | 1 | -2/+18 | |
fixes (Issue #119) | |||||
2016-03-30 | window: fix indent (mostly) | monsta | 1 | -187/+187 | |
2016-03-30 | fix a few typos in the comments | monsta | 1 | -2/+2 | |
2016-03-30 | auto-reload unmodified images when their file is changed | monsta | 1 | -0/+6 | |
from https://git.gnome.org/browse/eog/commit/?id=3764db24f7d5e570b39894a05ba71a09012eea24 fixes https://github.com/mate-desktop/eom/issues/69 | |||||
2016-02-28 | fix svg rendering that's broken with GTK+3 | monsta | 1 | -1/+3 | |
from https://git.gnome.org/browse/eog/commit/?id=a33950c14d7b8da8e1c6289709022affb910be2a | |||||
2016-02-27 | Drop size-request signal callback for fullscreen toolbar | raveit65 | 1 | -12/+0 | |
Didn't work with GTK-3 and caused critical warnings when entering fullscreen mode. Just removing the callback seems to be sufficient as the toolbar's size request is set when entering fullscreen mode anyway. https://bugzilla.gnome.org/show_bug.cgi?id=653162 example warning: (eom:10676): GLib-GObject-WARNING **: gsignal.c:2417: signal 'size_request' is invalid for instance '0x563599a10b00' of type 'GtkWindow' taken from: https://git.gnome.org/browse/eog/commit/?id=1cc2606 | |||||
2016-02-10 | properly zero-init a variable | monsta | 1 | -0/+2 | |
from https://git.gnome.org/browse/eog/commit/?id=11f05ec911b4208faa8f00ecd9f4830ca39fcb25 | |||||
2016-02-10 | avoid integer overflow when allocating a large block of memory | monsta | 1 | -1/+1 | |
it's the same issue as in gdk_cairo_set_source_pixbuf since the code is apparently copied from there. fix is taken from https://git.gnome.org/browse/gtk+/commit?id=894b1ae76a32720f4bb3d39cf460402e3ce331d6 | |||||
2016-02-06 | GTK+3: add eom-window style class at top level | Wolfgang Ulbrich | 1 | -0/+7 | |
2016-02-01 | fix build warnings and remove useless nested #if | monsta | 3 | -12/+5 | |
2016-01-25 | GTK3: fix previous GtkMisc deprecation commit | Wolfgang Ulbrich | 5 | -40/+46 | |
2015-12-31 | use _XOPEN_SOURCE_EXTENDED as OpenBSD needs it for strptime | monsta | 1 | -0/+1 | |
from https://git.gnome.org/browse/eog/commit?id=b7c68b1ffe2ebcc81d6daa947d8ee94ad4e7e2c5 | |||||
2015-12-31 | add missing #ifdef to avoid possible "unused function" warning | monsta | 1 | -0/+2 | |
2015-12-14 | Gtk3: fix typo in gtk version in previous commit | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-12-14 | GTK3: replace more deprecated GtkVBox usage | Wolfgang Ulbrich | 1 | -0/+9 | |
2015-12-14 | GTK3: don't use deprecated gtk_hbutton_box_new | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-12-14 | Gtk+-3.14: don't use deprecated gtk_tree_view_set_rules_hint | Wolfgang Ulbrich | 2 | -0/+4 | |
2015-12-12 | fix more introspections warnings | Wolfgang Ulbrich | 4 | -5/+54 | |
partially taken from: https://git.gnome.org/browse/eog/commit/?id=1b22c52 https://git.gnome.org/browse/eog/commit/?id=e51fe58 | |||||
2015-12-12 | Fix compilation with enabled GObject Introspection | Sorokin Alexei | 1 | -1/+1 | |
2015-12-06 | fix some gobject-introspection build warnings | Wolfgang Ulbrich | 1 | -16/+14 | |