aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/compare_stat.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-15Fix -Wabsolute-value in GTK Compare stat (Found by Clang 3.5)Alexis La Goutte1-3/+3
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-16Add explicit casts to fix OSX10.5 BuildbotEvan Huus1-8/+8
2014-02-16Replace last use of emem trees with GHashTablesEvan Huus1-44/+52
2014-01-17Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-3/+3
2013-12-14Fix const warnings.Jakub Zawadzki1-2/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-1/+1
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+2
2013-06-26As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss1-1/+1
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-2/+1
2013-03-21From beroset:Bill Meier1-21/+21
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-5/+5
2012-09-28remove some very old comments about multithreaded tap implementation...Jakub Zawadzki1-6/+0
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-1/+1
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-6/+5
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-8/+8
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1072