aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stats_tree_stat.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-13Bring the windows to front when rescanning of packets are done.stig1-1/+1
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andmorriss1-41/+39
2008-07-12More (mostly stats tree) unsigned->signed char cleanupmorriss1-11/+28
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...ulfl1-1/+1
2008-04-13sort #includes by directoriesulfl1-6/+8
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...ulfl1-1/+1
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-1/+1
2008-04-07remove GTK1 codeulfl1-86/+0
2008-01-31Add missing g_object_unref for treeview models;wmeier1-5/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-6/+6
2007-03-24Remove all warnings under Unix for the gtk/ directory.sfisher1-12/+13
2006-08-27Fixa a typo.etxrab1-1/+1
2006-08-27squelch some compiler warningsulfl1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-03-30fix for Bug 849lego1-2/+4
2006-03-16Check struct pointer before dereferencing it. jake1-1/+1
2006-03-15Fix bug 710 and avoid having it crash when more than one instance are open at...lego1-7/+35
2006-02-12Add userdata arguments to a bunch of stat initialization routines toguy1-1/+1
2005-09-22Instead of checking if this is a new packet at every call to avoid recounting...lego1-4/+18
2005-09-15leak fixlego1-2/+6
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-1/+1
2005-08-25http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=377lego1-3/+4
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideguy1-1/+0
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-9/+3
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withguy1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.guy1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-3/+4
2005-08-06Squelch more const warnings (and fix some memory leaks that found).guy1-1/+1
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asguy1-1/+1
2005-03-21Rename all stats_tree extern functions to start with stats_tree_lego1-7/+7
2005-03-20Fix the expansion of the top-level nodes in GTK+ 1.2[.x].guy1-2/+5
2005-03-20Expand the root nodes by defaultlego1-0/+10
2005-03-20The GTK+ 2.x version doesn't automatically expand the root node; don'tguy1-5/+0
2005-03-20Make columns in the GTK+ 1.2[.x] version auto-resizing.guy1-8/+9
2005-03-20Make the top-level node start out expanded in GTK+ 1.2[.x].guy1-1/+5
2005-03-20Do a GTK+ 1.2[.x] version.guy1-57/+61
2005-03-20st->name was moved to st->cfg->namelego1-1/+1
2005-03-20There was a design flaw that caused a crash on windows andlego1-40/+37
2005-03-19Use capitalized words for column headersulfl1-5/+5
2005-03-19Add a "Close" button, as not everyone uses a window manager providing the 'X'...ulfl1-5/+17
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...ulfl1-1/+1
2005-03-07add a default size to stats_tree windows. so we do not have to resize them ev...lroland1-0/+1
2005-02-28- do not free the string passed to register_ethereal_tap()lego1-3/+3
2005-02-27the last commit broke windows compilation.lego1-3/+5
2005-02-27Several fixes to the stats_treelego1-28/+41
2005-02-25- undo disabling the GTK2 versionlego1-12/+14