summaryrefslogtreecommitdiff
path: root/ui/gtk/file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-3/+3
2016-10-22Fix the #defines for the presence of structure names.Guy Harris1-5/+5
2016-04-02Use AC_CHECK_MEMBERSJoão Valverde1-4/+4
2016-03-29Remove an unused variable from both the Gtk and Qt UIs.Jeff Morriss1-9/+1
2016-03-11Remove the last remnants of U3 support.Gerald Combs1-11/+1
2015-06-22gtk,qt: Fix minor buffer underrunPeter Wu1-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
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs1-0/+11
2013-10-28Remove some (but not all) U3 remnants.Gerald Combs1-11/+0
2013-10-11More ui/util.h includes.Gerald Combs1-0/+1
2013-06-21Cast away another implicit conversion not allowed in C++ warningStephen Fisher1-1/+1
2013-05-14Give file_selection_new() an argument to specify the parent window ofGuy Harris1-10/+12
2013-03-21From beroset:Bill Meier1-3/+3
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-12-22The Wireshark file icon makes more sense than a floppy disk[1]. SwitchGerald Combs1-1/+1
2012-12-22R46374 replaced too many GTK_STOCK_SAVEs. Put them back.Gerald Combs1-1/+1
2012-12-04Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,Gerald Combs1-1/+2
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-06-21We now need <epan/filesystem.h> regardless of whether we're being builtGuy Harris1-2/+0
2012-06-21Move a bunch of common code in the file chooser dialog loops into aGuy Harris1-0/+123
2012-06-19The GTK+ file chooser already *includes* UI code to ask the user whetherGuy Harris1-107/+68
2012-06-19The file dialog run by file_selection_browse() is modal, so there willGuy Harris1-9/+0
2012-06-04And do the same with the color filter import and export dialogs (whichGuy Harris1-3/+14
2012-06-04file_target_exist_ui() is used only on UN*Xes; on Win32, we'd use theGuy Harris1-0/+2
2012-06-04Make the "Export Selected Packets As..." code path more like the "SaveGuy Harris1-0/+135
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+258