aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/firewall_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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