aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-25tmpnam() really should not be used for security reasons.Jörg Mayer1-2/+2
2004-06-21if more than one file is (drag and) dropped into the program,Ulf Lamping1-7/+12
2004-06-21use the "correct" resize function for the file selection dialogUlf Lamping1-3/+14
2004-06-20bugfix: handle NULL pointer correct,Ulf Lamping1-2/+9
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping1-4/+4
2004-06-20preview: add 3 seconds timeout, and show the information got so far.Ulf Lamping1-12/+33
2004-06-20Include <string.h> to declare "strlen()".Guy Harris1-2/+4
2004-06-20Make the elapsed time value an "unsigned int" (if the stop time isGuy Harris1-16/+13
2004-06-19add preview information to the open and merge dialog boxesUlf Lamping1-10/+314
2004-06-18merge: bugfixes and code cleanupUlf Lamping1-28/+30
2004-06-18added some tooltips, minor code cleanupUlf Lamping1-5/+13
2004-06-17Use an adverb to modify a verb.Guy Harris1-2/+2
2004-06-17Include <string.h> to declare "strdup()".Guy Harris1-1/+3
2004-06-17add Merge functionality to Ethereal in an experimental state.Ulf Lamping1-2/+325
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-27/+9