Fix for
[obnox/wireshark/wip.git] / gtk / wlan_stat_dlg.c
2011-07-21 jmayerFix almost all accesses to ->window
2011-07-13 etxrabFix more tooltips fixes.
2011-07-11 geraldRemove a lot of instances of GTK_CHECK_VERSION. Clean...
2011-06-17 etxrabAdd the correct casts to make it compile on some old...
2011-06-09 etxrabAdd casts to make it compile on some old ERHL box.
2011-05-16 etxrabMore GUIManager stuff.
2010-11-17 cmaynardQuote all fields when exporting to CSV. Fixes bug...
2010-10-12 wmeierDefine some vars & fcns as static;
2010-10-03 stigUse UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.
2010-09-02 etxrabRemove the depricated GtkItemFactory code.
2010-08-31 etxrabRemove the depricated GtkItemFactory code.
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-08-20 etxrabSwitch wlan_stat_dlg to use GUIManager step 2.
2010-08-20 stigUse defined functions.
2010-08-20 etxrabSwitch wlan_stat_dlg to use GUIManager step 1.
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2010-02-01 wmeierFix some gcc -Wshadow warnings.
2010-01-15 etxrabFrom Didier Gautheron:
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-08-27 stigRemove the three dots in the menu item.
2009-08-05 geraldSquelch a couple of Clang Static Analyzer warnings.
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-06-01 wmeierwlan_stat: fix a memory leak
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2009-03-12 stigFrom Jakub Zawadzki:
2008-12-20 wmeierFix some typos and spelling
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-29 sfisherFix a few (not all) of the current checkapi errors...
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-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-19 stigFixed percent sorting and export to csv after text...
2008-05-18 stigAdded check for GTK 2.6.0 for gtk_cell_render_progress_...
2008-05-17 stig- Rewrote to use GtkTreeView instead of GtkCList.
2008-05-12 stigAdded an option to limit the list to match the current...
2008-05-11 stigSort list before thaw to avoid flicker when doing capture.
2008-05-05 stigHandle SSID as binary in WLAN Traffic Statistics.
2008-05-04 stigImproved the WLAN Traffic Statistics:
2008-04-17 ulflrename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UN...
2008-04-13 ulflsort #includes by directories
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 ulflreplace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_b...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 ulflremove GTK1 code
2008-03-01 tuexenInclude epan/strutil.h for gtk-1.2 builds.
2008-02-29 stigNext attempt to cleanup some string functions, including:
2008-02-14 stigAdded option to turn off name resolution.
2008-02-13 stigDo not update window title when destroying the dialog.
2008-02-12 stigFixed an incorrect free loop.
2008-02-12 stigAdded WLAN Traffic Statistics dialog.