aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/firewall_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-15Hmm try this instead.Anders Broman1-1/+1
2011-08-15gtk_quit_add_destroy() is deprecated in GTK 3.0.Anders Broman1-2/+7
2011-07-24Replace deprecated functions.Anders Broman1-2/+3
2011-07-11Fix more tooltips.Anders Broman1-7/+4
2011-07-11More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.Gerald Combs1-3/+0
2010-10-12Define some fcns & vars as static;Bill Meier1-1/+1
2010-02-22GtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new_text_and_pointer & etcBill Meier1-39/+11
2010-02-19Fix compilation with pre-2.6 GTK+.Guy Harris1-1/+1
2010-02-18GtkOPtionMenu ==> GtkComboBox;Bill Meier1-61/+76
2010-02-17#if 0 some unused code; Fix some indenttion.Bill Meier1-34/+37
2009-11-19Changed hf_ip_proto to use ipproto_val[].Stig Bjørlykke1-1/+0
2009-06-02io_stat save & filewall rule save: rework "save dialog" slightly:Bill Meier1-7/+37
2009-04-15size_t fixes.Gerald Combs1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-3/+3
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-9/+3
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-2/+2
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-26/+26
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-21/+0
2008-04-16use the standard dialog button mechanism for the firewall dialogUlf Lamping1-16/+17
2008-04-13sort #includes by directoriesUlf Lamping1-15/+19
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-12/+12
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-3/+3
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-8/+8
2008-04-06replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch...Ulf Lamping1-2/+2
2008-04-06remove GTK1 codeUlf Lamping1-37/+0
2007-01-22Fix various compiler warningsStephen Fisher1-1/+1
2006-08-26Get rid of aun unused routine.Guy Harris1-33/+0
2006-07-17gtk_text_buffer_select_range() was introduced in GTK+ 2.4, so don't use it.Gerald Combs1-1/+2
2006-07-15Fix compilation problems for Windows and GTK1.Gerald Combs1-4/+4
2006-07-14Add support for generating firewall ACL rules. MAC, IPv4, port, andGerald Combs1-0/+867