aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-05-06some minor fixes to the Preferences tooltip textsulfl1-3/+1
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-3/+2
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-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-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-3/+2
2005-02-10Always make the elements of the "text" array point to g_mallocatedguy1-2/+2
2005-01-16Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeguy1-1/+1
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-07-13From Pavel Kankovsky: the items pointed to by elements in the "text[]"guy1-3/+3
2004-06-20preference setting for the option to "avoid" the capture info dialogulfl1-11/+42
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTguy1-4/+8
2004-05-31some more dialog redesign and code cleanupulfl1-40/+56
2004-05-31interface options preference dialog: remove confusing second interface clist,ulfl1-128/+74
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,ulfl1-7/+2
2004-05-26more code cleanup from dialog things:ulfl1-21/+12
2004-04-17Failure to get the list of interfaces should be reported as an error.guy1-2/+2
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-5/+5
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsguy1-14/+10
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-7/+3
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-10/+17
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-30/+18
2004-01-21use stock buttons whereever possible,ulfl1-4/+4
2004-01-10using button compatibility macrosulfl1-11/+3
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)ulfl1-3/+2
2003-09-26From Nathan Jennings:guy1-327/+184
2003-09-10If we have no interfaces, don't set the popdown list for interface comboguy1-3/+5
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresguy1-25/+28
2003-09-09From Nathan Jennings: fix a problem with empty descriptions.guy1-4/+4
2003-09-09From Nathan Jennings: give the "Edit..." window for the capture optionsguy1-7/+4
2003-09-08From Nathan Jennings:guy1-10/+874
2002-11-11Use gtk1/gtk2 compatibility macros.oabad1-14/+10
2002-09-05Include cleanups in gtk and gtk2:jmayer1-3/+1
2002-08-31Remove redundant HAVE_LIBPCAP check (copied from gtk2)jmayer1-4/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-6/+6
2002-07-17Get rid of some "unused variable" and "unused static function" warnings,guy1-24/+3
2002-06-28Trim leading and trailing white space from the capture device in theguy1-3/+12
2002-05-24Get rid of an unused variable.guy1-2/+1
2002-05-23Save the whole capture device name in the preferences file. Undergerald1-7/+4
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-3/+3
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoguy1-4/+7
2002-01-13Add a preferences page for the name resolution flags.guy1-30/+11
2002-01-12Get rid of unused variables.guy1-10/+12
2002-01-12While you're at it, use the key for the auto scroll option checkbox forguy1-2/+2
2002-01-12Make the key for the capture preference window's pointer to the autoguy1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarguy1-2/+1