summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-09totem-screensaver: fix assertions on entry to TotemScrsaver methodsmonsta1-3/+3
from https://git.gnome.org/browse/totem/commit/?id=3b33d7bd88e9e69c7d45238f7f7e1027aa59ee88
2016-02-09totem-screensaver: fix indent and typosmonsta1-15/+16
2016-02-06GTK+3: add eom-window style class at top levelWolfgang Ulbrich1-0/+7
2016-02-01fix build warnings and remove useless nested #ifmonsta3-12/+5
2016-01-25release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+6
2016-01-25GTK3: fix previous GtkMisc deprecation commitWolfgang Ulbrich5-40/+46
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-2/+5
2016-01-02drop MateConf migration scriptMonsta2-33/+0
2015-12-31use _XOPEN_SOURCE_EXTENDED as OpenBSD needs it for strptimemonsta1-0/+1
from https://git.gnome.org/browse/eog/commit?id=b7c68b1ffe2ebcc81d6daa947d8ee94ad4e7e2c5
2015-12-31add missing #ifdef to avoid possible "unused function" warningmonsta1-0/+2
2015-12-16Gtk3: don't use deprecated gtk_scrolled_window_add_with_viewportWolfgang Ulbrich1-3/+3
2015-12-14GTK3: fix deprecated gtk_{v/h}separator_newWolfgang Ulbrich2-0/+8
2015-12-14GTK3: don't use deprecated gtk_icon_size_lookup_for_settingsWolfgang Ulbrich2-4/+26
2015-12-14Gtk3: fix typo in gtk version in previous commitWolfgang Ulbrich3-3/+3
2015-12-14GTK3: replace more deprecated GtkVBox usageWolfgang Ulbrich3-0/+27
2015-12-14GTK3: don't use deprecated gtk_hbutton_box_newWolfgang Ulbrich1-0/+4
2015-12-14Gtk+-3.14: don't use deprecated gtk_tree_view_set_rules_hintWolfgang Ulbrich2-0/+4
2015-12-13fix GTK+3 build when --without-cms is setMonsta1-2/+6
fixes https://github.com/mate-desktop/eom/issues/111 - thanks to @oleid
2015-12-13configure.ac: Drop unneeded check for Sunkeysym headerMonsta1-6/+0
from https://git.gnome.org/browse/eog/commit?id=4d438b259fa73c9bd8c8e081c75a273b4e0b3f01
2015-12-12fix more introspections warningsWolfgang Ulbrich4-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-12Fix compilation with enabled GObject IntrospectionSorokin Alexei2-1/+3
2015-12-07Bump version to 1.12.1monsta2-1/+7
2015-12-06fix some gobject-introspection build warningsWolfgang Ulbrich1-16/+14
2015-12-03remove unneeded assert - the code following it is enoughmonsta1-2/+0
from https://git.gnome.org/browse/eog/commit/?id=ee33862e7cede4fd2ff34e4cfcb4192dfdd52b46
2015-12-03remove ancient workaround for non-threadsafe pixbuf loadersmonsta3-67/+7
from https://git.gnome.org/browse/eog/commit/?id=a9c9d81405e31443ab51713f6a0712f9bb10e11b
2015-12-02GTK3: replace deprecated gtk_widget_size_request with ↵Wolfgang Ulbrich1-0/+8
gtk_widget_get_preferred_size
2015-12-02GTK3: fix deprecated gdk_threads_enter/leaveWolfgang Ulbrich1-0/+4
2015-11-30fix shortcuts for several menu items in en_US localemonsta1-36/+36
not sure how it happened - strings on transifex are alright. anyway, we need a quick fix, so here it is.
2015-11-03refactor draw/expose code a bitMonsta1-28/+19
2015-11-02release 1.12.0v1.12.0eom-1.12.0Wolfgang Ulbrich1-1/+1
2015-11-01Sync translations with transifexmate-i18n26-7574/+9084
2015-10-30update NEWS for 1.12monsta1-3/+3
2015-10-15release 1.11.0eom-1.11.0raveit651-0/+7
2015-10-06pre-bump version to 1.11.0raveit652-2/+5
2015-10-06fix gtk3 buildraveit652-17/+13
eom.css was not created by make dist
2015-10-05Bump version to 1.10.4eom-1.10.4monsta2-1/+12
2015-10-02EomScrollView: clip all types of images to the visible image areamonsta1-2/+7
previously it wasn't done for SVGs, now it is. taken from https://git.gnome.org/browse/eog/commit?id=3fb558e1861d3d75bca23946fcf3f62c80daeeec
2015-10-02EomScrollView: remove ancient commented out codemonsta1-695/+0
adapted from https://git.gnome.org/browse/eog/commit?id=ef626dc9094d191d55a9cba854380696cadd7627
2015-10-02enable double-buffer in EomScrollViewmonsta1-2/+0
taken from https://git.gnome.org/browse/eog/commit/?id=f0410a55778e719da8f2b62f0e5060bb128f028e it was already committed here in b51631c40b743d224cda4b7fd63e3d60b84218ae but then got lost in 77f6ed0e2a178b9934baee8b846cdd1cc88b2eab
2015-10-01configure.ac: fix indent a bitMonsta1-1/+1
2015-09-30drop dependency to mate-icon-themeraveit651-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-06GTK3 Date-plugin: set top/bottom margin to zero to avoid redrawsraveit651-0/+4
This avoids redraws of the image if date-plugin bump in the statusbar
2015-09-06Gtk3: define height of horizontal progressbar to avoid redraws of imagesraveit651-0/+4
2015-09-06Bump GLib/GIO version and define max/min version of GLibraveit651-2/+8
2015-09-06Gtk3: Stop deprecated GtkArrow usageraveit652-5/+17
Use a matching GtkImage instead Since gtkarrow scaling doesn't work in themes, the arrow displays almost to huge and looks ugly. taken from: https://git.gnome.org/browse/eog/commit/?id=096806f https://git.gnome.org/browse/eog/commit/?id=27fb212
2015-09-06EogScrollView: Use gdk_cursor_new_for_displayraveit651-1/+1
gdk_cursor_new() will be deprecated in GTK+ 3.16 and we have the correct display at hand already anyway. taken from: https://git.gnome.org/browse/eog/commit/?id=ab4e432
2015-09-06Gtk3: Drop GtkMisc and GtkAlignment usageraveit655-0/+84
Both are deprecated and can be replaced by simple GtkWidget properties. This leaves out the dialogs made with Glade as it doesn't have support for the new margin-start property yet. taken from: https://git.gnome.org/browse/eog/commit/?id=2fad221
2015-09-06Gtk3: Don't call gdk_threads_init()raveit652-4/+3
taken from: https://git.gnome.org/browse/eog/commit/?id=757128b
2015-09-06Gtk3 EogWindow: Drop deprecated GtkStyle usageraveit651-0/+9
The call to gtk_widget_set_style was actually useless since previous commit. taken from: https://git.gnome.org/browse/eog/commit/?id=bbe4a87
2015-09-06Gtk3: Remove deprecated, unneeded and now effect-less GtkStyle-usageraveit651-0/+2
This stuff wasn't needed anymore since we dropped the GtkFrame as parent for the EogScrollView widget. Also it didn't have any effect at all in GTK+-3. Fixes more build warnings because of deprecations. Taken from: https://git.gnome.org/browse/eog/commit/?id=f9a5ec6