summaryrefslogtreecommitdiff
path: root/src/eom-sidebar.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-06Gtk3: Stop deprecated GtkArrow usageraveit651-0/+4
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-06Gtk3: Remove deprecated GtkVBox/GtkHBox usageraveit651-0/+9
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-08-31GTK3: Fix deprecated GTK API usageraveit651-0/+4
taken from: https://git.gnome.org/browse/eog/commit/?id=9bd1a07
2015-08-31GTK3: Replace gtk_{v,h}box new with gtk_box_new for gtk+ >=3.2.0raveit651-0/+5
2014-12-23use guint for signals arrays, and zero-initialize themMonsta1-1/+1
2014-07-29all: Fix a load of warningsinfirit1-2/+4
Partly based on eog commit 3859553433838e97367e7678f9da4ba2bcc7f973 From Cosimo Cecchi <[email protected]>
2014-07-25Cleanup GtkObject<->GtkWidget code.infirit1-13/+10
2013-10-17GTK3 supportLaszlo Boros1-0/+19
2013-04-25replace GDK_<keyname> with GDK_KEY_<keyname>Elias Aebi1-4/+4
2012-09-04Fixed incorrect fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-06inicialPerberos1-0/+594