aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-11/+11
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-9/+8
2001-12-06Don't update the "Save As..." dialog box if it doesn't exist.Guy Harris1-7/+22
2001-12-06Make the "Save only marked frames" button in the "Save As..." dialog boxGuy Harris1-7/+39
2001-11-09From <a.stockmeier[AT]avm.de>: fix the file dialog box code to useGuy Harris1-2/+2
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-1/+3
2001-09-10The "Save only marked packets" checkbox should change as the file typeGuy Harris1-1/+14
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-2/+3
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris1-4/+3
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-26/+63
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-3/+4
2001-04-09last_open_dir needs a trailing slash in order for the GTK+Gilbert Ramirez1-24/+7
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-4/+4
2001-01-21Give various filter constructing/editing dialog boxes titles to reflectGuy Harris1-2/+6
2001-01-21In the process of destroying a filter editing dialog box, we get aGuy Harris1-3/+7
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris1-2/+2
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelGuy Harris1-1/+2
2000-08-21Frames in the packet list can now be marked by the user usingLaurent Deniel1-7/+36
2000-08-11Miscellaneous code cleaningLaurent Deniel1-19/+1
2000-07-31Add a routine to check whether a file is a directory or not.Guy Harris1-28/+17
2000-07-20Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris1-2/+2
2000-07-03If the user clicks the "Cancel" button in a progress-bar dialog box forGuy Harris1-7/+11
2000-06-27Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris1-5/+35
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-22/+22
2000-06-02Add a "Enable name resolution" check box to the File Open dialogue.Gilbert Ramirez1-3/+21
2000-05-08Catch the ESC key in the file selection dialog boxes popped up forGuy Harris1-1/+12
2000-04-10Have separate global variables for the current "File:Open" andGuy Harris1-26/+48
2000-04-01Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris1-2/+38
2000-02-12Move the declarations of the routines in "gtk/file_dlg.c" out ofGuy Harris1-4/+2
2000-02-12Make the routines internal to the filter-editing dialog box static.Guy Harris1-4/+2
2000-01-25Provide a "get_dirname()" routine, that takes a pathname and returnsGuy Harris1-16/+38
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-3/+3
2000-01-01A little hack for the really lazy (i.e., me). Allow users to type aGilbert Ramirez1-1/+19
1999-12-10Jerry Talkington's patch to remove the filter stuff fromGuy Harris1-2/+2
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1-3/+3
1999-12-06Add support for saving files in a format other than the one they're inGuy Harris1-15/+129
1999-11-30Allow the user to save either all of the current capture, or only theGuy Harris1-62/+73
1999-10-20Move GTK-related stuff out of globals.h and put it in gtk/gtkglobals.hGilbert Ramirez1-1/+4
1999-10-12Have "dfilter_compile()" return 0 on success and 1 on failure, andGuy Harris1-7/+4
1999-10-11When a new display filter is to be applied, don't set "cf.dfilter" orGuy Harris1-4/+3
1999-10-08Include "main.h", to pull in the external declarations of severalGuy Harris1-1/+5
1999-10-02Don't initialize the file name field in the "File/Open" dialog box withGuy Harris1-14/+1
1999-10-02Get rid of "-F" - "-S" works, and has a more convenient UI.Guy Harris1-2/+2
1999-10-02Move the declaration of global variables involved with packet captureGuy Harris1-1/+5
1999-09-23If we forcibly turn off "fork_mode" if the user doesn't enable "UpdateGuy Harris1-3/+3
1999-09-09Put RCS IDs (and a copyright notice and GPL notice) in several files,Guy Harris1-0/+25
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-2/+2
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-0/+254