zenity/src
Alan 3b64d05e8a Fix message dialog width and height on recent Gtk
The fix for Zenity bug 670496 "Zenity info/error windows grow in height
with message length"
(https://bugzilla.gnome.org/show_bug.cgi?id=670496) stopped working on
recent Gtk, which doesn't seem to honor gtk_widget_set_size_request.
This commit workarounds Gtk bug 657621 "Calculate the wrong height of
labels wrapping on words"
(https://bugzilla.gnome.org/show_bug.cgi?id=657621) by setting label's
width-chars and max-width-chars to 60. This magic number was picked from
GtkMessageDialog source
(https://git.gnome.org/browse/gtk+/tree/gtk/ui/gtkmessagedialog.ui#n48).
2017-04-04 15:48:51 +02:00
..
.cvsignore Up the gicker. 2004-07-19 01:01:58 +00:00
Makefile.am This is a simple build fix 2015-09-21 14:39:42 +02:00
about.c Remove deprecated methods. 2014-05-16 18:06:21 -03:00
calendar.c Fixing GLib-CRITICAL messages 2015-10-02 14:35:06 +02:00
color.c Fixing GLib-CRITICAL messages 2015-10-02 14:35:06 +02:00
entry.c Fixing GLib-CRITICAL messages 2015-10-02 14:35:06 +02:00
fileselection.c Fixing GLib-CRITICAL messages 2015-10-02 14:35:06 +02:00
forms.c Fixing GLib-CRITICAL messages 2015-10-02 14:35:06 +02:00
gdialog.in Fix quote and output bugs in the gdialog wrapper #128149. 2003-12-01 23:27:45 +00:00
main.c Adding missed files and code for --forms option. 2011-01-17 12:20:21 -02:00
msg.c Fix message dialog width and height on recent Gtk 2017-04-04 15:48:51 +02:00
notification.c Bug #638582 - zenity --notification --listen can't show multi line tooltip 2015-06-03 13:32:32 +02:00
option.c fix compilation when webkitgtk is not installed 2015-10-17 21:11:48 +02:00
option.h Updated FSF's address 2014-01-31 14:24:40 +01:00
password.c Fixing GLib-CRITICAL messages 2015-10-02 14:35:06 +02:00
progress.c Fixing GLib-CRITICAL messages 2015-10-02 14:35:06 +02:00
scale.c Fixing GLib-CRITICAL messages 2015-10-02 14:35:06 +02:00
text.c Fixing GLib-CRITICAL messages 2015-10-02 14:35:06 +02:00
tree.c Fixing GLib-CRITICAL messages 2015-10-02 14:35:06 +02:00
util.c Do not make zenity_util_show_dialog() X11 specific 2015-04-23 10:08:14 +02:00
util.h Do not make zenity_util_show_dialog() X11 specific 2015-04-23 10:08:14 +02:00
zenity.h Do not make zenity_util_show_dialog() X11 specific 2015-04-23 10:08:14 +02:00
zenity.ui Fix message dialog width and height on recent Gtk 2017-04-04 15:48:51 +02:00