aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-5/+11
* From Michael Lum: add the ability to have a preferences file containingGuy Harris2003-08-071-1/+51
* Update my email address in various places since my old one no longer worksLaurent Deniel2003-01-261-2/+2
* Put back the "width" local variable in proto_cb() which is used only byOlivier Abad2002-12-021-2/+4
* Make the new protocol list work with GTK2. The "status" column uses aOlivier Abad2002-12-021-17/+48
* Allow keyboard-only navigation of the Protocols dialog. Protocols canGerald Combs2002-12-021-3/+18
* Enable/disable protocols with a single click. Fix the behavior ofGerald Combs2002-12-011-13/+16
* Update some text in the help dialog.Gerald Combs2002-12-011-135/+224
* Constify some pointers to avoid converting const pointers to non-constGuy Harris2002-11-281-3/+5
* "gtk_quit_add_destroy()" takes a "GtkObject *" as its second argument inGuy Harris2002-11-111-2/+2
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-63/+17
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-4/+51
* Add (back) some #include <string.h>Jörg Mayer2002-10-101-1/+2
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-4/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-20/+20
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Get rid of an unused argument to "set_active_all()".Guy Harris2002-03-311-6/+6
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-8/+8
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-111-7/+3
* Add "Toggle All", "Enable All", and "Disable All" buttons to theGilbert Ramirez2001-03-011-2/+86
* Make the "Cancel" button in the "Protocol" dialog box, as well as aGuy Harris2001-01-221-9/+58
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-48/+28
* Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris2000-08-231-3/+2
* It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris2000-08-171-30/+11
* Fix a long standing bug in the scrolled window handling in follow TCP streamLaurent Deniel2000-08-161-11/+30
* The "Edit:protocols..." window is now sorted.Laurent Deniel2000-08-161-57/+77
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-0/+287