aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-19For the "there's already a file with that name" dialog, use a wordingGuy Harris1-2/+3
2006-02-16Freeze and thaw the packet list after a merge so that the packet list showsGerald Combs1-0/+2
2006-02-15Have those functions that end up just calling a win32_ routine if we'reGuy Harris1-34/+29
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-32/+65
2006-02-11In "Save As", support only file types we can write to; that simplifiesGuy Harris1-65/+20
2005-12-31fix #152Ulf Lamping1-2/+4
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-4/+0
2005-10-26bugfix: don't crash the file open dialog, if the preview gets confused by "in...Ulf Lamping1-8/+12
2005-09-23disable gzip output compression for now, as it won't work in some cases (see ...Ulf Lamping1-1/+5
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-2/+16
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-9/+3
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-11/+5
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-4/+4
2005-04-19ask for unsaved file when using the new start capture feature,Ulf Lamping1-1/+1
2005-04-12Save As: ask user if he wants to overwrite an already existing fileUlf Lamping1-33/+115
2005-03-26code cleanup: use common prefix for all functions in color_filters.hUlf Lamping1-5/+5
2005-02-17Have "cf_merge_files()" take a pointer-to-pointer-to-char as the outputGuy Harris1-10/+10
2005-02-15Have "cf_merge_files()" always close "out_fd" before returning; it doesGuy Harris1-1/+0
2005-02-05minor enhancements to Guy's last updateUlf Lamping1-5/+5
2005-02-05Put "cf_status_t" back.Guy Harris1-6/+6
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-11/+11
2005-01-27We use the range utilities regardless of whether we're built withGuy Harris1-1/+1
2005-01-01The right way to check whether a pointer is null and get a Boolean is toGuy Harris1-5/+5
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris1-15/+17
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-1/+1
2004-10-27Change some of the merge.c APIs to return more information on failure,Guy Harris1-12/+11
2004-10-22Change some code that affects g_resolv_flags to set a flag if the checkGuy Harris1-4/+13
2004-10-17When merging, default to the current file format as the output format.Guy Harris1-0/+3
2004-10-17From Mark C. Brown: allow the file type for the merge operation to beGuy Harris1-15/+34
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-3/+21
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-08Fix a minor bug only with GTK2.4: if have a problem while saving a file (e.g....Ulf Lamping1-0/+8
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris1-1/+1
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";Guy Harris1-1/+1
2004-08-31added a preference setting, to be able to change the preview timeout in the f...Ulf Lamping1-2/+1
2004-08-31Split the preview function into a prepare and a do part, to be able to do som...Ulf Lamping1-24/+47
2004-08-25Move the file-reloading code from gtk/file_dlg.c to file.c.Gerald Combs1-46/+1
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasGerald Combs1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,Guy Harris1-1/+1
2004-07-19renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-13From Daniel Thompson: add additional message/alert box options toGuy Harris1-7/+7
2004-06-30Include <unistd.h>, if available, to declare "close()".Guy Harris1-3/+5
2004-06-30close temporary merge output file, if merging failedUlf Lamping1-1/+7
2004-06-29avoid using tmpnam() for security reasons.Ulf Lamping1-14/+10
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer1-2/+2
2004-06-28minor bugfix for merge dialog: use the correct handle for resizingUlf Lamping1-3/+3