aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-23Rename "Taps/Statistics" preference group to be simply "Statistics".Martin Mathieson1-1/+1
2008-04-21Rename prefs_rtp_player files to prefs_taps.Martin Mathieson1-1/+1
2008-04-21Allow configuration of tap update interval.Martin Mathieson1-15/+7
2008-04-17Added an option to display hidden protocol items.Stig Bjørlykke1-7/+12
2008-04-14From Jim Young (bug 2212):Sake Blok1-1/+1
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyUlf Lamping1-8/+8
2008-04-13sort #includes by directoriesUlf Lamping1-21/+22
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-9/+9
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-56/+56
2008-04-09Remove:Anders Broman1-3/+0
2008-04-08remove GTK1 specific font handlingUlf Lamping1-1/+1
2008-04-07remove GTK1 codeUlf Lamping1-149/+2
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-14/+16
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-13/+13
2008-01-18Move libsmi settings from virtual mibs protocol page to name resolution page.Jaap Keuter1-7/+3
2008-01-17Whitespace cleanup of AIRPCAP code.Jaap Keuter1-59/+59
2008-01-16From Jim Young:Jaap Keuter1-1/+27
2007-11-29hide implementation of module listTomas Kukosa1-9/+9
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-4/+8
2007-11-21Avoid redraw hex dump windows if redissecting.Stig Bjørlykke1-6/+6
2007-05-16Fix bug #1548: call of "Protocol Preferences" results in GTK error msgStephen Fisher1-5/+7
2007-03-19This change allows a structure to be created under the "Protocols" section of...Graeme Lunt1-27/+65
2007-02-03second iteration:Luis Ontanon1-1/+45
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. ThisGerald Combs1-5/+53
2006-11-17Fix buildJaap Keuter1-0/+2
2006-11-17code cleanupUlf Lamping1-3/+0
2006-11-16Fix for bug 948, "Apply capture preferences not applying." Now when the userStephen Fisher1-0/+9
2006-10-20AirPcap fixes from Giorgio Tino:Gerald Combs1-0/+71
2006-10-19Add support for:Gerald Combs1-0/+14
2006-10-03As Stephen Fisher noted, the Apply button should also save the changed settin...Ulf Lamping1-0/+5
2006-10-03now: Don't have a Save button in the following settings dialogs:Ulf Lamping1-24/+55
2006-09-29from Stephen Fisher:Ulf Lamping1-1/+1
2006-09-29fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again i...Ulf Lamping1-1/+1
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-1/+1
2006-08-28fix #1061: the logic to search for a specific protocol page was missing the c...Ulf Lamping1-2/+7
2006-08-14Put protocol preferences in a scrolled window, in case a particularGerald Combs1-13/+18
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-20add a Help button to the Preferences dialogUlf Lamping1-2/+13
2005-09-26fix #322, 2nd try: don't pass NULL to gtk_tree_iter_free(), this seems to cau...Ulf Lamping1-1/+2
2005-09-25fix #322: packet detail window -> Protocol Preferences: tree not expandedUlf Lamping1-15/+101
2005-09-01convert to g_snprintf()Ronnie Sahlberg1-1/+0
2005-08-20- Declare some functions staticJörg Mayer1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-2/+2
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-4/+4