aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_comp_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-10More GUIManager stuff.Anders Broman1-13/+0
2011-05-03Do some prep work on GUIManager code, if you enable it it will break as the m...Anders Broman1-0/+16
2011-03-22Make expert_tapdata_t opaque to its clients; define the structure onlyGuy Harris1-2/+2
2011-03-22Remove the Exper info dialogue.Anders Broman1-1/+420
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-2/+0
2010-08-19Use correct signature for "button-press-event" callback function;Bill Meier1-13/+14
2009-08-26Make it possible to close and reactivate the window.Anders Broman1-0/+5
2009-08-23From Didier gautheron via bug 3929:Kovarththanan Rajaratnam1-1/+1
2009-08-19From Didier Gautheron:Anders Broman1-47/+37
2009-06-11Windows transient to main window and destoyed with it.Anders Broman1-1/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+3
2009-06-02From Jim Young (bug 2504):Stig Bjørlykke1-0/+1
2009-05-05The reason why the expert_item value is null when performing a retap isGuy Harris1-15/+17
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-03-12From Jakub Zawadzki (bug3330):Stig Bjørlykke1-14/+27
2009-02-10the current tab display "Error 3/24" is missleading IMHO. I would read this 3...Ulf Lamping1-8/+8
2009-01-18From Jim Young:Jaap Keuter1-19/+74
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-10-12Bring the windows to front when rescanning of packets are done.Anders Broman1-0/+4
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-10/+7
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-10/+4
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-1/+1
2008-04-14add stock icons for expert info and flow graphUlf Lamping1-1/+3
2008-04-13sort #includes by directoriesUlf Lamping1-8/+12
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-5/+5
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-2/+2
2008-04-06remove GTK1 codeUlf Lamping1-17/+0
2008-04-05click on the "expert info" indicator opens the corresponding dialogUlf Lamping1-1/+2
2008-02-17Added help button in expert info and expert info composite dialogs.Stig Bjørlykke1-25/+38
2006-07-01mark unused parametersUlf Lamping1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-04From Greg Morris:Anders Broman1-2/+66
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-3/+3
2005-12-23Clean up indentation.Guy Harris1-78/+78
2005-11-25from Greg Morris:Ulf Lamping1-0/+253