Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
inspiriert from:
https://git.gnome.org/browse/eog/commit/?h=gnome-3-4&id=9ef7d86
|
|
- deprecated gdk_window_get_pointer
taken from:
https://git.gnome.org/browse/eog/commit/?id=c87818d
|
|
taken from:
https://git.gnome.org/browse/eog/commit/?id=59e675c
|
|
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
|
|
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
|
|
Makes EomThumbNav's scrollbar style similar to gtk2 version
inspired from:
https://git.gnome.org/browse/eog/commit/?id=4c93c41
|
|
|
|
It's been a no-op for a long time.
See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
|
|
taken from:
https://git.gnome.org/browse/eog/commit/?id=9bd1a07
|
|
>=gtk+.3.0.0
taken from:
https://git.gnome.org/browse/eog/commit/?id=da78cc9
|
|
taken from:
https://git.gnome.org/browse/eog/commit/?id=1a382d8
|
|
GtkTable is deprecated.
taken from:
https://git.gnome.org/browse/eog/commit/?id=c19345e
|
|
taken from:
https://git.gnome.org/browse/eog/commit/?id=208361c
|
|
GtkTable has been deprecated in favor of GtkGrid.
taken from:
https://git.gnome.org/browse/eog/commit/?id=7fd3bcf
|
|
|
|
|
|
If pkg-config succeeds headers should be available, fixes #95
|
|
|
|
|
|
|
|
This reverts commit ffb7f4386582c012fa044f46bd210e1874d51cd1.
|
|
|
|
mispositioned brackets in update_scrollbar_values
|
|
remove non-existing mate-feedback links
|
|
|
|
make high images scroll bad after zoom-ins until hbar appears
|
|
fix translations merge issue during build
|
|
|
|
fixes for gschema translation
|
|
GTK3: fix broken thumbview
|
|
GTK3: toolbar-editor: Fix a crash when dropping an item to the toolbar
|
|
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
|
|
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
|
|
|
|
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
|
|
|
|
fix a eom-critical + deprecated follow-state property
|
|
Since gtk+-3.16 the property is ignored. Silences the deprecation warning.
taken from:
https://git.gnome.org/browse/eog/commit/?id=40a9883
|
|
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
|
|
GTK3: reduce size of the statusbar
|
|
|
|
|
|
|
|
Add libutil to PYTHON_LIBS
|
|
don't change file permissions when saving the modified image
|
|
adapted from:
https://git.gnome.org/browse/eog/commit/?id=4626596c2c179bfe35c4212efced15c38d7337d6
|
|
- no need of it after exra resize-grip code is removed
taken from https://git.gnome.org/browse/eog/commit/?id=10f1713
|
|
|
|
This was an extra GtkStatusbar before. This is not needed anymore as the
resize handle now works independently from the GtkStatusbar. Also the
GtkLabel seems to require less horizontal space in the statusbar.
|