aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/conversations_table.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-11-14After launching 'Follow stream' or one of the graphs, restore theMartin Mathieson1-0/+22
2012-11-11Fix compilation error (set but unused variable) and allow TCP graphs to beEvan Huus1-9/+44
2012-11-11Allow TCP graphs to be launched from the conversation table window.Martin Mathieson1-3/+94
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-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+1
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-3/+3
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-4/+15
2012-05-23From Robert Bullen:Anders Broman1-69/+110
2012-05-19Add an 'if' test to prevent a potential null pointer dereferenceBill Meier1-7/+8
2012-05-19Rework 'ct_nb_switch_page_cb()' slightly to prevent a scan-build "null pointe...Bill Meier1-15/+16
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-4/+4
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/+3016