aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changesahlberg1-2/+2
2005-08-20- Declare some functions staticjmayer1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-10removed tons of MSVC const related warnings.ulfl1-3/+3
2005-08-05More char -> const char warning fixes.jmayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-6/+6
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-4/+4
2005-01-20add some more online help functionality and help buttons at various dialog bo...ulfl1-1/+11
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-10"delete_event" is an event, so its handler takes three arguments, notguy1-4/+5
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,ulfl1-9/+5
2004-05-26more code cleanup from dialog things:ulfl1-11/+11
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-2/+6
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-3/+3
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-21/+6
2004-01-10using button compatibility macrosulfl1-21/+5
2004-01-04A missing piece of Tadaaki Nagao's patches to add a global "disabledguy1-2/+2
2003-11-16Export "protocol_t" as an opaque type.guy1-5/+11
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