Delete extra_split if we're not using it. This keeps its handle from
[metze/wireshark/wip.git] / ui / gtk / conversations_table.c
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-06-16 Martin MathiesonMake the B->A graph label show as A<-B to be consistent...
2013-05-24 Guy HarrisHave register_param_stat() add menu items, rather than...
2013-03-21 Gerald CombsBill pointed out that gtk_window_get_size() + gtk_wind...
2013-03-21 Bill MeierFrom beroset:
2013-03-20 Gerald CombsAdd frame_new, which creates a frame that best conforms...
2013-03-08 Anders BromanUse explicit casts.
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-01-04 Michael Mannreplace "unsigned" datatype with "guint". Some mpeg...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-14 Martin MathiesonAfter launching 'Follow stream' or one of the graphs...
2012-11-11 Evan HuusFix compilation error (set but unused variable) and...
2012-11-11 Martin MathiesonAllow TCP graphs to be launched from the conversation...
2012-09-28 Jakub Zawadzkiprotect_thread_critical_region, unprotect_thread_critic...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-01 Gerald CombsMove utf8_entities.h to the "ui" directory. Separate...
2012-07-19 Anders BromanShoul be gtk_box_pack_start(GTK_BOX (vbox), message_typ...
2012-07-19 Anders Bromangtk_container_add() -> gtk_box_pack_start().
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-03 Guy Harrisg_filename_display_basename() returns a g_mallocated...
2012-05-23 Anders BromanFrom Robert Bullen:
2012-05-19 Bill MeierAdd an 'if' test to prevent a potential null pointer...
2012-05-19 Bill MeierRework 'ct_nb_switch_page_cb()' slightly to prevent...
2012-04-20 Anders BromanReplace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_b...
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-15 Jörg MayerMove gtk to ui/gtk.