aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wlan_stat_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-5/+5
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-9/+9
2008-12-20Fix some typos and spellingBill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-10-29Fix a few (not all) of the current checkapi errors in gtk/Stephen Fisher1-1/+1
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-0/+2
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-34/+33
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-5/+5
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-12/+7
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