aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stats_tree_stat.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-402/+0
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-7/+1
2011-08-21Add the remaining menus when MAIN_MENU_USE_UIMANAGER.Anders Broman1-1/+0
2011-08-21Make register_gtk_stats_tree_tap() work with MAIN_MENU_USE_UIMANAGERAnders Broman1-0/+31
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-1/+2
2011-06-23Code from Jakub:Stig Bjørlykke1-0/+5
2011-06-05Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreGuy Harris1-1/+1
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxGuy Harris1-2/+2
2010-11-28Don't report an error twice.Guy Harris1-1/+0
2010-07-29(Trivial) Indentation cleanup (mostly: fix "4 space tabs").Bill Meier1-26/+27
2010-06-04From Chris Maynard via bug 1546:Gerald Combs1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+2
2009-04-16Fix the last of the Win64 problems in the gtk directory.Gerald Combs1-1/+1
2009-02-10Remove an ugly hack:Ulf Lamping1-10/+1
2009-01-29add a new "Telephony" main menu entry and move the telephony specific statist...Ulf Lamping1-2/+10
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-1/+1
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-41/+39
2008-07-12More (mostly stats tree) unsigned->signed char cleanupJeff Morriss1-11/+28
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-6/+8
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...Ulf Lamping1-1/+1
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-1/+1
2008-04-07remove GTK1 codeUlf Lamping1-86/+0
2008-01-31Add missing g_object_unref for treeview models;Bill Meier1-5/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-6/+6
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher1-12/+13
2006-08-27Fixa a typo.Anders Broman1-1/+1
2006-08-27squelch some compiler warningsUlf Lamping1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-30fix for Bug 849Luis Ontanon1-2/+4
2006-03-16Check struct pointer before dereferencing it. Jaap Keuter1-1/+1
2006-03-15Fix bug 710 and avoid having it crash when more than one instance are open at...Luis Ontanon1-7/+35
2006-02-12Add userdata arguments to a bunch of stat initialization routines toGuy Harris1-1/+1
2005-09-22Instead of checking if this is a new packet at every call to avoid recounting...Luis Ontanon1-4/+18
2005-09-15leak fixLuis Ontanon1-2/+6
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-08-25http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=377Luis Ontanon1-3/+4
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideGuy Harris1-1/+0
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-9/+3
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-3/+4
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-1/+1
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-03-21Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon1-7/+7