aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wlan_stat_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-19Fixed percent sorting and export to csv after text-value switch in last commit.Stig Bjørlykke1-7/+6
2008-05-18Added check for GTK 2.6.0 for gtk_cell_render_progress_new()Stig Bjørlykke1-33/+43
2008-05-17- Rewrote to use GtkTreeView instead of GtkCList.Stig Bjørlykke1-588/+561
2008-05-12Added an option to limit the list to match the current display filter.Stig Bjørlykke1-4/+47
2008-05-11Sort list before thaw to avoid flicker when doing capture.Stig Bjørlykke1-15/+17
2008-05-05Handle SSID as binary in WLAN Traffic Statistics.Stig Bjørlykke1-33/+26
2008-05-04Improved the WLAN Traffic Statistics:Stig Bjørlykke1-15/+751
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-7/+12
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-7/+7
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-3/+3
2008-04-07remove GTK1 codeUlf Lamping1-14/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-4/+4
2008-02-14Added option to turn off name resolution.Stig Bjørlykke1-5/+46
2008-02-13Do not update window title when destroying the dialog.Stig Bjørlykke1-4/+6
2008-02-12Fixed an incorrect free loop.Stig Bjørlykke1-1/+2
2008-02-12Added WLAN Traffic Statistics dialog.Stig Bjørlykke1-0/+547