aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_capture.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-10Trivial: The file name is prefs_capture.c, not capture_prefs.cChris Maynard1-1/+1
2013-12-02Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard1-2/+2
2013-11-26Note why refresh_local_interface_lists() is being called in variousGuy Harris1-1/+2
2013-11-26Fix indentation.Guy Harris1-1/+1
2013-07-15Do not hide the interface name in capture options.Irene Rüngeler1-20/+3
2013-07-09From Cal Turney:Anders Broman1-1/+16
2013-06-27Windows changes for main_window_update ....Luis Ontanon1-1/+1
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-7/+8
2013-05-13Fix indentation.Guy Harris1-1/+1
2013-05-10Delete unused variable.Irene Rüngeler1-1/+1
2013-05-10The Interface column cannot be hidden any more.Irene Rüngeler1-15/+0
2013-03-26Fix Coverity CID 990752: Unused pointer value. (column was previously unused)Chris Maynard1-9/+9
2013-03-21From beroset:Bill Meier1-3/+3
2013-03-13gtk_widget_set_vexpand() is only for GTK3.Bill Meier1-0/+2
2013-03-13Certain prefs window contents should not be centered vertically in GTK3.Bill Meier1-13/+27
2013-03-13Fix compilation under Linux ../../../ui/gtk/prefs_capture.c: In function ‘i...Alexis La Goutte1-3/+1
2013-03-13Add interface options preferences.Irene Rüngeler1-22/+170
2013-03-07Use ifdefs for buffer size.Irene Rüngeler1-1/+3
2013-03-07More ifdefs. Maybe this makes the mac buildbots happy.Michael Tüxen1-0/+4
2013-03-07Add buffersize and snap length to the preferences.Irene Rüngeler1-5/+346
2013-03-06Use explicit casts.Anders Broman1-21/+21
2013-02-01Update some tooltips.Gerald Combs1-2/+3
2013-01-24Use ws_gtk_grid...() in place of gtk_table...().Bill Meier1-68/+65
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann1-42/+15
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-3/+4
2012-08-03Make it compile under WindowsIrene Rüngeler1-5/+11
2012-08-03Make the columns of the capture options dialog selectable. Changes are stored...Irene Rüngeler1-2/+301
2012-08-01Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave theGerald Combs1-1/+1
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-1/+1
2012-07-09From Michael Mann:Anders Broman1-3/+29
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-28Move the stuff to manage the global interface list and to updateGuy Harris1-1/+1
2012-06-28Detangle the code that manages the interface list on the welcome screen:Guy Harris1-2/+3
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-3/+3
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-0/+1
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-1/+0
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-0/+1
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/+1430