aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-12Bring the windows to front when rescanning of packets are done.Anders Broman1-0/+6
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-15/+13
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-10/+4
2008-05-01Force foreground when background is forced in expert info dialogs.Stig Bjørlykke1-0/+1
2008-04-23From Jim Young:Jaap Keuter1-12/+18
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-1/+1
2008-04-13move all code from color.c into color_utils.cUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-22/+23
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...Ulf Lamping1-1/+1
2008-04-12proto_draw -> main_proto_drawUlf Lamping1-1/+1
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-6/+6
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-4/+4
2008-02-17Added help button in expert info and expert info composite dialogs.Stig Bjørlykke1-2/+14
2007-05-29From David Howells :Sebastien Tandel1-1/+1
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-08-31move value_strings from expert_dialogs into expert.c to remove duplicatesUlf Lamping1-20/+0
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-3/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-15From Greg Morris:Anders Broman1-0/+1
2006-02-13Don't se_leak expert_info records.Luis Ontanon1-3/+5
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-3/+3
2005-10-21Revert 16279.Gilbert Ramirez1-3/+1
2005-10-20From Greg Morris.Gilbert Ramirez1-1/+3
2005-10-03move the list down to the latest message while new messages rush in. We might...Ulf Lamping1-0/+2
2005-09-17Mark some unused and unremovable arguments as unused.Guy Harris1-2/+2
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-09-13Move "Expert Info" from "Statistics" to "Analyze" menu item.Ulf Lamping1-61/+142
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forGuy Harris1-3/+8
2005-09-11some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...Ulf Lamping1-2/+2
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-0/+511