summaryrefslogtreecommitdiff
path: root/ui/gtk/firewall_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-05-15Use file_selection_run() for dialogs created with file_selection_new().Guy Harris1-93/+49
2013-05-14Give file_selection_new() an argument to specify the parent window ofGuy Harris1-9/+3
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-03-21From beroset:Bill Meier1-2/+2
2013-03-09Use explicit casts.Anders Broman1-13/+13
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-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-2/+2
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-2/+2
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-0/+2
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+794