aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-14destroy the "save as" dialog only, if it's existingUlf Lamping1-2/+3
2004-01-10close the Save (As) dialog, when the capture file is closedUlf Lamping1-1/+8
2004-01-10using button compatibility macrosUlf Lamping1-83/+22
2004-01-09use the same packet range things for "Print" dialog, as already implementedUlf Lamping1-105/+65
2004-01-09some code cleanup in range.cUlf Lamping1-8/+4
2004-01-08Save As and range: don't use global vars in range.c,Ulf Lamping1-39/+37
2004-01-07Get rid of "gtk_box_pack_start()" call to put the range table into theGuy Harris1-2/+1
2004-01-07Remove extraneous parameters of packet count in case the end-user manuallyOlivier Biot1-3/+5
2004-01-07save dialog with "Captured" and "Displayed" buttons in packet rangeUlf Lamping1-112/+263
2004-01-05an enum represents the radio buttons much better,Ulf Lamping1-45/+21
2004-01-02hide save dialog, while savingUlf Lamping1-4/+6
2004-01-01comment fixedUlf Lamping1-2/+2
2003-12-30minor changes and a small bugfixUlf Lamping1-7/+16
2003-12-29removed a GTK2 warningUlf Lamping1-2/+2
2003-12-29Get rid of an unused variable.Guy Harris1-2/+1
2003-12-29From Dick Gooris (and me :-)Ulf Lamping1-59/+266
2003-12-01"select_file_cb()" only needs a title, not a "construct_args_t" -Guy Harris1-3/+3
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andRichard Sharpe1-1/+117
2003-10-16There doesn't seem to be any need to set "cfile.dfilter" to the contentsGuy Harris1-7/+2
2003-10-14Clean up the stuff that fills in the starting directory.Guy Harris1-18/+21
2003-10-14From Ian Schorr:Guy Harris1-6/+29
2003-09-24Add a "file_selection_new()" routine that does all the positioning (GTK+Guy Harris1-11/+3
2003-09-20From Giles Scott:Guy Harris1-1/+9
2003-09-15Rename various capture file routines to have names starting with "cf_".Guy Harris1-13/+13
2003-08-18From Richard Urwin a great enhancement to the color filter dialogue toRonnie Sahlberg1-1/+304
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one toGerald Combs1-2/+3
2003-07-18Various fixes related to GTK2 :Olivier Abad1-1/+2
2003-01-15Add a new routine "filter_button_destroy_cb()", and make it theGuy Harris1-13/+3
2002-11-10Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-89/+36
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-16/+80
2002-09-09From Graeme Hewson:Guy Harris1-6/+30
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-12/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-10/+10
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