aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-07From Michael Lum: add the ability to have a preferences file containingguy1-1/+51
2003-01-26Update my email address in various places since my old one no longer worksdeniel1-2/+2
2002-12-02Put back the "width" local variable in proto_cb() which is used only byoabad1-2/+4
2002-12-02Make the new protocol list work with GTK2. The "status" column uses aoabad1-17/+48
2002-12-02Allow keyboard-only navigation of the Protocols dialog. Protocols cangerald1-3/+18
2002-12-01Enable/disable protocols with a single click. Fix the behavior ofgerald1-13/+16
2002-12-01Update some text in the help dialog.gerald1-135/+224
2002-11-28Constify some pointers to avoid converting const pointers to non-constguy1-3/+5
2002-11-11"gtk_quit_add_destroy()" takes a "GtkObject *" as its second argument inguy1-2/+2
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-63/+17
2002-11-03Merge gtk and gtk2 directories.oabad1-4/+51
2002-10-10Add (back) some #include <string.h>jmayer1-1/+2
2002-09-05Include cleanups in gtk and gtk2:jmayer1-4/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-20/+20
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-03-31Get rid of an unused argument to "set_active_all()".guy1-6/+6
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-8/+8
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarguy1-7/+3
2001-03-01Add "Toggle All", "Enable All", and "Disable All" buttons to thegram1-2/+86
2001-01-22Make the "Cancel" button in the "Protocol" dialog box, as well as aguy1-9/+58
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-48/+28
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleguy1-3/+2
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledguy1-30/+11
2000-08-16Fix a long standing bug in the scrolled window handling in follow TCP streamdeniel1-11/+30
2000-08-16The "Edit:protocols..." window is now sorted.deniel1-57/+77
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-0/+287