aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wlan_stat_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-13Do not update window title when destroying the dialog.stig1-4/+6
2008-02-12Fixed an incorrect free loop.stig1-1/+2
2008-02-12Added WLAN Traffic Statistics dialog.stig1-0/+547