electron/atom
Charles Kerr 869e0ab14d
fix: honor dialog.showMessageBox()'s Icon argument on Linux (#15326)
* Don't call gtk_widget_show_all() on popup dialog.

Fixes #15317.

Notes: Fixed incorrect display of some GtkMessageDialog icons.

The issue is caused because GtkMessageDialog contains an icon widget
which is not shown when there's no associated icon. Our call to
`gtk_widget_show_all()` overrides this, showing the uninitialized
icon widget.

This PR fixes the issue by calling `gtk_widget_show()` where needed
and removing use of `gtk_widget_show_all()` in the message dialog.

* use gtk_dialog_set_default_response() for default

* fix: support icons on gtk+ messageboxes.
2018-10-23 12:44:47 -05:00
..
app refactor: eliminate brightray::MainDelegate (#15333) 2018-10-23 14:16:13 +02:00
browser fix: honor dialog.showMessageBox()'s Icon argument on Linux (#15326) 2018-10-23 12:44:47 -05:00
common feat: add MdTextButton to View APIs (#15328) 2018-10-23 10:57:13 -04:00
node
renderer feat: Spellchecker Async Implementation (#14032) 2018-10-18 11:11:53 -05:00
utility refactor: move printing out of chromium_src (#15023) 2018-10-13 12:57:04 +11:00