aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/conversations_table.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-05Make launching TCP graphs from conversations window work again, by supplying ...Martin Mathieson1-2/+4
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
2013-06-16Make the B->A graph label show as A<-B to be consistent with the columnMartin Mathieson1-1/+1
2013-05-24Have register_param_stat() add menu items, rather than having the menuGuy Harris1-0/+2
2013-03-21Bill pointed out that gtk_window_get_size() + gtk_window_resize()Gerald Combs1-29/+18
2013-03-21From beroset:Bill Meier1-1/+1
2013-03-20Add frame_new, which creates a frame that best conforms to the GNOME,Gerald Combs1-2/+18
2013-03-08Use explicit casts.Anders Broman1-35/+35
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
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