aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/fileset_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-22On UN*X, st_ctime is the last status change time, not the creation time.Guy Harris1-9/+19
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-6/+14
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-4/+1
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-1/+1
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-03-28Follow up on bug 8416.Jaap Keuter1-8/+8
2013-03-09Use explicit casts.Anders Broman1-3/+3
2013-03-04Fir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewport() ==> gtk_containe...Bill Meier1-0/+4
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs1-1/+1
2013-01-10Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-125/+124
2012-10-01Add a window pointer so that we can figure out from whence we came.Gerald Combs1-7/+8
2012-09-26Add a cf_cb_file_opened callback and use it instead of callingGerald Combs1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+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/+401