aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-02 Didier Gautheron:etxrab1-8/+25
2009-08-27make the columns sortable.etxrab1-0/+7
2009-08-27Don't copy const strings, store the pointer in the list store instead,etxrab1-13/+22
2009-08-26From Didier Gautheron:etxrab1-6/+7
2009-08-24We no longer need the "ascending arrow" and "descending arrow" imagesguy1-349/+340
2009-08-24Use list_store isf deprecated clist.etxrab1-180/+186
2009-08-23From Didier gautheron via bug 3929:krj1-1/+1
2009-08-23From Didier gautheron via bug 3929:krj1-2/+4
2009-08-22expert_comp_table.c: Minor cleanupetxrab1-15/+12
2009-08-19Destroy window with parent, update label when showing window.etxrab1-1/+4
2009-08-19From Didier Gautheron:etxrab1-64/+43
2009-06-11Windows transient to main window and destoyed with it.etxrab1-1/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+2
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-10-12Bring the windows to front when rescanning of packets are done.etxrab1-0/+6
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andmorriss1-15/+13
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-10/+4
2008-05-01Force foreground when background is forced in expert info dialogs.stig1-0/+1
2008-04-23From Jim Young:jake1-12/+18
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...ulfl1-1/+1
2008-04-13move all code from color.c into color_utils.culfl1-1/+1
2008-04-13sort #includes by directoriesulfl1-22/+23
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...ulfl1-1/+1
2008-04-12proto_draw -> main_proto_drawulfl1-1/+1
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectulfl1-6/+6
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-4/+4
2008-02-17Added help button in expert info and expert info composite dialogs.stig1-2/+14
2007-05-29From David Howells :standel1-1/+1
2006-11-14nikai@nikai.net:jmayer1-1/+0
2006-08-31move value_strings from expert_dialogs into expert.c to remove duplicatesulfl1-20/+0
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-3/+3
2006-05-21name changesahlberg1-2/+2
2006-03-15From Greg Morris:etxrab1-0/+1
2006-02-13Don't se_leak expert_info records.lego1-3/+5
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego1-3/+3
2005-10-21Revert 16279.gram1-3/+1
2005-10-20From Greg Morris.gram1-1/+3
2005-10-03move the list down to the latest message while new messages rush in. We might...ulfl1-0/+2
2005-09-17Mark some unused and unremovable arguments as unused.guy1-2/+2
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-1/+1
2005-09-13Move "Expert Info" from "Statistics" to "Analyze" menu item.ulfl1-61/+142
2005-09-11Frame numbers are unsigned, and they start at 1; 0 is what's used forguy1-3/+8
2005-09-11some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...ulfl1-2/+2
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...ulfl1-0/+511