Turn on -Wshorten-64-to-32 by default, and fix some issues that turned
[obnox/wireshark/wip.git] / gtk / ansi_map_stat.c
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-03-16 etxrabGet rid of Clists, move a comment, move display as...
2008-10-31 stigFix some "format not a string literal and no format...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-09 sfisherStart getting rid of the uses of compat_macro.h's macros.
2008-02-09 sfisherFix for bug #2250
2007-05-29 standelFrom David Howells :
2007-05-24 wmeierWhen computing average: use 0 as avg if divisor=0
2006-05-21 sahlbergname change
2006-02-11 lego add an userdata argument to register_stat_cmd_arg...
2005-08-21 guyAs per a suggestion by Ulf Lamping, rename gtk_*.[ch...
2005-08-21 guyAdd a "register_dfilter_stat()", to register stats...
2005-08-20 guyThe routines registered with "register_stat_cmd_arg...
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-19 sahlbergFrom Michael Lum:
2005-08-06 guySquelch more const warnings (and fix some memory leaks...
2005-08-05 jmayerMore char -> const char warning fixes.
2005-04-16 ulfladd 12 new toolbar/menu icons
2005-04-01 guyRename "register_ethereal_tap()" to "register_tap_liste...
2005-01-14 guyFrom Laurent Rabret: handle the cases where there's...
2005-01-01 guyAs we've made the tap_specific_data field of a tap_pack...
2004-12-31 guyIn column sort routines, make the row pointers "const...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-07-19 ulflrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-18 gramMove dissectors to epan/dissectors directory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-26 jmayerChange C++ style comments
2004-05-23 ulfluse new functions in window API (ui_util.h),
2004-04-21 guyFrom Michael Lum:
2004-04-12 ulfladded a close button to the dialogs,
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-23 ulflstatistics menu redesigned, now looking more like the...
2004-02-22 ulflRedesigned the menu structure of the former statistics...
2004-02-11 guyMost taps that now include "tap_menu.h" no longer need...
2004-02-11 guyMove the declaration of "register_tap_menu_item()"...
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-11 jmayer#if 0 out test that causes an always false warning
2004-01-07 jmayerNot that it really matters as the test still alwas...
2004-01-03 sharpeMake Analyze/Statistics have an accelerator of Alt...
2003-12-21 guyArrays indexed by a 1-octet unsigned value, if we don...
2003-12-21 guy"sizeof(array)" is the size of the array in bytes,...
2003-12-17 guyFrom Lars Roland: have common code to handle display...
2003-12-16 oabadUse gtk compatibility macros (from compat_macros.h...
2003-12-13 guyPut back "menu.h" - it's needed to declare "register_ta...
2003-12-13 ulflremoved unused #include "menu.h" from the stats.c files
2003-12-12 guyFrom Michael Lum: