aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/firewall_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-01Qt: Firewall Rules dialog.Gerald Combs1-224/+28
2016-01-07Remove some unnecessary dependencies and cleanup some codeJoão Valverde1-1/+0
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-8/+0
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-4/+4
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-16/+29
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
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