Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
eom.css was not created by make dist
|
|
|
|
previously it wasn't done for SVGs, now it is.
taken from
https://git.gnome.org/browse/eog/commit?id=3fb558e1861d3d75bca23946fcf3f62c80daeeec
|
|
adapted from
https://git.gnome.org/browse/eog/commit?id=ef626dc9094d191d55a9cba854380696cadd7627
|
|
taken from
https://git.gnome.org/browse/eog/commit/?id=f0410a55778e719da8f2b62f0e5060bb128f028e
it was already committed here in b51631c40b743d224cda4b7fd63e3d60b84218ae but then got lost
in 77f6ed0e2a178b9934baee8b846cdd1cc88b2eab
|
|
|
|
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.
|
|
This avoids redraws of the image if date-plugin bump in the statusbar
|
|
|
|
|
|
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
|
|
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
|
|
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
|
|
taken from:
https://git.gnome.org/browse/eog/commit/?id=757128b
|
|
The call to gtk_widget_set_style was actually useless since
previous commit.
taken from:
https://git.gnome.org/browse/eog/commit/?id=bbe4a87
|
|
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
|