Clean up the "available XXX type" messages a bit.
[obnox/wireshark/wip.git] / gtk / expert_dlg.c
2009-06-11 etxrabWindows transient to main window and destoyed with it.
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-12 etxrabBring the windows to front when rescanning of packets...
2008-08-05 morrissDon't put (non-extern'd) prototypes for protect_thread_...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-05-01 stigForce foreground when background is forced in expert...
2008-04-23 jakeFrom Jim Young:
2008-04-17 ulflrename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UN...
2008-04-13 ulflmove all code from color.c into color_utils.c
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflmove tap_dfilter_dlg.h from / to /gtk (and use the...
2008-04-12 ulflproto_draw -> main_proto_draw
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulflsecond round to replace SIGNAL_CONNECT with g_signal_co...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-02-17 stigAdded help button in expert info and expert info compos...
2007-05-29 standelFrom David Howells :
2006-11-14 jmayernikai@nikai.net:
2006-08-31 ulflmove value_strings from expert_dialogs into expert...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-03-15 etxrabFrom Greg Morris:
2006-02-13 legoDon't se_leak expert_info records.
2006-02-11 lego add an userdata argument to register_stat_cmd_arg...
2005-10-21 gramRevert 16279.
2005-10-20 gramFrom Greg Morris.
2005-10-03 ulflmove the list down to the latest message while new...
2005-09-17 guyMark some unused and unremovable arguments as unused.
2005-09-14 guyHave cf_retap_packets() take an argument that indicates...
2005-09-13 ulflMove "Expert Info" from "Statistics" to "Analyze" menu...
2005-09-11 guyFrame numbers are unsigned, and they start at 1; 0...
2005-09-11 ulflsome things fixed, leftover from code cleanup (thanks...
2005-09-11 ulflI'm adding the "Expert Info" prototype now, as it seems...