aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* From Giles Scott:Guy Harris2003-09-201-1/+9
* Rename various capture file routines to have names starting with "cf_".Guy Harris2003-09-151-13/+13
* From Richard Urwin a great enhancement to the color filter dialogue toRonnie Sahlberg2003-08-181-1/+304
* Add two preferences to control ADNS, one to enable/disable it and one toGerald Combs2003-07-221-2/+3
* Various fixes related to GTK2 :Olivier Abad2003-07-181-1/+2
* Add a new routine "filter_button_destroy_cb()", and make it theGuy Harris2003-01-151-13/+3
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-101-89/+36
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-16/+80
* From Graeme Hewson:Guy Harris2002-09-091-6/+30
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-12/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-10/+10
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-11/+11
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Add a preferences page for the name resolution flags.Guy Harris2002-01-131-9/+8
* Don't update the "Save As..." dialog box if it doesn't exist.Guy Harris2001-12-061-7/+22
* Make the "Save only marked frames" button in the "Save As..." dialog boxGuy Harris2001-12-061-7/+39
* From <a.stockmeier[AT]avm.de>: fix the file dialog box code to useGuy Harris2001-11-091-2/+2
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-241-1/+3
* The "Save only marked packets" checkbox should change as the file typeGuy Harris2001-09-101-1/+14
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-2/+3
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-051-4/+3
* Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris2001-05-311-26/+63
* There's no "enable name resolution in captures" preference in Ethereal,Guy Harris2001-04-151-3/+4
* last_open_dir needs a trailing slash in order for the GTK+Gilbert Ramirez2001-04-091-24/+7
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-4/+4
* Give various filter constructing/editing dialog boxes titles to reflectGuy Harris2001-01-211-2/+6
* In the process of destroying a filter editing dialog box, we get aGuy Harris2001-01-211-3/+7
* Add a dialog box for constructing expressions that test a field in theGuy Harris2001-01-021-2/+2
* Move the declaration of "g_resolving_actif" from the top-levelGuy Harris2000-10-191-1/+2
* Frames in the packet list can now be marked by the user usingLaurent Deniel2000-08-211-7/+36
* Miscellaneous code cleaningLaurent Deniel2000-08-111-19/+1
* Add a routine to check whether a file is a directory or not.Guy Harris2000-07-311-28/+17
* Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seemsGuy Harris2000-07-201-2/+2
* If the user clicks the "Cancel" button in a progress-bar dialog box forGuy Harris2000-07-031-7/+11
* Add routines to Wiretap to allow a client of Wiretap to get:Guy Harris2000-06-271-5/+35
* Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris2000-06-271-22/+22
* Add a "Enable name resolution" check box to the File Open dialogue.Gilbert Ramirez2000-06-021-3/+21
* Catch the ESC key in the file selection dialog boxes popped up forGuy Harris2000-05-081-1/+12
* Have separate global variables for the current "File:Open" andGuy Harris2000-04-101-26/+48
* Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up aGuy Harris2000-04-011-2/+38
* Move the declarations of the routines in "gtk/file_dlg.c" out ofGuy Harris2000-02-121-4/+2
* Make the routines internal to the filter-editing dialog box static.Guy Harris2000-02-121-4/+2
* Provide a "get_dirname()" routine, that takes a pathname and returnsGuy Harris2000-01-251-16/+38
* Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris2000-01-031-3/+3
* A little hack for the really lazy (i.e., me). Allow users to type aGilbert Ramirez2000-01-011-1/+19
* Jerry Talkington's patch to remove the filter stuff fromGuy Harris1999-12-101-2/+2
* Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1999-12-091-3/+3
* Add support for saving files in a format other than the one they're inGuy Harris1999-12-061-15/+129
* Allow the user to save either all of the current capture, or only theGuy Harris1999-11-301-62/+73
* Move GTK-related stuff out of globals.h and put it in gtk/gtkglobals.hGilbert Ramirez1999-10-201-1/+4