aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/file_import_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-15/+13
2012-12-26Fix a bunch of warnings.Guy Harris1-11/+11
2012-10-07Minor cleanup:Bill Meier1-186/+172
2012-09-20Have File->import write pcapng files.Anders Broman1-1/+58
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs1-19/+9
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris1-37/+4
2012-05-22"Save As" always saves everything and, when the save is done, makes theGuy Harris1-1/+1
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-2/+4
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-18/+18
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+3
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1202