summaryrefslogtreecommitdiff
path: root/src/eom-close-confirmation-dialog.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-23Drop eom_close_confirmation_dialog_set_sensitiveraveit651-14/+0
This internal function is only used at one place. No need to set the dialog buttons insensitive after save-image is executed. As result we don't use deprecated gtk_dialog_get_action_area inspired by comment from https://gitlab.gnome.org/GNOME/eog/commit/a48af02
2018-07-17Convert to G_DEFINE_TYPE_WITH_PRIVATE part 3Felix Riemann1-9/+2
origin commits: https://gitlab.gnome.org/GNOME/eog/commit/d7317d2 https://gitlab.gnome.org/GNOME/eog/commit/756dc07 https://gitlab.gnome.org/GNOME/eog/commit/c485fb8 https://gitlab.gnome.org/GNOME/eog/commit/77be951 https://gitlab.gnome.org/GNOME/eog/commit/007273d https://gitlab.gnome.org/GNOME/eog/commit/a545274 https://gitlab.gnome.org/GNOME/eog/commit/e0f99fb https://gitlab.gnome.org/GNOME/eog/commit/1222978
2018-02-12avoid deprecated GtkStockPablo Barciela1-2/+2
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-20/+0
and drop additional checks for min/max GLib versions, it's not needed
2017-04-23EomCloseConfirmationDialog: set max width chars for primary labelraveit651-0/+2
This reduce the width of the confirmation dialog
2017-04-23EomCloseConfirmationDialog: Fix size request for the image listFelix Riemann1-1/+1
Change the size request of the encasing ScrolledWindow instead of the TreeView itself. Otherwise the list would hardly show one row. https://bugzilla.gnome.org/show_bug.cgi?id=679505 taken from: https://git.gnome.org/browse/eog/commit/?id=46fb713
2017-04-22EomCloseConfirmationDialog: replace deprecated GTK_STOCK_DIALOG_WARNINGraveit651-2/+2
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-18/+5
and require libmate-desktop >= 1.17
2016-01-25GTK3: fix previous GtkMisc deprecation commitWolfgang Ulbrich1-12/+12
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: Replace gtk_{v,h}box new with gtk_box_new for gtk+ >=3.2.0raveit651-0/+5
2014-07-24Remove all calls to gtk_dialog_set_has_separatorinfirit1-3/+0
2014-02-12MATE Foundation doesnt existStefano Karapetsas1-1/+1
2013-11-30improve the GTK3 supportElias Aebi1-0/+2
2012-09-04Fixed incorrect fsf addresses. Closes #4.Steve Zesch1-2/+2
2011-11-06inicialPerberos1-0/+698