aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-24Add missing ";"Anders Broman1-2/+2
2012-04-23Get it compiling...Michael Tüxen1-21/+24
2012-04-23Use a crosshair cursor insted of the XOR thingy.Anders Broman1-33/+97
2012-04-23Fix a compile error (missing semi-colon) when building for gtk3Bill Meier1-1/+1
2012-04-23g_object_unref(cursor) craches pre GTK 3.0 protect it withAnders Broman1-1/+5
2012-04-22Use g_object_unrefAnders Broman1-1/+1
2012-04-21More GTK3 adaptationsAnders Broman1-3/+3
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-14/+14
2012-03-21When a TCP graph is summoned, work out how many unique TCP conversationsMartin Mathieson1-16/+37
2012-02-10Delete the TH_* defines and use those from epan/dissectors/packet-tcp.h.Chris Maynard1-7/+0
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+4608