aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wlan_stat_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-21Fix almost all accesses to ->windowjmayer1-2/+4
2011-07-13Fix more tooltips fixes.etxrab1-8/+7
2011-07-11Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in agerald1-8/+0
2011-06-17Add the correct casts to make it compile on some old ERHL box.etxrab1-4/+4
2011-06-09Add casts to make it compile on some old ERHL box.etxrab1-5/+5
2011-05-16More GUIManager stuff.etxrab1-0/+8
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.cmaynard1-3/+3
2010-10-12Define some vars & fcns as static;wmeier1-1/+1
2010-10-03Use UTF8_HORIZONTAL_ELLIPSIS instead of "..." in menus.stig1-96/+97
2010-09-02Remove the depricated GtkItemFactory code.etxrab1-67/+1
2010-08-31Remove the depricated GtkItemFactory code.etxrab1-186/+11
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-63/+59
2010-08-20Switch wlan_stat_dlg to use GUIManager step 2.etxrab1-0/+199
2010-08-20Use defined functions.stig1-2/+2
2010-08-20Switch wlan_stat_dlg to use GUIManager step 1.etxrab1-1/+673
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:wmeier1-2/+2
2010-02-01Fix some gcc -Wshadow warnings.wmeier1-21/+21
2010-01-15From Didier Gautheron:etxrab1-18/+37
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-6/+6
2009-08-27Remove the three dots in the menu item.stig1-1/+1
2009-08-05Squelch a couple of Clang Static Analyzer warnings.gerald1-6/+4
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-4/+5
2009-06-01wlan_stat: fix a memory leakwmeier1-0/+1
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-1/+1
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...wmeier1-5/+5
2009-03-12From Jakub Zawadzki:stig1-9/+9
2008-12-20Fix some typos and spellingwmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-10-29Fix a few (not all) of the current checkapi errors in gtk/sfisher1-1/+1
2008-10-13Bring the windows to front when rescanning of packets are done.stig1-0/+2
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andmorriss1-34/+33
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-5/+5
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-12/+7
2008-05-19Fixed percent sorting and export to csv after text-value switch in last commit.stig1-7/+6
2008-05-18Added check for GTK 2.6.0 for gtk_cell_render_progress_new()stig1-33/+43
2008-05-17- Rewrote to use GtkTreeView instead of GtkCList.stig1-588/+561
2008-05-12Added an option to limit the list to match the current display filter.stig1-4/+47
2008-05-11Sort list before thaw to avoid flicker when doing capture.stig1-15/+17
2008-05-05Handle SSID as binary in WLAN Traffic Statistics.stig1-33/+26
2008-05-04Improved the WLAN Traffic Statistics:stig1-15/+751
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...ulfl1-1/+1
2008-04-13sort #includes by directoriesulfl1-7/+12
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-7/+7
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemoniculfl1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-3/+3
2008-04-07remove GTK1 codeulfl1-14/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.tuexen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:stig1-4/+4
2008-02-14Added option to turn off name resolution.stig1-5/+46