Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
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
|
|
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
|
|
|
|
|
|
|
|
make high images scroll bad after zoom-ins until hbar appears
|
|
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
|
|
|
|
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
|
|
|
|
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.
|
|
- gtk+ handle this for itself since a long time
- with <=3.14 resize-grip is removed
- with gtk2 is not affected
|
|
cherry-picked from here:
https://git.gnome.org/browse/eog/commit/?id=edb39d51119e6bc4447582d720023f1788421893
|
|
https://git.gnome.org/browse/eog/commit/?id=ffd057a0be9610b49f2dc718060c82c4ee1065be
https://git.gnome.org/browse/eog/commit/?id=40919ebb2ce1fd70edae61c7b578c6a7ce8ef432
https://git.gnome.org/browse/eog/commit/?id=a3b769506abbbf7b24547b95c9c99349e99d44c0
Closes https://github.com/mate-desktop/eom/pull/67
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Partly based on eog commit 3859553433838e97367e7678f9da4ba2bcc7f973
From Cosimo Cecchi <[email protected]>
|
|
This apparently got broken when the page setup dialog was merged into
the general print dialog.
Based on eog commit 1bff58f772de4aad8cbf0886e46e1c26e075b54b
From Felix Riemann <[email protected]>
|
|
|
|
Based on eog commit e8f2f6ecdd99dc5dce35a044e84738fe73f937e0
From Felix Riemann <[email protected]>
ps infirit: eom never had this value in the convert file
|
|
Based on eog commit 7c69b182662f43636b1027fa395f9372593e39bb
From Felix Riemann <[email protected]>
|
|
|
|
Prepare everything for the use of GSettings' enum support for this.
Based on eog commit 0c327b7ec802a07f53da04f5dc484e646548b552
From Felix Riemann <[email protected]>
|
|
Based on eog commit c630747b02a9589a993c28d244448cdc291131e8
From Felix Riemann <[email protected]>
|
|
Based on eog commit 21ced20430078aaa283b7925ce282ebb54e05e5d
From Felix Riemann <[email protected]>
|
|
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=646360
Based on Eog commit b4fefa4d98a8db91738da593e2101160fbd63465
From Felix Riemann <[email protected]>
|
|
Based on eog commit d1da84198d50703006e747b56ef8ba5107f7f3bd
From Cosimo Cecchi <[email protected]>
|
|
The color was assigned to the parent container and not
to the drawing area. That made it draw the default theme
background color all the time instead.
Based on eog commit 64ffb683343d9af629671ea82c85f91130c3ea7d
From Felix Riemann <[email protected]>
|
|
Based on eog commit a9029cb760020d0de65e32910f2e707c8fb19198
From Felix Riemann <[email protected]>
|