summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2015-09-06Gtk3: remove an unused variable + simplify the coderaveit651-15/+14
inspiriert from: https://git.gnome.org/browse/eog/commit/?h=gnome-3-4&id=9ef7d86
2015-09-06Gtk3: Fix GDK deprecationsraveit651-0/+15
- deprecated gdk_window_get_pointer taken from: https://git.gnome.org/browse/eog/commit/?id=c87818d
2015-09-06Gtk3: fix deprecated gtk_vscrollbar_newraveit651-0/+4
taken from: https://git.gnome.org/browse/eog/commit/?id=59e675c
2015-09-06Gtk3: Remove deprecated GtkVBox/GtkHBox usageraveit655-2/+38
The GtkHBox and GtkVBox have been deprecated by now. Also be consistent with the other properties declarations and use PROP_0 instead of PROP = 1. taken from: https://git.gnome.org/browse/eog/commit/?id=81cb068
2015-09-06Gtk3: don't use deprecated gdk_window_get_pointerraveit651-1/+2
inspired from: https://git.gnome.org/browse/eog/commit/?id=16f37f2 For some reason most of the commit was already done at https://github.com/mate-desktop/eom/commit/971e627
2015-09-06Gtk3 thumbview: Replace deprecated GtkRCStyle usage with a GtkCssProviderraveit654-0/+41
Makes EomThumbNav's scrollbar style similar to gtk2 version inspired from: https://git.gnome.org/browse/eog/commit/?id=4c93c41
2015-09-06A bunch of annotation fixes from Eoginfirit8-16/+140
2015-08-31configure.ac: drop obsolete macromonsta1-1/+0
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
2015-08-31GTK3: Fix deprecated GTK API usageraveit654-6/+42
taken from: https://git.gnome.org/browse/eog/commit/?id=9bd1a07
2015-08-31GTK3: Replace uses of deprecated gdk_app_launch_context_new function ↵raveit651-0/+5
>=gtk+.3.0.0 taken from: https://git.gnome.org/browse/eog/commit/?id=da78cc9
2015-08-31GTK3: toolbareditor, use GtkGrid instead of GtkTableraveit651-1/+77
taken from: https://git.gnome.org/browse/eog/commit/?id=1a382d8
2015-08-31GTK3: EomScrollView, Convert to GtkGridraveit652-1/+30
GtkTable is deprecated. taken from: https://git.gnome.org/browse/eog/commit/?id=c19345e
2015-08-31GTK3: EomPrintImageSetup, Convert internal GtkTables to GtkGridsraveit651-8/+66
taken from: https://git.gnome.org/browse/eog/commit/?id=208361c
2015-08-31GTK3: EomPrintImageSetup, Derive from GtkTable instead of GtkGridraveit652-0/+29
GtkTable has been deprecated in favor of GtkGrid. taken from: https://git.gnome.org/browse/eog/commit/?id=7fd3bcf
2015-08-31GTK3: Don't use deprecated gdk_cursor_unref() for gtk+ >=3.0.0raveit654-0/+16
2015-08-31GTK3: Replace gtk_{v,h}box new with gtk_box_new for gtk+ >=3.2.0raveit659-0/+45
2015-08-05Remove AC_CHECK_HEADER for libexifinfirit1-3/+0
If pkg-config succeeds headers should be available, fixes #95
2015-07-14Bump version to 1.10.3eom-1.10.3Monsta2-1/+7
2015-07-14help: fix legal pageraveit651-42/+64
2015-07-08use valid link to mate feedback pageraveit651-2/+2
2015-07-08Revert "remove non-existing mate-feedback links"raveit651-0/+6
This reverts commit ffb7f4386582c012fa044f46bd210e1874d51cd1.
2015-07-08show correct help pages in prefs and toolbar-editor dialogsMonsta1-1/+1
2015-06-27Merge pull request #84 from lyokha/masterMartin Wimpress1-1/+1
mispositioned brackets in update_scrollbar_values
2015-06-25Merge pull request #85 from NiceandGently/dev-translationsMartin Wimpress1-6/+0
remove non-existing mate-feedback links
2015-06-25remove non-existing mate-feedback linksraveit651-6/+0
2015-06-22mispositioned brackets in update_scrollbar_valueslyokha1-1/+1
make high images scroll bad after zoom-ins until hbar appears
2015-06-17Merge pull request #78 from NiceandGently/dev-translationsStefano Karapetsas2-4/+4
fix translations merge issue during build
2015-06-17Bump version to 1.10.2eom-1.10.2Martin Wimpress2-1/+7
2015-06-15Merge pull request #83 from monsta/masterMartin Wimpress6-164/+157
fixes for gschema translation
2015-06-15Merge pull request #81 from NiceandGently/dev-thumbviewMartin Wimpress2-0/+195
GTK3: fix broken thumbview
2015-06-15Merge pull request #80 from NiceandGently/dev-toolbarMartin Wimpress1-2/+7
GTK3: toolbar-editor: Fix a crash when dropping an item to the toolbar
2015-06-15fixes for gschema translationMonsta6-164/+157
taken from https://git.gnome.org/browse/eog/commit/?id=8f83ae4397bf7a477a154e5712b799fa43c60187 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header) - removed obsolete lines from po/POTFILES.skip
2015-06-14EogThumbView: Set icon view columns to the real number of imagesraveit652-0/+127
GtkIconView's layout code was redone in gtk+-3.4.3 and 3.4.4 breaking EogThumbView which would scale the thumbnails so small that the thumbview would not be shown itself in single row mode. This should work with gtk+-3.4.2 and earlier as well. taken from: https://git.gnome.org/browse/eog/commit/?id=888b5ed
2015-06-14EomThumbView: Implement GtkOrientableraveit651-0/+68
2015-06-14toolbar-editor: Fix a crash when dropping an item to the toolbarraveit651-2/+7
action_sensitive_cb can be called with the dnd tool item when it doesn't have an ancestor. taken from: https://git.gnome.org/browse/eog/commit/?id=c754959
2015-06-13fix translations merge issue during buildraveit652-4/+4
2015-06-13Merge pull request #77 from NiceandGently/masterMartin Wimpress2-1/+13
fix a eom-critical + deprecated follow-state property
2015-06-12EomThumbView: Don't set deprecated follow-state propertyraveit651-0/+2
Since gtk+-3.16 the property is ignored. Silences the deprecation warning. taken from: https://git.gnome.org/browse/eog/commit/?id=40a9883
2015-06-12EomWindow: Hold a reference on the used ThumbViewraveit651-1/+11
The window uses it during runtime so it should keep a reference to it. Due to the necessary unref this avoids critical warnings because of EogThumbView's own disposal routine causing an unwanted signal emission. taken from: https://git.gnome.org/browse/eog/commit/?id=3145fce see: https://bugzilla.gnome.org/show_bug.cgi?id=691517 https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1114012
2015-06-12Merge pull request #73 from NiceandGently/masterMartin Wimpress4-63/+12
GTK3: reduce size of the statusbar
2015-06-12Merge branch 'master' of github.com:mate-desktop/eomraveit6510-104/+201