aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/compare_stat.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingjmayer1-10/+1
2011-08-21Add the remaining menus when MAIN_MENU_USE_UIMANAGER.etxrab1-0/+8
2011-07-21Fix almost all accesses to ->windowjmayer1-1/+4
2011-03-08Allow <variance> to be successfully sscanf'd no matter the locale for thecmaynard1-2/+5
2011-03-08Removal of the old packet-list in favor of the new packet list.sake1-6/+0
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-6/+5
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;wmeier1-1/+1
2010-07-20Updading opensuse 11.2 -> 11.3 updated gcc to 4.5.0, which createdjmayer1-2/+2
2010-04-23From Vincenzo Condoleo via bug 3724:gerald1-14/+14
2010-04-08Get rid of check_col().etxrab1-1/+1
2010-03-20Squelch GTK runtime warnings.jake1-3/+3
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-14/+14
2009-09-02Use new_packet_list_colorize_packets() where cf_colorize_packets();etxrab1-2/+7
2009-08-27Add #include <stdio.h> in a few more places ....wmeier1-0/+2
2009-08-03Add some null checks.gerald1-1/+1
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+3
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-2/+2
2009-05-22g_string_append_printf() is the correct name of the function (oops).wmeier1-1/+1
2009-05-22Fix usage of several GTK/Glib deprecated functions.wmeier1-9/+9
2009-05-21Small improvements for the compare capture files dialog:stig1-2/+10
2009-05-20From Vincenzo Condoleo via bug 2589:gerald1-0/+1057