aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/firewall_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-12Define some fcns & vars as static;wmeier1-1/+1
2010-02-22GtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new_text_and_pointer & etcwmeier1-39/+11
2010-02-19Fix compilation with pre-2.6 GTK+.guy1-1/+1
2010-02-18GtkOPtionMenu ==> GtkComboBox;wmeier1-61/+76
2010-02-17#if 0 some unused code; Fix some indenttion.wmeier1-34/+37
2009-11-19Changed hf_ip_proto to use ipproto_val[].stig1-1/+0
2009-06-02io_stat save & filewall rule save: rework "save dialog" slightly:wmeier1-7/+37
2009-04-15size_t fixes.gerald1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-3/+3
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-9/+3
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-2/+2
2008-05-06Fix some of the Errors/warnings detected by checkapi.etxrab1-26/+26
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.sfisher1-21/+0
2008-04-16use the standard dialog button mechanism for the firewall dialogulfl1-16/+17
2008-04-13sort #includes by directoriesulfl1-15/+19
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-12/+12
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-3/+3
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-8/+8
2008-04-06replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...ulfl1-2/+2
2008-04-06remove GTK1 codeulfl1-37/+0
2007-01-22Fix various compiler warningssfisher1-1/+1
2006-08-26Get rid of aun unused routine.guy1-33/+0
2006-07-17gtk_text_buffer_select_range() was introduced in GTK+ 2.4, so don't use it.gerald1-1/+2
2006-07-15Fix compilation problems for Windows and GTK1.gerald1-4/+4
2006-07-14Add support for generating firewall ACL rules. MAC, IPv4, port, andgerald1-0/+867