aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/simple_dialog.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-17From Cal Turney:Anders Broman1-0/+3
2013-03-21From beroset:Bill Meier1-15/+15
2013-01-04Fix minor differences in window handling between Gtk2 & Gtk3:Bill Meier1-62/+65
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-18Add initialization to squelch compiler warnings.Guy Harris1-1/+1
2012-06-18Use the GTK+ message type, not the Wireshark message type, in GTK+Guy Harris1-1/+1
2012-06-17Stuff the "Don't show this message again" checkbox in the dialog'sGuy Harris1-2/+2
2012-06-17Add "simple dialog" routines to pop up modal message boxes. Use them inGuy Harris1-0/+107
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-3/+3
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+414