summaryrefslogtreecommitdiff
path: root/gtk/capture_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyUlf Lamping1-838/+0
2008-04-13sort #includes by directoriesUlf Lamping1-11/+14
2008-04-12remove unrequired "references" to gtkglobals.hUlf Lamping1-1/+0
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-7/+7
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-21/+21
2008-03-12From Nathan Jennings (bug 2350):Stig Bjørlykke1-4/+4
2008-03-01Include strutil.h so we find g_strlcat() in gtk-1.2 buildsJeff Morriss1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-13/+11
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-4/+4
2007-06-11One more step in privilege separation.Gerald Combs1-59/+60
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris1-27/+22
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
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
2006-05-06some minor fixes to the Preferences tooltip textsUlf Lamping1-3/+1
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-3/+2
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-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-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-3/+2
2005-02-10Always make the elements of the "text" array point to g_mallocatedGuy Harris1-2/+2
2005-01-16Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeGuy Harris1-1/+1
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-07-13From Pavel Kankovsky: the items pointed to by elements in the "text[]"Guy Harris1-3/+3
2004-06-20preference setting for the option to "avoid" the capture info dialogUlf Lamping1-11/+42
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris1-4/+8
2004-05-31some more dialog redesign and code cleanupUlf Lamping1-40/+56
2004-05-31interface options preference dialog: remove confusing second interface clist,Ulf Lamping1-128/+74
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping1-7/+2
2004-05-26more code cleanup from dialog things:Ulf Lamping1-21/+12
2004-04-17Failure to get the list of interfaces should be reported as an error.Guy Harris1-2/+2
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-5/+5
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-14/+10
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-7/+3
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-10/+17
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-30/+18
2004-01-21use stock buttons whereever possible,Ulf Lamping1-4/+4
2004-01-10using button compatibility macrosUlf Lamping1-11/+3
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-3/+2
2003-09-26From Nathan Jennings:Guy Harris1-327/+184
2003-09-10If we have no interfaces, don't set the popdown list for interface comboGuy Harris1-3/+5
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris1-25/+28
2003-09-09From Nathan Jennings: fix a problem with empty descriptions.Guy Harris1-4/+4
2003-09-09From Nathan Jennings: give the "Edit..." window for the capture optionsGuy Harris1-7/+4
2003-09-08From Nathan Jennings:Guy Harris1-10/+874
2002-11-11Use gtk1/gtk2 compatibility macros.Olivier Abad1-14/+10
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-3/+1