aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-20- Declare some functions staticJörg Mayer1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-3/+3
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-6/+6
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-4/+4
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-1/+11
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-10"delete_event" is an event, so its handler takes three arguments, notGuy Harris1-4/+5
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping1-9/+5
2004-05-26more code cleanup from dialog things:Ulf Lamping1-11/+11
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-2/+6
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-3/+3
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-21/+6
2004-01-10using button compatibility macrosUlf Lamping1-21/+5
2004-01-04A missing piece of Tadaaki Nagao's patches to add a global "disabledGuy Harris1-2/+2
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-5/+11
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-1/+51
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
2002-12-02Put back the "width" local variable in proto_cb() which is used only byOlivier Abad1-2/+4
2002-12-02Make the new protocol list work with GTK2. The "status" column uses aOlivier Abad1-17/+48
2002-12-02Allow keyboard-only navigation of the Protocols dialog. Protocols canGerald Combs1-3/+18
2002-12-01Enable/disable protocols with a single click. Fix the behavior ofGerald Combs1-13/+16
2002-12-01Update some text in the help dialog.Gerald Combs1-135/+224
2002-11-28Constify some pointers to avoid converting const pointers to non-constGuy Harris1-3/+5
2002-11-11"gtk_quit_add_destroy()" takes a "GtkObject *" as its second argument inGuy Harris1-2/+2
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-63/+17
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-4/+51
2002-10-10Add (back) some #include <string.h>Jörg Mayer1-1/+2
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-4/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-20/+20
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-03-31Get rid of an unused argument to "set_active_all()".Guy Harris1-6/+6
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-8/+8
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-7/+3
2001-03-01Add "Toggle All", "Enable All", and "Disable All" buttons to theGilbert Ramirez1-2/+86
2001-01-22Make the "Cancel" button in the "Protocol" dialog box, as well as aGuy Harris1-9/+58
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-48/+28
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris1-30/+11
2000-08-16Fix a long standing bug in the scrolled window handling in follow TCP streamLaurent Deniel1-11/+30
2000-08-16The "Edit:protocols..." window is now sorted.Laurent Deniel1-57/+77
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-0/+287