aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss2010-08-301-14/+13
* (Minor) Cleanup signal callbak signatures and related:Bill Meier2010-08-231-1/+1
* Fix Bug 4388 "Expert Info Composite" : wrong font in tab "Details" Anders Broman2010-03-281-1/+4
* Initialise a couple of variables to prevent gcc warnings.Martin Mathieson2010-03-221-1/+1
* Didier Gautheron:Anders Broman2009-09-021-8/+25
* make the columns sortable.Anders Broman2009-08-271-0/+7
* Don't copy const strings, store the pointer in the list store instead,Anders Broman2009-08-271-13/+22
* From Didier Gautheron:Anders Broman2009-08-261-6/+7
* We no longer need the "ascending arrow" and "descending arrow" imagesGuy Harris2009-08-241-349/+340
* Use list_store isf deprecated clist.Anders Broman2009-08-241-180/+186
* From Didier gautheron via bug 3929:Kovarththanan Rajaratnam2009-08-231-1/+1
* From Didier gautheron via bug 3929:Kovarththanan Rajaratnam2009-08-231-2/+4
* expert_comp_table.c: Minor cleanupAnders Broman2009-08-221-15/+12
* Destroy window with parent, update label when showing window.Anders Broman2009-08-191-1/+4
* From Didier Gautheron:Anders Broman2009-08-191-64/+43
* Windows transient to main window and destoyed with it.Anders Broman2009-06-111-1/+2
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+2
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-2/+2
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* Bring the windows to front when rescanning of packets are done.Anders Broman2008-10-121-0/+6
* Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss2008-08-051-15/+13
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-10/+4
* Force foreground when background is forced in expert info dialogs.Stig Bjørlykke2008-05-011-0/+1
* From Jim Young:Jaap Keuter2008-04-231-12/+18
* rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping2008-04-171-1/+1
* move all code from color.c into color_utils.cUlf Lamping2008-04-131-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-22/+23
* move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...Ulf Lamping2008-04-121-1/+1
* proto_draw -> main_proto_drawUlf Lamping2008-04-121-1/+1
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-6/+6
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-4/+4
* Added help button in expert info and expert info composite dialogs.Stig Bjørlykke2008-02-171-2/+14
* From David Howells :Sebastien Tandel2007-05-291-1/+1
* nikai@nikai.net:Jörg Mayer2006-11-141-1/+0
* move value_strings from expert_dialogs into expert.c to remove duplicatesUlf Lamping2006-08-311-20/+0
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-3/+3
* name changeRonnie Sahlberg2006-05-211-2/+2
* From Greg Morris:Anders Broman2006-03-151-0/+1
* Don't se_leak expert_info records.Luis Ontanon2006-02-131-3/+5
* add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-3/+3
* Revert 16279.Gilbert Ramirez2005-10-211-3/+1
* From Greg Morris.Gilbert Ramirez2005-10-201-1/+3
* move the list down to the latest message while new messages rush in. We might...Ulf Lamping2005-10-031-0/+2
* Mark some unused and unremovable arguments as unused.Guy Harris2005-09-171-2/+2
* Have cf_retap_packets() take an argument that indicates whether toGuy Harris2005-09-141-1/+1
* Move "Expert Info" from "Statistics" to "Analyze" menu item.Ulf Lamping2005-09-131-61/+142
* Frame numbers are unsigned, and they start at 1; 0 is what's used forGuy Harris2005-09-111-3/+8
* some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...Ulf Lamping2005-09-111-2/+2