summaryrefslogtreecommitdiff
path: root/ui/gtk/simple_dialog.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-0/+9
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+2
2016-06-20GTK+: Truncate simple_message_box messages.Gerald Combs1-6/+28
2016-01-12Fix indentation.Guy Harris1-1/+1
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-10/+23
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-2/+0
2014-09-25Update the simple dialog code.Gerald Combs1-8/+8
2014-04-29gtk: fix glib assert for dialogs without cancelPeter Wu1-1/+1
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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