aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/firewall_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Define some fcns & vars as static;Bill Meier2010-10-121-1/+1
* GtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new_text_and_pointer & etcBill Meier2010-02-221-39/+11
* Fix compilation with pre-2.6 GTK+.Guy Harris2010-02-191-1/+1
* GtkOPtionMenu ==> GtkComboBox;Bill Meier2010-02-181-61/+76
* #if 0 some unused code; Fix some indenttion.Bill Meier2010-02-171-34/+37
* Changed hf_ip_proto to use ipproto_val[].Stig Bjørlykke2009-11-191-1/+0
* io_stat save & filewall rule save: rework "save dialog" slightly:Bill Meier2009-06-021-7/+37
* size_t fixes.Gerald Combs2009-04-151-1/+1
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-3/+3
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-9/+3
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-2/+2
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-061-26/+26
* Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher2008-04-271-21/+0
* use the standard dialog button mechanism for the firewall dialogUlf Lamping2008-04-161-16/+17
* sort #includes by directoriesUlf Lamping2008-04-131-15/+19
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-12/+12
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-3/+3
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-8/+8
* replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...Ulf Lamping2008-04-061-2/+2
* remove GTK1 codeUlf Lamping2008-04-061-37/+0
* Fix various compiler warningsStephen Fisher2007-01-221-1/+1
* Get rid of aun unused routine.Guy Harris2006-08-261-33/+0
* gtk_text_buffer_select_range() was introduced in GTK+ 2.4, so don't use it.Gerald Combs2006-07-171-1/+2
* Fix compilation problems for Windows and GTK1.Gerald Combs2006-07-151-4/+4
* Add support for generating firewall ACL rules. MAC, IPv4, port, andGerald Combs2006-07-141-0/+867