summaryrefslogtreecommitdiff
path: root/src/eom-sidebar.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Tweak sidebar uiTrinh Anh Ngoc1-2/+5
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/fff55c6
2018-08-01EomSidebar: Increase margin at the sides of the sidebarFelix Riemann1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=746105 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/4afa1a3
2018-08-01EomSidebar: Center and reformat page selectorFelix Riemann1-3/+20
origin comit: https://gitlab.gnome.org/GNOME/eog/commit/5b9f6f5
2018-07-17Convert to G_DEFINE_TYPE_WITH_PRIVATE part 1Felix Riemann1-7/+2
origin commits: https://gitlab.gnome.org/GNOME/eog/commit/35c3864 https://gitlab.gnome.org/GNOME/eog/commit/842775b https://gitlab.gnome.org/GNOME/eog/commit/3fe0bd4 https://gitlab.gnome.org/GNOME/eog/commit/2b25632 https://gitlab.gnome.org/GNOME/eog/commit/f0c977d https://gitlab.gnome.org/GNOME/eog/commit/5cdb1b8 https://gitlab.gnome.org/GNOME/eog/commit/dba0bd4 https://gitlab.gnome.org/GNOME/eog/commit/8e31683 https://gitlab.gnome.org/GNOME/eog/commit/3945bb1
2018-07-08EomSidebar: Set orientation property via g_object_newFelix Riemann1-4/+3
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/db3a16e
2018-07-08sidebar: fix a deprecationraveit651-1/+1
don't use gtk_image_menu_item_new_with_label There isn't any menuitem with an icon in the sidebar. So this can be replaced.
2018-05-13sidebar: replace deprecated gtk_menu_popupraveit651-30/+10
2017-04-22Fix a few GtkStock deprecationsraveit651-1/+1
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-41/+2
and require libmate-desktop >= 1.17
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