summaryrefslogtreecommitdiff
path: root/src/eom-print-image-setup.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-17Convert to G_DEFINE_TYPE_WITH_PRIVATE part 2Felix Riemann1-8/+2
origin commits: https://gitlab.gnome.org/GNOME/eog/commit/ffc4137 https://gitlab.gnome.org/GNOME/eog/commit/ad8c963 https://gitlab.gnome.org/GNOME/eog/commit/afa0dc8 https://gitlab.gnome.org/GNOME/eog/commit/119a768 https://gitlab.gnome.org/GNOME/eog/commit/7725a55 https://gitlab.gnome.org/GNOME/eog/commit/80cf422
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-12/+0
and drop additional checks for min/max GLib versions, it's not needed
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-119/+1
and require libmate-desktop >= 1.17
2016-01-25GTK3: fix previous GtkMisc deprecation commitWolfgang Ulbrich1-7/+7
2015-09-06Gtk3: Drop GtkMisc and GtkAlignment usageraveit651-0/+28
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
2015-08-31GTK3: Fix deprecated GTK API usageraveit651-0/+4
taken from: https://git.gnome.org/browse/eog/commit/?id=9bd1a07
2015-08-31GTK3: EomPrintImageSetup, Convert internal GtkTables to GtkGridsraveit651-8/+66
taken from: https://git.gnome.org/browse/eog/commit/?id=208361c
2015-08-31GTK3: EomPrintImageSetup, Derive from GtkTable instead of GtkGridraveit651-0/+21
GtkTable has been deprecated in favor of GtkGrid. taken from: https://git.gnome.org/browse/eog/commit/?id=7fd3bcf
2015-08-31GTK3: Replace gtk_{v,h}box new with gtk_box_new for gtk+ >=3.2.0raveit651-0/+5
2014-07-26Fix EomPrintImageSetupPrivate type naming/typedefing to make senseinfirit1-1/+1
Based on eog commit 943a59737c800801055478fb4b6db1493e376fee From Felix Riemann <[email protected]>
2014-07-24Drop support for gtk+ < 2.24infirit1-6/+0
2013-11-30improve the GTK3 supportElias Aebi1-10/+12
2013-10-17GTK3 supportLaszlo Boros1-0/+4
2012-09-04Fixed incorrect fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-06inicialPerberos1-0/+1074