From beroset:
[metze/wireshark/wip.git] / ui / gtk / prefs_capture.c
2013-03-21 Bill MeierFrom beroset:
2013-03-13 Bill Meiergtk_widget_set_vexpand() is only for GTK3.
2013-03-13 Bill MeierCertain prefs window contents should not be centered...
2013-03-13 Alexis La GoutteFix compilation under Linux ../../../ui/gtk/prefs_captu...
2013-03-13 Irene RüngelerAdd interface options preferences.
2013-03-07 Irene RüngelerUse ifdefs for buffer size.
2013-03-07 Michael TüxenMore ifdefs. Maybe this makes the mac buildbots happy.
2013-03-07 Irene RüngelerAdd buffersize and snap length to the preferences.
2013-03-06 Anders BromanUse explicit casts.
2013-02-01 Gerald CombsUpdate some tooltips.
2013-01-24 Bill MeierUse ws_gtk_grid...() in place of gtk_table...().
2012-11-22 Guy HarrisOn UN*X, if an interface has a description, use it...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-08 Michael MannHave (almost) all preferences use the generic preferenc...
2012-08-03 Gerald CombsMove capture_globals.h from ui/gtk/ to ui/. Show interf...
2012-08-03 Irene RüngelerMake it compile under Windows
2012-08-03 Irene RüngelerMake the columns of the capture options dialog selectab...
2012-08-01 Gerald CombsMove the common parts of iface_lists.[ch] from ui/gtk...
2012-07-20 Jakub Zawadzkigtk_container_add() -> gtk_box_pack_start() [bug #7377]
2012-07-09 Anders BromanFrom Michael Mann:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-28 Guy HarrisMove the stuff to manage the global interface list...
2012-06-28 Guy HarrisDetangle the code that manages the interface list on...
2012-04-21 Anders BromanReplace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_b...
2012-04-09 Jakub ZawadzkiAdd missing const attribute to some char *
2012-01-25 Michael TüxenThird try. This time pipes and stdin are supported...
2012-01-24 Michael TüxenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 Michael TüxenSecond try. This time pipes and stdin are supported.
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.