[Automatic manuf and enterprise-numbers update for 2010-09-12]
[obnox/wireshark/wip.git] / gtk / stats_tree_stat.c
2010-07-29 wmeier(Trivial) Indentation cleanup (mostly: fix "4 space...
2010-06-04 geraldFrom Chris Maynard via bug 1546:
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-04-16 geraldFix the last of the Win64 problems in the gtk directory.
2009-02-10 ulflRemove an ugly hack:
2009-01-29 ulfladd a new "Telephony" main menu entry and move the...
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-13 stigBring the windows to front when rescanning of packets...
2008-08-05 morrissDon't put (non-extern'd) prototypes for protect_thread_...
2008-07-12 morrissMore (mostly stats tree) unsigned->signed char cleanup
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-04-17 ulflrename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UN...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflmove tap_dfilter_dlg.h from / to /gtk (and use the...
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 ulflremove GTK1 code
2008-01-31 wmeierAdd missing g_object_unref for treeview models;
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-24 sfisherRemove all warnings under Unix for the gtk/ directory.
2006-08-27 etxrabFixa a typo.
2006-08-27 ulflsquelch some compiler warnings
2006-05-21 sahlbergname change
2006-03-30 legofix for Bug 849
2006-03-16 jakeCheck struct pointer before dereferencing it.
2006-03-15 legoFix bug 710 and avoid having it crash when more than...
2006-02-12 guyAdd userdata arguments to a bunch of stat initializatio...
2005-09-22 legoInstead of checking if this is a new packet at every...
2005-09-15 legoleak fix
2005-09-14 guyHave cf_retap_packets() take an argument that indicates...
2005-08-25 legobugs.ethereal.com/bugzilla/show_bug.cgi?id=377
2005-08-21 guy"gtk_tap_dfilter_dlg_cb()" is no longer used outside
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 guyRename epan/stat.[ch] to epan/stat_cmd_args.[ch] -...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-19 guyMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-06 guySquelch more const warnings (and fix some memory leaks...
2005-04-01 guyRename "register_ethereal_tap()" to "register_tap_liste...
2005-03-21 legoRename all stats_tree extern functions to start with...
2005-03-20 guyFix the expansion of the top-level nodes in GTK+ 1...
2005-03-20 legoExpand the root nodes by default
2005-03-20 guyThe GTK+ 2.x version doesn't automatically expand the...
2005-03-20 guyMake columns in the GTK+ 1.2[.x] version auto-resizing.
2005-03-20 guyMake the top-level node start out expanded in GTK+...
2005-03-20 guyDo a GTK+ 1.2[.x] version.
2005-03-20 legost->name was moved to st->cfg->name
2005-03-20 legoThere was a design flaw that caused a crash on windows and
2005-03-19 ulflUse capitalized words for column headers
2005-03-19 ulflAdd a "Close" button, as not everyone uses a window...
2005-03-09 ulflremoved some MSVC compiler warnings, mostly I've casted...
2005-03-07 lrolandadd a default size to stats_tree windows. so we do...
2005-02-28 lego- do not free the string passed to register_ethereal_tap()
2005-02-27 legothe last commit broke windows compilation.
2005-02-27 legoSeveral fixes to the stats_tree
2005-02-25 lego- undo disabling the GTK2 version
2005-02-25 legoTemporarily disable the gtk2 version that causes a...
2005-02-25 legosome more work for
2005-02-24 legoUpdate to the stats_tree tapping API
2005-02-20 legocomment out two g_message() calls
2005-02-20 legoFixes few things during reinitialization with gtk2...
2005-02-16 legoInitial checkin of the stats-tree tap API